blob: 391439fa17b2e8479624abc5bc760c4a01c798b1 [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
Jesse Barnes57f350b2012-03-28 13:39:25 -0700387static void vlv_init_dpio(struct drm_device *dev)
388{
389 struct drm_i915_private *dev_priv = dev->dev_private;
390
391 /* Reset the DPIO config */
392 I915_WRITE(DPIO_CTL, 0);
393 POSTING_READ(DPIO_CTL);
394 I915_WRITE(DPIO_CTL, 1);
395 POSTING_READ(DPIO_CTL);
396}
397
Daniel Vetter618563e2012-04-01 13:38:50 +0200398static int intel_dual_link_lvds_callback(const struct dmi_system_id *id)
399{
400 DRM_INFO("Forcing lvds to dual link mode on %s\n", id->ident);
401 return 1;
402}
403
404static const struct dmi_system_id intel_dual_link_lvds[] = {
405 {
406 .callback = intel_dual_link_lvds_callback,
407 .ident = "Apple MacBook Pro (Core i5/i7 Series)",
408 .matches = {
409 DMI_MATCH(DMI_SYS_VENDOR, "Apple Inc."),
410 DMI_MATCH(DMI_PRODUCT_NAME, "MacBookPro8,2"),
411 },
412 },
413 { } /* terminating entry */
414};
415
Takashi Iwaib0354382012-03-20 13:07:05 +0100416static bool is_dual_link_lvds(struct drm_i915_private *dev_priv,
417 unsigned int reg)
418{
419 unsigned int val;
420
Takashi Iwai121d5272012-03-20 13:07:06 +0100421 /* use the module option value if specified */
422 if (i915_lvds_channel_mode > 0)
423 return i915_lvds_channel_mode == 2;
424
Daniel Vetter618563e2012-04-01 13:38:50 +0200425 if (dmi_check_system(intel_dual_link_lvds))
426 return true;
427
Takashi Iwaib0354382012-03-20 13:07:05 +0100428 if (dev_priv->lvds_val)
429 val = dev_priv->lvds_val;
430 else {
431 /* BIOS should set the proper LVDS register value at boot, but
432 * in reality, it doesn't set the value when the lid is closed;
433 * we need to check "the value to be set" in VBT when LVDS
434 * register is uninitialized.
435 */
436 val = I915_READ(reg);
437 if (!(val & ~LVDS_DETECTED))
438 val = dev_priv->bios_lvds_val;
439 dev_priv->lvds_val = val;
440 }
441 return (val & LVDS_CLKB_POWER_MASK) == LVDS_CLKB_POWER_UP;
442}
443
Chris Wilson1b894b52010-12-14 20:04:54 +0000444static const intel_limit_t *intel_ironlake_limit(struct drm_crtc *crtc,
445 int refclk)
Zhenyu Wang2c072452009-06-05 15:38:42 +0800446{
Zhenyu Wangb91ad0e2010-02-05 09:14:17 +0800447 struct drm_device *dev = crtc->dev;
448 struct drm_i915_private *dev_priv = dev->dev_private;
Zhenyu Wang2c072452009-06-05 15:38:42 +0800449 const intel_limit_t *limit;
Zhenyu Wangb91ad0e2010-02-05 09:14:17 +0800450
451 if (intel_pipe_has_type(crtc, INTEL_OUTPUT_LVDS)) {
Takashi Iwaib0354382012-03-20 13:07:05 +0100452 if (is_dual_link_lvds(dev_priv, PCH_LVDS)) {
Zhenyu Wangb91ad0e2010-02-05 09:14:17 +0800453 /* LVDS dual channel */
Chris Wilson1b894b52010-12-14 20:04:54 +0000454 if (refclk == 100000)
Zhenyu Wangb91ad0e2010-02-05 09:14:17 +0800455 limit = &intel_limits_ironlake_dual_lvds_100m;
456 else
457 limit = &intel_limits_ironlake_dual_lvds;
458 } else {
Chris Wilson1b894b52010-12-14 20:04:54 +0000459 if (refclk == 100000)
Zhenyu Wangb91ad0e2010-02-05 09:14:17 +0800460 limit = &intel_limits_ironlake_single_lvds_100m;
461 else
462 limit = &intel_limits_ironlake_single_lvds;
463 }
464 } else if (intel_pipe_has_type(crtc, INTEL_OUTPUT_DISPLAYPORT) ||
Zhao Yakui45476682009-12-31 16:06:04 +0800465 HAS_eDP)
466 limit = &intel_limits_ironlake_display_port;
Zhenyu Wang2c072452009-06-05 15:38:42 +0800467 else
Zhenyu Wangb91ad0e2010-02-05 09:14:17 +0800468 limit = &intel_limits_ironlake_dac;
Zhenyu Wang2c072452009-06-05 15:38:42 +0800469
470 return limit;
471}
472
Ma Ling044c7c42009-03-18 20:13:23 +0800473static const intel_limit_t *intel_g4x_limit(struct drm_crtc *crtc)
474{
475 struct drm_device *dev = crtc->dev;
476 struct drm_i915_private *dev_priv = dev->dev_private;
477 const intel_limit_t *limit;
478
479 if (intel_pipe_has_type(crtc, INTEL_OUTPUT_LVDS)) {
Takashi Iwaib0354382012-03-20 13:07:05 +0100480 if (is_dual_link_lvds(dev_priv, LVDS))
Ma Ling044c7c42009-03-18 20:13:23 +0800481 /* LVDS with dual channel */
Keith Packarde4b36692009-06-05 19:22:17 -0700482 limit = &intel_limits_g4x_dual_channel_lvds;
Ma Ling044c7c42009-03-18 20:13:23 +0800483 else
484 /* LVDS with dual channel */
Keith Packarde4b36692009-06-05 19:22:17 -0700485 limit = &intel_limits_g4x_single_channel_lvds;
Ma Ling044c7c42009-03-18 20:13:23 +0800486 } else if (intel_pipe_has_type(crtc, INTEL_OUTPUT_HDMI) ||
487 intel_pipe_has_type(crtc, INTEL_OUTPUT_ANALOG)) {
Keith Packarde4b36692009-06-05 19:22:17 -0700488 limit = &intel_limits_g4x_hdmi;
Ma Ling044c7c42009-03-18 20:13:23 +0800489 } else if (intel_pipe_has_type(crtc, INTEL_OUTPUT_SDVO)) {
Keith Packarde4b36692009-06-05 19:22:17 -0700490 limit = &intel_limits_g4x_sdvo;
Akshay Joshi0206e352011-08-16 15:34:10 -0400491 } else if (intel_pipe_has_type(crtc, INTEL_OUTPUT_DISPLAYPORT)) {
Keith Packarde4b36692009-06-05 19:22:17 -0700492 limit = &intel_limits_g4x_display_port;
Ma Ling044c7c42009-03-18 20:13:23 +0800493 } else /* The option is for other outputs */
Keith Packarde4b36692009-06-05 19:22:17 -0700494 limit = &intel_limits_i9xx_sdvo;
Ma Ling044c7c42009-03-18 20:13:23 +0800495
496 return limit;
497}
498
Chris Wilson1b894b52010-12-14 20:04:54 +0000499static const intel_limit_t *intel_limit(struct drm_crtc *crtc, int refclk)
Jesse Barnes79e53942008-11-07 14:24:08 -0800500{
501 struct drm_device *dev = crtc->dev;
502 const intel_limit_t *limit;
503
Eric Anholtbad720f2009-10-22 16:11:14 -0700504 if (HAS_PCH_SPLIT(dev))
Chris Wilson1b894b52010-12-14 20:04:54 +0000505 limit = intel_ironlake_limit(crtc, refclk);
Zhenyu Wang2c072452009-06-05 15:38:42 +0800506 else if (IS_G4X(dev)) {
Ma Ling044c7c42009-03-18 20:13:23 +0800507 limit = intel_g4x_limit(crtc);
Adam Jacksonf2b115e2009-12-03 17:14:42 -0500508 } else if (IS_PINEVIEW(dev)) {
Shaohua Li21778322009-02-23 15:19:16 +0800509 if (intel_pipe_has_type(crtc, INTEL_OUTPUT_LVDS))
Adam Jacksonf2b115e2009-12-03 17:14:42 -0500510 limit = &intel_limits_pineview_lvds;
Shaohua Li21778322009-02-23 15:19:16 +0800511 else
Adam Jacksonf2b115e2009-12-03 17:14:42 -0500512 limit = &intel_limits_pineview_sdvo;
Chris Wilsona6c45cf2010-09-17 00:32:17 +0100513 } else if (!IS_GEN2(dev)) {
514 if (intel_pipe_has_type(crtc, INTEL_OUTPUT_LVDS))
515 limit = &intel_limits_i9xx_lvds;
516 else
517 limit = &intel_limits_i9xx_sdvo;
Jesse Barnes79e53942008-11-07 14:24:08 -0800518 } else {
519 if (intel_pipe_has_type(crtc, INTEL_OUTPUT_LVDS))
Keith Packarde4b36692009-06-05 19:22:17 -0700520 limit = &intel_limits_i8xx_lvds;
Jesse Barnes79e53942008-11-07 14:24:08 -0800521 else
Keith Packarde4b36692009-06-05 19:22:17 -0700522 limit = &intel_limits_i8xx_dvo;
Jesse Barnes79e53942008-11-07 14:24:08 -0800523 }
524 return limit;
525}
526
Adam Jacksonf2b115e2009-12-03 17:14:42 -0500527/* m1 is reserved as 0 in Pineview, n is a ring counter */
528static void pineview_clock(int refclk, intel_clock_t *clock)
Jesse Barnes79e53942008-11-07 14:24:08 -0800529{
Shaohua Li21778322009-02-23 15:19:16 +0800530 clock->m = clock->m2 + 2;
531 clock->p = clock->p1 * clock->p2;
532 clock->vco = refclk * clock->m / clock->n;
533 clock->dot = clock->vco / clock->p;
534}
535
536static void intel_clock(struct drm_device *dev, int refclk, intel_clock_t *clock)
537{
Adam Jacksonf2b115e2009-12-03 17:14:42 -0500538 if (IS_PINEVIEW(dev)) {
539 pineview_clock(refclk, clock);
Shaohua Li21778322009-02-23 15:19:16 +0800540 return;
541 }
Jesse Barnes79e53942008-11-07 14:24:08 -0800542 clock->m = 5 * (clock->m1 + 2) + (clock->m2 + 2);
543 clock->p = clock->p1 * clock->p2;
544 clock->vco = refclk * clock->m / (clock->n + 2);
545 clock->dot = clock->vco / clock->p;
546}
547
Jesse Barnes79e53942008-11-07 14:24:08 -0800548/**
549 * Returns whether any output on the specified pipe is of the specified type
550 */
Chris Wilson4ef69c72010-09-09 15:14:28 +0100551bool intel_pipe_has_type(struct drm_crtc *crtc, int type)
Jesse Barnes79e53942008-11-07 14:24:08 -0800552{
Chris Wilson4ef69c72010-09-09 15:14:28 +0100553 struct drm_device *dev = crtc->dev;
554 struct drm_mode_config *mode_config = &dev->mode_config;
555 struct intel_encoder *encoder;
Jesse Barnes79e53942008-11-07 14:24:08 -0800556
Chris Wilson4ef69c72010-09-09 15:14:28 +0100557 list_for_each_entry(encoder, &mode_config->encoder_list, base.head)
558 if (encoder->base.crtc == crtc && encoder->type == type)
559 return true;
560
561 return false;
Jesse Barnes79e53942008-11-07 14:24:08 -0800562}
563
Jesse Barnes7c04d1d2009-02-23 15:36:40 -0800564#define INTELPllInvalid(s) do { /* DRM_DEBUG(s); */ return false; } while (0)
Jesse Barnes79e53942008-11-07 14:24:08 -0800565/**
566 * Returns whether the given set of divisors are valid for a given refclk with
567 * the given connectors.
568 */
569
Chris Wilson1b894b52010-12-14 20:04:54 +0000570static bool intel_PLL_is_valid(struct drm_device *dev,
571 const intel_limit_t *limit,
572 const intel_clock_t *clock)
Jesse Barnes79e53942008-11-07 14:24:08 -0800573{
Jesse Barnes79e53942008-11-07 14:24:08 -0800574 if (clock->p1 < limit->p1.min || limit->p1.max < clock->p1)
Akshay Joshi0206e352011-08-16 15:34:10 -0400575 INTELPllInvalid("p1 out of range\n");
Jesse Barnes79e53942008-11-07 14:24:08 -0800576 if (clock->p < limit->p.min || limit->p.max < clock->p)
Akshay Joshi0206e352011-08-16 15:34:10 -0400577 INTELPllInvalid("p out of range\n");
Jesse Barnes79e53942008-11-07 14:24:08 -0800578 if (clock->m2 < limit->m2.min || limit->m2.max < clock->m2)
Akshay Joshi0206e352011-08-16 15:34:10 -0400579 INTELPllInvalid("m2 out of range\n");
Jesse Barnes79e53942008-11-07 14:24:08 -0800580 if (clock->m1 < limit->m1.min || limit->m1.max < clock->m1)
Akshay Joshi0206e352011-08-16 15:34:10 -0400581 INTELPllInvalid("m1 out of range\n");
Adam Jacksonf2b115e2009-12-03 17:14:42 -0500582 if (clock->m1 <= clock->m2 && !IS_PINEVIEW(dev))
Akshay Joshi0206e352011-08-16 15:34:10 -0400583 INTELPllInvalid("m1 <= m2\n");
Jesse Barnes79e53942008-11-07 14:24:08 -0800584 if (clock->m < limit->m.min || limit->m.max < clock->m)
Akshay Joshi0206e352011-08-16 15:34:10 -0400585 INTELPllInvalid("m out of range\n");
Jesse Barnes79e53942008-11-07 14:24:08 -0800586 if (clock->n < limit->n.min || limit->n.max < clock->n)
Akshay Joshi0206e352011-08-16 15:34:10 -0400587 INTELPllInvalid("n out of range\n");
Jesse Barnes79e53942008-11-07 14:24:08 -0800588 if (clock->vco < limit->vco.min || limit->vco.max < clock->vco)
Akshay Joshi0206e352011-08-16 15:34:10 -0400589 INTELPllInvalid("vco out of range\n");
Jesse Barnes79e53942008-11-07 14:24:08 -0800590 /* XXX: We may need to be checking "Dot clock" depending on the multiplier,
591 * connector, etc., rather than just a single range.
592 */
593 if (clock->dot < limit->dot.min || limit->dot.max < clock->dot)
Akshay Joshi0206e352011-08-16 15:34:10 -0400594 INTELPllInvalid("dot out of range\n");
Jesse Barnes79e53942008-11-07 14:24:08 -0800595
596 return true;
597}
598
Ma Lingd4906092009-03-18 20:13:27 +0800599static bool
600intel_find_best_PLL(const intel_limit_t *limit, struct drm_crtc *crtc,
Sean Paulcec2f352012-01-10 15:09:36 -0800601 int target, int refclk, intel_clock_t *match_clock,
602 intel_clock_t *best_clock)
Ma Lingd4906092009-03-18 20:13:27 +0800603
Jesse Barnes79e53942008-11-07 14:24:08 -0800604{
605 struct drm_device *dev = crtc->dev;
606 struct drm_i915_private *dev_priv = dev->dev_private;
607 intel_clock_t clock;
Jesse Barnes79e53942008-11-07 14:24:08 -0800608 int err = target;
609
Bruno Prémontbc5e5712009-08-08 13:01:17 +0200610 if (intel_pipe_has_type(crtc, INTEL_OUTPUT_LVDS) &&
Florian Mickler832cc282009-07-13 18:40:32 +0800611 (I915_READ(LVDS)) != 0) {
Jesse Barnes79e53942008-11-07 14:24:08 -0800612 /*
613 * For LVDS, if the panel is on, just rely on its current
614 * settings for dual-channel. We haven't figured out how to
615 * reliably set up different single/dual channel state, if we
616 * even can.
617 */
Takashi Iwaib0354382012-03-20 13:07:05 +0100618 if (is_dual_link_lvds(dev_priv, LVDS))
Jesse Barnes79e53942008-11-07 14:24:08 -0800619 clock.p2 = limit->p2.p2_fast;
620 else
621 clock.p2 = limit->p2.p2_slow;
622 } else {
623 if (target < limit->p2.dot_limit)
624 clock.p2 = limit->p2.p2_slow;
625 else
626 clock.p2 = limit->p2.p2_fast;
627 }
628
Akshay Joshi0206e352011-08-16 15:34:10 -0400629 memset(best_clock, 0, sizeof(*best_clock));
Jesse Barnes79e53942008-11-07 14:24:08 -0800630
Zhao Yakui42158662009-11-20 11:24:18 +0800631 for (clock.m1 = limit->m1.min; clock.m1 <= limit->m1.max;
632 clock.m1++) {
633 for (clock.m2 = limit->m2.min;
634 clock.m2 <= limit->m2.max; clock.m2++) {
Adam Jacksonf2b115e2009-12-03 17:14:42 -0500635 /* m1 is always 0 in Pineview */
636 if (clock.m2 >= clock.m1 && !IS_PINEVIEW(dev))
Zhao Yakui42158662009-11-20 11:24:18 +0800637 break;
638 for (clock.n = limit->n.min;
639 clock.n <= limit->n.max; clock.n++) {
640 for (clock.p1 = limit->p1.min;
641 clock.p1 <= limit->p1.max; clock.p1++) {
Jesse Barnes79e53942008-11-07 14:24:08 -0800642 int this_err;
643
Shaohua Li21778322009-02-23 15:19:16 +0800644 intel_clock(dev, refclk, &clock);
Chris Wilson1b894b52010-12-14 20:04:54 +0000645 if (!intel_PLL_is_valid(dev, limit,
646 &clock))
Jesse Barnes79e53942008-11-07 14:24:08 -0800647 continue;
Sean Paulcec2f352012-01-10 15:09:36 -0800648 if (match_clock &&
649 clock.p != match_clock->p)
650 continue;
Jesse Barnes79e53942008-11-07 14:24:08 -0800651
652 this_err = abs(clock.dot - target);
653 if (this_err < err) {
654 *best_clock = clock;
655 err = this_err;
656 }
657 }
658 }
659 }
660 }
661
662 return (err != target);
663}
664
Ma Lingd4906092009-03-18 20:13:27 +0800665static bool
666intel_g4x_find_best_PLL(const intel_limit_t *limit, struct drm_crtc *crtc,
Sean Paulcec2f352012-01-10 15:09:36 -0800667 int target, int refclk, intel_clock_t *match_clock,
668 intel_clock_t *best_clock)
Ma Lingd4906092009-03-18 20:13:27 +0800669{
670 struct drm_device *dev = crtc->dev;
671 struct drm_i915_private *dev_priv = dev->dev_private;
672 intel_clock_t clock;
673 int max_n;
674 bool found;
Adam Jackson6ba770d2010-07-02 16:43:30 -0400675 /* approximately equals target * 0.00585 */
676 int err_most = (target >> 8) + (target >> 9);
Ma Lingd4906092009-03-18 20:13:27 +0800677 found = false;
678
679 if (intel_pipe_has_type(crtc, INTEL_OUTPUT_LVDS)) {
Zhao Yakui45476682009-12-31 16:06:04 +0800680 int lvds_reg;
681
Eric Anholtc619eed2010-01-28 16:45:52 -0800682 if (HAS_PCH_SPLIT(dev))
Zhao Yakui45476682009-12-31 16:06:04 +0800683 lvds_reg = PCH_LVDS;
684 else
685 lvds_reg = LVDS;
686 if ((I915_READ(lvds_reg) & LVDS_CLKB_POWER_MASK) ==
Ma Lingd4906092009-03-18 20:13:27 +0800687 LVDS_CLKB_POWER_UP)
688 clock.p2 = limit->p2.p2_fast;
689 else
690 clock.p2 = limit->p2.p2_slow;
691 } else {
692 if (target < limit->p2.dot_limit)
693 clock.p2 = limit->p2.p2_slow;
694 else
695 clock.p2 = limit->p2.p2_fast;
696 }
697
698 memset(best_clock, 0, sizeof(*best_clock));
699 max_n = limit->n.max;
Gilles Espinassef77f13e2010-03-29 15:41:47 +0200700 /* based on hardware requirement, prefer smaller n to precision */
Ma Lingd4906092009-03-18 20:13:27 +0800701 for (clock.n = limit->n.min; clock.n <= max_n; clock.n++) {
Gilles Espinassef77f13e2010-03-29 15:41:47 +0200702 /* based on hardware requirement, prefere larger m1,m2 */
Ma Lingd4906092009-03-18 20:13:27 +0800703 for (clock.m1 = limit->m1.max;
704 clock.m1 >= limit->m1.min; clock.m1--) {
705 for (clock.m2 = limit->m2.max;
706 clock.m2 >= limit->m2.min; clock.m2--) {
707 for (clock.p1 = limit->p1.max;
708 clock.p1 >= limit->p1.min; clock.p1--) {
709 int this_err;
710
Shaohua Li21778322009-02-23 15:19:16 +0800711 intel_clock(dev, refclk, &clock);
Chris Wilson1b894b52010-12-14 20:04:54 +0000712 if (!intel_PLL_is_valid(dev, limit,
713 &clock))
Ma Lingd4906092009-03-18 20:13:27 +0800714 continue;
Sean Paulcec2f352012-01-10 15:09:36 -0800715 if (match_clock &&
716 clock.p != match_clock->p)
717 continue;
Chris Wilson1b894b52010-12-14 20:04:54 +0000718
719 this_err = abs(clock.dot - target);
Ma Lingd4906092009-03-18 20:13:27 +0800720 if (this_err < err_most) {
721 *best_clock = clock;
722 err_most = this_err;
723 max_n = clock.n;
724 found = true;
725 }
726 }
727 }
728 }
729 }
Zhenyu Wang2c072452009-06-05 15:38:42 +0800730 return found;
731}
Ma Lingd4906092009-03-18 20:13:27 +0800732
Zhenyu Wang2c072452009-06-05 15:38:42 +0800733static bool
Adam Jacksonf2b115e2009-12-03 17:14:42 -0500734intel_find_pll_ironlake_dp(const intel_limit_t *limit, struct drm_crtc *crtc,
Sean Paulcec2f352012-01-10 15:09:36 -0800735 int target, int refclk, intel_clock_t *match_clock,
736 intel_clock_t *best_clock)
Zhenyu Wang5eb08b62009-07-24 01:00:31 +0800737{
738 struct drm_device *dev = crtc->dev;
739 intel_clock_t clock;
Zhao Yakui45476682009-12-31 16:06:04 +0800740
Zhenyu Wang5eb08b62009-07-24 01:00:31 +0800741 if (target < 200000) {
742 clock.n = 1;
743 clock.p1 = 2;
744 clock.p2 = 10;
745 clock.m1 = 12;
746 clock.m2 = 9;
747 } else {
748 clock.n = 2;
749 clock.p1 = 1;
750 clock.p2 = 10;
751 clock.m1 = 14;
752 clock.m2 = 8;
753 }
754 intel_clock(dev, refclk, &clock);
755 memcpy(best_clock, &clock, sizeof(intel_clock_t));
756 return true;
757}
758
Keith Packarda4fc5ed2009-04-07 16:16:42 -0700759/* DisplayPort has only two frequencies, 162MHz and 270MHz */
760static bool
761intel_find_pll_g4x_dp(const intel_limit_t *limit, struct drm_crtc *crtc,
Sean Paulcec2f352012-01-10 15:09:36 -0800762 int target, int refclk, intel_clock_t *match_clock,
763 intel_clock_t *best_clock)
Keith Packarda4fc5ed2009-04-07 16:16:42 -0700764{
Chris Wilson5eddb702010-09-11 13:48:45 +0100765 intel_clock_t clock;
766 if (target < 200000) {
767 clock.p1 = 2;
768 clock.p2 = 10;
769 clock.n = 2;
770 clock.m1 = 23;
771 clock.m2 = 8;
772 } else {
773 clock.p1 = 1;
774 clock.p2 = 10;
775 clock.n = 1;
776 clock.m1 = 14;
777 clock.m2 = 2;
778 }
779 clock.m = 5 * (clock.m1 + 2) + (clock.m2 + 2);
780 clock.p = (clock.p1 * clock.p2);
781 clock.dot = 96000 * clock.m / (clock.n + 2) / clock.p;
782 clock.vco = 0;
783 memcpy(best_clock, &clock, sizeof(intel_clock_t));
784 return true;
Keith Packarda4fc5ed2009-04-07 16:16:42 -0700785}
786
Paulo Zanonia928d532012-05-04 17:18:15 -0300787static void ironlake_wait_for_vblank(struct drm_device *dev, int pipe)
788{
789 struct drm_i915_private *dev_priv = dev->dev_private;
790 u32 frame, frame_reg = PIPEFRAME(pipe);
791
792 frame = I915_READ(frame_reg);
793
794 if (wait_for(I915_READ_NOTRACE(frame_reg) != frame, 50))
795 DRM_DEBUG_KMS("vblank wait timed out\n");
796}
797
Jesse Barnes9d0498a2010-08-18 13:20:54 -0700798/**
799 * intel_wait_for_vblank - wait for vblank on a given pipe
800 * @dev: drm device
801 * @pipe: pipe to wait for
802 *
803 * Wait for vblank to occur on a given pipe. Needed for various bits of
804 * mode setting code.
805 */
806void intel_wait_for_vblank(struct drm_device *dev, int pipe)
Jesse Barnes79e53942008-11-07 14:24:08 -0800807{
Jesse Barnes9d0498a2010-08-18 13:20:54 -0700808 struct drm_i915_private *dev_priv = dev->dev_private;
Jesse Barnes9db4a9c2011-02-07 12:26:52 -0800809 int pipestat_reg = PIPESTAT(pipe);
Jesse Barnes9d0498a2010-08-18 13:20:54 -0700810
Paulo Zanonia928d532012-05-04 17:18:15 -0300811 if (INTEL_INFO(dev)->gen >= 5) {
812 ironlake_wait_for_vblank(dev, pipe);
813 return;
814 }
815
Chris Wilson300387c2010-09-05 20:25:43 +0100816 /* Clear existing vblank status. Note this will clear any other
817 * sticky status fields as well.
818 *
819 * This races with i915_driver_irq_handler() with the result
820 * that either function could miss a vblank event. Here it is not
821 * fatal, as we will either wait upon the next vblank interrupt or
822 * timeout. Generally speaking intel_wait_for_vblank() is only
823 * called during modeset at which time the GPU should be idle and
824 * should *not* be performing page flips and thus not waiting on
825 * vblanks...
826 * Currently, the result of us stealing a vblank from the irq
827 * handler is that a single frame will be skipped during swapbuffers.
828 */
829 I915_WRITE(pipestat_reg,
830 I915_READ(pipestat_reg) | PIPE_VBLANK_INTERRUPT_STATUS);
831
Jesse Barnes9d0498a2010-08-18 13:20:54 -0700832 /* Wait for vblank interrupt bit to set */
Chris Wilson481b6af2010-08-23 17:43:35 +0100833 if (wait_for(I915_READ(pipestat_reg) &
834 PIPE_VBLANK_INTERRUPT_STATUS,
835 50))
Jesse Barnes9d0498a2010-08-18 13:20:54 -0700836 DRM_DEBUG_KMS("vblank wait timed out\n");
837}
838
Keith Packardab7ad7f2010-10-03 00:33:06 -0700839/*
840 * intel_wait_for_pipe_off - wait for pipe to turn off
Jesse Barnes9d0498a2010-08-18 13:20:54 -0700841 * @dev: drm device
842 * @pipe: pipe to wait for
843 *
844 * After disabling a pipe, we can't wait for vblank in the usual way,
845 * spinning on the vblank interrupt status bit, since we won't actually
846 * see an interrupt when the pipe is disabled.
847 *
Keith Packardab7ad7f2010-10-03 00:33:06 -0700848 * On Gen4 and above:
849 * wait for the pipe register state bit to turn off
850 *
851 * Otherwise:
852 * wait for the display line value to settle (it usually
853 * ends up stopping at the start of the next frame).
Chris Wilson58e10eb2010-10-03 10:56:11 +0100854 *
Jesse Barnes9d0498a2010-08-18 13:20:54 -0700855 */
Chris Wilson58e10eb2010-10-03 10:56:11 +0100856void intel_wait_for_pipe_off(struct drm_device *dev, int pipe)
Jesse Barnes9d0498a2010-08-18 13:20:54 -0700857{
858 struct drm_i915_private *dev_priv = dev->dev_private;
Jesse Barnes9d0498a2010-08-18 13:20:54 -0700859
Keith Packardab7ad7f2010-10-03 00:33:06 -0700860 if (INTEL_INFO(dev)->gen >= 4) {
Chris Wilson58e10eb2010-10-03 10:56:11 +0100861 int reg = PIPECONF(pipe);
Jesse Barnes9d0498a2010-08-18 13:20:54 -0700862
Keith Packardab7ad7f2010-10-03 00:33:06 -0700863 /* Wait for the Pipe State to go off */
Chris Wilson58e10eb2010-10-03 10:56:11 +0100864 if (wait_for((I915_READ(reg) & I965_PIPECONF_ACTIVE) == 0,
865 100))
Keith Packardab7ad7f2010-10-03 00:33:06 -0700866 DRM_DEBUG_KMS("pipe_off wait timed out\n");
867 } else {
Paulo Zanoni837ba002012-05-04 17:18:14 -0300868 u32 last_line, line_mask;
Chris Wilson58e10eb2010-10-03 10:56:11 +0100869 int reg = PIPEDSL(pipe);
Keith Packardab7ad7f2010-10-03 00:33:06 -0700870 unsigned long timeout = jiffies + msecs_to_jiffies(100);
871
Paulo Zanoni837ba002012-05-04 17:18:14 -0300872 if (IS_GEN2(dev))
873 line_mask = DSL_LINEMASK_GEN2;
874 else
875 line_mask = DSL_LINEMASK_GEN3;
876
Keith Packardab7ad7f2010-10-03 00:33:06 -0700877 /* Wait for the display line to settle */
878 do {
Paulo Zanoni837ba002012-05-04 17:18:14 -0300879 last_line = I915_READ(reg) & line_mask;
Keith Packardab7ad7f2010-10-03 00:33:06 -0700880 mdelay(5);
Paulo Zanoni837ba002012-05-04 17:18:14 -0300881 } while (((I915_READ(reg) & line_mask) != last_line) &&
Keith Packardab7ad7f2010-10-03 00:33:06 -0700882 time_after(timeout, jiffies));
883 if (time_after(jiffies, timeout))
884 DRM_DEBUG_KMS("pipe_off wait timed out\n");
885 }
Jesse Barnes79e53942008-11-07 14:24:08 -0800886}
887
Jesse Barnesb24e7172011-01-04 15:09:30 -0800888static const char *state_string(bool enabled)
889{
890 return enabled ? "on" : "off";
891}
892
893/* Only for pre-ILK configs */
894static void assert_pll(struct drm_i915_private *dev_priv,
895 enum pipe pipe, bool state)
896{
897 int reg;
898 u32 val;
899 bool cur_state;
900
901 reg = DPLL(pipe);
902 val = I915_READ(reg);
903 cur_state = !!(val & DPLL_VCO_ENABLE);
904 WARN(cur_state != state,
905 "PLL state assertion failure (expected %s, current %s)\n",
906 state_string(state), state_string(cur_state));
907}
908#define assert_pll_enabled(d, p) assert_pll(d, p, true)
909#define assert_pll_disabled(d, p) assert_pll(d, p, false)
910
Jesse Barnes040484a2011-01-03 12:14:26 -0800911/* For ILK+ */
912static void assert_pch_pll(struct drm_i915_private *dev_priv,
Jesse Barnesee7b9f92012-04-20 17:11:53 +0100913 struct intel_crtc *intel_crtc, bool state)
Jesse Barnes040484a2011-01-03 12:14:26 -0800914{
915 int reg;
916 u32 val;
917 bool cur_state;
918
Eugeni Dodonov9d82aa12012-05-09 15:37:17 -0300919 if (HAS_PCH_LPT(dev_priv->dev)) {
920 DRM_DEBUG_DRIVER("LPT detected: skipping PCH PLL test\n");
921 return;
922 }
923
Jesse Barnesee7b9f92012-04-20 17:11:53 +0100924 if (!intel_crtc->pch_pll) {
925 WARN(1, "asserting PCH PLL enabled with no PLL\n");
926 return;
927 }
928
Jesse Barnesd3ccbe82011-10-12 09:27:42 -0700929 if (HAS_PCH_CPT(dev_priv->dev)) {
930 u32 pch_dpll;
931
932 pch_dpll = I915_READ(PCH_DPLL_SEL);
933
934 /* Make sure the selected PLL is enabled to the transcoder */
Jesse Barnesee7b9f92012-04-20 17:11:53 +0100935 WARN(!((pch_dpll >> (4 * intel_crtc->pipe)) & 8),
936 "transcoder %d PLL not enabled\n", intel_crtc->pipe);
Jesse Barnesd3ccbe82011-10-12 09:27:42 -0700937 }
938
Jesse Barnesee7b9f92012-04-20 17:11:53 +0100939 reg = intel_crtc->pch_pll->pll_reg;
Jesse Barnes040484a2011-01-03 12:14:26 -0800940 val = I915_READ(reg);
941 cur_state = !!(val & DPLL_VCO_ENABLE);
942 WARN(cur_state != state,
943 "PCH PLL state assertion failure (expected %s, current %s)\n",
944 state_string(state), state_string(cur_state));
945}
946#define assert_pch_pll_enabled(d, p) assert_pch_pll(d, p, true)
947#define assert_pch_pll_disabled(d, p) assert_pch_pll(d, p, false)
948
949static void assert_fdi_tx(struct drm_i915_private *dev_priv,
950 enum pipe pipe, bool state)
951{
952 int reg;
953 u32 val;
954 bool cur_state;
955
Eugeni Dodonovbf507ef2012-05-09 15:37:18 -0300956 if (IS_HASWELL(dev_priv->dev)) {
957 /* On Haswell, DDI is used instead of FDI_TX_CTL */
958 reg = DDI_FUNC_CTL(pipe);
959 val = I915_READ(reg);
960 cur_state = !!(val & PIPE_DDI_FUNC_ENABLE);
961 } else {
962 reg = FDI_TX_CTL(pipe);
963 val = I915_READ(reg);
964 cur_state = !!(val & FDI_TX_ENABLE);
965 }
Jesse Barnes040484a2011-01-03 12:14:26 -0800966 WARN(cur_state != state,
967 "FDI TX state assertion failure (expected %s, current %s)\n",
968 state_string(state), state_string(cur_state));
969}
970#define assert_fdi_tx_enabled(d, p) assert_fdi_tx(d, p, true)
971#define assert_fdi_tx_disabled(d, p) assert_fdi_tx(d, p, false)
972
973static void assert_fdi_rx(struct drm_i915_private *dev_priv,
974 enum pipe pipe, bool state)
975{
976 int reg;
977 u32 val;
978 bool cur_state;
979
Eugeni Dodonov59c859d2012-05-09 15:37:19 -0300980 if (IS_HASWELL(dev_priv->dev) && pipe > 0) {
981 DRM_ERROR("Attempting to enable FDI_RX on Haswell pipe > 0\n");
982 return;
983 } else {
984 reg = FDI_RX_CTL(pipe);
985 val = I915_READ(reg);
986 cur_state = !!(val & FDI_RX_ENABLE);
987 }
Jesse Barnes040484a2011-01-03 12:14:26 -0800988 WARN(cur_state != state,
989 "FDI RX state assertion failure (expected %s, current %s)\n",
990 state_string(state), state_string(cur_state));
991}
992#define assert_fdi_rx_enabled(d, p) assert_fdi_rx(d, p, true)
993#define assert_fdi_rx_disabled(d, p) assert_fdi_rx(d, p, false)
994
995static void assert_fdi_tx_pll_enabled(struct drm_i915_private *dev_priv,
996 enum pipe pipe)
997{
998 int reg;
999 u32 val;
1000
1001 /* ILK FDI PLL is always enabled */
1002 if (dev_priv->info->gen == 5)
1003 return;
1004
Eugeni Dodonovbf507ef2012-05-09 15:37:18 -03001005 /* On Haswell, DDI ports are responsible for the FDI PLL setup */
1006 if (IS_HASWELL(dev_priv->dev))
1007 return;
1008
Jesse Barnes040484a2011-01-03 12:14:26 -08001009 reg = FDI_TX_CTL(pipe);
1010 val = I915_READ(reg);
1011 WARN(!(val & FDI_TX_PLL_ENABLE), "FDI TX PLL assertion failure, should be active but is disabled\n");
1012}
1013
1014static void assert_fdi_rx_pll_enabled(struct drm_i915_private *dev_priv,
1015 enum pipe pipe)
1016{
1017 int reg;
1018 u32 val;
1019
Eugeni Dodonov59c859d2012-05-09 15:37:19 -03001020 if (IS_HASWELL(dev_priv->dev) && pipe > 0) {
1021 DRM_ERROR("Attempting to enable FDI on Haswell with pipe > 0\n");
1022 return;
1023 }
Jesse Barnes040484a2011-01-03 12:14:26 -08001024 reg = FDI_RX_CTL(pipe);
1025 val = I915_READ(reg);
1026 WARN(!(val & FDI_RX_PLL_ENABLE), "FDI RX PLL assertion failure, should be active but is disabled\n");
1027}
1028
Jesse Barnesea0760c2011-01-04 15:09:32 -08001029static void assert_panel_unlocked(struct drm_i915_private *dev_priv,
1030 enum pipe pipe)
1031{
1032 int pp_reg, lvds_reg;
1033 u32 val;
1034 enum pipe panel_pipe = PIPE_A;
Thomas Jarosch0de3b482011-08-25 15:37:45 +02001035 bool locked = true;
Jesse Barnesea0760c2011-01-04 15:09:32 -08001036
1037 if (HAS_PCH_SPLIT(dev_priv->dev)) {
1038 pp_reg = PCH_PP_CONTROL;
1039 lvds_reg = PCH_LVDS;
1040 } else {
1041 pp_reg = PP_CONTROL;
1042 lvds_reg = LVDS;
1043 }
1044
1045 val = I915_READ(pp_reg);
1046 if (!(val & PANEL_POWER_ON) ||
1047 ((val & PANEL_UNLOCK_REGS) == PANEL_UNLOCK_REGS))
1048 locked = false;
1049
1050 if (I915_READ(lvds_reg) & LVDS_PIPEB_SELECT)
1051 panel_pipe = PIPE_B;
1052
1053 WARN(panel_pipe == pipe && locked,
1054 "panel assertion failure, pipe %c regs locked\n",
Jesse Barnes9db4a9c2011-02-07 12:26:52 -08001055 pipe_name(pipe));
Jesse Barnesea0760c2011-01-04 15:09:32 -08001056}
1057
Jesse Barnesb840d907f2011-12-13 13:19:38 -08001058void assert_pipe(struct drm_i915_private *dev_priv,
1059 enum pipe pipe, bool state)
Jesse Barnesb24e7172011-01-04 15:09:30 -08001060{
1061 int reg;
1062 u32 val;
Jesse Barnes63d7bbe2011-01-04 15:09:33 -08001063 bool cur_state;
Jesse Barnesb24e7172011-01-04 15:09:30 -08001064
Daniel Vetter8e636782012-01-22 01:36:48 +01001065 /* if we need the pipe A quirk it must be always on */
1066 if (pipe == PIPE_A && dev_priv->quirks & QUIRK_PIPEA_FORCE)
1067 state = true;
1068
Jesse Barnesb24e7172011-01-04 15:09:30 -08001069 reg = PIPECONF(pipe);
1070 val = I915_READ(reg);
Jesse Barnes63d7bbe2011-01-04 15:09:33 -08001071 cur_state = !!(val & PIPECONF_ENABLE);
1072 WARN(cur_state != state,
1073 "pipe %c assertion failure (expected %s, current %s)\n",
Jesse Barnes9db4a9c2011-02-07 12:26:52 -08001074 pipe_name(pipe), state_string(state), state_string(cur_state));
Jesse Barnesb24e7172011-01-04 15:09:30 -08001075}
1076
Chris Wilson931872f2012-01-16 23:01:13 +00001077static void assert_plane(struct drm_i915_private *dev_priv,
1078 enum plane plane, bool state)
Jesse Barnesb24e7172011-01-04 15:09:30 -08001079{
1080 int reg;
1081 u32 val;
Chris Wilson931872f2012-01-16 23:01:13 +00001082 bool cur_state;
Jesse Barnesb24e7172011-01-04 15:09:30 -08001083
1084 reg = DSPCNTR(plane);
1085 val = I915_READ(reg);
Chris Wilson931872f2012-01-16 23:01:13 +00001086 cur_state = !!(val & DISPLAY_PLANE_ENABLE);
1087 WARN(cur_state != state,
1088 "plane %c assertion failure (expected %s, current %s)\n",
1089 plane_name(plane), state_string(state), state_string(cur_state));
Jesse Barnesb24e7172011-01-04 15:09:30 -08001090}
1091
Chris Wilson931872f2012-01-16 23:01:13 +00001092#define assert_plane_enabled(d, p) assert_plane(d, p, true)
1093#define assert_plane_disabled(d, p) assert_plane(d, p, false)
1094
Jesse Barnesb24e7172011-01-04 15:09:30 -08001095static void assert_planes_disabled(struct drm_i915_private *dev_priv,
1096 enum pipe pipe)
1097{
1098 int reg, i;
1099 u32 val;
1100 int cur_pipe;
1101
Jesse Barnes19ec1352011-02-02 12:28:02 -08001102 /* Planes are fixed to pipes on ILK+ */
Adam Jackson28c057942011-10-07 14:38:42 -04001103 if (HAS_PCH_SPLIT(dev_priv->dev)) {
1104 reg = DSPCNTR(pipe);
1105 val = I915_READ(reg);
1106 WARN((val & DISPLAY_PLANE_ENABLE),
1107 "plane %c assertion failure, should be disabled but not\n",
1108 plane_name(pipe));
Jesse Barnes19ec1352011-02-02 12:28:02 -08001109 return;
Adam Jackson28c057942011-10-07 14:38:42 -04001110 }
Jesse Barnes19ec1352011-02-02 12:28:02 -08001111
Jesse Barnesb24e7172011-01-04 15:09:30 -08001112 /* Need to check both planes against the pipe */
1113 for (i = 0; i < 2; i++) {
1114 reg = DSPCNTR(i);
1115 val = I915_READ(reg);
1116 cur_pipe = (val & DISPPLANE_SEL_PIPE_MASK) >>
1117 DISPPLANE_SEL_PIPE_SHIFT;
1118 WARN((val & DISPLAY_PLANE_ENABLE) && pipe == cur_pipe,
Jesse Barnes9db4a9c2011-02-07 12:26:52 -08001119 "plane %c assertion failure, should be off on pipe %c but is still active\n",
1120 plane_name(i), pipe_name(pipe));
Jesse Barnesb24e7172011-01-04 15:09:30 -08001121 }
1122}
1123
Jesse Barnes92f25842011-01-04 15:09:34 -08001124static void assert_pch_refclk_enabled(struct drm_i915_private *dev_priv)
1125{
1126 u32 val;
1127 bool enabled;
1128
Eugeni Dodonov9d82aa12012-05-09 15:37:17 -03001129 if (HAS_PCH_LPT(dev_priv->dev)) {
1130 DRM_DEBUG_DRIVER("LPT does not has PCH refclk, skipping check\n");
1131 return;
1132 }
1133
Jesse Barnes92f25842011-01-04 15:09:34 -08001134 val = I915_READ(PCH_DREF_CONTROL);
1135 enabled = !!(val & (DREF_SSC_SOURCE_MASK | DREF_NONSPREAD_SOURCE_MASK |
1136 DREF_SUPERSPREAD_SOURCE_MASK));
1137 WARN(!enabled, "PCH refclk assertion failure, should be active but is disabled\n");
1138}
1139
1140static void assert_transcoder_disabled(struct drm_i915_private *dev_priv,
1141 enum pipe pipe)
1142{
1143 int reg;
1144 u32 val;
1145 bool enabled;
1146
1147 reg = TRANSCONF(pipe);
1148 val = I915_READ(reg);
1149 enabled = !!(val & TRANS_ENABLE);
Jesse Barnes9db4a9c2011-02-07 12:26:52 -08001150 WARN(enabled,
1151 "transcoder assertion failed, should be off on pipe %c but is still active\n",
1152 pipe_name(pipe));
Jesse Barnes92f25842011-01-04 15:09:34 -08001153}
1154
Keith Packard4e634382011-08-06 10:39:45 -07001155static bool dp_pipe_enabled(struct drm_i915_private *dev_priv,
1156 enum pipe pipe, u32 port_sel, u32 val)
Keith Packardf0575e92011-07-25 22:12:43 -07001157{
1158 if ((val & DP_PORT_EN) == 0)
1159 return false;
1160
1161 if (HAS_PCH_CPT(dev_priv->dev)) {
1162 u32 trans_dp_ctl_reg = TRANS_DP_CTL(pipe);
1163 u32 trans_dp_ctl = I915_READ(trans_dp_ctl_reg);
1164 if ((trans_dp_ctl & TRANS_DP_PORT_SEL_MASK) != port_sel)
1165 return false;
1166 } else {
1167 if ((val & DP_PIPE_MASK) != (pipe << 30))
1168 return false;
1169 }
1170 return true;
1171}
1172
Keith Packard1519b992011-08-06 10:35:34 -07001173static bool hdmi_pipe_enabled(struct drm_i915_private *dev_priv,
1174 enum pipe pipe, u32 val)
1175{
1176 if ((val & PORT_ENABLE) == 0)
1177 return false;
1178
1179 if (HAS_PCH_CPT(dev_priv->dev)) {
1180 if ((val & PORT_TRANS_SEL_MASK) != PORT_TRANS_SEL_CPT(pipe))
1181 return false;
1182 } else {
1183 if ((val & TRANSCODER_MASK) != TRANSCODER(pipe))
1184 return false;
1185 }
1186 return true;
1187}
1188
1189static bool lvds_pipe_enabled(struct drm_i915_private *dev_priv,
1190 enum pipe pipe, u32 val)
1191{
1192 if ((val & LVDS_PORT_EN) == 0)
1193 return false;
1194
1195 if (HAS_PCH_CPT(dev_priv->dev)) {
1196 if ((val & PORT_TRANS_SEL_MASK) != PORT_TRANS_SEL_CPT(pipe))
1197 return false;
1198 } else {
1199 if ((val & LVDS_PIPE_MASK) != LVDS_PIPE(pipe))
1200 return false;
1201 }
1202 return true;
1203}
1204
1205static bool adpa_pipe_enabled(struct drm_i915_private *dev_priv,
1206 enum pipe pipe, u32 val)
1207{
1208 if ((val & ADPA_DAC_ENABLE) == 0)
1209 return false;
1210 if (HAS_PCH_CPT(dev_priv->dev)) {
1211 if ((val & PORT_TRANS_SEL_MASK) != PORT_TRANS_SEL_CPT(pipe))
1212 return false;
1213 } else {
1214 if ((val & ADPA_PIPE_SELECT_MASK) != ADPA_PIPE_SELECT(pipe))
1215 return false;
1216 }
1217 return true;
1218}
1219
Jesse Barnes291906f2011-02-02 12:28:03 -08001220static void assert_pch_dp_disabled(struct drm_i915_private *dev_priv,
Keith Packardf0575e92011-07-25 22:12:43 -07001221 enum pipe pipe, int reg, u32 port_sel)
Jesse Barnes291906f2011-02-02 12:28:03 -08001222{
Jesse Barnes47a05ec2011-02-07 13:46:40 -08001223 u32 val = I915_READ(reg);
Keith Packard4e634382011-08-06 10:39:45 -07001224 WARN(dp_pipe_enabled(dev_priv, pipe, port_sel, val),
Jesse Barnes291906f2011-02-02 12:28:03 -08001225 "PCH DP (0x%08x) enabled on transcoder %c, should be disabled\n",
Jesse Barnes9db4a9c2011-02-07 12:26:52 -08001226 reg, pipe_name(pipe));
Jesse Barnes291906f2011-02-02 12:28:03 -08001227}
1228
1229static void assert_pch_hdmi_disabled(struct drm_i915_private *dev_priv,
1230 enum pipe pipe, int reg)
1231{
Jesse Barnes47a05ec2011-02-07 13:46:40 -08001232 u32 val = I915_READ(reg);
Keith Packard1519b992011-08-06 10:35:34 -07001233 WARN(hdmi_pipe_enabled(dev_priv, val, pipe),
Adam Jackson23c99e72011-10-07 14:38:43 -04001234 "PCH HDMI (0x%08x) enabled on transcoder %c, should be disabled\n",
Jesse Barnes9db4a9c2011-02-07 12:26:52 -08001235 reg, pipe_name(pipe));
Jesse Barnes291906f2011-02-02 12:28:03 -08001236}
1237
1238static void assert_pch_ports_disabled(struct drm_i915_private *dev_priv,
1239 enum pipe pipe)
1240{
1241 int reg;
1242 u32 val;
Jesse Barnes291906f2011-02-02 12:28:03 -08001243
Keith Packardf0575e92011-07-25 22:12:43 -07001244 assert_pch_dp_disabled(dev_priv, pipe, PCH_DP_B, TRANS_DP_PORT_SEL_B);
1245 assert_pch_dp_disabled(dev_priv, pipe, PCH_DP_C, TRANS_DP_PORT_SEL_C);
1246 assert_pch_dp_disabled(dev_priv, pipe, PCH_DP_D, TRANS_DP_PORT_SEL_D);
Jesse Barnes291906f2011-02-02 12:28:03 -08001247
1248 reg = PCH_ADPA;
1249 val = I915_READ(reg);
Keith Packard1519b992011-08-06 10:35:34 -07001250 WARN(adpa_pipe_enabled(dev_priv, val, pipe),
Jesse Barnes291906f2011-02-02 12:28:03 -08001251 "PCH VGA enabled on transcoder %c, should be disabled\n",
Jesse Barnes9db4a9c2011-02-07 12:26:52 -08001252 pipe_name(pipe));
Jesse Barnes291906f2011-02-02 12:28:03 -08001253
1254 reg = PCH_LVDS;
1255 val = I915_READ(reg);
Keith Packard1519b992011-08-06 10:35:34 -07001256 WARN(lvds_pipe_enabled(dev_priv, val, pipe),
Jesse Barnes291906f2011-02-02 12:28:03 -08001257 "PCH LVDS enabled on transcoder %c, should be disabled\n",
Jesse Barnes9db4a9c2011-02-07 12:26:52 -08001258 pipe_name(pipe));
Jesse Barnes291906f2011-02-02 12:28:03 -08001259
1260 assert_pch_hdmi_disabled(dev_priv, pipe, HDMIB);
1261 assert_pch_hdmi_disabled(dev_priv, pipe, HDMIC);
1262 assert_pch_hdmi_disabled(dev_priv, pipe, HDMID);
1263}
1264
Jesse Barnesb24e7172011-01-04 15:09:30 -08001265/**
Jesse Barnes63d7bbe2011-01-04 15:09:33 -08001266 * intel_enable_pll - enable a PLL
1267 * @dev_priv: i915 private structure
1268 * @pipe: pipe PLL to enable
1269 *
1270 * Enable @pipe's PLL so we can start pumping pixels from a plane. Check to
1271 * make sure the PLL reg is writable first though, since the panel write
1272 * protect mechanism may be enabled.
1273 *
1274 * Note! This is for pre-ILK only.
1275 */
1276static void intel_enable_pll(struct drm_i915_private *dev_priv, enum pipe pipe)
1277{
1278 int reg;
1279 u32 val;
1280
1281 /* No really, not for ILK+ */
1282 BUG_ON(dev_priv->info->gen >= 5);
1283
1284 /* PLL is protected by panel, make sure we can write it */
1285 if (IS_MOBILE(dev_priv->dev) && !IS_I830(dev_priv->dev))
1286 assert_panel_unlocked(dev_priv, pipe);
1287
1288 reg = DPLL(pipe);
1289 val = I915_READ(reg);
1290 val |= DPLL_VCO_ENABLE;
1291
1292 /* We do this three times for luck */
1293 I915_WRITE(reg, val);
1294 POSTING_READ(reg);
1295 udelay(150); /* wait for warmup */
1296 I915_WRITE(reg, val);
1297 POSTING_READ(reg);
1298 udelay(150); /* wait for warmup */
1299 I915_WRITE(reg, val);
1300 POSTING_READ(reg);
1301 udelay(150); /* wait for warmup */
1302}
1303
1304/**
1305 * intel_disable_pll - disable a PLL
1306 * @dev_priv: i915 private structure
1307 * @pipe: pipe PLL to disable
1308 *
1309 * Disable the PLL for @pipe, making sure the pipe is off first.
1310 *
1311 * Note! This is for pre-ILK only.
1312 */
1313static void intel_disable_pll(struct drm_i915_private *dev_priv, enum pipe pipe)
1314{
1315 int reg;
1316 u32 val;
1317
1318 /* Don't disable pipe A or pipe A PLLs if needed */
1319 if (pipe == PIPE_A && (dev_priv->quirks & QUIRK_PIPEA_FORCE))
1320 return;
1321
1322 /* Make sure the pipe isn't still relying on us */
1323 assert_pipe_disabled(dev_priv, pipe);
1324
1325 reg = DPLL(pipe);
1326 val = I915_READ(reg);
1327 val &= ~DPLL_VCO_ENABLE;
1328 I915_WRITE(reg, val);
1329 POSTING_READ(reg);
1330}
1331
Eugeni Dodonova416ede2012-05-09 15:37:10 -03001332/* SBI access */
1333static void
1334intel_sbi_write(struct drm_i915_private *dev_priv, u16 reg, u32 value)
1335{
1336 unsigned long flags;
1337
1338 spin_lock_irqsave(&dev_priv->dpio_lock, flags);
1339 if (wait_for((I915_READ(SBI_CTL_STAT) & SBI_READY) == 0,
1340 100)) {
1341 DRM_ERROR("timeout waiting for SBI to become ready\n");
1342 goto out_unlock;
1343 }
1344
1345 I915_WRITE(SBI_ADDR,
1346 (reg << 16));
1347 I915_WRITE(SBI_DATA,
1348 value);
1349 I915_WRITE(SBI_CTL_STAT,
1350 SBI_BUSY |
1351 SBI_CTL_OP_CRWR);
1352
1353 if (wait_for((I915_READ(SBI_CTL_STAT) & (SBI_READY | SBI_RESPONSE_SUCCESS)) == 0,
1354 100)) {
1355 DRM_ERROR("timeout waiting for SBI to complete write transaction\n");
1356 goto out_unlock;
1357 }
1358
1359out_unlock:
1360 spin_unlock_irqrestore(&dev_priv->dpio_lock, flags);
1361}
1362
1363static u32
1364intel_sbi_read(struct drm_i915_private *dev_priv, u16 reg)
1365{
1366 unsigned long flags;
1367 u32 value;
1368
1369 spin_lock_irqsave(&dev_priv->dpio_lock, flags);
1370 if (wait_for((I915_READ(SBI_CTL_STAT) & SBI_READY) == 0,
1371 100)) {
1372 DRM_ERROR("timeout waiting for SBI to become ready\n");
1373 goto out_unlock;
1374 }
1375
1376 I915_WRITE(SBI_ADDR,
1377 (reg << 16));
1378 I915_WRITE(SBI_CTL_STAT,
1379 SBI_BUSY |
1380 SBI_CTL_OP_CRRD);
1381
1382 if (wait_for((I915_READ(SBI_CTL_STAT) & (SBI_READY | SBI_RESPONSE_SUCCESS)) == 0,
1383 100)) {
1384 DRM_ERROR("timeout waiting for SBI to complete read transaction\n");
1385 goto out_unlock;
1386 }
1387
1388 value = I915_READ(SBI_DATA);
1389
1390out_unlock:
1391 spin_unlock_irqrestore(&dev_priv->dpio_lock, flags);
1392 return value;
1393}
1394
Jesse Barnes63d7bbe2011-01-04 15:09:33 -08001395/**
Jesse Barnes92f25842011-01-04 15:09:34 -08001396 * intel_enable_pch_pll - enable PCH PLL
1397 * @dev_priv: i915 private structure
1398 * @pipe: pipe PLL to enable
1399 *
1400 * The PCH PLL needs to be enabled before the PCH transcoder, since it
1401 * drives the transcoder clock.
1402 */
Jesse Barnesee7b9f92012-04-20 17:11:53 +01001403static void intel_enable_pch_pll(struct intel_crtc *intel_crtc)
Jesse Barnes92f25842011-01-04 15:09:34 -08001404{
Jesse Barnesee7b9f92012-04-20 17:11:53 +01001405 struct drm_i915_private *dev_priv = intel_crtc->base.dev->dev_private;
1406 struct intel_pch_pll *pll = intel_crtc->pch_pll;
Jesse Barnes92f25842011-01-04 15:09:34 -08001407 int reg;
1408 u32 val;
1409
1410 /* PCH only available on ILK+ */
1411 BUG_ON(dev_priv->info->gen < 5);
Jesse Barnesee7b9f92012-04-20 17:11:53 +01001412 BUG_ON(pll == NULL);
1413 BUG_ON(pll->refcount == 0);
1414
1415 DRM_DEBUG_KMS("enable PCH PLL %x (active %d, on? %d)for crtc %d\n",
1416 pll->pll_reg, pll->active, pll->on,
1417 intel_crtc->base.base.id);
Jesse Barnes92f25842011-01-04 15:09:34 -08001418
1419 /* PCH refclock must be enabled first */
1420 assert_pch_refclk_enabled(dev_priv);
1421
Jesse Barnesee7b9f92012-04-20 17:11:53 +01001422 if (pll->active++ && pll->on) {
1423 assert_pch_pll_enabled(dev_priv, intel_crtc);
1424 return;
1425 }
1426
1427 DRM_DEBUG_KMS("enabling PCH PLL %x\n", pll->pll_reg);
1428
1429 reg = pll->pll_reg;
Jesse Barnes92f25842011-01-04 15:09:34 -08001430 val = I915_READ(reg);
1431 val |= DPLL_VCO_ENABLE;
1432 I915_WRITE(reg, val);
1433 POSTING_READ(reg);
1434 udelay(200);
Jesse Barnesee7b9f92012-04-20 17:11:53 +01001435
1436 pll->on = true;
Jesse Barnes92f25842011-01-04 15:09:34 -08001437}
1438
Jesse Barnesee7b9f92012-04-20 17:11:53 +01001439static void intel_disable_pch_pll(struct intel_crtc *intel_crtc)
Jesse Barnes92f25842011-01-04 15:09:34 -08001440{
Jesse Barnesee7b9f92012-04-20 17:11:53 +01001441 struct drm_i915_private *dev_priv = intel_crtc->base.dev->dev_private;
1442 struct intel_pch_pll *pll = intel_crtc->pch_pll;
Jesse Barnes92f25842011-01-04 15:09:34 -08001443 int reg;
Jesse Barnesee7b9f92012-04-20 17:11:53 +01001444 u32 val;
Jesse Barnes4c609cb2011-09-02 12:52:11 -07001445
Jesse Barnes92f25842011-01-04 15:09:34 -08001446 /* PCH only available on ILK+ */
1447 BUG_ON(dev_priv->info->gen < 5);
Jesse Barnesee7b9f92012-04-20 17:11:53 +01001448 if (pll == NULL)
1449 return;
1450
1451 BUG_ON(pll->refcount == 0);
1452
1453 DRM_DEBUG_KMS("disable PCH PLL %x (active %d, on? %d) for crtc %d\n",
1454 pll->pll_reg, pll->active, pll->on,
1455 intel_crtc->base.base.id);
1456
1457 BUG_ON(pll->active == 0);
1458 if (--pll->active) {
1459 assert_pch_pll_enabled(dev_priv, intel_crtc);
1460 return;
1461 }
1462
1463 DRM_DEBUG_KMS("disabling PCH PLL %x\n", pll->pll_reg);
Jesse Barnes92f25842011-01-04 15:09:34 -08001464
1465 /* Make sure transcoder isn't still depending on us */
Jesse Barnesee7b9f92012-04-20 17:11:53 +01001466 assert_transcoder_disabled(dev_priv, intel_crtc->pipe);
Jesse Barnes92f25842011-01-04 15:09:34 -08001467
Jesse Barnesee7b9f92012-04-20 17:11:53 +01001468 reg = pll->pll_reg;
Jesse Barnes92f25842011-01-04 15:09:34 -08001469 val = I915_READ(reg);
1470 val &= ~DPLL_VCO_ENABLE;
1471 I915_WRITE(reg, val);
1472 POSTING_READ(reg);
1473 udelay(200);
Jesse Barnesee7b9f92012-04-20 17:11:53 +01001474
1475 pll->on = false;
Jesse Barnes92f25842011-01-04 15:09:34 -08001476}
1477
Jesse Barnes040484a2011-01-03 12:14:26 -08001478static void intel_enable_transcoder(struct drm_i915_private *dev_priv,
1479 enum pipe pipe)
1480{
1481 int reg;
Paulo Zanoni5f7f7262012-02-03 17:47:15 -02001482 u32 val, pipeconf_val;
Paulo Zanoni7c26e5c2012-02-14 17:07:09 -02001483 struct drm_crtc *crtc = dev_priv->pipe_to_crtc_mapping[pipe];
Jesse Barnes040484a2011-01-03 12:14:26 -08001484
1485 /* PCH only available on ILK+ */
1486 BUG_ON(dev_priv->info->gen < 5);
1487
1488 /* Make sure PCH DPLL is enabled */
Jesse Barnesee7b9f92012-04-20 17:11:53 +01001489 assert_pch_pll_enabled(dev_priv, to_intel_crtc(crtc));
Jesse Barnes040484a2011-01-03 12:14:26 -08001490
1491 /* FDI must be feeding us bits for PCH ports */
1492 assert_fdi_tx_enabled(dev_priv, pipe);
1493 assert_fdi_rx_enabled(dev_priv, pipe);
1494
Eugeni Dodonov59c859d2012-05-09 15:37:19 -03001495 if (IS_HASWELL(dev_priv->dev) && pipe > 0) {
1496 DRM_ERROR("Attempting to enable transcoder on Haswell with pipe > 0\n");
1497 return;
1498 }
Jesse Barnes040484a2011-01-03 12:14:26 -08001499 reg = TRANSCONF(pipe);
1500 val = I915_READ(reg);
Paulo Zanoni5f7f7262012-02-03 17:47:15 -02001501 pipeconf_val = I915_READ(PIPECONF(pipe));
Jesse Barnese9bcff52011-06-24 12:19:20 -07001502
1503 if (HAS_PCH_IBX(dev_priv->dev)) {
1504 /*
1505 * make the BPC in transcoder be consistent with
1506 * that in pipeconf reg.
1507 */
1508 val &= ~PIPE_BPC_MASK;
Paulo Zanoni5f7f7262012-02-03 17:47:15 -02001509 val |= pipeconf_val & PIPE_BPC_MASK;
Jesse Barnese9bcff52011-06-24 12:19:20 -07001510 }
Paulo Zanoni5f7f7262012-02-03 17:47:15 -02001511
1512 val &= ~TRANS_INTERLACE_MASK;
1513 if ((pipeconf_val & PIPECONF_INTERLACE_MASK) == PIPECONF_INTERLACED_ILK)
Paulo Zanoni7c26e5c2012-02-14 17:07:09 -02001514 if (HAS_PCH_IBX(dev_priv->dev) &&
1515 intel_pipe_has_type(crtc, INTEL_OUTPUT_SDVO))
1516 val |= TRANS_LEGACY_INTERLACED_ILK;
1517 else
1518 val |= TRANS_INTERLACED;
Paulo Zanoni5f7f7262012-02-03 17:47:15 -02001519 else
1520 val |= TRANS_PROGRESSIVE;
1521
Jesse Barnes040484a2011-01-03 12:14:26 -08001522 I915_WRITE(reg, val | TRANS_ENABLE);
1523 if (wait_for(I915_READ(reg) & TRANS_STATE_ENABLE, 100))
1524 DRM_ERROR("failed to enable transcoder %d\n", pipe);
1525}
1526
1527static void intel_disable_transcoder(struct drm_i915_private *dev_priv,
1528 enum pipe pipe)
1529{
1530 int reg;
1531 u32 val;
1532
1533 /* FDI relies on the transcoder */
1534 assert_fdi_tx_disabled(dev_priv, pipe);
1535 assert_fdi_rx_disabled(dev_priv, pipe);
1536
Jesse Barnes291906f2011-02-02 12:28:03 -08001537 /* Ports must be off as well */
1538 assert_pch_ports_disabled(dev_priv, pipe);
1539
Jesse Barnes040484a2011-01-03 12:14:26 -08001540 reg = TRANSCONF(pipe);
1541 val = I915_READ(reg);
1542 val &= ~TRANS_ENABLE;
1543 I915_WRITE(reg, val);
1544 /* wait for PCH transcoder off, transcoder state */
1545 if (wait_for((I915_READ(reg) & TRANS_STATE_ENABLE) == 0, 50))
Jesse Barnes4c9c18c2011-10-13 09:46:32 -07001546 DRM_ERROR("failed to disable transcoder %d\n", pipe);
Jesse Barnes040484a2011-01-03 12:14:26 -08001547}
1548
Jesse Barnes92f25842011-01-04 15:09:34 -08001549/**
Chris Wilson309cfea2011-01-28 13:54:53 +00001550 * intel_enable_pipe - enable a pipe, asserting requirements
Jesse Barnesb24e7172011-01-04 15:09:30 -08001551 * @dev_priv: i915 private structure
1552 * @pipe: pipe to enable
Jesse Barnes040484a2011-01-03 12:14:26 -08001553 * @pch_port: on ILK+, is this pipe driving a PCH port or not
Jesse Barnesb24e7172011-01-04 15:09:30 -08001554 *
1555 * Enable @pipe, making sure that various hardware specific requirements
1556 * are met, if applicable, e.g. PLL enabled, LVDS pairs enabled, etc.
1557 *
1558 * @pipe should be %PIPE_A or %PIPE_B.
1559 *
1560 * Will wait until the pipe is actually running (i.e. first vblank) before
1561 * returning.
1562 */
Jesse Barnes040484a2011-01-03 12:14:26 -08001563static void intel_enable_pipe(struct drm_i915_private *dev_priv, enum pipe pipe,
1564 bool pch_port)
Jesse Barnesb24e7172011-01-04 15:09:30 -08001565{
1566 int reg;
1567 u32 val;
1568
1569 /*
1570 * A pipe without a PLL won't actually be able to drive bits from
1571 * a plane. On ILK+ the pipe PLLs are integrated, so we don't
1572 * need the check.
1573 */
1574 if (!HAS_PCH_SPLIT(dev_priv->dev))
1575 assert_pll_enabled(dev_priv, pipe);
Jesse Barnes040484a2011-01-03 12:14:26 -08001576 else {
1577 if (pch_port) {
1578 /* if driving the PCH, we need FDI enabled */
1579 assert_fdi_rx_pll_enabled(dev_priv, pipe);
1580 assert_fdi_tx_pll_enabled(dev_priv, pipe);
1581 }
1582 /* FIXME: assert CPU port conditions for SNB+ */
1583 }
Jesse Barnesb24e7172011-01-04 15:09:30 -08001584
1585 reg = PIPECONF(pipe);
1586 val = I915_READ(reg);
Chris Wilson00d70b12011-03-17 07:18:29 +00001587 if (val & PIPECONF_ENABLE)
1588 return;
1589
1590 I915_WRITE(reg, val | PIPECONF_ENABLE);
Jesse Barnesb24e7172011-01-04 15:09:30 -08001591 intel_wait_for_vblank(dev_priv->dev, pipe);
1592}
1593
1594/**
Chris Wilson309cfea2011-01-28 13:54:53 +00001595 * intel_disable_pipe - disable a pipe, asserting requirements
Jesse Barnesb24e7172011-01-04 15:09:30 -08001596 * @dev_priv: i915 private structure
1597 * @pipe: pipe to disable
1598 *
1599 * Disable @pipe, making sure that various hardware specific requirements
1600 * are met, if applicable, e.g. plane disabled, panel fitter off, etc.
1601 *
1602 * @pipe should be %PIPE_A or %PIPE_B.
1603 *
1604 * Will wait until the pipe has shut down before returning.
1605 */
1606static void intel_disable_pipe(struct drm_i915_private *dev_priv,
1607 enum pipe pipe)
1608{
1609 int reg;
1610 u32 val;
1611
1612 /*
1613 * Make sure planes won't keep trying to pump pixels to us,
1614 * or we might hang the display.
1615 */
1616 assert_planes_disabled(dev_priv, pipe);
1617
1618 /* Don't disable pipe A or pipe A PLLs if needed */
1619 if (pipe == PIPE_A && (dev_priv->quirks & QUIRK_PIPEA_FORCE))
1620 return;
1621
1622 reg = PIPECONF(pipe);
1623 val = I915_READ(reg);
Chris Wilson00d70b12011-03-17 07:18:29 +00001624 if ((val & PIPECONF_ENABLE) == 0)
1625 return;
1626
1627 I915_WRITE(reg, val & ~PIPECONF_ENABLE);
Jesse Barnesb24e7172011-01-04 15:09:30 -08001628 intel_wait_for_pipe_off(dev_priv->dev, pipe);
1629}
1630
Keith Packardd74362c2011-07-28 14:47:14 -07001631/*
1632 * Plane regs are double buffered, going from enabled->disabled needs a
1633 * trigger in order to latch. The display address reg provides this.
1634 */
Eugeni Dodonov6f1d69b2012-04-18 15:29:25 -03001635void intel_flush_display_plane(struct drm_i915_private *dev_priv,
Keith Packardd74362c2011-07-28 14:47:14 -07001636 enum plane plane)
1637{
1638 I915_WRITE(DSPADDR(plane), I915_READ(DSPADDR(plane)));
1639 I915_WRITE(DSPSURF(plane), I915_READ(DSPSURF(plane)));
1640}
1641
Jesse Barnesb24e7172011-01-04 15:09:30 -08001642/**
1643 * intel_enable_plane - enable a display plane on a given pipe
1644 * @dev_priv: i915 private structure
1645 * @plane: plane to enable
1646 * @pipe: pipe being fed
1647 *
1648 * Enable @plane on @pipe, making sure that @pipe is running first.
1649 */
1650static void intel_enable_plane(struct drm_i915_private *dev_priv,
1651 enum plane plane, enum pipe pipe)
1652{
1653 int reg;
1654 u32 val;
1655
1656 /* If the pipe isn't enabled, we can't pump pixels and may hang */
1657 assert_pipe_enabled(dev_priv, pipe);
1658
1659 reg = DSPCNTR(plane);
1660 val = I915_READ(reg);
Chris Wilson00d70b12011-03-17 07:18:29 +00001661 if (val & DISPLAY_PLANE_ENABLE)
1662 return;
1663
1664 I915_WRITE(reg, val | DISPLAY_PLANE_ENABLE);
Keith Packardd74362c2011-07-28 14:47:14 -07001665 intel_flush_display_plane(dev_priv, plane);
Jesse Barnesb24e7172011-01-04 15:09:30 -08001666 intel_wait_for_vblank(dev_priv->dev, pipe);
1667}
1668
Jesse Barnesb24e7172011-01-04 15:09:30 -08001669/**
1670 * intel_disable_plane - disable a display plane
1671 * @dev_priv: i915 private structure
1672 * @plane: plane to disable
1673 * @pipe: pipe consuming the data
1674 *
1675 * Disable @plane; should be an independent operation.
1676 */
1677static void intel_disable_plane(struct drm_i915_private *dev_priv,
1678 enum plane plane, enum pipe pipe)
1679{
1680 int reg;
1681 u32 val;
1682
1683 reg = DSPCNTR(plane);
1684 val = I915_READ(reg);
Chris Wilson00d70b12011-03-17 07:18:29 +00001685 if ((val & DISPLAY_PLANE_ENABLE) == 0)
1686 return;
1687
1688 I915_WRITE(reg, val & ~DISPLAY_PLANE_ENABLE);
Jesse Barnesb24e7172011-01-04 15:09:30 -08001689 intel_flush_display_plane(dev_priv, plane);
1690 intel_wait_for_vblank(dev_priv->dev, pipe);
1691}
1692
Jesse Barnes47a05ec2011-02-07 13:46:40 -08001693static void disable_pch_dp(struct drm_i915_private *dev_priv,
Keith Packardf0575e92011-07-25 22:12:43 -07001694 enum pipe pipe, int reg, u32 port_sel)
Jesse Barnes47a05ec2011-02-07 13:46:40 -08001695{
1696 u32 val = I915_READ(reg);
Keith Packard4e634382011-08-06 10:39:45 -07001697 if (dp_pipe_enabled(dev_priv, pipe, port_sel, val)) {
Keith Packardf0575e92011-07-25 22:12:43 -07001698 DRM_DEBUG_KMS("Disabling pch dp %x on pipe %d\n", reg, pipe);
Jesse Barnes47a05ec2011-02-07 13:46:40 -08001699 I915_WRITE(reg, val & ~DP_PORT_EN);
Keith Packardf0575e92011-07-25 22:12:43 -07001700 }
Jesse Barnes47a05ec2011-02-07 13:46:40 -08001701}
1702
1703static void disable_pch_hdmi(struct drm_i915_private *dev_priv,
1704 enum pipe pipe, int reg)
1705{
1706 u32 val = I915_READ(reg);
Keith Packard1519b992011-08-06 10:35:34 -07001707 if (hdmi_pipe_enabled(dev_priv, val, pipe)) {
Keith Packardf0575e92011-07-25 22:12:43 -07001708 DRM_DEBUG_KMS("Disabling pch HDMI %x on pipe %d\n",
1709 reg, pipe);
Jesse Barnes47a05ec2011-02-07 13:46:40 -08001710 I915_WRITE(reg, val & ~PORT_ENABLE);
Keith Packardf0575e92011-07-25 22:12:43 -07001711 }
Jesse Barnes47a05ec2011-02-07 13:46:40 -08001712}
1713
1714/* Disable any ports connected to this transcoder */
1715static void intel_disable_pch_ports(struct drm_i915_private *dev_priv,
1716 enum pipe pipe)
1717{
1718 u32 reg, val;
1719
1720 val = I915_READ(PCH_PP_CONTROL);
1721 I915_WRITE(PCH_PP_CONTROL, val | PANEL_UNLOCK_REGS);
1722
Keith Packardf0575e92011-07-25 22:12:43 -07001723 disable_pch_dp(dev_priv, pipe, PCH_DP_B, TRANS_DP_PORT_SEL_B);
1724 disable_pch_dp(dev_priv, pipe, PCH_DP_C, TRANS_DP_PORT_SEL_C);
1725 disable_pch_dp(dev_priv, pipe, PCH_DP_D, TRANS_DP_PORT_SEL_D);
Jesse Barnes47a05ec2011-02-07 13:46:40 -08001726
1727 reg = PCH_ADPA;
1728 val = I915_READ(reg);
Keith Packard1519b992011-08-06 10:35:34 -07001729 if (adpa_pipe_enabled(dev_priv, val, pipe))
Jesse Barnes47a05ec2011-02-07 13:46:40 -08001730 I915_WRITE(reg, val & ~ADPA_DAC_ENABLE);
1731
1732 reg = PCH_LVDS;
1733 val = I915_READ(reg);
Keith Packard1519b992011-08-06 10:35:34 -07001734 if (lvds_pipe_enabled(dev_priv, val, pipe)) {
1735 DRM_DEBUG_KMS("disable lvds on pipe %d val 0x%08x\n", pipe, val);
Jesse Barnes47a05ec2011-02-07 13:46:40 -08001736 I915_WRITE(reg, val & ~LVDS_PORT_EN);
1737 POSTING_READ(reg);
1738 udelay(100);
1739 }
1740
1741 disable_pch_hdmi(dev_priv, pipe, HDMIB);
1742 disable_pch_hdmi(dev_priv, pipe, HDMIC);
1743 disable_pch_hdmi(dev_priv, pipe, HDMID);
1744}
1745
Chris Wilson127bd2a2010-07-23 23:32:05 +01001746int
Chris Wilson48b956c2010-09-14 12:50:34 +01001747intel_pin_and_fence_fb_obj(struct drm_device *dev,
Chris Wilson05394f32010-11-08 19:18:58 +00001748 struct drm_i915_gem_object *obj,
Chris Wilson919926a2010-11-12 13:42:53 +00001749 struct intel_ring_buffer *pipelined)
Kristian Høgsberg6b95a202009-11-18 11:25:18 -05001750{
Chris Wilsonce453d82011-02-21 14:43:56 +00001751 struct drm_i915_private *dev_priv = dev->dev_private;
Kristian Høgsberg6b95a202009-11-18 11:25:18 -05001752 u32 alignment;
1753 int ret;
1754
Chris Wilson05394f32010-11-08 19:18:58 +00001755 switch (obj->tiling_mode) {
Kristian Høgsberg6b95a202009-11-18 11:25:18 -05001756 case I915_TILING_NONE:
Chris Wilson534843d2010-07-05 18:01:46 +01001757 if (IS_BROADWATER(dev) || IS_CRESTLINE(dev))
1758 alignment = 128 * 1024;
Chris Wilsona6c45cf2010-09-17 00:32:17 +01001759 else if (INTEL_INFO(dev)->gen >= 4)
Chris Wilson534843d2010-07-05 18:01:46 +01001760 alignment = 4 * 1024;
1761 else
1762 alignment = 64 * 1024;
Kristian Høgsberg6b95a202009-11-18 11:25:18 -05001763 break;
1764 case I915_TILING_X:
1765 /* pin() will align the object as required by fence */
1766 alignment = 0;
1767 break;
1768 case I915_TILING_Y:
1769 /* FIXME: Is this true? */
1770 DRM_ERROR("Y tiled not allowed for scan out buffers\n");
1771 return -EINVAL;
1772 default:
1773 BUG();
1774 }
1775
Chris Wilsonce453d82011-02-21 14:43:56 +00001776 dev_priv->mm.interruptible = false;
Chris Wilson2da3b9b2011-04-14 09:41:17 +01001777 ret = i915_gem_object_pin_to_display_plane(obj, alignment, pipelined);
Chris Wilson48b956c2010-09-14 12:50:34 +01001778 if (ret)
Chris Wilsonce453d82011-02-21 14:43:56 +00001779 goto err_interruptible;
Kristian Høgsberg6b95a202009-11-18 11:25:18 -05001780
1781 /* Install a fence for tiled scan-out. Pre-i965 always needs a
1782 * fence, whereas 965+ only requires a fence if using
1783 * framebuffer compression. For simplicity, we always install
1784 * a fence as the cost is not that onerous.
1785 */
Chris Wilson06d98132012-04-17 15:31:24 +01001786 ret = i915_gem_object_get_fence(obj);
Chris Wilson9a5a53b2012-03-22 15:10:00 +00001787 if (ret)
1788 goto err_unpin;
Chris Wilson1690e1e2011-12-14 13:57:08 +01001789
Chris Wilson9a5a53b2012-03-22 15:10:00 +00001790 i915_gem_object_pin_fence(obj);
Kristian Høgsberg6b95a202009-11-18 11:25:18 -05001791
Chris Wilsonce453d82011-02-21 14:43:56 +00001792 dev_priv->mm.interruptible = true;
Kristian Høgsberg6b95a202009-11-18 11:25:18 -05001793 return 0;
Chris Wilson48b956c2010-09-14 12:50:34 +01001794
1795err_unpin:
1796 i915_gem_object_unpin(obj);
Chris Wilsonce453d82011-02-21 14:43:56 +00001797err_interruptible:
1798 dev_priv->mm.interruptible = true;
Chris Wilson48b956c2010-09-14 12:50:34 +01001799 return ret;
Kristian Høgsberg6b95a202009-11-18 11:25:18 -05001800}
1801
Chris Wilson1690e1e2011-12-14 13:57:08 +01001802void intel_unpin_fb_obj(struct drm_i915_gem_object *obj)
1803{
1804 i915_gem_object_unpin_fence(obj);
1805 i915_gem_object_unpin(obj);
1806}
1807
Jesse Barnes17638cd2011-06-24 12:19:23 -07001808static int i9xx_update_plane(struct drm_crtc *crtc, struct drm_framebuffer *fb,
1809 int x, int y)
Jesse Barnes81255562010-08-02 12:07:50 -07001810{
1811 struct drm_device *dev = crtc->dev;
1812 struct drm_i915_private *dev_priv = dev->dev_private;
1813 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
1814 struct intel_framebuffer *intel_fb;
Chris Wilson05394f32010-11-08 19:18:58 +00001815 struct drm_i915_gem_object *obj;
Jesse Barnes81255562010-08-02 12:07:50 -07001816 int plane = intel_crtc->plane;
1817 unsigned long Start, Offset;
Jesse Barnes81255562010-08-02 12:07:50 -07001818 u32 dspcntr;
Chris Wilson5eddb702010-09-11 13:48:45 +01001819 u32 reg;
Jesse Barnes81255562010-08-02 12:07:50 -07001820
1821 switch (plane) {
1822 case 0:
1823 case 1:
1824 break;
1825 default:
1826 DRM_ERROR("Can't update plane %d in SAREA\n", plane);
1827 return -EINVAL;
1828 }
1829
1830 intel_fb = to_intel_framebuffer(fb);
1831 obj = intel_fb->obj;
Jesse Barnes81255562010-08-02 12:07:50 -07001832
Chris Wilson5eddb702010-09-11 13:48:45 +01001833 reg = DSPCNTR(plane);
1834 dspcntr = I915_READ(reg);
Jesse Barnes81255562010-08-02 12:07:50 -07001835 /* Mask out pixel format bits in case we change it */
1836 dspcntr &= ~DISPPLANE_PIXFORMAT_MASK;
1837 switch (fb->bits_per_pixel) {
1838 case 8:
1839 dspcntr |= DISPPLANE_8BPP;
1840 break;
1841 case 16:
1842 if (fb->depth == 15)
1843 dspcntr |= DISPPLANE_15_16BPP;
1844 else
1845 dspcntr |= DISPPLANE_16BPP;
1846 break;
1847 case 24:
1848 case 32:
1849 dspcntr |= DISPPLANE_32BPP_NO_ALPHA;
1850 break;
1851 default:
Jesse Barnes17638cd2011-06-24 12:19:23 -07001852 DRM_ERROR("Unknown color depth %d\n", fb->bits_per_pixel);
Jesse Barnes81255562010-08-02 12:07:50 -07001853 return -EINVAL;
1854 }
Chris Wilsona6c45cf2010-09-17 00:32:17 +01001855 if (INTEL_INFO(dev)->gen >= 4) {
Chris Wilson05394f32010-11-08 19:18:58 +00001856 if (obj->tiling_mode != I915_TILING_NONE)
Jesse Barnes81255562010-08-02 12:07:50 -07001857 dspcntr |= DISPPLANE_TILED;
1858 else
1859 dspcntr &= ~DISPPLANE_TILED;
1860 }
1861
Chris Wilson5eddb702010-09-11 13:48:45 +01001862 I915_WRITE(reg, dspcntr);
Jesse Barnes81255562010-08-02 12:07:50 -07001863
Chris Wilson05394f32010-11-08 19:18:58 +00001864 Start = obj->gtt_offset;
Ville Syrjälä01f2c772011-12-20 00:06:49 +02001865 Offset = y * fb->pitches[0] + x * (fb->bits_per_pixel / 8);
Jesse Barnes81255562010-08-02 12:07:50 -07001866
Chris Wilson4e6cfef2010-08-08 13:20:19 +01001867 DRM_DEBUG_KMS("Writing base %08lX %08lX %d %d %d\n",
Ville Syrjälä01f2c772011-12-20 00:06:49 +02001868 Start, Offset, x, y, fb->pitches[0]);
1869 I915_WRITE(DSPSTRIDE(plane), fb->pitches[0]);
Chris Wilsona6c45cf2010-09-17 00:32:17 +01001870 if (INTEL_INFO(dev)->gen >= 4) {
Armin Reese446f2542012-03-30 16:20:16 -07001871 I915_MODIFY_DISPBASE(DSPSURF(plane), Start);
Chris Wilson5eddb702010-09-11 13:48:45 +01001872 I915_WRITE(DSPTILEOFF(plane), (y << 16) | x);
1873 I915_WRITE(DSPADDR(plane), Offset);
1874 } else
1875 I915_WRITE(DSPADDR(plane), Start + Offset);
1876 POSTING_READ(reg);
Jesse Barnes81255562010-08-02 12:07:50 -07001877
Jesse Barnes17638cd2011-06-24 12:19:23 -07001878 return 0;
1879}
1880
1881static int ironlake_update_plane(struct drm_crtc *crtc,
1882 struct drm_framebuffer *fb, int x, int y)
1883{
1884 struct drm_device *dev = crtc->dev;
1885 struct drm_i915_private *dev_priv = dev->dev_private;
1886 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
1887 struct intel_framebuffer *intel_fb;
1888 struct drm_i915_gem_object *obj;
1889 int plane = intel_crtc->plane;
1890 unsigned long Start, Offset;
1891 u32 dspcntr;
1892 u32 reg;
1893
1894 switch (plane) {
1895 case 0:
1896 case 1:
Jesse Barnes27f82272011-09-02 12:54:37 -07001897 case 2:
Jesse Barnes17638cd2011-06-24 12:19:23 -07001898 break;
1899 default:
1900 DRM_ERROR("Can't update plane %d in SAREA\n", plane);
1901 return -EINVAL;
1902 }
1903
1904 intel_fb = to_intel_framebuffer(fb);
1905 obj = intel_fb->obj;
1906
1907 reg = DSPCNTR(plane);
1908 dspcntr = I915_READ(reg);
1909 /* Mask out pixel format bits in case we change it */
1910 dspcntr &= ~DISPPLANE_PIXFORMAT_MASK;
1911 switch (fb->bits_per_pixel) {
1912 case 8:
1913 dspcntr |= DISPPLANE_8BPP;
1914 break;
1915 case 16:
1916 if (fb->depth != 16)
1917 return -EINVAL;
1918
1919 dspcntr |= DISPPLANE_16BPP;
1920 break;
1921 case 24:
1922 case 32:
1923 if (fb->depth == 24)
1924 dspcntr |= DISPPLANE_32BPP_NO_ALPHA;
1925 else if (fb->depth == 30)
1926 dspcntr |= DISPPLANE_32BPP_30BIT_NO_ALPHA;
1927 else
1928 return -EINVAL;
1929 break;
1930 default:
1931 DRM_ERROR("Unknown color depth %d\n", fb->bits_per_pixel);
1932 return -EINVAL;
1933 }
1934
1935 if (obj->tiling_mode != I915_TILING_NONE)
1936 dspcntr |= DISPPLANE_TILED;
1937 else
1938 dspcntr &= ~DISPPLANE_TILED;
1939
1940 /* must disable */
1941 dspcntr |= DISPPLANE_TRICKLE_FEED_DISABLE;
1942
1943 I915_WRITE(reg, dspcntr);
1944
1945 Start = obj->gtt_offset;
Ville Syrjälä01f2c772011-12-20 00:06:49 +02001946 Offset = y * fb->pitches[0] + x * (fb->bits_per_pixel / 8);
Jesse Barnes17638cd2011-06-24 12:19:23 -07001947
1948 DRM_DEBUG_KMS("Writing base %08lX %08lX %d %d %d\n",
Ville Syrjälä01f2c772011-12-20 00:06:49 +02001949 Start, Offset, x, y, fb->pitches[0]);
1950 I915_WRITE(DSPSTRIDE(plane), fb->pitches[0]);
Armin Reese446f2542012-03-30 16:20:16 -07001951 I915_MODIFY_DISPBASE(DSPSURF(plane), Start);
Jesse Barnes17638cd2011-06-24 12:19:23 -07001952 I915_WRITE(DSPTILEOFF(plane), (y << 16) | x);
1953 I915_WRITE(DSPADDR(plane), Offset);
1954 POSTING_READ(reg);
1955
1956 return 0;
1957}
1958
1959/* Assume fb object is pinned & idle & fenced and just update base pointers */
1960static int
1961intel_pipe_set_base_atomic(struct drm_crtc *crtc, struct drm_framebuffer *fb,
1962 int x, int y, enum mode_set_atomic state)
1963{
1964 struct drm_device *dev = crtc->dev;
1965 struct drm_i915_private *dev_priv = dev->dev_private;
Jesse Barnes17638cd2011-06-24 12:19:23 -07001966
Chris Wilson6b8e6ed2012-04-17 15:08:19 +01001967 if (dev_priv->display.disable_fbc)
1968 dev_priv->display.disable_fbc(dev);
Daniel Vetter3dec0092010-08-20 21:40:52 +02001969 intel_increase_pllclock(crtc);
Jesse Barnes81255562010-08-02 12:07:50 -07001970
Chris Wilson6b8e6ed2012-04-17 15:08:19 +01001971 return dev_priv->display.update_plane(crtc, fb, x, y);
Jesse Barnes81255562010-08-02 12:07:50 -07001972}
1973
Kristian Høgsberg6b95a202009-11-18 11:25:18 -05001974static int
Chris Wilson14667a42012-04-03 17:58:35 +01001975intel_finish_fb(struct drm_framebuffer *old_fb)
1976{
1977 struct drm_i915_gem_object *obj = to_intel_framebuffer(old_fb)->obj;
1978 struct drm_i915_private *dev_priv = obj->base.dev->dev_private;
1979 bool was_interruptible = dev_priv->mm.interruptible;
1980 int ret;
1981
1982 wait_event(dev_priv->pending_flip_queue,
1983 atomic_read(&dev_priv->mm.wedged) ||
1984 atomic_read(&obj->pending_flip) == 0);
1985
1986 /* Big Hammer, we also need to ensure that any pending
1987 * MI_WAIT_FOR_EVENT inside a user batch buffer on the
1988 * current scanout is retired before unpinning the old
1989 * framebuffer.
1990 *
1991 * This should only fail upon a hung GPU, in which case we
1992 * can safely continue.
1993 */
1994 dev_priv->mm.interruptible = false;
1995 ret = i915_gem_object_finish_gpu(obj);
1996 dev_priv->mm.interruptible = was_interruptible;
1997
1998 return ret;
1999}
2000
2001static int
Kristian Høgsberg3c4fdcf2008-12-17 22:14:46 -05002002intel_pipe_set_base(struct drm_crtc *crtc, int x, int y,
2003 struct drm_framebuffer *old_fb)
Jesse Barnes79e53942008-11-07 14:24:08 -08002004{
2005 struct drm_device *dev = crtc->dev;
Chris Wilson6b8e6ed2012-04-17 15:08:19 +01002006 struct drm_i915_private *dev_priv = dev->dev_private;
Jesse Barnes79e53942008-11-07 14:24:08 -08002007 struct drm_i915_master_private *master_priv;
2008 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
Chris Wilson5c3b82e2009-02-11 13:25:09 +00002009 int ret;
Jesse Barnes79e53942008-11-07 14:24:08 -08002010
2011 /* no fb bound */
2012 if (!crtc->fb) {
Jesse Barnesa5071c22011-07-19 15:38:56 -07002013 DRM_ERROR("No FB bound\n");
Chris Wilson5c3b82e2009-02-11 13:25:09 +00002014 return 0;
2015 }
2016
Eugeni Dodonov5826eca2012-05-09 15:37:12 -03002017 if(intel_crtc->plane > dev_priv->num_pipe) {
2018 DRM_ERROR("no plane for crtc: plane %d, num_pipes %d\n",
2019 intel_crtc->plane,
2020 dev_priv->num_pipe);
Chris Wilson5c3b82e2009-02-11 13:25:09 +00002021 return -EINVAL;
Jesse Barnes79e53942008-11-07 14:24:08 -08002022 }
2023
Chris Wilson5c3b82e2009-02-11 13:25:09 +00002024 mutex_lock(&dev->struct_mutex);
Chris Wilson265db952010-09-20 15:41:01 +01002025 ret = intel_pin_and_fence_fb_obj(dev,
2026 to_intel_framebuffer(crtc->fb)->obj,
Chris Wilson919926a2010-11-12 13:42:53 +00002027 NULL);
Chris Wilson5c3b82e2009-02-11 13:25:09 +00002028 if (ret != 0) {
2029 mutex_unlock(&dev->struct_mutex);
Jesse Barnesa5071c22011-07-19 15:38:56 -07002030 DRM_ERROR("pin & fence failed\n");
Chris Wilson5c3b82e2009-02-11 13:25:09 +00002031 return ret;
2032 }
Kristian Høgsberg3c4fdcf2008-12-17 22:14:46 -05002033
Chris Wilson14667a42012-04-03 17:58:35 +01002034 if (old_fb)
2035 intel_finish_fb(old_fb);
Chris Wilson265db952010-09-20 15:41:01 +01002036
Chris Wilson6b8e6ed2012-04-17 15:08:19 +01002037 ret = dev_priv->display.update_plane(crtc, crtc->fb, x, y);
Chris Wilson4e6cfef2010-08-08 13:20:19 +01002038 if (ret) {
Chris Wilson1690e1e2011-12-14 13:57:08 +01002039 intel_unpin_fb_obj(to_intel_framebuffer(crtc->fb)->obj);
Chris Wilson5c3b82e2009-02-11 13:25:09 +00002040 mutex_unlock(&dev->struct_mutex);
Jesse Barnesa5071c22011-07-19 15:38:56 -07002041 DRM_ERROR("failed to update base address\n");
Chris Wilson4e6cfef2010-08-08 13:20:19 +01002042 return ret;
Jesse Barnes79e53942008-11-07 14:24:08 -08002043 }
Kristian Høgsberg3c4fdcf2008-12-17 22:14:46 -05002044
Chris Wilsonb7f1de22010-12-14 16:09:31 +00002045 if (old_fb) {
2046 intel_wait_for_vblank(dev, intel_crtc->pipe);
Chris Wilson1690e1e2011-12-14 13:57:08 +01002047 intel_unpin_fb_obj(to_intel_framebuffer(old_fb)->obj);
Chris Wilsonb7f1de22010-12-14 16:09:31 +00002048 }
Jesse Barnes652c3932009-08-17 13:31:43 -07002049
Chris Wilson6b8e6ed2012-04-17 15:08:19 +01002050 intel_update_fbc(dev);
Chris Wilson5c3b82e2009-02-11 13:25:09 +00002051 mutex_unlock(&dev->struct_mutex);
Jesse Barnes79e53942008-11-07 14:24:08 -08002052
2053 if (!dev->primary->master)
Chris Wilson5c3b82e2009-02-11 13:25:09 +00002054 return 0;
Jesse Barnes79e53942008-11-07 14:24:08 -08002055
2056 master_priv = dev->primary->master->driver_priv;
2057 if (!master_priv->sarea_priv)
Chris Wilson5c3b82e2009-02-11 13:25:09 +00002058 return 0;
Jesse Barnes79e53942008-11-07 14:24:08 -08002059
Chris Wilson265db952010-09-20 15:41:01 +01002060 if (intel_crtc->pipe) {
Jesse Barnes79e53942008-11-07 14:24:08 -08002061 master_priv->sarea_priv->pipeB_x = x;
2062 master_priv->sarea_priv->pipeB_y = y;
Chris Wilson5c3b82e2009-02-11 13:25:09 +00002063 } else {
2064 master_priv->sarea_priv->pipeA_x = x;
2065 master_priv->sarea_priv->pipeA_y = y;
Jesse Barnes79e53942008-11-07 14:24:08 -08002066 }
Chris Wilson5c3b82e2009-02-11 13:25:09 +00002067
2068 return 0;
Jesse Barnes79e53942008-11-07 14:24:08 -08002069}
2070
Chris Wilson5eddb702010-09-11 13:48:45 +01002071static void ironlake_set_pll_edp(struct drm_crtc *crtc, int clock)
Zhenyu Wang32f9d652009-07-24 01:00:32 +08002072{
2073 struct drm_device *dev = crtc->dev;
2074 struct drm_i915_private *dev_priv = dev->dev_private;
2075 u32 dpa_ctl;
2076
Zhao Yakui28c97732009-10-09 11:39:41 +08002077 DRM_DEBUG_KMS("eDP PLL enable for clock %d\n", clock);
Zhenyu Wang32f9d652009-07-24 01:00:32 +08002078 dpa_ctl = I915_READ(DP_A);
2079 dpa_ctl &= ~DP_PLL_FREQ_MASK;
2080
2081 if (clock < 200000) {
2082 u32 temp;
2083 dpa_ctl |= DP_PLL_FREQ_160MHZ;
2084 /* workaround for 160Mhz:
2085 1) program 0x4600c bits 15:0 = 0x8124
2086 2) program 0x46010 bit 0 = 1
2087 3) program 0x46034 bit 24 = 1
2088 4) program 0x64000 bit 14 = 1
2089 */
2090 temp = I915_READ(0x4600c);
2091 temp &= 0xffff0000;
2092 I915_WRITE(0x4600c, temp | 0x8124);
2093
2094 temp = I915_READ(0x46010);
2095 I915_WRITE(0x46010, temp | 1);
2096
2097 temp = I915_READ(0x46034);
2098 I915_WRITE(0x46034, temp | (1 << 24));
2099 } else {
2100 dpa_ctl |= DP_PLL_FREQ_270MHZ;
2101 }
2102 I915_WRITE(DP_A, dpa_ctl);
2103
Chris Wilson5eddb702010-09-11 13:48:45 +01002104 POSTING_READ(DP_A);
Zhenyu Wang32f9d652009-07-24 01:00:32 +08002105 udelay(500);
2106}
2107
Zhenyu Wang5e84e1a2010-10-28 16:38:08 +08002108static void intel_fdi_normal_train(struct drm_crtc *crtc)
2109{
2110 struct drm_device *dev = crtc->dev;
2111 struct drm_i915_private *dev_priv = dev->dev_private;
2112 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
2113 int pipe = intel_crtc->pipe;
2114 u32 reg, temp;
2115
2116 /* enable normal train */
2117 reg = FDI_TX_CTL(pipe);
2118 temp = I915_READ(reg);
Keith Packard61e499b2011-05-17 16:13:52 -07002119 if (IS_IVYBRIDGE(dev)) {
Jesse Barnes357555c2011-04-28 15:09:55 -07002120 temp &= ~FDI_LINK_TRAIN_NONE_IVB;
2121 temp |= FDI_LINK_TRAIN_NONE_IVB | FDI_TX_ENHANCE_FRAME_ENABLE;
Keith Packard61e499b2011-05-17 16:13:52 -07002122 } else {
2123 temp &= ~FDI_LINK_TRAIN_NONE;
2124 temp |= FDI_LINK_TRAIN_NONE | FDI_TX_ENHANCE_FRAME_ENABLE;
Jesse Barnes357555c2011-04-28 15:09:55 -07002125 }
Zhenyu Wang5e84e1a2010-10-28 16:38:08 +08002126 I915_WRITE(reg, temp);
2127
2128 reg = FDI_RX_CTL(pipe);
2129 temp = I915_READ(reg);
2130 if (HAS_PCH_CPT(dev)) {
2131 temp &= ~FDI_LINK_TRAIN_PATTERN_MASK_CPT;
2132 temp |= FDI_LINK_TRAIN_NORMAL_CPT;
2133 } else {
2134 temp &= ~FDI_LINK_TRAIN_NONE;
2135 temp |= FDI_LINK_TRAIN_NONE;
2136 }
2137 I915_WRITE(reg, temp | FDI_RX_ENHANCE_FRAME_ENABLE);
2138
2139 /* wait one idle pattern time */
2140 POSTING_READ(reg);
2141 udelay(1000);
Jesse Barnes357555c2011-04-28 15:09:55 -07002142
2143 /* IVB wants error correction enabled */
2144 if (IS_IVYBRIDGE(dev))
2145 I915_WRITE(reg, I915_READ(reg) | FDI_FS_ERRC_ENABLE |
2146 FDI_FE_ERRC_ENABLE);
Zhenyu Wang5e84e1a2010-10-28 16:38:08 +08002147}
2148
Jesse Barnes291427f2011-07-29 12:42:37 -07002149static void cpt_phase_pointer_enable(struct drm_device *dev, int pipe)
2150{
2151 struct drm_i915_private *dev_priv = dev->dev_private;
2152 u32 flags = I915_READ(SOUTH_CHICKEN1);
2153
2154 flags |= FDI_PHASE_SYNC_OVR(pipe);
2155 I915_WRITE(SOUTH_CHICKEN1, flags); /* once to unlock... */
2156 flags |= FDI_PHASE_SYNC_EN(pipe);
2157 I915_WRITE(SOUTH_CHICKEN1, flags); /* then again to enable */
2158 POSTING_READ(SOUTH_CHICKEN1);
2159}
2160
Zhenyu Wang8db9d772010-04-07 16:15:54 +08002161/* The FDI link training functions for ILK/Ibexpeak. */
2162static void ironlake_fdi_link_train(struct drm_crtc *crtc)
2163{
2164 struct drm_device *dev = crtc->dev;
2165 struct drm_i915_private *dev_priv = dev->dev_private;
2166 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
2167 int pipe = intel_crtc->pipe;
Jesse Barnes0fc932b2011-01-04 15:09:37 -08002168 int plane = intel_crtc->plane;
Chris Wilson5eddb702010-09-11 13:48:45 +01002169 u32 reg, temp, tries;
Zhenyu Wang8db9d772010-04-07 16:15:54 +08002170
Jesse Barnes0fc932b2011-01-04 15:09:37 -08002171 /* FDI needs bits from pipe & plane first */
2172 assert_pipe_enabled(dev_priv, pipe);
2173 assert_plane_enabled(dev_priv, plane);
2174
Adam Jacksone1a44742010-06-25 15:32:14 -04002175 /* Train 1: umask FDI RX Interrupt symbol_lock and bit_lock bit
2176 for train result */
Chris Wilson5eddb702010-09-11 13:48:45 +01002177 reg = FDI_RX_IMR(pipe);
2178 temp = I915_READ(reg);
Adam Jacksone1a44742010-06-25 15:32:14 -04002179 temp &= ~FDI_RX_SYMBOL_LOCK;
2180 temp &= ~FDI_RX_BIT_LOCK;
Chris Wilson5eddb702010-09-11 13:48:45 +01002181 I915_WRITE(reg, temp);
2182 I915_READ(reg);
Adam Jacksone1a44742010-06-25 15:32:14 -04002183 udelay(150);
2184
Zhenyu Wang8db9d772010-04-07 16:15:54 +08002185 /* enable CPU FDI TX and PCH FDI RX */
Chris Wilson5eddb702010-09-11 13:48:45 +01002186 reg = FDI_TX_CTL(pipe);
2187 temp = I915_READ(reg);
Adam Jackson77ffb592010-04-12 11:38:44 -04002188 temp &= ~(7 << 19);
2189 temp |= (intel_crtc->fdi_lanes - 1) << 19;
Zhenyu Wang8db9d772010-04-07 16:15:54 +08002190 temp &= ~FDI_LINK_TRAIN_NONE;
2191 temp |= FDI_LINK_TRAIN_PATTERN_1;
Chris Wilson5eddb702010-09-11 13:48:45 +01002192 I915_WRITE(reg, temp | FDI_TX_ENABLE);
Zhenyu Wang8db9d772010-04-07 16:15:54 +08002193
Chris Wilson5eddb702010-09-11 13:48:45 +01002194 reg = FDI_RX_CTL(pipe);
2195 temp = I915_READ(reg);
Zhenyu Wang8db9d772010-04-07 16:15:54 +08002196 temp &= ~FDI_LINK_TRAIN_NONE;
2197 temp |= FDI_LINK_TRAIN_PATTERN_1;
Chris Wilson5eddb702010-09-11 13:48:45 +01002198 I915_WRITE(reg, temp | FDI_RX_ENABLE);
2199
2200 POSTING_READ(reg);
Zhenyu Wang8db9d772010-04-07 16:15:54 +08002201 udelay(150);
2202
Jesse Barnes5b2adf82010-10-07 16:01:15 -07002203 /* Ironlake workaround, enable clock pointer after FDI enable*/
Jesse Barnes6f06ce12011-01-04 15:09:38 -08002204 if (HAS_PCH_IBX(dev)) {
2205 I915_WRITE(FDI_RX_CHICKEN(pipe), FDI_RX_PHASE_SYNC_POINTER_OVR);
2206 I915_WRITE(FDI_RX_CHICKEN(pipe), FDI_RX_PHASE_SYNC_POINTER_OVR |
2207 FDI_RX_PHASE_SYNC_POINTER_EN);
2208 }
Jesse Barnes5b2adf82010-10-07 16:01:15 -07002209
Chris Wilson5eddb702010-09-11 13:48:45 +01002210 reg = FDI_RX_IIR(pipe);
Adam Jacksone1a44742010-06-25 15:32:14 -04002211 for (tries = 0; tries < 5; tries++) {
Chris Wilson5eddb702010-09-11 13:48:45 +01002212 temp = I915_READ(reg);
Zhenyu Wang8db9d772010-04-07 16:15:54 +08002213 DRM_DEBUG_KMS("FDI_RX_IIR 0x%x\n", temp);
2214
2215 if ((temp & FDI_RX_BIT_LOCK)) {
2216 DRM_DEBUG_KMS("FDI train 1 done.\n");
Chris Wilson5eddb702010-09-11 13:48:45 +01002217 I915_WRITE(reg, temp | FDI_RX_BIT_LOCK);
Zhenyu Wang8db9d772010-04-07 16:15:54 +08002218 break;
2219 }
Zhenyu Wang8db9d772010-04-07 16:15:54 +08002220 }
Adam Jacksone1a44742010-06-25 15:32:14 -04002221 if (tries == 5)
Chris Wilson5eddb702010-09-11 13:48:45 +01002222 DRM_ERROR("FDI train 1 fail!\n");
Zhenyu Wang8db9d772010-04-07 16:15:54 +08002223
2224 /* Train 2 */
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_NONE;
2228 temp |= FDI_LINK_TRAIN_PATTERN_2;
Chris Wilson5eddb702010-09-11 13:48:45 +01002229 I915_WRITE(reg, temp);
Zhenyu Wang8db9d772010-04-07 16:15:54 +08002230
Chris Wilson5eddb702010-09-11 13:48:45 +01002231 reg = FDI_RX_CTL(pipe);
2232 temp = I915_READ(reg);
Zhenyu Wang8db9d772010-04-07 16:15:54 +08002233 temp &= ~FDI_LINK_TRAIN_NONE;
2234 temp |= FDI_LINK_TRAIN_PATTERN_2;
Chris Wilson5eddb702010-09-11 13:48:45 +01002235 I915_WRITE(reg, temp);
2236
2237 POSTING_READ(reg);
Zhenyu Wang8db9d772010-04-07 16:15:54 +08002238 udelay(150);
2239
Chris Wilson5eddb702010-09-11 13:48:45 +01002240 reg = FDI_RX_IIR(pipe);
Adam Jacksone1a44742010-06-25 15:32:14 -04002241 for (tries = 0; tries < 5; tries++) {
Chris Wilson5eddb702010-09-11 13:48:45 +01002242 temp = I915_READ(reg);
Zhenyu Wang8db9d772010-04-07 16:15:54 +08002243 DRM_DEBUG_KMS("FDI_RX_IIR 0x%x\n", temp);
2244
2245 if (temp & FDI_RX_SYMBOL_LOCK) {
Chris Wilson5eddb702010-09-11 13:48:45 +01002246 I915_WRITE(reg, temp | FDI_RX_SYMBOL_LOCK);
Zhenyu Wang8db9d772010-04-07 16:15:54 +08002247 DRM_DEBUG_KMS("FDI train 2 done.\n");
2248 break;
2249 }
Zhenyu Wang8db9d772010-04-07 16:15:54 +08002250 }
Adam Jacksone1a44742010-06-25 15:32:14 -04002251 if (tries == 5)
Chris Wilson5eddb702010-09-11 13:48:45 +01002252 DRM_ERROR("FDI train 2 fail!\n");
Zhenyu Wang8db9d772010-04-07 16:15:54 +08002253
2254 DRM_DEBUG_KMS("FDI train done\n");
Jesse Barnes5c5313c2010-10-07 16:01:11 -07002255
Zhenyu Wang8db9d772010-04-07 16:15:54 +08002256}
2257
Akshay Joshi0206e352011-08-16 15:34:10 -04002258static const int snb_b_fdi_train_param[] = {
Zhenyu Wang8db9d772010-04-07 16:15:54 +08002259 FDI_LINK_TRAIN_400MV_0DB_SNB_B,
2260 FDI_LINK_TRAIN_400MV_6DB_SNB_B,
2261 FDI_LINK_TRAIN_600MV_3_5DB_SNB_B,
2262 FDI_LINK_TRAIN_800MV_0DB_SNB_B,
2263};
2264
2265/* The FDI link training functions for SNB/Cougarpoint. */
2266static void gen6_fdi_link_train(struct drm_crtc *crtc)
2267{
2268 struct drm_device *dev = crtc->dev;
2269 struct drm_i915_private *dev_priv = dev->dev_private;
2270 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
2271 int pipe = intel_crtc->pipe;
Sean Paulfa37d392012-03-02 12:53:39 -05002272 u32 reg, temp, i, retry;
Zhenyu Wang8db9d772010-04-07 16:15:54 +08002273
Adam Jacksone1a44742010-06-25 15:32:14 -04002274 /* Train 1: umask FDI RX Interrupt symbol_lock and bit_lock bit
2275 for train result */
Chris Wilson5eddb702010-09-11 13:48:45 +01002276 reg = FDI_RX_IMR(pipe);
2277 temp = I915_READ(reg);
Adam Jacksone1a44742010-06-25 15:32:14 -04002278 temp &= ~FDI_RX_SYMBOL_LOCK;
2279 temp &= ~FDI_RX_BIT_LOCK;
Chris Wilson5eddb702010-09-11 13:48:45 +01002280 I915_WRITE(reg, temp);
2281
2282 POSTING_READ(reg);
Adam Jacksone1a44742010-06-25 15:32:14 -04002283 udelay(150);
2284
Zhenyu Wang8db9d772010-04-07 16:15:54 +08002285 /* enable CPU FDI TX and PCH FDI RX */
Chris Wilson5eddb702010-09-11 13:48:45 +01002286 reg = FDI_TX_CTL(pipe);
2287 temp = I915_READ(reg);
Adam Jackson77ffb592010-04-12 11:38:44 -04002288 temp &= ~(7 << 19);
2289 temp |= (intel_crtc->fdi_lanes - 1) << 19;
Zhenyu Wang8db9d772010-04-07 16:15:54 +08002290 temp &= ~FDI_LINK_TRAIN_NONE;
2291 temp |= FDI_LINK_TRAIN_PATTERN_1;
2292 temp &= ~FDI_LINK_TRAIN_VOL_EMP_MASK;
2293 /* SNB-B */
2294 temp |= FDI_LINK_TRAIN_400MV_0DB_SNB_B;
Chris Wilson5eddb702010-09-11 13:48:45 +01002295 I915_WRITE(reg, temp | FDI_TX_ENABLE);
Zhenyu Wang8db9d772010-04-07 16:15:54 +08002296
Chris Wilson5eddb702010-09-11 13:48:45 +01002297 reg = FDI_RX_CTL(pipe);
2298 temp = I915_READ(reg);
Zhenyu Wang8db9d772010-04-07 16:15:54 +08002299 if (HAS_PCH_CPT(dev)) {
2300 temp &= ~FDI_LINK_TRAIN_PATTERN_MASK_CPT;
2301 temp |= FDI_LINK_TRAIN_PATTERN_1_CPT;
2302 } else {
2303 temp &= ~FDI_LINK_TRAIN_NONE;
2304 temp |= FDI_LINK_TRAIN_PATTERN_1;
2305 }
Chris Wilson5eddb702010-09-11 13:48:45 +01002306 I915_WRITE(reg, temp | FDI_RX_ENABLE);
2307
2308 POSTING_READ(reg);
Zhenyu Wang8db9d772010-04-07 16:15:54 +08002309 udelay(150);
2310
Jesse Barnes291427f2011-07-29 12:42:37 -07002311 if (HAS_PCH_CPT(dev))
2312 cpt_phase_pointer_enable(dev, pipe);
2313
Akshay Joshi0206e352011-08-16 15:34:10 -04002314 for (i = 0; i < 4; i++) {
Chris Wilson5eddb702010-09-11 13:48:45 +01002315 reg = FDI_TX_CTL(pipe);
2316 temp = I915_READ(reg);
Zhenyu Wang8db9d772010-04-07 16:15:54 +08002317 temp &= ~FDI_LINK_TRAIN_VOL_EMP_MASK;
2318 temp |= snb_b_fdi_train_param[i];
Chris Wilson5eddb702010-09-11 13:48:45 +01002319 I915_WRITE(reg, temp);
2320
2321 POSTING_READ(reg);
Zhenyu Wang8db9d772010-04-07 16:15:54 +08002322 udelay(500);
2323
Sean Paulfa37d392012-03-02 12:53:39 -05002324 for (retry = 0; retry < 5; retry++) {
2325 reg = FDI_RX_IIR(pipe);
2326 temp = I915_READ(reg);
2327 DRM_DEBUG_KMS("FDI_RX_IIR 0x%x\n", temp);
2328 if (temp & FDI_RX_BIT_LOCK) {
2329 I915_WRITE(reg, temp | FDI_RX_BIT_LOCK);
2330 DRM_DEBUG_KMS("FDI train 1 done.\n");
2331 break;
2332 }
2333 udelay(50);
Zhenyu Wang8db9d772010-04-07 16:15:54 +08002334 }
Sean Paulfa37d392012-03-02 12:53:39 -05002335 if (retry < 5)
2336 break;
Zhenyu Wang8db9d772010-04-07 16:15:54 +08002337 }
2338 if (i == 4)
Chris Wilson5eddb702010-09-11 13:48:45 +01002339 DRM_ERROR("FDI train 1 fail!\n");
Zhenyu Wang8db9d772010-04-07 16:15:54 +08002340
2341 /* Train 2 */
Chris Wilson5eddb702010-09-11 13:48:45 +01002342 reg = FDI_TX_CTL(pipe);
2343 temp = I915_READ(reg);
Zhenyu Wang8db9d772010-04-07 16:15:54 +08002344 temp &= ~FDI_LINK_TRAIN_NONE;
2345 temp |= FDI_LINK_TRAIN_PATTERN_2;
2346 if (IS_GEN6(dev)) {
2347 temp &= ~FDI_LINK_TRAIN_VOL_EMP_MASK;
2348 /* SNB-B */
2349 temp |= FDI_LINK_TRAIN_400MV_0DB_SNB_B;
2350 }
Chris Wilson5eddb702010-09-11 13:48:45 +01002351 I915_WRITE(reg, temp);
Zhenyu Wang8db9d772010-04-07 16:15:54 +08002352
Chris Wilson5eddb702010-09-11 13:48:45 +01002353 reg = FDI_RX_CTL(pipe);
2354 temp = I915_READ(reg);
Zhenyu Wang8db9d772010-04-07 16:15:54 +08002355 if (HAS_PCH_CPT(dev)) {
2356 temp &= ~FDI_LINK_TRAIN_PATTERN_MASK_CPT;
2357 temp |= FDI_LINK_TRAIN_PATTERN_2_CPT;
2358 } else {
2359 temp &= ~FDI_LINK_TRAIN_NONE;
2360 temp |= FDI_LINK_TRAIN_PATTERN_2;
2361 }
Chris Wilson5eddb702010-09-11 13:48:45 +01002362 I915_WRITE(reg, temp);
2363
2364 POSTING_READ(reg);
Zhenyu Wang8db9d772010-04-07 16:15:54 +08002365 udelay(150);
2366
Akshay Joshi0206e352011-08-16 15:34:10 -04002367 for (i = 0; i < 4; i++) {
Chris Wilson5eddb702010-09-11 13:48:45 +01002368 reg = FDI_TX_CTL(pipe);
2369 temp = I915_READ(reg);
Zhenyu Wang8db9d772010-04-07 16:15:54 +08002370 temp &= ~FDI_LINK_TRAIN_VOL_EMP_MASK;
2371 temp |= snb_b_fdi_train_param[i];
Chris Wilson5eddb702010-09-11 13:48:45 +01002372 I915_WRITE(reg, temp);
2373
2374 POSTING_READ(reg);
Zhenyu Wang8db9d772010-04-07 16:15:54 +08002375 udelay(500);
2376
Sean Paulfa37d392012-03-02 12:53:39 -05002377 for (retry = 0; retry < 5; retry++) {
2378 reg = FDI_RX_IIR(pipe);
2379 temp = I915_READ(reg);
2380 DRM_DEBUG_KMS("FDI_RX_IIR 0x%x\n", temp);
2381 if (temp & FDI_RX_SYMBOL_LOCK) {
2382 I915_WRITE(reg, temp | FDI_RX_SYMBOL_LOCK);
2383 DRM_DEBUG_KMS("FDI train 2 done.\n");
2384 break;
2385 }
2386 udelay(50);
Zhenyu Wang8db9d772010-04-07 16:15:54 +08002387 }
Sean Paulfa37d392012-03-02 12:53:39 -05002388 if (retry < 5)
2389 break;
Zhenyu Wang8db9d772010-04-07 16:15:54 +08002390 }
2391 if (i == 4)
Chris Wilson5eddb702010-09-11 13:48:45 +01002392 DRM_ERROR("FDI train 2 fail!\n");
Zhenyu Wang8db9d772010-04-07 16:15:54 +08002393
2394 DRM_DEBUG_KMS("FDI train done.\n");
2395}
2396
Jesse Barnes357555c2011-04-28 15:09:55 -07002397/* Manual link training for Ivy Bridge A0 parts */
2398static void ivb_manual_fdi_link_train(struct drm_crtc *crtc)
2399{
2400 struct drm_device *dev = crtc->dev;
2401 struct drm_i915_private *dev_priv = dev->dev_private;
2402 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
2403 int pipe = intel_crtc->pipe;
2404 u32 reg, temp, i;
2405
2406 /* Train 1: umask FDI RX Interrupt symbol_lock and bit_lock bit
2407 for train result */
2408 reg = FDI_RX_IMR(pipe);
2409 temp = I915_READ(reg);
2410 temp &= ~FDI_RX_SYMBOL_LOCK;
2411 temp &= ~FDI_RX_BIT_LOCK;
2412 I915_WRITE(reg, temp);
2413
2414 POSTING_READ(reg);
2415 udelay(150);
2416
2417 /* enable CPU FDI TX and PCH FDI RX */
2418 reg = FDI_TX_CTL(pipe);
2419 temp = I915_READ(reg);
2420 temp &= ~(7 << 19);
2421 temp |= (intel_crtc->fdi_lanes - 1) << 19;
2422 temp &= ~(FDI_LINK_TRAIN_AUTO | FDI_LINK_TRAIN_NONE_IVB);
2423 temp |= FDI_LINK_TRAIN_PATTERN_1_IVB;
2424 temp &= ~FDI_LINK_TRAIN_VOL_EMP_MASK;
2425 temp |= FDI_LINK_TRAIN_400MV_0DB_SNB_B;
Jesse Barnesc4f9c4c2011-10-10 14:28:52 -07002426 temp |= FDI_COMPOSITE_SYNC;
Jesse Barnes357555c2011-04-28 15:09:55 -07002427 I915_WRITE(reg, temp | FDI_TX_ENABLE);
2428
2429 reg = FDI_RX_CTL(pipe);
2430 temp = I915_READ(reg);
2431 temp &= ~FDI_LINK_TRAIN_AUTO;
2432 temp &= ~FDI_LINK_TRAIN_PATTERN_MASK_CPT;
2433 temp |= FDI_LINK_TRAIN_PATTERN_1_CPT;
Jesse Barnesc4f9c4c2011-10-10 14:28:52 -07002434 temp |= FDI_COMPOSITE_SYNC;
Jesse Barnes357555c2011-04-28 15:09:55 -07002435 I915_WRITE(reg, temp | FDI_RX_ENABLE);
2436
2437 POSTING_READ(reg);
2438 udelay(150);
2439
Jesse Barnes291427f2011-07-29 12:42:37 -07002440 if (HAS_PCH_CPT(dev))
2441 cpt_phase_pointer_enable(dev, pipe);
2442
Akshay Joshi0206e352011-08-16 15:34:10 -04002443 for (i = 0; i < 4; i++) {
Jesse Barnes357555c2011-04-28 15:09:55 -07002444 reg = FDI_TX_CTL(pipe);
2445 temp = I915_READ(reg);
2446 temp &= ~FDI_LINK_TRAIN_VOL_EMP_MASK;
2447 temp |= snb_b_fdi_train_param[i];
2448 I915_WRITE(reg, temp);
2449
2450 POSTING_READ(reg);
2451 udelay(500);
2452
2453 reg = FDI_RX_IIR(pipe);
2454 temp = I915_READ(reg);
2455 DRM_DEBUG_KMS("FDI_RX_IIR 0x%x\n", temp);
2456
2457 if (temp & FDI_RX_BIT_LOCK ||
2458 (I915_READ(reg) & FDI_RX_BIT_LOCK)) {
2459 I915_WRITE(reg, temp | FDI_RX_BIT_LOCK);
2460 DRM_DEBUG_KMS("FDI train 1 done.\n");
2461 break;
2462 }
2463 }
2464 if (i == 4)
2465 DRM_ERROR("FDI train 1 fail!\n");
2466
2467 /* Train 2 */
2468 reg = FDI_TX_CTL(pipe);
2469 temp = I915_READ(reg);
2470 temp &= ~FDI_LINK_TRAIN_NONE_IVB;
2471 temp |= FDI_LINK_TRAIN_PATTERN_2_IVB;
2472 temp &= ~FDI_LINK_TRAIN_VOL_EMP_MASK;
2473 temp |= FDI_LINK_TRAIN_400MV_0DB_SNB_B;
2474 I915_WRITE(reg, temp);
2475
2476 reg = FDI_RX_CTL(pipe);
2477 temp = I915_READ(reg);
2478 temp &= ~FDI_LINK_TRAIN_PATTERN_MASK_CPT;
2479 temp |= FDI_LINK_TRAIN_PATTERN_2_CPT;
2480 I915_WRITE(reg, temp);
2481
2482 POSTING_READ(reg);
2483 udelay(150);
2484
Akshay Joshi0206e352011-08-16 15:34:10 -04002485 for (i = 0; i < 4; i++) {
Jesse Barnes357555c2011-04-28 15:09:55 -07002486 reg = FDI_TX_CTL(pipe);
2487 temp = I915_READ(reg);
2488 temp &= ~FDI_LINK_TRAIN_VOL_EMP_MASK;
2489 temp |= snb_b_fdi_train_param[i];
2490 I915_WRITE(reg, temp);
2491
2492 POSTING_READ(reg);
2493 udelay(500);
2494
2495 reg = FDI_RX_IIR(pipe);
2496 temp = I915_READ(reg);
2497 DRM_DEBUG_KMS("FDI_RX_IIR 0x%x\n", temp);
2498
2499 if (temp & FDI_RX_SYMBOL_LOCK) {
2500 I915_WRITE(reg, temp | FDI_RX_SYMBOL_LOCK);
2501 DRM_DEBUG_KMS("FDI train 2 done.\n");
2502 break;
2503 }
2504 }
2505 if (i == 4)
2506 DRM_ERROR("FDI train 2 fail!\n");
2507
2508 DRM_DEBUG_KMS("FDI train done.\n");
2509}
2510
2511static void ironlake_fdi_pll_enable(struct drm_crtc *crtc)
Jesse Barnes0e23b992010-09-10 11:10:00 -07002512{
2513 struct drm_device *dev = crtc->dev;
2514 struct drm_i915_private *dev_priv = dev->dev_private;
2515 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
2516 int pipe = intel_crtc->pipe;
Chris Wilson5eddb702010-09-11 13:48:45 +01002517 u32 reg, temp;
Jesse Barnes0e23b992010-09-10 11:10:00 -07002518
Jesse Barnesc64e3112010-09-10 11:27:03 -07002519 /* Write the TU size bits so error detection works */
Chris Wilson5eddb702010-09-11 13:48:45 +01002520 I915_WRITE(FDI_RX_TUSIZE1(pipe),
2521 I915_READ(PIPE_DATA_M1(pipe)) & TU_SIZE_MASK);
Jesse Barnesc64e3112010-09-10 11:27:03 -07002522
Jesse Barnes0e23b992010-09-10 11:10:00 -07002523 /* enable PCH FDI RX PLL, wait warmup plus DMI latency */
Chris Wilson5eddb702010-09-11 13:48:45 +01002524 reg = FDI_RX_CTL(pipe);
2525 temp = I915_READ(reg);
2526 temp &= ~((0x7 << 19) | (0x7 << 16));
Jesse Barnes0e23b992010-09-10 11:10:00 -07002527 temp |= (intel_crtc->fdi_lanes - 1) << 19;
Chris Wilson5eddb702010-09-11 13:48:45 +01002528 temp |= (I915_READ(PIPECONF(pipe)) & PIPE_BPC_MASK) << 11;
2529 I915_WRITE(reg, temp | FDI_RX_PLL_ENABLE);
2530
2531 POSTING_READ(reg);
Jesse Barnes0e23b992010-09-10 11:10:00 -07002532 udelay(200);
2533
2534 /* Switch from Rawclk to PCDclk */
Chris Wilson5eddb702010-09-11 13:48:45 +01002535 temp = I915_READ(reg);
2536 I915_WRITE(reg, temp | FDI_PCDCLK);
2537
2538 POSTING_READ(reg);
Jesse Barnes0e23b992010-09-10 11:10:00 -07002539 udelay(200);
2540
Eugeni Dodonovbf507ef2012-05-09 15:37:18 -03002541 /* On Haswell, the PLL configuration for ports and pipes is handled
2542 * separately, as part of DDI setup */
2543 if (!IS_HASWELL(dev)) {
2544 /* Enable CPU FDI TX PLL, always on for Ironlake */
2545 reg = FDI_TX_CTL(pipe);
2546 temp = I915_READ(reg);
2547 if ((temp & FDI_TX_PLL_ENABLE) == 0) {
2548 I915_WRITE(reg, temp | FDI_TX_PLL_ENABLE);
Chris Wilson5eddb702010-09-11 13:48:45 +01002549
Eugeni Dodonovbf507ef2012-05-09 15:37:18 -03002550 POSTING_READ(reg);
2551 udelay(100);
2552 }
Jesse Barnes0e23b992010-09-10 11:10:00 -07002553 }
2554}
2555
Jesse Barnes291427f2011-07-29 12:42:37 -07002556static void cpt_phase_pointer_disable(struct drm_device *dev, int pipe)
2557{
2558 struct drm_i915_private *dev_priv = dev->dev_private;
2559 u32 flags = I915_READ(SOUTH_CHICKEN1);
2560
2561 flags &= ~(FDI_PHASE_SYNC_EN(pipe));
2562 I915_WRITE(SOUTH_CHICKEN1, flags); /* once to disable... */
2563 flags &= ~(FDI_PHASE_SYNC_OVR(pipe));
2564 I915_WRITE(SOUTH_CHICKEN1, flags); /* then again to lock */
2565 POSTING_READ(SOUTH_CHICKEN1);
2566}
Jesse Barnes0fc932b2011-01-04 15:09:37 -08002567static void ironlake_fdi_disable(struct drm_crtc *crtc)
2568{
2569 struct drm_device *dev = crtc->dev;
2570 struct drm_i915_private *dev_priv = dev->dev_private;
2571 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
2572 int pipe = intel_crtc->pipe;
2573 u32 reg, temp;
2574
2575 /* disable CPU FDI tx and PCH FDI rx */
2576 reg = FDI_TX_CTL(pipe);
2577 temp = I915_READ(reg);
2578 I915_WRITE(reg, temp & ~FDI_TX_ENABLE);
2579 POSTING_READ(reg);
2580
2581 reg = FDI_RX_CTL(pipe);
2582 temp = I915_READ(reg);
2583 temp &= ~(0x7 << 16);
2584 temp |= (I915_READ(PIPECONF(pipe)) & PIPE_BPC_MASK) << 11;
2585 I915_WRITE(reg, temp & ~FDI_RX_ENABLE);
2586
2587 POSTING_READ(reg);
2588 udelay(100);
2589
2590 /* Ironlake workaround, disable clock pointer after downing FDI */
Jesse Barnes6f06ce12011-01-04 15:09:38 -08002591 if (HAS_PCH_IBX(dev)) {
2592 I915_WRITE(FDI_RX_CHICKEN(pipe), FDI_RX_PHASE_SYNC_POINTER_OVR);
Jesse Barnes0fc932b2011-01-04 15:09:37 -08002593 I915_WRITE(FDI_RX_CHICKEN(pipe),
2594 I915_READ(FDI_RX_CHICKEN(pipe) &
Jesse Barnes6f06ce12011-01-04 15:09:38 -08002595 ~FDI_RX_PHASE_SYNC_POINTER_EN));
Jesse Barnes291427f2011-07-29 12:42:37 -07002596 } else if (HAS_PCH_CPT(dev)) {
2597 cpt_phase_pointer_disable(dev, pipe);
Jesse Barnes6f06ce12011-01-04 15:09:38 -08002598 }
Jesse Barnes0fc932b2011-01-04 15:09:37 -08002599
2600 /* still set train pattern 1 */
2601 reg = FDI_TX_CTL(pipe);
2602 temp = I915_READ(reg);
2603 temp &= ~FDI_LINK_TRAIN_NONE;
2604 temp |= FDI_LINK_TRAIN_PATTERN_1;
2605 I915_WRITE(reg, temp);
2606
2607 reg = FDI_RX_CTL(pipe);
2608 temp = I915_READ(reg);
2609 if (HAS_PCH_CPT(dev)) {
2610 temp &= ~FDI_LINK_TRAIN_PATTERN_MASK_CPT;
2611 temp |= FDI_LINK_TRAIN_PATTERN_1_CPT;
2612 } else {
2613 temp &= ~FDI_LINK_TRAIN_NONE;
2614 temp |= FDI_LINK_TRAIN_PATTERN_1;
2615 }
2616 /* BPC in FDI rx is consistent with that in PIPECONF */
2617 temp &= ~(0x07 << 16);
2618 temp |= (I915_READ(PIPECONF(pipe)) & PIPE_BPC_MASK) << 11;
2619 I915_WRITE(reg, temp);
2620
2621 POSTING_READ(reg);
2622 udelay(100);
2623}
2624
Chris Wilsone6c3a2a2010-09-23 23:04:43 +01002625static void intel_crtc_wait_for_pending_flips(struct drm_crtc *crtc)
2626{
Chris Wilson0f911282012-04-17 10:05:38 +01002627 struct drm_device *dev = crtc->dev;
Chris Wilsone6c3a2a2010-09-23 23:04:43 +01002628
2629 if (crtc->fb == NULL)
2630 return;
2631
Chris Wilson0f911282012-04-17 10:05:38 +01002632 mutex_lock(&dev->struct_mutex);
2633 intel_finish_fb(crtc->fb);
2634 mutex_unlock(&dev->struct_mutex);
Chris Wilsone6c3a2a2010-09-23 23:04:43 +01002635}
2636
Jesse Barnes040484a2011-01-03 12:14:26 -08002637static bool intel_crtc_driving_pch(struct drm_crtc *crtc)
2638{
2639 struct drm_device *dev = crtc->dev;
2640 struct drm_mode_config *mode_config = &dev->mode_config;
2641 struct intel_encoder *encoder;
2642
2643 /*
2644 * If there's a non-PCH eDP on this crtc, it must be DP_A, and that
2645 * must be driven by its own crtc; no sharing is possible.
2646 */
2647 list_for_each_entry(encoder, &mode_config->encoder_list, base.head) {
2648 if (encoder->base.crtc != crtc)
2649 continue;
2650
Eugeni Dodonov6ee8bab2012-05-09 20:30:31 -03002651 /* On Haswell, LPT PCH handles the VGA connection via FDI, and Haswell
2652 * CPU handles all others */
2653 if (IS_HASWELL(dev)) {
2654 /* It is still unclear how this will work on PPT, so throw up a warning */
2655 WARN_ON(!HAS_PCH_LPT(dev));
2656
2657 if (encoder->type == DRM_MODE_ENCODER_DAC) {
2658 DRM_DEBUG_KMS("Haswell detected DAC encoder, assuming is PCH\n");
2659 return true;
2660 } else {
2661 DRM_DEBUG_KMS("Haswell detected encoder %d, assuming is CPU\n",
2662 encoder->type);
2663 return false;
2664 }
2665 }
2666
Jesse Barnes040484a2011-01-03 12:14:26 -08002667 switch (encoder->type) {
2668 case INTEL_OUTPUT_EDP:
2669 if (!intel_encoder_is_pch_edp(&encoder->base))
2670 return false;
2671 continue;
2672 }
2673 }
2674
2675 return true;
2676}
2677
Eugeni Dodonove615efe2012-05-09 15:37:26 -03002678/* Program iCLKIP clock to the desired frequency */
2679static void lpt_program_iclkip(struct drm_crtc *crtc)
2680{
2681 struct drm_device *dev = crtc->dev;
2682 struct drm_i915_private *dev_priv = dev->dev_private;
2683 u32 divsel, phaseinc, auxdiv, phasedir = 0;
2684 u32 temp;
2685
2686 /* It is necessary to ungate the pixclk gate prior to programming
2687 * the divisors, and gate it back when it is done.
2688 */
2689 I915_WRITE(PIXCLK_GATE, PIXCLK_GATE_GATE);
2690
2691 /* Disable SSCCTL */
2692 intel_sbi_write(dev_priv, SBI_SSCCTL6,
2693 intel_sbi_read(dev_priv, SBI_SSCCTL6) |
2694 SBI_SSCCTL_DISABLE);
2695
2696 /* 20MHz is a corner case which is out of range for the 7-bit divisor */
2697 if (crtc->mode.clock == 20000) {
2698 auxdiv = 1;
2699 divsel = 0x41;
2700 phaseinc = 0x20;
2701 } else {
2702 /* The iCLK virtual clock root frequency is in MHz,
2703 * but the crtc->mode.clock in in KHz. To get the divisors,
2704 * it is necessary to divide one by another, so we
2705 * convert the virtual clock precision to KHz here for higher
2706 * precision.
2707 */
2708 u32 iclk_virtual_root_freq = 172800 * 1000;
2709 u32 iclk_pi_range = 64;
2710 u32 desired_divisor, msb_divisor_value, pi_value;
2711
2712 desired_divisor = (iclk_virtual_root_freq / crtc->mode.clock);
2713 msb_divisor_value = desired_divisor / iclk_pi_range;
2714 pi_value = desired_divisor % iclk_pi_range;
2715
2716 auxdiv = 0;
2717 divsel = msb_divisor_value - 2;
2718 phaseinc = pi_value;
2719 }
2720
2721 /* This should not happen with any sane values */
2722 WARN_ON(SBI_SSCDIVINTPHASE_DIVSEL(divsel) &
2723 ~SBI_SSCDIVINTPHASE_DIVSEL_MASK);
2724 WARN_ON(SBI_SSCDIVINTPHASE_DIR(phasedir) &
2725 ~SBI_SSCDIVINTPHASE_INCVAL_MASK);
2726
2727 DRM_DEBUG_KMS("iCLKIP clock: found settings for %dKHz refresh rate: auxdiv=%x, divsel=%x, phasedir=%x, phaseinc=%x\n",
2728 crtc->mode.clock,
2729 auxdiv,
2730 divsel,
2731 phasedir,
2732 phaseinc);
2733
2734 /* Program SSCDIVINTPHASE6 */
2735 temp = intel_sbi_read(dev_priv, SBI_SSCDIVINTPHASE6);
2736 temp &= ~SBI_SSCDIVINTPHASE_DIVSEL_MASK;
2737 temp |= SBI_SSCDIVINTPHASE_DIVSEL(divsel);
2738 temp &= ~SBI_SSCDIVINTPHASE_INCVAL_MASK;
2739 temp |= SBI_SSCDIVINTPHASE_INCVAL(phaseinc);
2740 temp |= SBI_SSCDIVINTPHASE_DIR(phasedir);
2741 temp |= SBI_SSCDIVINTPHASE_PROPAGATE;
2742
2743 intel_sbi_write(dev_priv,
2744 SBI_SSCDIVINTPHASE6,
2745 temp);
2746
2747 /* Program SSCAUXDIV */
2748 temp = intel_sbi_read(dev_priv, SBI_SSCAUXDIV6);
2749 temp &= ~SBI_SSCAUXDIV_FINALDIV2SEL(1);
2750 temp |= SBI_SSCAUXDIV_FINALDIV2SEL(auxdiv);
2751 intel_sbi_write(dev_priv,
2752 SBI_SSCAUXDIV6,
2753 temp);
2754
2755
2756 /* Enable modulator and associated divider */
2757 temp = intel_sbi_read(dev_priv, SBI_SSCCTL6);
2758 temp &= ~SBI_SSCCTL_DISABLE;
2759 intel_sbi_write(dev_priv,
2760 SBI_SSCCTL6,
2761 temp);
2762
2763 /* Wait for initialization time */
2764 udelay(24);
2765
2766 I915_WRITE(PIXCLK_GATE, PIXCLK_GATE_UNGATE);
2767}
2768
Jesse Barnesf67a5592011-01-05 10:31:48 -08002769/*
2770 * Enable PCH resources required for PCH ports:
2771 * - PCH PLLs
2772 * - FDI training & RX/TX
2773 * - update transcoder timings
2774 * - DP transcoding bits
2775 * - transcoder
2776 */
2777static void ironlake_pch_enable(struct drm_crtc *crtc)
Jesse Barnes79e53942008-11-07 14:24:08 -08002778{
2779 struct drm_device *dev = crtc->dev;
Zhenyu Wang2c072452009-06-05 15:38:42 +08002780 struct drm_i915_private *dev_priv = dev->dev_private;
2781 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
2782 int pipe = intel_crtc->pipe;
Jesse Barnesee7b9f92012-04-20 17:11:53 +01002783 u32 reg, temp;
Jesse Barnes6be4a602010-09-10 10:26:01 -07002784
Chris Wilsone7e164d2012-05-11 09:21:25 +01002785 assert_transcoder_disabled(dev_priv, pipe);
2786
Jesse Barnesc98e9dc2010-09-10 10:57:18 -07002787 /* For PCH output, training FDI link */
Jesse Barnes674cf962011-04-28 14:27:04 -07002788 dev_priv->display.fdi_link_train(crtc);
Jesse Barnes6be4a602010-09-10 10:26:01 -07002789
Eugeni Dodonove615efe2012-05-09 15:37:26 -03002790 if (HAS_PCH_LPT(dev)) {
2791 DRM_DEBUG_KMS("LPT detected: programming iCLKIP\n");
2792 lpt_program_iclkip(crtc);
2793 } else if (HAS_PCH_CPT(dev)) {
Jesse Barnesee7b9f92012-04-20 17:11:53 +01002794 u32 sel;
Jesse Barnes4b645f12011-10-12 09:51:31 -07002795
Eugeni Dodonove615efe2012-05-09 15:37:26 -03002796 intel_enable_pch_pll(intel_crtc);
2797
Jesse Barnesc98e9dc2010-09-10 10:57:18 -07002798 temp = I915_READ(PCH_DPLL_SEL);
Jesse Barnesee7b9f92012-04-20 17:11:53 +01002799 switch (pipe) {
2800 default:
2801 case 0:
2802 temp |= TRANSA_DPLL_ENABLE;
2803 sel = TRANSA_DPLLB_SEL;
2804 break;
2805 case 1:
2806 temp |= TRANSB_DPLL_ENABLE;
2807 sel = TRANSB_DPLLB_SEL;
2808 break;
2809 case 2:
2810 temp |= TRANSC_DPLL_ENABLE;
2811 sel = TRANSC_DPLLB_SEL;
2812 break;
Jesse Barnesd64311a2011-10-12 15:01:33 -07002813 }
Jesse Barnesee7b9f92012-04-20 17:11:53 +01002814 if (intel_crtc->pch_pll->pll_reg == _PCH_DPLL_B)
2815 temp |= sel;
2816 else
2817 temp &= ~sel;
Jesse Barnesc98e9dc2010-09-10 10:57:18 -07002818 I915_WRITE(PCH_DPLL_SEL, temp);
Jesse Barnesc98e9dc2010-09-10 10:57:18 -07002819 }
Jesse Barnesc98e9dc2010-09-10 10:57:18 -07002820
Jesse Barnesd9b6cb52011-01-04 15:09:35 -08002821 /* set transcoder timing, panel must allow it */
2822 assert_panel_unlocked(dev_priv, pipe);
Chris Wilson5eddb702010-09-11 13:48:45 +01002823 I915_WRITE(TRANS_HTOTAL(pipe), I915_READ(HTOTAL(pipe)));
2824 I915_WRITE(TRANS_HBLANK(pipe), I915_READ(HBLANK(pipe)));
2825 I915_WRITE(TRANS_HSYNC(pipe), I915_READ(HSYNC(pipe)));
2826
2827 I915_WRITE(TRANS_VTOTAL(pipe), I915_READ(VTOTAL(pipe)));
2828 I915_WRITE(TRANS_VBLANK(pipe), I915_READ(VBLANK(pipe)));
2829 I915_WRITE(TRANS_VSYNC(pipe), I915_READ(VSYNC(pipe)));
Daniel Vetter0529a0d2012-01-28 14:49:24 +01002830 I915_WRITE(TRANS_VSYNCSHIFT(pipe), I915_READ(VSYNCSHIFT(pipe)));
Jesse Barnesc98e9dc2010-09-10 10:57:18 -07002831
Eugeni Dodonovf57e1e32012-05-09 15:37:14 -03002832 if (!IS_HASWELL(dev))
2833 intel_fdi_normal_train(crtc);
Zhenyu Wang5e84e1a2010-10-28 16:38:08 +08002834
Jesse Barnesc98e9dc2010-09-10 10:57:18 -07002835 /* For PCH DP, enable TRANS_DP_CTL */
2836 if (HAS_PCH_CPT(dev) &&
Keith Packard417e8222011-11-01 19:54:11 -07002837 (intel_pipe_has_type(crtc, INTEL_OUTPUT_DISPLAYPORT) ||
2838 intel_pipe_has_type(crtc, INTEL_OUTPUT_EDP))) {
Jesse Barnes9325c9f2011-06-24 12:19:21 -07002839 u32 bpc = (I915_READ(PIPECONF(pipe)) & PIPE_BPC_MASK) >> 5;
Chris Wilson5eddb702010-09-11 13:48:45 +01002840 reg = TRANS_DP_CTL(pipe);
2841 temp = I915_READ(reg);
2842 temp &= ~(TRANS_DP_PORT_SEL_MASK |
Eric Anholt220cad32010-11-18 09:32:58 +08002843 TRANS_DP_SYNC_MASK |
2844 TRANS_DP_BPC_MASK);
Chris Wilson5eddb702010-09-11 13:48:45 +01002845 temp |= (TRANS_DP_OUTPUT_ENABLE |
2846 TRANS_DP_ENH_FRAMING);
Jesse Barnes9325c9f2011-06-24 12:19:21 -07002847 temp |= bpc << 9; /* same format but at 11:9 */
Jesse Barnesc98e9dc2010-09-10 10:57:18 -07002848
2849 if (crtc->mode.flags & DRM_MODE_FLAG_PHSYNC)
Chris Wilson5eddb702010-09-11 13:48:45 +01002850 temp |= TRANS_DP_HSYNC_ACTIVE_HIGH;
Jesse Barnesc98e9dc2010-09-10 10:57:18 -07002851 if (crtc->mode.flags & DRM_MODE_FLAG_PVSYNC)
Chris Wilson5eddb702010-09-11 13:48:45 +01002852 temp |= TRANS_DP_VSYNC_ACTIVE_HIGH;
Jesse Barnesc98e9dc2010-09-10 10:57:18 -07002853
2854 switch (intel_trans_dp_port_sel(crtc)) {
2855 case PCH_DP_B:
Chris Wilson5eddb702010-09-11 13:48:45 +01002856 temp |= TRANS_DP_PORT_SEL_B;
Jesse Barnesc98e9dc2010-09-10 10:57:18 -07002857 break;
2858 case PCH_DP_C:
Chris Wilson5eddb702010-09-11 13:48:45 +01002859 temp |= TRANS_DP_PORT_SEL_C;
Jesse Barnesc98e9dc2010-09-10 10:57:18 -07002860 break;
2861 case PCH_DP_D:
Chris Wilson5eddb702010-09-11 13:48:45 +01002862 temp |= TRANS_DP_PORT_SEL_D;
Jesse Barnesc98e9dc2010-09-10 10:57:18 -07002863 break;
2864 default:
2865 DRM_DEBUG_KMS("Wrong PCH DP port return. Guess port B\n");
Chris Wilson5eddb702010-09-11 13:48:45 +01002866 temp |= TRANS_DP_PORT_SEL_B;
Jesse Barnesc98e9dc2010-09-10 10:57:18 -07002867 break;
2868 }
2869
Chris Wilson5eddb702010-09-11 13:48:45 +01002870 I915_WRITE(reg, temp);
Jesse Barnesc98e9dc2010-09-10 10:57:18 -07002871 }
2872
Jesse Barnes040484a2011-01-03 12:14:26 -08002873 intel_enable_transcoder(dev_priv, pipe);
Jesse Barnesf67a5592011-01-05 10:31:48 -08002874}
2875
Jesse Barnesee7b9f92012-04-20 17:11:53 +01002876static void intel_put_pch_pll(struct intel_crtc *intel_crtc)
2877{
2878 struct intel_pch_pll *pll = intel_crtc->pch_pll;
2879
2880 if (pll == NULL)
2881 return;
2882
2883 if (pll->refcount == 0) {
2884 WARN(1, "bad PCH PLL refcount\n");
2885 return;
2886 }
2887
2888 --pll->refcount;
2889 intel_crtc->pch_pll = NULL;
2890}
2891
2892static struct intel_pch_pll *intel_get_pch_pll(struct intel_crtc *intel_crtc, u32 dpll, u32 fp)
2893{
2894 struct drm_i915_private *dev_priv = intel_crtc->base.dev->dev_private;
2895 struct intel_pch_pll *pll;
2896 int i;
2897
2898 pll = intel_crtc->pch_pll;
2899 if (pll) {
2900 DRM_DEBUG_KMS("CRTC:%d reusing existing PCH PLL %x\n",
2901 intel_crtc->base.base.id, pll->pll_reg);
2902 goto prepare;
2903 }
2904
2905 for (i = 0; i < dev_priv->num_pch_pll; i++) {
2906 pll = &dev_priv->pch_plls[i];
2907
2908 /* Only want to check enabled timings first */
2909 if (pll->refcount == 0)
2910 continue;
2911
2912 if (dpll == (I915_READ(pll->pll_reg) & 0x7fffffff) &&
2913 fp == I915_READ(pll->fp0_reg)) {
2914 DRM_DEBUG_KMS("CRTC:%d sharing existing PCH PLL %x (refcount %d, ative %d)\n",
2915 intel_crtc->base.base.id,
2916 pll->pll_reg, pll->refcount, pll->active);
2917
2918 goto found;
2919 }
2920 }
2921
2922 /* Ok no matching timings, maybe there's a free one? */
2923 for (i = 0; i < dev_priv->num_pch_pll; i++) {
2924 pll = &dev_priv->pch_plls[i];
2925 if (pll->refcount == 0) {
2926 DRM_DEBUG_KMS("CRTC:%d allocated PCH PLL %x\n",
2927 intel_crtc->base.base.id, pll->pll_reg);
2928 goto found;
2929 }
2930 }
2931
2932 return NULL;
2933
2934found:
2935 intel_crtc->pch_pll = pll;
2936 pll->refcount++;
2937 DRM_DEBUG_DRIVER("using pll %d for pipe %d\n", i, intel_crtc->pipe);
2938prepare: /* separate function? */
2939 DRM_DEBUG_DRIVER("switching PLL %x off\n", pll->pll_reg);
Jesse Barnesee7b9f92012-04-20 17:11:53 +01002940
Chris Wilsone04c7352012-05-02 20:43:56 +01002941 /* Wait for the clocks to stabilize before rewriting the regs */
2942 I915_WRITE(pll->pll_reg, dpll & ~DPLL_VCO_ENABLE);
Jesse Barnesee7b9f92012-04-20 17:11:53 +01002943 POSTING_READ(pll->pll_reg);
2944 udelay(150);
Chris Wilsone04c7352012-05-02 20:43:56 +01002945
2946 I915_WRITE(pll->fp0_reg, fp);
2947 I915_WRITE(pll->pll_reg, dpll & ~DPLL_VCO_ENABLE);
Jesse Barnesee7b9f92012-04-20 17:11:53 +01002948 pll->on = false;
2949 return pll;
2950}
2951
Jesse Barnesd4270e52011-10-11 10:43:02 -07002952void intel_cpt_verify_modeset(struct drm_device *dev, int pipe)
2953{
2954 struct drm_i915_private *dev_priv = dev->dev_private;
2955 int dslreg = PIPEDSL(pipe), tc2reg = TRANS_CHICKEN2(pipe);
2956 u32 temp;
2957
2958 temp = I915_READ(dslreg);
2959 udelay(500);
2960 if (wait_for(I915_READ(dslreg) != temp, 5)) {
2961 /* Without this, mode sets may fail silently on FDI */
2962 I915_WRITE(tc2reg, TRANS_AUTOTRAIN_GEN_STALL_DIS);
2963 udelay(250);
2964 I915_WRITE(tc2reg, 0);
2965 if (wait_for(I915_READ(dslreg) != temp, 5))
2966 DRM_ERROR("mode set failed: pipe %d stuck\n", pipe);
2967 }
2968}
2969
Jesse Barnesf67a5592011-01-05 10:31:48 -08002970static void ironlake_crtc_enable(struct drm_crtc *crtc)
2971{
2972 struct drm_device *dev = crtc->dev;
2973 struct drm_i915_private *dev_priv = dev->dev_private;
2974 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
2975 int pipe = intel_crtc->pipe;
2976 int plane = intel_crtc->plane;
2977 u32 temp;
2978 bool is_pch_port;
2979
2980 if (intel_crtc->active)
2981 return;
2982
2983 intel_crtc->active = true;
2984 intel_update_watermarks(dev);
2985
2986 if (intel_pipe_has_type(crtc, INTEL_OUTPUT_LVDS)) {
2987 temp = I915_READ(PCH_LVDS);
2988 if ((temp & LVDS_PORT_EN) == 0)
2989 I915_WRITE(PCH_LVDS, temp | LVDS_PORT_EN);
2990 }
2991
2992 is_pch_port = intel_crtc_driving_pch(crtc);
2993
2994 if (is_pch_port)
Jesse Barnes357555c2011-04-28 15:09:55 -07002995 ironlake_fdi_pll_enable(crtc);
Jesse Barnesf67a5592011-01-05 10:31:48 -08002996 else
2997 ironlake_fdi_disable(crtc);
2998
2999 /* Enable panel fitting for LVDS */
3000 if (dev_priv->pch_pf_size &&
3001 (intel_pipe_has_type(crtc, INTEL_OUTPUT_LVDS) || HAS_eDP)) {
3002 /* Force use of hard-coded filter coefficients
3003 * as some pre-programmed values are broken,
3004 * e.g. x201.
3005 */
Jesse Barnes9db4a9c2011-02-07 12:26:52 -08003006 I915_WRITE(PF_CTL(pipe), PF_ENABLE | PF_FILTER_MED_3x3);
3007 I915_WRITE(PF_WIN_POS(pipe), dev_priv->pch_pf_pos);
3008 I915_WRITE(PF_WIN_SZ(pipe), dev_priv->pch_pf_size);
Jesse Barnesf67a5592011-01-05 10:31:48 -08003009 }
3010
Jesse Barnes9c54c0d2011-06-15 23:32:33 +02003011 /*
3012 * On ILK+ LUT must be loaded before the pipe is running but with
3013 * clocks enabled
3014 */
3015 intel_crtc_load_lut(crtc);
3016
Jesse Barnesf67a5592011-01-05 10:31:48 -08003017 intel_enable_pipe(dev_priv, pipe, is_pch_port);
3018 intel_enable_plane(dev_priv, plane, pipe);
3019
3020 if (is_pch_port)
3021 ironlake_pch_enable(crtc);
Jesse Barnes6be4a602010-09-10 10:26:01 -07003022
Ben Widawskyd1ebd8162011-04-25 20:11:50 +01003023 mutex_lock(&dev->struct_mutex);
Chris Wilsonbed4a672010-09-11 10:47:47 +01003024 intel_update_fbc(dev);
Ben Widawskyd1ebd8162011-04-25 20:11:50 +01003025 mutex_unlock(&dev->struct_mutex);
3026
Chris Wilson6b383a72010-09-13 13:54:26 +01003027 intel_crtc_update_cursor(crtc, true);
Jesse Barnes6be4a602010-09-10 10:26:01 -07003028}
3029
3030static void ironlake_crtc_disable(struct drm_crtc *crtc)
3031{
3032 struct drm_device *dev = crtc->dev;
3033 struct drm_i915_private *dev_priv = dev->dev_private;
3034 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
3035 int pipe = intel_crtc->pipe;
3036 int plane = intel_crtc->plane;
Chris Wilson5eddb702010-09-11 13:48:45 +01003037 u32 reg, temp;
Jesse Barnes6be4a602010-09-10 10:26:01 -07003038
Chris Wilsonf7abfe82010-09-13 14:19:16 +01003039 if (!intel_crtc->active)
3040 return;
3041
Chris Wilsone6c3a2a2010-09-23 23:04:43 +01003042 intel_crtc_wait_for_pending_flips(crtc);
Jesse Barnes6be4a602010-09-10 10:26:01 -07003043 drm_vblank_off(dev, pipe);
Chris Wilson6b383a72010-09-13 13:54:26 +01003044 intel_crtc_update_cursor(crtc, false);
Chris Wilson5eddb702010-09-11 13:48:45 +01003045
Jesse Barnesb24e7172011-01-04 15:09:30 -08003046 intel_disable_plane(dev_priv, plane, pipe);
Jesse Barnes6be4a602010-09-10 10:26:01 -07003047
Chris Wilson973d04f2011-07-08 12:22:37 +01003048 if (dev_priv->cfb_plane == plane)
3049 intel_disable_fbc(dev);
Jesse Barnes6be4a602010-09-10 10:26:01 -07003050
Jesse Barnesb24e7172011-01-04 15:09:30 -08003051 intel_disable_pipe(dev_priv, pipe);
Jesse Barnes6be4a602010-09-10 10:26:01 -07003052
Jesse Barnes6be4a602010-09-10 10:26:01 -07003053 /* Disable PF */
Jesse Barnes9db4a9c2011-02-07 12:26:52 -08003054 I915_WRITE(PF_CTL(pipe), 0);
3055 I915_WRITE(PF_WIN_SZ(pipe), 0);
Jesse Barnes6be4a602010-09-10 10:26:01 -07003056
Jesse Barnes0fc932b2011-01-04 15:09:37 -08003057 ironlake_fdi_disable(crtc);
Jesse Barnes6be4a602010-09-10 10:26:01 -07003058
Jesse Barnes47a05ec2011-02-07 13:46:40 -08003059 /* This is a horrible layering violation; we should be doing this in
3060 * the connector/encoder ->prepare instead, but we don't always have
3061 * enough information there about the config to know whether it will
3062 * actually be necessary or just cause undesired flicker.
3063 */
3064 intel_disable_pch_ports(dev_priv, pipe);
Jesse Barnes6be4a602010-09-10 10:26:01 -07003065
Jesse Barnes040484a2011-01-03 12:14:26 -08003066 intel_disable_transcoder(dev_priv, pipe);
Jesse Barnes6be4a602010-09-10 10:26:01 -07003067
Jesse Barnes6be4a602010-09-10 10:26:01 -07003068 if (HAS_PCH_CPT(dev)) {
3069 /* disable TRANS_DP_CTL */
Chris Wilson5eddb702010-09-11 13:48:45 +01003070 reg = TRANS_DP_CTL(pipe);
3071 temp = I915_READ(reg);
3072 temp &= ~(TRANS_DP_OUTPUT_ENABLE | TRANS_DP_PORT_SEL_MASK);
Eric Anholtcb3543c2011-02-02 12:08:07 -08003073 temp |= TRANS_DP_PORT_SEL_NONE;
Chris Wilson5eddb702010-09-11 13:48:45 +01003074 I915_WRITE(reg, temp);
Jesse Barnes6be4a602010-09-10 10:26:01 -07003075
3076 /* disable DPLL_SEL */
3077 temp = I915_READ(PCH_DPLL_SEL);
Jesse Barnes9db4a9c2011-02-07 12:26:52 -08003078 switch (pipe) {
3079 case 0:
Jesse Barnesd64311a2011-10-12 15:01:33 -07003080 temp &= ~(TRANSA_DPLL_ENABLE | TRANSA_DPLLB_SEL);
Jesse Barnes9db4a9c2011-02-07 12:26:52 -08003081 break;
3082 case 1:
Jesse Barnes6be4a602010-09-10 10:26:01 -07003083 temp &= ~(TRANSB_DPLL_ENABLE | TRANSB_DPLLB_SEL);
Jesse Barnes9db4a9c2011-02-07 12:26:52 -08003084 break;
3085 case 2:
Jesse Barnes4b645f12011-10-12 09:51:31 -07003086 /* C shares PLL A or B */
Jesse Barnesd64311a2011-10-12 15:01:33 -07003087 temp &= ~(TRANSC_DPLL_ENABLE | TRANSC_DPLLB_SEL);
Jesse Barnes9db4a9c2011-02-07 12:26:52 -08003088 break;
3089 default:
3090 BUG(); /* wtf */
3091 }
Jesse Barnes6be4a602010-09-10 10:26:01 -07003092 I915_WRITE(PCH_DPLL_SEL, temp);
Jesse Barnes6be4a602010-09-10 10:26:01 -07003093 }
3094
3095 /* disable PCH DPLL */
Jesse Barnesee7b9f92012-04-20 17:11:53 +01003096 intel_disable_pch_pll(intel_crtc);
Jesse Barnes6be4a602010-09-10 10:26:01 -07003097
3098 /* Switch from PCDclk to Rawclk */
Chris Wilson5eddb702010-09-11 13:48:45 +01003099 reg = FDI_RX_CTL(pipe);
3100 temp = I915_READ(reg);
3101 I915_WRITE(reg, temp & ~FDI_PCDCLK);
Jesse Barnes6be4a602010-09-10 10:26:01 -07003102
3103 /* Disable CPU FDI TX PLL */
Chris Wilson5eddb702010-09-11 13:48:45 +01003104 reg = FDI_TX_CTL(pipe);
3105 temp = I915_READ(reg);
3106 I915_WRITE(reg, temp & ~FDI_TX_PLL_ENABLE);
3107
3108 POSTING_READ(reg);
Jesse Barnes6be4a602010-09-10 10:26:01 -07003109 udelay(100);
3110
Chris Wilson5eddb702010-09-11 13:48:45 +01003111 reg = FDI_RX_CTL(pipe);
3112 temp = I915_READ(reg);
3113 I915_WRITE(reg, temp & ~FDI_RX_PLL_ENABLE);
Jesse Barnes6be4a602010-09-10 10:26:01 -07003114
3115 /* Wait for the clocks to turn off. */
Chris Wilson5eddb702010-09-11 13:48:45 +01003116 POSTING_READ(reg);
Jesse Barnes6be4a602010-09-10 10:26:01 -07003117 udelay(100);
Chris Wilson6b383a72010-09-13 13:54:26 +01003118
Chris Wilsonf7abfe82010-09-13 14:19:16 +01003119 intel_crtc->active = false;
Chris Wilson6b383a72010-09-13 13:54:26 +01003120 intel_update_watermarks(dev);
Ben Widawskyd1ebd8162011-04-25 20:11:50 +01003121
3122 mutex_lock(&dev->struct_mutex);
Chris Wilson6b383a72010-09-13 13:54:26 +01003123 intel_update_fbc(dev);
Ben Widawskyd1ebd8162011-04-25 20:11:50 +01003124 mutex_unlock(&dev->struct_mutex);
Jesse Barnes6be4a602010-09-10 10:26:01 -07003125}
3126
3127static void ironlake_crtc_dpms(struct drm_crtc *crtc, int mode)
3128{
3129 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
3130 int pipe = intel_crtc->pipe;
3131 int plane = intel_crtc->plane;
3132
Zhenyu Wang2c072452009-06-05 15:38:42 +08003133 /* XXX: When our outputs are all unaware of DPMS modes other than off
3134 * and on, we should map those modes to DRM_MODE_DPMS_OFF in the CRTC.
3135 */
3136 switch (mode) {
3137 case DRM_MODE_DPMS_ON:
3138 case DRM_MODE_DPMS_STANDBY:
3139 case DRM_MODE_DPMS_SUSPEND:
Chris Wilson868dc582010-08-07 11:01:31 +01003140 DRM_DEBUG_KMS("crtc %d/%d dpms on\n", pipe, plane);
Jesse Barnes6be4a602010-09-10 10:26:01 -07003141 ironlake_crtc_enable(crtc);
Chris Wilson868dc582010-08-07 11:01:31 +01003142 break;
Zhao Yakuib52eb4d2010-06-12 14:32:27 +08003143
Zhenyu Wang2c072452009-06-05 15:38:42 +08003144 case DRM_MODE_DPMS_OFF:
Chris Wilson868dc582010-08-07 11:01:31 +01003145 DRM_DEBUG_KMS("crtc %d/%d dpms off\n", pipe, plane);
Jesse Barnes6be4a602010-09-10 10:26:01 -07003146 ironlake_crtc_disable(crtc);
Zhenyu Wang2c072452009-06-05 15:38:42 +08003147 break;
3148 }
3149}
3150
Jesse Barnesee7b9f92012-04-20 17:11:53 +01003151static void ironlake_crtc_off(struct drm_crtc *crtc)
3152{
3153 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
3154 intel_put_pch_pll(intel_crtc);
3155}
3156
Daniel Vetter02e792f2009-09-15 22:57:34 +02003157static void intel_crtc_dpms_overlay(struct intel_crtc *intel_crtc, bool enable)
3158{
Daniel Vetter02e792f2009-09-15 22:57:34 +02003159 if (!enable && intel_crtc->overlay) {
Chris Wilson23f09ce2010-08-12 13:53:37 +01003160 struct drm_device *dev = intel_crtc->base.dev;
Chris Wilsonce453d82011-02-21 14:43:56 +00003161 struct drm_i915_private *dev_priv = dev->dev_private;
Daniel Vetter03f77ea2009-09-15 22:57:37 +02003162
Chris Wilson23f09ce2010-08-12 13:53:37 +01003163 mutex_lock(&dev->struct_mutex);
Chris Wilsonce453d82011-02-21 14:43:56 +00003164 dev_priv->mm.interruptible = false;
3165 (void) intel_overlay_switch_off(intel_crtc->overlay);
3166 dev_priv->mm.interruptible = true;
Chris Wilson23f09ce2010-08-12 13:53:37 +01003167 mutex_unlock(&dev->struct_mutex);
Daniel Vetter02e792f2009-09-15 22:57:34 +02003168 }
Daniel Vetter02e792f2009-09-15 22:57:34 +02003169
Chris Wilson5dcdbcb2010-08-12 13:50:28 +01003170 /* Let userspace switch the overlay on again. In most cases userspace
3171 * has to recompute where to put it anyway.
3172 */
Daniel Vetter02e792f2009-09-15 22:57:34 +02003173}
3174
Jesse Barnes0b8765c62010-09-10 10:31:34 -07003175static void i9xx_crtc_enable(struct drm_crtc *crtc)
Zhenyu Wang2c072452009-06-05 15:38:42 +08003176{
3177 struct drm_device *dev = crtc->dev;
Jesse Barnes79e53942008-11-07 14:24:08 -08003178 struct drm_i915_private *dev_priv = dev->dev_private;
3179 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
3180 int pipe = intel_crtc->pipe;
Jesse Barnes80824002009-09-10 15:28:06 -07003181 int plane = intel_crtc->plane;
Jesse Barnes79e53942008-11-07 14:24:08 -08003182
Chris Wilsonf7abfe82010-09-13 14:19:16 +01003183 if (intel_crtc->active)
3184 return;
3185
3186 intel_crtc->active = true;
Chris Wilson6b383a72010-09-13 13:54:26 +01003187 intel_update_watermarks(dev);
3188
Jesse Barnes63d7bbe2011-01-04 15:09:33 -08003189 intel_enable_pll(dev_priv, pipe);
Jesse Barnes040484a2011-01-03 12:14:26 -08003190 intel_enable_pipe(dev_priv, pipe, false);
Jesse Barnesb24e7172011-01-04 15:09:30 -08003191 intel_enable_plane(dev_priv, plane, pipe);
Jesse Barnes0b8765c62010-09-10 10:31:34 -07003192
3193 intel_crtc_load_lut(crtc);
Chris Wilsonbed4a672010-09-11 10:47:47 +01003194 intel_update_fbc(dev);
Jesse Barnes0b8765c62010-09-10 10:31:34 -07003195
3196 /* Give the overlay scaler a chance to enable if it's on this pipe */
3197 intel_crtc_dpms_overlay(intel_crtc, true);
Chris Wilson6b383a72010-09-13 13:54:26 +01003198 intel_crtc_update_cursor(crtc, true);
Jesse Barnes0b8765c62010-09-10 10:31:34 -07003199}
3200
3201static void i9xx_crtc_disable(struct drm_crtc *crtc)
3202{
3203 struct drm_device *dev = crtc->dev;
3204 struct drm_i915_private *dev_priv = dev->dev_private;
3205 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
3206 int pipe = intel_crtc->pipe;
3207 int plane = intel_crtc->plane;
Jesse Barnes0b8765c62010-09-10 10:31:34 -07003208
Chris Wilsonf7abfe82010-09-13 14:19:16 +01003209 if (!intel_crtc->active)
3210 return;
3211
Jesse Barnes0b8765c62010-09-10 10:31:34 -07003212 /* Give the overlay scaler a chance to disable if it's on this pipe */
Chris Wilsone6c3a2a2010-09-23 23:04:43 +01003213 intel_crtc_wait_for_pending_flips(crtc);
3214 drm_vblank_off(dev, pipe);
Jesse Barnes0b8765c62010-09-10 10:31:34 -07003215 intel_crtc_dpms_overlay(intel_crtc, false);
Chris Wilson6b383a72010-09-13 13:54:26 +01003216 intel_crtc_update_cursor(crtc, false);
Jesse Barnes0b8765c62010-09-10 10:31:34 -07003217
Chris Wilson973d04f2011-07-08 12:22:37 +01003218 if (dev_priv->cfb_plane == plane)
3219 intel_disable_fbc(dev);
Jesse Barnes0b8765c62010-09-10 10:31:34 -07003220
Jesse Barnesb24e7172011-01-04 15:09:30 -08003221 intel_disable_plane(dev_priv, plane, pipe);
Jesse Barnesb24e7172011-01-04 15:09:30 -08003222 intel_disable_pipe(dev_priv, pipe);
Jesse Barnes63d7bbe2011-01-04 15:09:33 -08003223 intel_disable_pll(dev_priv, pipe);
Jesse Barnes0b8765c62010-09-10 10:31:34 -07003224
Chris Wilsonf7abfe82010-09-13 14:19:16 +01003225 intel_crtc->active = false;
Chris Wilson6b383a72010-09-13 13:54:26 +01003226 intel_update_fbc(dev);
3227 intel_update_watermarks(dev);
Jesse Barnes0b8765c62010-09-10 10:31:34 -07003228}
3229
3230static void i9xx_crtc_dpms(struct drm_crtc *crtc, int mode)
3231{
Jesse Barnes79e53942008-11-07 14:24:08 -08003232 /* XXX: When our outputs are all unaware of DPMS modes other than off
3233 * and on, we should map those modes to DRM_MODE_DPMS_OFF in the CRTC.
3234 */
3235 switch (mode) {
3236 case DRM_MODE_DPMS_ON:
3237 case DRM_MODE_DPMS_STANDBY:
3238 case DRM_MODE_DPMS_SUSPEND:
Jesse Barnes0b8765c62010-09-10 10:31:34 -07003239 i9xx_crtc_enable(crtc);
3240 break;
Jesse Barnes79e53942008-11-07 14:24:08 -08003241 case DRM_MODE_DPMS_OFF:
Jesse Barnes0b8765c62010-09-10 10:31:34 -07003242 i9xx_crtc_disable(crtc);
Jesse Barnes79e53942008-11-07 14:24:08 -08003243 break;
3244 }
Zhenyu Wang2c072452009-06-05 15:38:42 +08003245}
3246
Jesse Barnesee7b9f92012-04-20 17:11:53 +01003247static void i9xx_crtc_off(struct drm_crtc *crtc)
3248{
3249}
3250
Zhenyu Wang2c072452009-06-05 15:38:42 +08003251/**
3252 * Sets the power management mode of the pipe and plane.
Zhenyu Wang2c072452009-06-05 15:38:42 +08003253 */
3254static void intel_crtc_dpms(struct drm_crtc *crtc, int mode)
3255{
3256 struct drm_device *dev = crtc->dev;
Jesse Barnese70236a2009-09-21 10:42:27 -07003257 struct drm_i915_private *dev_priv = dev->dev_private;
Zhenyu Wang2c072452009-06-05 15:38:42 +08003258 struct drm_i915_master_private *master_priv;
3259 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
3260 int pipe = intel_crtc->pipe;
3261 bool enabled;
3262
Chris Wilson032d2a02010-09-06 16:17:22 +01003263 if (intel_crtc->dpms_mode == mode)
3264 return;
3265
Chris Wilsondebcadd2010-08-07 11:01:33 +01003266 intel_crtc->dpms_mode = mode;
Chris Wilsondebcadd2010-08-07 11:01:33 +01003267
Jesse Barnese70236a2009-09-21 10:42:27 -07003268 dev_priv->display.dpms(crtc, mode);
Jesse Barnes79e53942008-11-07 14:24:08 -08003269
3270 if (!dev->primary->master)
3271 return;
3272
3273 master_priv = dev->primary->master->driver_priv;
3274 if (!master_priv->sarea_priv)
3275 return;
3276
3277 enabled = crtc->enabled && mode != DRM_MODE_DPMS_OFF;
3278
3279 switch (pipe) {
3280 case 0:
3281 master_priv->sarea_priv->pipeA_w = enabled ? crtc->mode.hdisplay : 0;
3282 master_priv->sarea_priv->pipeA_h = enabled ? crtc->mode.vdisplay : 0;
3283 break;
3284 case 1:
3285 master_priv->sarea_priv->pipeB_w = enabled ? crtc->mode.hdisplay : 0;
3286 master_priv->sarea_priv->pipeB_h = enabled ? crtc->mode.vdisplay : 0;
3287 break;
3288 default:
Jesse Barnes9db4a9c2011-02-07 12:26:52 -08003289 DRM_ERROR("Can't update pipe %c in SAREA\n", pipe_name(pipe));
Jesse Barnes79e53942008-11-07 14:24:08 -08003290 break;
3291 }
Jesse Barnes79e53942008-11-07 14:24:08 -08003292}
3293
Chris Wilsoncdd59982010-09-08 16:30:16 +01003294static void intel_crtc_disable(struct drm_crtc *crtc)
3295{
3296 struct drm_crtc_helper_funcs *crtc_funcs = crtc->helper_private;
3297 struct drm_device *dev = crtc->dev;
Jesse Barnesee7b9f92012-04-20 17:11:53 +01003298 struct drm_i915_private *dev_priv = dev->dev_private;
Chris Wilsoncdd59982010-09-08 16:30:16 +01003299
3300 crtc_funcs->dpms(crtc, DRM_MODE_DPMS_OFF);
Jesse Barnesee7b9f92012-04-20 17:11:53 +01003301 dev_priv->display.off(crtc);
3302
Chris Wilson931872f2012-01-16 23:01:13 +00003303 assert_plane_disabled(dev->dev_private, to_intel_crtc(crtc)->plane);
3304 assert_pipe_disabled(dev->dev_private, to_intel_crtc(crtc)->pipe);
Chris Wilsoncdd59982010-09-08 16:30:16 +01003305
3306 if (crtc->fb) {
3307 mutex_lock(&dev->struct_mutex);
Chris Wilson1690e1e2011-12-14 13:57:08 +01003308 intel_unpin_fb_obj(to_intel_framebuffer(crtc->fb)->obj);
Chris Wilsoncdd59982010-09-08 16:30:16 +01003309 mutex_unlock(&dev->struct_mutex);
3310 }
3311}
3312
Jesse Barnes7e7d76c2010-09-10 10:47:20 -07003313/* Prepare for a mode set.
3314 *
3315 * Note we could be a lot smarter here. We need to figure out which outputs
3316 * will be enabled, which disabled (in short, how the config will changes)
3317 * and perform the minimum necessary steps to accomplish that, e.g. updating
3318 * watermarks, FBC configuration, making sure PLLs are programmed correctly,
3319 * panel fitting is in the proper state, etc.
3320 */
3321static void i9xx_crtc_prepare(struct drm_crtc *crtc)
Jesse Barnes79e53942008-11-07 14:24:08 -08003322{
Jesse Barnes7e7d76c2010-09-10 10:47:20 -07003323 i9xx_crtc_disable(crtc);
Jesse Barnes79e53942008-11-07 14:24:08 -08003324}
3325
Jesse Barnes7e7d76c2010-09-10 10:47:20 -07003326static void i9xx_crtc_commit(struct drm_crtc *crtc)
Jesse Barnes79e53942008-11-07 14:24:08 -08003327{
Jesse Barnes7e7d76c2010-09-10 10:47:20 -07003328 i9xx_crtc_enable(crtc);
Jesse Barnes7e7d76c2010-09-10 10:47:20 -07003329}
3330
3331static void ironlake_crtc_prepare(struct drm_crtc *crtc)
3332{
Jesse Barnes7e7d76c2010-09-10 10:47:20 -07003333 ironlake_crtc_disable(crtc);
Jesse Barnes7e7d76c2010-09-10 10:47:20 -07003334}
3335
3336static void ironlake_crtc_commit(struct drm_crtc *crtc)
3337{
Jesse Barnes7e7d76c2010-09-10 10:47:20 -07003338 ironlake_crtc_enable(crtc);
Jesse Barnes79e53942008-11-07 14:24:08 -08003339}
3340
Akshay Joshi0206e352011-08-16 15:34:10 -04003341void intel_encoder_prepare(struct drm_encoder *encoder)
Jesse Barnes79e53942008-11-07 14:24:08 -08003342{
3343 struct drm_encoder_helper_funcs *encoder_funcs = encoder->helper_private;
3344 /* lvds has its own version of prepare see intel_lvds_prepare */
3345 encoder_funcs->dpms(encoder, DRM_MODE_DPMS_OFF);
3346}
3347
Akshay Joshi0206e352011-08-16 15:34:10 -04003348void intel_encoder_commit(struct drm_encoder *encoder)
Jesse Barnes79e53942008-11-07 14:24:08 -08003349{
3350 struct drm_encoder_helper_funcs *encoder_funcs = encoder->helper_private;
Jesse Barnesd4270e52011-10-11 10:43:02 -07003351 struct drm_device *dev = encoder->dev;
Paulo Zanonid47d7cb2012-05-04 17:18:23 -03003352 struct intel_crtc *intel_crtc = to_intel_crtc(encoder->crtc);
Jesse Barnesd4270e52011-10-11 10:43:02 -07003353
Jesse Barnes79e53942008-11-07 14:24:08 -08003354 /* lvds has its own version of commit see intel_lvds_commit */
3355 encoder_funcs->dpms(encoder, DRM_MODE_DPMS_ON);
Jesse Barnesd4270e52011-10-11 10:43:02 -07003356
3357 if (HAS_PCH_CPT(dev))
3358 intel_cpt_verify_modeset(dev, intel_crtc->pipe);
Jesse Barnes79e53942008-11-07 14:24:08 -08003359}
3360
Chris Wilsonea5b2132010-08-04 13:50:23 +01003361void intel_encoder_destroy(struct drm_encoder *encoder)
3362{
Chris Wilson4ef69c72010-09-09 15:14:28 +01003363 struct intel_encoder *intel_encoder = to_intel_encoder(encoder);
Chris Wilsonea5b2132010-08-04 13:50:23 +01003364
Chris Wilsonea5b2132010-08-04 13:50:23 +01003365 drm_encoder_cleanup(encoder);
3366 kfree(intel_encoder);
3367}
3368
Jesse Barnes79e53942008-11-07 14:24:08 -08003369static bool intel_crtc_mode_fixup(struct drm_crtc *crtc,
3370 struct drm_display_mode *mode,
3371 struct drm_display_mode *adjusted_mode)
3372{
Zhenyu Wang2c072452009-06-05 15:38:42 +08003373 struct drm_device *dev = crtc->dev;
Chris Wilson89749352010-09-12 18:25:19 +01003374
Eric Anholtbad720f2009-10-22 16:11:14 -07003375 if (HAS_PCH_SPLIT(dev)) {
Zhenyu Wang2c072452009-06-05 15:38:42 +08003376 /* FDI link clock is fixed at 2.7G */
Jesse Barnes2377b742010-07-07 14:06:43 -07003377 if (mode->clock * 3 > IRONLAKE_FDI_FREQ * 4)
3378 return false;
Zhenyu Wang2c072452009-06-05 15:38:42 +08003379 }
Chris Wilson89749352010-09-12 18:25:19 +01003380
Daniel Vetterf9bef082012-04-15 19:53:19 +02003381 /* All interlaced capable intel hw wants timings in frames. Note though
3382 * that intel_lvds_mode_fixup does some funny tricks with the crtc
3383 * timings, so we need to be careful not to clobber these.*/
3384 if (!(adjusted_mode->private_flags & INTEL_MODE_CRTC_TIMINGS_SET))
3385 drm_mode_set_crtcinfo(adjusted_mode, 0);
Chris Wilson89749352010-09-12 18:25:19 +01003386
Jesse Barnes79e53942008-11-07 14:24:08 -08003387 return true;
3388}
3389
Jesse Barnes25eb05fc2012-03-28 13:39:23 -07003390static int valleyview_get_display_clock_speed(struct drm_device *dev)
3391{
3392 return 400000; /* FIXME */
3393}
3394
Jesse Barnese70236a2009-09-21 10:42:27 -07003395static int i945_get_display_clock_speed(struct drm_device *dev)
Jesse Barnes79e53942008-11-07 14:24:08 -08003396{
Jesse Barnese70236a2009-09-21 10:42:27 -07003397 return 400000;
3398}
Jesse Barnes79e53942008-11-07 14:24:08 -08003399
Jesse Barnese70236a2009-09-21 10:42:27 -07003400static int i915_get_display_clock_speed(struct drm_device *dev)
3401{
3402 return 333000;
3403}
Jesse Barnes79e53942008-11-07 14:24:08 -08003404
Jesse Barnese70236a2009-09-21 10:42:27 -07003405static int i9xx_misc_get_display_clock_speed(struct drm_device *dev)
3406{
3407 return 200000;
3408}
Jesse Barnes79e53942008-11-07 14:24:08 -08003409
Jesse Barnese70236a2009-09-21 10:42:27 -07003410static int i915gm_get_display_clock_speed(struct drm_device *dev)
3411{
3412 u16 gcfgc = 0;
3413
3414 pci_read_config_word(dev->pdev, GCFGC, &gcfgc);
3415
3416 if (gcfgc & GC_LOW_FREQUENCY_ENABLE)
Jesse Barnes79e53942008-11-07 14:24:08 -08003417 return 133000;
Jesse Barnese70236a2009-09-21 10:42:27 -07003418 else {
3419 switch (gcfgc & GC_DISPLAY_CLOCK_MASK) {
3420 case GC_DISPLAY_CLOCK_333_MHZ:
3421 return 333000;
3422 default:
3423 case GC_DISPLAY_CLOCK_190_200_MHZ:
3424 return 190000;
3425 }
3426 }
3427}
Jesse Barnes79e53942008-11-07 14:24:08 -08003428
Jesse Barnese70236a2009-09-21 10:42:27 -07003429static int i865_get_display_clock_speed(struct drm_device *dev)
3430{
3431 return 266000;
3432}
3433
3434static int i855_get_display_clock_speed(struct drm_device *dev)
3435{
3436 u16 hpllcc = 0;
3437 /* Assume that the hardware is in the high speed state. This
3438 * should be the default.
3439 */
3440 switch (hpllcc & GC_CLOCK_CONTROL_MASK) {
3441 case GC_CLOCK_133_200:
3442 case GC_CLOCK_100_200:
3443 return 200000;
3444 case GC_CLOCK_166_250:
3445 return 250000;
3446 case GC_CLOCK_100_133:
3447 return 133000;
3448 }
3449
3450 /* Shouldn't happen */
3451 return 0;
3452}
3453
3454static int i830_get_display_clock_speed(struct drm_device *dev)
3455{
3456 return 133000;
Jesse Barnes79e53942008-11-07 14:24:08 -08003457}
3458
Zhenyu Wang2c072452009-06-05 15:38:42 +08003459struct fdi_m_n {
3460 u32 tu;
3461 u32 gmch_m;
3462 u32 gmch_n;
3463 u32 link_m;
3464 u32 link_n;
3465};
3466
3467static void
3468fdi_reduce_ratio(u32 *num, u32 *den)
3469{
3470 while (*num > 0xffffff || *den > 0xffffff) {
3471 *num >>= 1;
3472 *den >>= 1;
3473 }
3474}
3475
Zhenyu Wang2c072452009-06-05 15:38:42 +08003476static void
Adam Jacksonf2b115e2009-12-03 17:14:42 -05003477ironlake_compute_m_n(int bits_per_pixel, int nlanes, int pixel_clock,
3478 int link_clock, struct fdi_m_n *m_n)
Zhenyu Wang2c072452009-06-05 15:38:42 +08003479{
Zhenyu Wang2c072452009-06-05 15:38:42 +08003480 m_n->tu = 64; /* default size */
3481
Chris Wilson22ed1112010-12-04 01:01:29 +00003482 /* BUG_ON(pixel_clock > INT_MAX / 36); */
3483 m_n->gmch_m = bits_per_pixel * pixel_clock;
3484 m_n->gmch_n = link_clock * nlanes * 8;
Zhenyu Wang2c072452009-06-05 15:38:42 +08003485 fdi_reduce_ratio(&m_n->gmch_m, &m_n->gmch_n);
3486
Chris Wilson22ed1112010-12-04 01:01:29 +00003487 m_n->link_m = pixel_clock;
3488 m_n->link_n = link_clock;
Zhenyu Wang2c072452009-06-05 15:38:42 +08003489 fdi_reduce_ratio(&m_n->link_m, &m_n->link_n);
3490}
3491
Chris Wilsona7615032011-01-12 17:04:08 +00003492static inline bool intel_panel_use_ssc(struct drm_i915_private *dev_priv)
3493{
Keith Packard72bbe582011-09-26 16:09:45 -07003494 if (i915_panel_use_ssc >= 0)
3495 return i915_panel_use_ssc != 0;
3496 return dev_priv->lvds_use_ssc
Keith Packard435793d2011-07-12 14:56:22 -07003497 && !(dev_priv->quirks & QUIRK_LVDS_SSC_DISABLE);
Chris Wilsona7615032011-01-12 17:04:08 +00003498}
3499
Jesse Barnes5a354202011-06-24 12:19:22 -07003500/**
3501 * intel_choose_pipe_bpp_dither - figure out what color depth the pipe should send
3502 * @crtc: CRTC structure
Adam Jackson3b5c78a2011-12-13 15:41:00 -08003503 * @mode: requested mode
Jesse Barnes5a354202011-06-24 12:19:22 -07003504 *
3505 * A pipe may be connected to one or more outputs. Based on the depth of the
3506 * attached framebuffer, choose a good color depth to use on the pipe.
3507 *
3508 * If possible, match the pipe depth to the fb depth. In some cases, this
3509 * isn't ideal, because the connected output supports a lesser or restricted
3510 * set of depths. Resolve that here:
3511 * LVDS typically supports only 6bpc, so clamp down in that case
3512 * HDMI supports only 8bpc or 12bpc, so clamp to 8bpc with dither for 10bpc
3513 * Displays may support a restricted set as well, check EDID and clamp as
3514 * appropriate.
Adam Jackson3b5c78a2011-12-13 15:41:00 -08003515 * DP may want to dither down to 6bpc to fit larger modes
Jesse Barnes5a354202011-06-24 12:19:22 -07003516 *
3517 * RETURNS:
3518 * Dithering requirement (i.e. false if display bpc and pipe bpc match,
3519 * true if they don't match).
3520 */
3521static bool intel_choose_pipe_bpp_dither(struct drm_crtc *crtc,
Adam Jackson3b5c78a2011-12-13 15:41:00 -08003522 unsigned int *pipe_bpp,
3523 struct drm_display_mode *mode)
Jesse Barnes5a354202011-06-24 12:19:22 -07003524{
3525 struct drm_device *dev = crtc->dev;
3526 struct drm_i915_private *dev_priv = dev->dev_private;
3527 struct drm_encoder *encoder;
3528 struct drm_connector *connector;
3529 unsigned int display_bpc = UINT_MAX, bpc;
3530
3531 /* Walk the encoders & connectors on this crtc, get min bpc */
3532 list_for_each_entry(encoder, &dev->mode_config.encoder_list, head) {
3533 struct intel_encoder *intel_encoder = to_intel_encoder(encoder);
3534
3535 if (encoder->crtc != crtc)
3536 continue;
3537
3538 if (intel_encoder->type == INTEL_OUTPUT_LVDS) {
3539 unsigned int lvds_bpc;
3540
3541 if ((I915_READ(PCH_LVDS) & LVDS_A3_POWER_MASK) ==
3542 LVDS_A3_POWER_UP)
3543 lvds_bpc = 8;
3544 else
3545 lvds_bpc = 6;
3546
3547 if (lvds_bpc < display_bpc) {
Adam Jackson82820492011-10-10 16:33:34 -04003548 DRM_DEBUG_KMS("clamping display bpc (was %d) to LVDS (%d)\n", display_bpc, lvds_bpc);
Jesse Barnes5a354202011-06-24 12:19:22 -07003549 display_bpc = lvds_bpc;
3550 }
3551 continue;
3552 }
3553
3554 if (intel_encoder->type == INTEL_OUTPUT_EDP) {
3555 /* Use VBT settings if we have an eDP panel */
3556 unsigned int edp_bpc = dev_priv->edp.bpp / 3;
3557
3558 if (edp_bpc < display_bpc) {
Adam Jackson82820492011-10-10 16:33:34 -04003559 DRM_DEBUG_KMS("clamping display bpc (was %d) to eDP (%d)\n", display_bpc, edp_bpc);
Jesse Barnes5a354202011-06-24 12:19:22 -07003560 display_bpc = edp_bpc;
3561 }
3562 continue;
3563 }
3564
3565 /* Not one of the known troublemakers, check the EDID */
3566 list_for_each_entry(connector, &dev->mode_config.connector_list,
3567 head) {
3568 if (connector->encoder != encoder)
3569 continue;
3570
Jesse Barnes62ac41a2011-07-28 12:55:14 -07003571 /* Don't use an invalid EDID bpc value */
3572 if (connector->display_info.bpc &&
3573 connector->display_info.bpc < display_bpc) {
Adam Jackson82820492011-10-10 16:33:34 -04003574 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 -07003575 display_bpc = connector->display_info.bpc;
3576 }
3577 }
3578
3579 /*
3580 * HDMI is either 12 or 8, so if the display lets 10bpc sneak
3581 * through, clamp it down. (Note: >12bpc will be caught below.)
3582 */
3583 if (intel_encoder->type == INTEL_OUTPUT_HDMI) {
3584 if (display_bpc > 8 && display_bpc < 12) {
Adam Jackson82820492011-10-10 16:33:34 -04003585 DRM_DEBUG_KMS("forcing bpc to 12 for HDMI\n");
Jesse Barnes5a354202011-06-24 12:19:22 -07003586 display_bpc = 12;
3587 } else {
Adam Jackson82820492011-10-10 16:33:34 -04003588 DRM_DEBUG_KMS("forcing bpc to 8 for HDMI\n");
Jesse Barnes5a354202011-06-24 12:19:22 -07003589 display_bpc = 8;
3590 }
3591 }
3592 }
3593
Adam Jackson3b5c78a2011-12-13 15:41:00 -08003594 if (mode->private_flags & INTEL_MODE_DP_FORCE_6BPC) {
3595 DRM_DEBUG_KMS("Dithering DP to 6bpc\n");
3596 display_bpc = 6;
3597 }
3598
Jesse Barnes5a354202011-06-24 12:19:22 -07003599 /*
3600 * We could just drive the pipe at the highest bpc all the time and
3601 * enable dithering as needed, but that costs bandwidth. So choose
3602 * the minimum value that expresses the full color range of the fb but
3603 * also stays within the max display bpc discovered above.
3604 */
3605
3606 switch (crtc->fb->depth) {
3607 case 8:
3608 bpc = 8; /* since we go through a colormap */
3609 break;
3610 case 15:
3611 case 16:
3612 bpc = 6; /* min is 18bpp */
3613 break;
3614 case 24:
Keith Packard578393c2011-09-05 11:53:21 -07003615 bpc = 8;
Jesse Barnes5a354202011-06-24 12:19:22 -07003616 break;
3617 case 30:
Keith Packard578393c2011-09-05 11:53:21 -07003618 bpc = 10;
Jesse Barnes5a354202011-06-24 12:19:22 -07003619 break;
3620 case 48:
Keith Packard578393c2011-09-05 11:53:21 -07003621 bpc = 12;
Jesse Barnes5a354202011-06-24 12:19:22 -07003622 break;
3623 default:
3624 DRM_DEBUG("unsupported depth, assuming 24 bits\n");
3625 bpc = min((unsigned int)8, display_bpc);
3626 break;
3627 }
3628
Keith Packard578393c2011-09-05 11:53:21 -07003629 display_bpc = min(display_bpc, bpc);
3630
Adam Jackson82820492011-10-10 16:33:34 -04003631 DRM_DEBUG_KMS("setting pipe bpc to %d (max display bpc %d)\n",
3632 bpc, display_bpc);
Jesse Barnes5a354202011-06-24 12:19:22 -07003633
Keith Packard578393c2011-09-05 11:53:21 -07003634 *pipe_bpp = display_bpc * 3;
Jesse Barnes5a354202011-06-24 12:19:22 -07003635
3636 return display_bpc != bpc;
3637}
3638
Jesse Barnesc65d77d2011-12-15 12:30:36 -08003639static int i9xx_get_refclk(struct drm_crtc *crtc, int num_connectors)
3640{
3641 struct drm_device *dev = crtc->dev;
3642 struct drm_i915_private *dev_priv = dev->dev_private;
3643 int refclk;
3644
3645 if (intel_pipe_has_type(crtc, INTEL_OUTPUT_LVDS) &&
3646 intel_panel_use_ssc(dev_priv) && num_connectors < 2) {
3647 refclk = dev_priv->lvds_ssc_freq * 1000;
3648 DRM_DEBUG_KMS("using SSC reference clock of %d MHz\n",
3649 refclk / 1000);
3650 } else if (!IS_GEN2(dev)) {
3651 refclk = 96000;
3652 } else {
3653 refclk = 48000;
3654 }
3655
3656 return refclk;
3657}
3658
3659static void i9xx_adjust_sdvo_tv_clock(struct drm_display_mode *adjusted_mode,
3660 intel_clock_t *clock)
3661{
3662 /* SDVO TV has fixed PLL values depend on its clock range,
3663 this mirrors vbios setting. */
3664 if (adjusted_mode->clock >= 100000
3665 && adjusted_mode->clock < 140500) {
3666 clock->p1 = 2;
3667 clock->p2 = 10;
3668 clock->n = 3;
3669 clock->m1 = 16;
3670 clock->m2 = 8;
3671 } else if (adjusted_mode->clock >= 140500
3672 && adjusted_mode->clock <= 200000) {
3673 clock->p1 = 1;
3674 clock->p2 = 10;
3675 clock->n = 6;
3676 clock->m1 = 12;
3677 clock->m2 = 8;
3678 }
3679}
3680
Jesse Barnesa7516a02011-12-15 12:30:37 -08003681static void i9xx_update_pll_dividers(struct drm_crtc *crtc,
3682 intel_clock_t *clock,
3683 intel_clock_t *reduced_clock)
3684{
3685 struct drm_device *dev = crtc->dev;
3686 struct drm_i915_private *dev_priv = dev->dev_private;
3687 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
3688 int pipe = intel_crtc->pipe;
3689 u32 fp, fp2 = 0;
3690
3691 if (IS_PINEVIEW(dev)) {
3692 fp = (1 << clock->n) << 16 | clock->m1 << 8 | clock->m2;
3693 if (reduced_clock)
3694 fp2 = (1 << reduced_clock->n) << 16 |
3695 reduced_clock->m1 << 8 | reduced_clock->m2;
3696 } else {
3697 fp = clock->n << 16 | clock->m1 << 8 | clock->m2;
3698 if (reduced_clock)
3699 fp2 = reduced_clock->n << 16 | reduced_clock->m1 << 8 |
3700 reduced_clock->m2;
3701 }
3702
3703 I915_WRITE(FP0(pipe), fp);
3704
3705 intel_crtc->lowfreq_avail = false;
3706 if (intel_pipe_has_type(crtc, INTEL_OUTPUT_LVDS) &&
3707 reduced_clock && i915_powersave) {
3708 I915_WRITE(FP1(pipe), fp2);
3709 intel_crtc->lowfreq_avail = true;
3710 } else {
3711 I915_WRITE(FP1(pipe), fp);
3712 }
3713}
3714
Daniel Vetter93e537a2012-03-28 23:11:26 +02003715static void intel_update_lvds(struct drm_crtc *crtc, intel_clock_t *clock,
3716 struct drm_display_mode *adjusted_mode)
3717{
3718 struct drm_device *dev = crtc->dev;
3719 struct drm_i915_private *dev_priv = dev->dev_private;
3720 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
3721 int pipe = intel_crtc->pipe;
Chris Wilson284d5df2012-04-14 17:41:59 +01003722 u32 temp;
Daniel Vetter93e537a2012-03-28 23:11:26 +02003723
3724 temp = I915_READ(LVDS);
3725 temp |= LVDS_PORT_EN | LVDS_A0A2_CLKA_POWER_UP;
3726 if (pipe == 1) {
3727 temp |= LVDS_PIPEB_SELECT;
3728 } else {
3729 temp &= ~LVDS_PIPEB_SELECT;
3730 }
3731 /* set the corresponsding LVDS_BORDER bit */
3732 temp |= dev_priv->lvds_border_bits;
3733 /* Set the B0-B3 data pairs corresponding to whether we're going to
3734 * set the DPLLs for dual-channel mode or not.
3735 */
3736 if (clock->p2 == 7)
3737 temp |= LVDS_B0B3_POWER_UP | LVDS_CLKB_POWER_UP;
3738 else
3739 temp &= ~(LVDS_B0B3_POWER_UP | LVDS_CLKB_POWER_UP);
3740
3741 /* It would be nice to set 24 vs 18-bit mode (LVDS_A3_POWER_UP)
3742 * appropriately here, but we need to look more thoroughly into how
3743 * panels behave in the two modes.
3744 */
3745 /* set the dithering flag on LVDS as needed */
3746 if (INTEL_INFO(dev)->gen >= 4) {
3747 if (dev_priv->lvds_dither)
3748 temp |= LVDS_ENABLE_DITHER;
3749 else
3750 temp &= ~LVDS_ENABLE_DITHER;
3751 }
Chris Wilson284d5df2012-04-14 17:41:59 +01003752 temp &= ~(LVDS_HSYNC_POLARITY | LVDS_VSYNC_POLARITY);
Daniel Vetter93e537a2012-03-28 23:11:26 +02003753 if (adjusted_mode->flags & DRM_MODE_FLAG_NHSYNC)
Chris Wilson284d5df2012-04-14 17:41:59 +01003754 temp |= LVDS_HSYNC_POLARITY;
Daniel Vetter93e537a2012-03-28 23:11:26 +02003755 if (adjusted_mode->flags & DRM_MODE_FLAG_NVSYNC)
Chris Wilson284d5df2012-04-14 17:41:59 +01003756 temp |= LVDS_VSYNC_POLARITY;
Daniel Vetter93e537a2012-03-28 23:11:26 +02003757 I915_WRITE(LVDS, temp);
3758}
3759
Daniel Vettereb1cbe42012-03-28 23:12:16 +02003760static void i9xx_update_pll(struct drm_crtc *crtc,
3761 struct drm_display_mode *mode,
3762 struct drm_display_mode *adjusted_mode,
3763 intel_clock_t *clock, intel_clock_t *reduced_clock,
3764 int num_connectors)
3765{
3766 struct drm_device *dev = crtc->dev;
3767 struct drm_i915_private *dev_priv = dev->dev_private;
3768 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
3769 int pipe = intel_crtc->pipe;
3770 u32 dpll;
3771 bool is_sdvo;
3772
3773 is_sdvo = intel_pipe_has_type(crtc, INTEL_OUTPUT_SDVO) ||
3774 intel_pipe_has_type(crtc, INTEL_OUTPUT_HDMI);
3775
3776 dpll = DPLL_VGA_MODE_DIS;
3777
3778 if (intel_pipe_has_type(crtc, INTEL_OUTPUT_LVDS))
3779 dpll |= DPLLB_MODE_LVDS;
3780 else
3781 dpll |= DPLLB_MODE_DAC_SERIAL;
3782 if (is_sdvo) {
3783 int pixel_multiplier = intel_mode_get_pixel_multiplier(adjusted_mode);
3784 if (pixel_multiplier > 1) {
3785 if (IS_I945G(dev) || IS_I945GM(dev) || IS_G33(dev))
3786 dpll |= (pixel_multiplier - 1) << SDVO_MULTIPLIER_SHIFT_HIRES;
3787 }
3788 dpll |= DPLL_DVO_HIGH_SPEED;
3789 }
3790 if (intel_pipe_has_type(crtc, INTEL_OUTPUT_DISPLAYPORT))
3791 dpll |= DPLL_DVO_HIGH_SPEED;
3792
3793 /* compute bitmask from p1 value */
3794 if (IS_PINEVIEW(dev))
3795 dpll |= (1 << (clock->p1 - 1)) << DPLL_FPA01_P1_POST_DIV_SHIFT_PINEVIEW;
3796 else {
3797 dpll |= (1 << (clock->p1 - 1)) << DPLL_FPA01_P1_POST_DIV_SHIFT;
3798 if (IS_G4X(dev) && reduced_clock)
3799 dpll |= (1 << (reduced_clock->p1 - 1)) << DPLL_FPA1_P1_POST_DIV_SHIFT;
3800 }
3801 switch (clock->p2) {
3802 case 5:
3803 dpll |= DPLL_DAC_SERIAL_P2_CLOCK_DIV_5;
3804 break;
3805 case 7:
3806 dpll |= DPLLB_LVDS_P2_CLOCK_DIV_7;
3807 break;
3808 case 10:
3809 dpll |= DPLL_DAC_SERIAL_P2_CLOCK_DIV_10;
3810 break;
3811 case 14:
3812 dpll |= DPLLB_LVDS_P2_CLOCK_DIV_14;
3813 break;
3814 }
3815 if (INTEL_INFO(dev)->gen >= 4)
3816 dpll |= (6 << PLL_LOAD_PULSE_PHASE_SHIFT);
3817
3818 if (is_sdvo && intel_pipe_has_type(crtc, INTEL_OUTPUT_TVOUT))
3819 dpll |= PLL_REF_INPUT_TVCLKINBC;
3820 else if (intel_pipe_has_type(crtc, INTEL_OUTPUT_TVOUT))
3821 /* XXX: just matching BIOS for now */
3822 /* dpll |= PLL_REF_INPUT_TVCLKINBC; */
3823 dpll |= 3;
3824 else if (intel_pipe_has_type(crtc, INTEL_OUTPUT_LVDS) &&
3825 intel_panel_use_ssc(dev_priv) && num_connectors < 2)
3826 dpll |= PLLB_REF_INPUT_SPREADSPECTRUMIN;
3827 else
3828 dpll |= PLL_REF_INPUT_DREFCLK;
3829
3830 dpll |= DPLL_VCO_ENABLE;
3831 I915_WRITE(DPLL(pipe), dpll & ~DPLL_VCO_ENABLE);
3832 POSTING_READ(DPLL(pipe));
3833 udelay(150);
3834
3835 /* The LVDS pin pair needs to be on before the DPLLs are enabled.
3836 * This is an exception to the general rule that mode_set doesn't turn
3837 * things on.
3838 */
3839 if (intel_pipe_has_type(crtc, INTEL_OUTPUT_LVDS))
3840 intel_update_lvds(crtc, clock, adjusted_mode);
3841
3842 if (intel_pipe_has_type(crtc, INTEL_OUTPUT_DISPLAYPORT))
3843 intel_dp_set_m_n(crtc, mode, adjusted_mode);
3844
3845 I915_WRITE(DPLL(pipe), dpll);
3846
3847 /* Wait for the clocks to stabilize. */
3848 POSTING_READ(DPLL(pipe));
3849 udelay(150);
3850
3851 if (INTEL_INFO(dev)->gen >= 4) {
3852 u32 temp = 0;
3853 if (is_sdvo) {
3854 temp = intel_mode_get_pixel_multiplier(adjusted_mode);
3855 if (temp > 1)
3856 temp = (temp - 1) << DPLL_MD_UDI_MULTIPLIER_SHIFT;
3857 else
3858 temp = 0;
3859 }
3860 I915_WRITE(DPLL_MD(pipe), temp);
3861 } else {
3862 /* The pixel multiplier can only be updated once the
3863 * DPLL is enabled and the clocks are stable.
3864 *
3865 * So write it again.
3866 */
3867 I915_WRITE(DPLL(pipe), dpll);
3868 }
3869}
3870
3871static void i8xx_update_pll(struct drm_crtc *crtc,
3872 struct drm_display_mode *adjusted_mode,
3873 intel_clock_t *clock,
3874 int num_connectors)
3875{
3876 struct drm_device *dev = crtc->dev;
3877 struct drm_i915_private *dev_priv = dev->dev_private;
3878 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
3879 int pipe = intel_crtc->pipe;
3880 u32 dpll;
3881
3882 dpll = DPLL_VGA_MODE_DIS;
3883
3884 if (intel_pipe_has_type(crtc, INTEL_OUTPUT_LVDS)) {
3885 dpll |= (1 << (clock->p1 - 1)) << DPLL_FPA01_P1_POST_DIV_SHIFT;
3886 } else {
3887 if (clock->p1 == 2)
3888 dpll |= PLL_P1_DIVIDE_BY_TWO;
3889 else
3890 dpll |= (clock->p1 - 2) << DPLL_FPA01_P1_POST_DIV_SHIFT;
3891 if (clock->p2 == 4)
3892 dpll |= PLL_P2_DIVIDE_BY_4;
3893 }
3894
3895 if (intel_pipe_has_type(crtc, INTEL_OUTPUT_TVOUT))
3896 /* XXX: just matching BIOS for now */
3897 /* dpll |= PLL_REF_INPUT_TVCLKINBC; */
3898 dpll |= 3;
3899 else if (intel_pipe_has_type(crtc, INTEL_OUTPUT_LVDS) &&
3900 intel_panel_use_ssc(dev_priv) && num_connectors < 2)
3901 dpll |= PLLB_REF_INPUT_SPREADSPECTRUMIN;
3902 else
3903 dpll |= PLL_REF_INPUT_DREFCLK;
3904
3905 dpll |= DPLL_VCO_ENABLE;
3906 I915_WRITE(DPLL(pipe), dpll & ~DPLL_VCO_ENABLE);
3907 POSTING_READ(DPLL(pipe));
3908 udelay(150);
3909
3910 I915_WRITE(DPLL(pipe), dpll);
3911
3912 /* Wait for the clocks to stabilize. */
3913 POSTING_READ(DPLL(pipe));
3914 udelay(150);
3915
3916 /* The LVDS pin pair needs to be on before the DPLLs are enabled.
3917 * This is an exception to the general rule that mode_set doesn't turn
3918 * things on.
3919 */
3920 if (intel_pipe_has_type(crtc, INTEL_OUTPUT_LVDS))
3921 intel_update_lvds(crtc, clock, adjusted_mode);
3922
3923 /* The pixel multiplier can only be updated once the
3924 * DPLL is enabled and the clocks are stable.
3925 *
3926 * So write it again.
3927 */
3928 I915_WRITE(DPLL(pipe), dpll);
3929}
3930
Eric Anholtf564048e2011-03-30 13:01:02 -07003931static int i9xx_crtc_mode_set(struct drm_crtc *crtc,
3932 struct drm_display_mode *mode,
3933 struct drm_display_mode *adjusted_mode,
3934 int x, int y,
3935 struct drm_framebuffer *old_fb)
Jesse Barnes79e53942008-11-07 14:24:08 -08003936{
3937 struct drm_device *dev = crtc->dev;
3938 struct drm_i915_private *dev_priv = dev->dev_private;
3939 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
3940 int pipe = intel_crtc->pipe;
Jesse Barnes80824002009-09-10 15:28:06 -07003941 int plane = intel_crtc->plane;
Eric Anholtc751ce42010-03-25 11:48:48 -07003942 int refclk, num_connectors = 0;
Jesse Barnes652c3932009-08-17 13:31:43 -07003943 intel_clock_t clock, reduced_clock;
Daniel Vettereb1cbe42012-03-28 23:12:16 +02003944 u32 dspcntr, pipeconf, vsyncshift;
3945 bool ok, has_reduced_clock = false, is_sdvo = false;
3946 bool is_lvds = false, is_tv = false, is_dp = false;
Jesse Barnes79e53942008-11-07 14:24:08 -08003947 struct drm_mode_config *mode_config = &dev->mode_config;
Chris Wilson5eddb702010-09-11 13:48:45 +01003948 struct intel_encoder *encoder;
Ma Lingd4906092009-03-18 20:13:27 +08003949 const intel_limit_t *limit;
Chris Wilson5c3b82e2009-02-11 13:25:09 +00003950 int ret;
Jesse Barnes79e53942008-11-07 14:24:08 -08003951
Chris Wilson5eddb702010-09-11 13:48:45 +01003952 list_for_each_entry(encoder, &mode_config->encoder_list, base.head) {
3953 if (encoder->base.crtc != crtc)
Jesse Barnes79e53942008-11-07 14:24:08 -08003954 continue;
3955
Chris Wilson5eddb702010-09-11 13:48:45 +01003956 switch (encoder->type) {
Jesse Barnes79e53942008-11-07 14:24:08 -08003957 case INTEL_OUTPUT_LVDS:
3958 is_lvds = true;
3959 break;
3960 case INTEL_OUTPUT_SDVO:
Eric Anholt7d573822009-01-02 13:33:00 -08003961 case INTEL_OUTPUT_HDMI:
Jesse Barnes79e53942008-11-07 14:24:08 -08003962 is_sdvo = true;
Chris Wilson5eddb702010-09-11 13:48:45 +01003963 if (encoder->needs_tv_clock)
Jesse Barnese2f0ba92009-02-02 15:11:52 -08003964 is_tv = true;
Jesse Barnes79e53942008-11-07 14:24:08 -08003965 break;
Jesse Barnes79e53942008-11-07 14:24:08 -08003966 case INTEL_OUTPUT_TVOUT:
3967 is_tv = true;
3968 break;
Keith Packarda4fc5ed2009-04-07 16:16:42 -07003969 case INTEL_OUTPUT_DISPLAYPORT:
3970 is_dp = true;
3971 break;
Jesse Barnes79e53942008-11-07 14:24:08 -08003972 }
Kristian Høgsberg43565a02009-02-13 20:56:52 -05003973
Eric Anholtc751ce42010-03-25 11:48:48 -07003974 num_connectors++;
Jesse Barnes79e53942008-11-07 14:24:08 -08003975 }
3976
Jesse Barnesc65d77d2011-12-15 12:30:36 -08003977 refclk = i9xx_get_refclk(crtc, num_connectors);
Jesse Barnes79e53942008-11-07 14:24:08 -08003978
Ma Lingd4906092009-03-18 20:13:27 +08003979 /*
3980 * Returns a set of divisors for the desired target clock with the given
3981 * refclk, or FALSE. The returned values represent the clock equation:
3982 * reflck * (5 * (m1 + 2) + (m2 + 2)) / (n + 2) / p1 / p2.
3983 */
Chris Wilson1b894b52010-12-14 20:04:54 +00003984 limit = intel_limit(crtc, refclk);
Sean Paulcec2f352012-01-10 15:09:36 -08003985 ok = limit->find_pll(limit, crtc, adjusted_mode->clock, refclk, NULL,
3986 &clock);
Jesse Barnes79e53942008-11-07 14:24:08 -08003987 if (!ok) {
3988 DRM_ERROR("Couldn't find PLL settings for mode!\n");
Eric Anholtf564048e2011-03-30 13:01:02 -07003989 return -EINVAL;
3990 }
3991
3992 /* Ensure that the cursor is valid for the new mode before changing... */
3993 intel_crtc_update_cursor(crtc, true);
3994
3995 if (is_lvds && dev_priv->lvds_downclock_avail) {
Sean Paulcec2f352012-01-10 15:09:36 -08003996 /*
3997 * Ensure we match the reduced clock's P to the target clock.
3998 * If the clocks don't match, we can't switch the display clock
3999 * by using the FP0/FP1. In such case we will disable the LVDS
4000 * downclock feature.
4001 */
Eric Anholtf564048e2011-03-30 13:01:02 -07004002 has_reduced_clock = limit->find_pll(limit, crtc,
4003 dev_priv->lvds_downclock,
4004 refclk,
Sean Paulcec2f352012-01-10 15:09:36 -08004005 &clock,
Eric Anholtf564048e2011-03-30 13:01:02 -07004006 &reduced_clock);
Eric Anholtf564048e2011-03-30 13:01:02 -07004007 }
4008
Jesse Barnesc65d77d2011-12-15 12:30:36 -08004009 if (is_sdvo && is_tv)
4010 i9xx_adjust_sdvo_tv_clock(adjusted_mode, &clock);
Eric Anholtf564048e2011-03-30 13:01:02 -07004011
Jesse Barnesa7516a02011-12-15 12:30:37 -08004012 i9xx_update_pll_dividers(crtc, &clock, has_reduced_clock ?
4013 &reduced_clock : NULL);
Eric Anholtf564048e2011-03-30 13:01:02 -07004014
Daniel Vettereb1cbe42012-03-28 23:12:16 +02004015 if (IS_GEN2(dev))
4016 i8xx_update_pll(crtc, adjusted_mode, &clock, num_connectors);
Eric Anholtf564048e2011-03-30 13:01:02 -07004017 else
Daniel Vettereb1cbe42012-03-28 23:12:16 +02004018 i9xx_update_pll(crtc, mode, adjusted_mode, &clock,
4019 has_reduced_clock ? &reduced_clock : NULL,
4020 num_connectors);
Eric Anholtf564048e2011-03-30 13:01:02 -07004021
4022 /* setup pipeconf */
4023 pipeconf = I915_READ(PIPECONF(pipe));
4024
4025 /* Set up the display plane register */
4026 dspcntr = DISPPLANE_GAMMA_ENABLE;
4027
Eric Anholt929c77f2011-03-30 13:01:04 -07004028 if (pipe == 0)
4029 dspcntr &= ~DISPPLANE_SEL_PIPE_MASK;
4030 else
4031 dspcntr |= DISPPLANE_SEL_PIPE_B;
Eric Anholtf564048e2011-03-30 13:01:02 -07004032
4033 if (pipe == 0 && INTEL_INFO(dev)->gen < 4) {
4034 /* Enable pixel doubling when the dot clock is > 90% of the (display)
4035 * core speed.
4036 *
4037 * XXX: No double-wide on 915GM pipe B. Is that the only reason for the
4038 * pipe == 0 check?
4039 */
4040 if (mode->clock >
4041 dev_priv->display.get_display_clock_speed(dev) * 9 / 10)
4042 pipeconf |= PIPECONF_DOUBLE_WIDE;
4043 else
4044 pipeconf &= ~PIPECONF_DOUBLE_WIDE;
4045 }
4046
Adam Jackson3b5c78a2011-12-13 15:41:00 -08004047 /* default to 8bpc */
4048 pipeconf &= ~(PIPECONF_BPP_MASK | PIPECONF_DITHER_EN);
4049 if (is_dp) {
4050 if (mode->private_flags & INTEL_MODE_DP_FORCE_6BPC) {
4051 pipeconf |= PIPECONF_BPP_6 |
4052 PIPECONF_DITHER_EN |
4053 PIPECONF_DITHER_TYPE_SP;
4054 }
4055 }
4056
Eric Anholtf564048e2011-03-30 13:01:02 -07004057 DRM_DEBUG_KMS("Mode for pipe %c:\n", pipe == 0 ? 'A' : 'B');
4058 drm_mode_debug_printmodeline(mode);
4059
Jesse Barnesa7516a02011-12-15 12:30:37 -08004060 if (HAS_PIPE_CXSR(dev)) {
4061 if (intel_crtc->lowfreq_avail) {
Eric Anholtf564048e2011-03-30 13:01:02 -07004062 DRM_DEBUG_KMS("enabling CxSR downclocking\n");
4063 pipeconf |= PIPECONF_CXSR_DOWNCLOCK;
Jesse Barnesa7516a02011-12-15 12:30:37 -08004064 } else {
Eric Anholtf564048e2011-03-30 13:01:02 -07004065 DRM_DEBUG_KMS("disabling CxSR downclocking\n");
4066 pipeconf &= ~PIPECONF_CXSR_DOWNCLOCK;
4067 }
4068 }
4069
Keith Packard617cf882012-02-08 13:53:38 -08004070 pipeconf &= ~PIPECONF_INTERLACE_MASK;
Daniel Vetterdbb02572012-01-28 14:49:23 +01004071 if (!IS_GEN2(dev) &&
4072 adjusted_mode->flags & DRM_MODE_FLAG_INTERLACE) {
Eric Anholtf564048e2011-03-30 13:01:02 -07004073 pipeconf |= PIPECONF_INTERLACE_W_FIELD_INDICATION;
4074 /* the chip adds 2 halflines automatically */
Eric Anholtf564048e2011-03-30 13:01:02 -07004075 adjusted_mode->crtc_vtotal -= 1;
Eric Anholtf564048e2011-03-30 13:01:02 -07004076 adjusted_mode->crtc_vblank_end -= 1;
Daniel Vetter0529a0d2012-01-28 14:49:24 +01004077 vsyncshift = adjusted_mode->crtc_hsync_start
4078 - adjusted_mode->crtc_htotal/2;
4079 } else {
Keith Packard617cf882012-02-08 13:53:38 -08004080 pipeconf |= PIPECONF_PROGRESSIVE;
Daniel Vetter0529a0d2012-01-28 14:49:24 +01004081 vsyncshift = 0;
4082 }
4083
4084 if (!IS_GEN3(dev))
4085 I915_WRITE(VSYNCSHIFT(pipe), vsyncshift);
Eric Anholtf564048e2011-03-30 13:01:02 -07004086
4087 I915_WRITE(HTOTAL(pipe),
4088 (adjusted_mode->crtc_hdisplay - 1) |
4089 ((adjusted_mode->crtc_htotal - 1) << 16));
4090 I915_WRITE(HBLANK(pipe),
4091 (adjusted_mode->crtc_hblank_start - 1) |
4092 ((adjusted_mode->crtc_hblank_end - 1) << 16));
4093 I915_WRITE(HSYNC(pipe),
4094 (adjusted_mode->crtc_hsync_start - 1) |
4095 ((adjusted_mode->crtc_hsync_end - 1) << 16));
4096
4097 I915_WRITE(VTOTAL(pipe),
4098 (adjusted_mode->crtc_vdisplay - 1) |
4099 ((adjusted_mode->crtc_vtotal - 1) << 16));
4100 I915_WRITE(VBLANK(pipe),
4101 (adjusted_mode->crtc_vblank_start - 1) |
4102 ((adjusted_mode->crtc_vblank_end - 1) << 16));
4103 I915_WRITE(VSYNC(pipe),
4104 (adjusted_mode->crtc_vsync_start - 1) |
4105 ((adjusted_mode->crtc_vsync_end - 1) << 16));
4106
4107 /* pipesrc and dspsize control the size that is scaled from,
4108 * which should always be the user's requested size.
4109 */
Eric Anholt929c77f2011-03-30 13:01:04 -07004110 I915_WRITE(DSPSIZE(plane),
4111 ((mode->vdisplay - 1) << 16) |
4112 (mode->hdisplay - 1));
4113 I915_WRITE(DSPPOS(plane), 0);
Eric Anholtf564048e2011-03-30 13:01:02 -07004114 I915_WRITE(PIPESRC(pipe),
4115 ((mode->hdisplay - 1) << 16) | (mode->vdisplay - 1));
4116
Eric Anholtf564048e2011-03-30 13:01:02 -07004117 I915_WRITE(PIPECONF(pipe), pipeconf);
4118 POSTING_READ(PIPECONF(pipe));
Eric Anholt929c77f2011-03-30 13:01:04 -07004119 intel_enable_pipe(dev_priv, pipe, false);
Eric Anholtf564048e2011-03-30 13:01:02 -07004120
4121 intel_wait_for_vblank(dev, pipe);
4122
Eric Anholtf564048e2011-03-30 13:01:02 -07004123 I915_WRITE(DSPCNTR(plane), dspcntr);
4124 POSTING_READ(DSPCNTR(plane));
4125
4126 ret = intel_pipe_set_base(crtc, x, y, old_fb);
4127
4128 intel_update_watermarks(dev);
4129
Eric Anholtf564048e2011-03-30 13:01:02 -07004130 return ret;
4131}
4132
Keith Packard9fb526d2011-09-26 22:24:57 -07004133/*
4134 * Initialize reference clocks when the driver loads
4135 */
4136void ironlake_init_pch_refclk(struct drm_device *dev)
Jesse Barnes13d83a62011-08-03 12:59:20 -07004137{
4138 struct drm_i915_private *dev_priv = dev->dev_private;
4139 struct drm_mode_config *mode_config = &dev->mode_config;
Jesse Barnes13d83a62011-08-03 12:59:20 -07004140 struct intel_encoder *encoder;
Jesse Barnes13d83a62011-08-03 12:59:20 -07004141 u32 temp;
4142 bool has_lvds = false;
Keith Packard199e5d72011-09-22 12:01:57 -07004143 bool has_cpu_edp = false;
4144 bool has_pch_edp = false;
4145 bool has_panel = false;
Keith Packard99eb6a02011-09-26 14:29:12 -07004146 bool has_ck505 = false;
4147 bool can_ssc = false;
Jesse Barnes13d83a62011-08-03 12:59:20 -07004148
4149 /* We need to take the global config into account */
Keith Packard199e5d72011-09-22 12:01:57 -07004150 list_for_each_entry(encoder, &mode_config->encoder_list,
4151 base.head) {
4152 switch (encoder->type) {
4153 case INTEL_OUTPUT_LVDS:
4154 has_panel = true;
4155 has_lvds = true;
4156 break;
4157 case INTEL_OUTPUT_EDP:
4158 has_panel = true;
4159 if (intel_encoder_is_pch_edp(&encoder->base))
4160 has_pch_edp = true;
4161 else
4162 has_cpu_edp = true;
4163 break;
Jesse Barnes13d83a62011-08-03 12:59:20 -07004164 }
4165 }
4166
Keith Packard99eb6a02011-09-26 14:29:12 -07004167 if (HAS_PCH_IBX(dev)) {
4168 has_ck505 = dev_priv->display_clock_mode;
4169 can_ssc = has_ck505;
4170 } else {
4171 has_ck505 = false;
4172 can_ssc = true;
4173 }
4174
4175 DRM_DEBUG_KMS("has_panel %d has_lvds %d has_pch_edp %d has_cpu_edp %d has_ck505 %d\n",
4176 has_panel, has_lvds, has_pch_edp, has_cpu_edp,
4177 has_ck505);
Jesse Barnes13d83a62011-08-03 12:59:20 -07004178
4179 /* Ironlake: try to setup display ref clock before DPLL
4180 * enabling. This is only under driver's control after
4181 * PCH B stepping, previous chipset stepping should be
4182 * ignoring this setting.
4183 */
4184 temp = I915_READ(PCH_DREF_CONTROL);
4185 /* Always enable nonspread source */
4186 temp &= ~DREF_NONSPREAD_SOURCE_MASK;
Jesse Barnes13d83a62011-08-03 12:59:20 -07004187
Keith Packard99eb6a02011-09-26 14:29:12 -07004188 if (has_ck505)
4189 temp |= DREF_NONSPREAD_CK505_ENABLE;
4190 else
4191 temp |= DREF_NONSPREAD_SOURCE_ENABLE;
Jesse Barnes13d83a62011-08-03 12:59:20 -07004192
Keith Packard199e5d72011-09-22 12:01:57 -07004193 if (has_panel) {
4194 temp &= ~DREF_SSC_SOURCE_MASK;
4195 temp |= DREF_SSC_SOURCE_ENABLE;
Jesse Barnes13d83a62011-08-03 12:59:20 -07004196
Keith Packard199e5d72011-09-22 12:01:57 -07004197 /* SSC must be turned on before enabling the CPU output */
Keith Packard99eb6a02011-09-26 14:29:12 -07004198 if (intel_panel_use_ssc(dev_priv) && can_ssc) {
Keith Packard199e5d72011-09-22 12:01:57 -07004199 DRM_DEBUG_KMS("Using SSC on panel\n");
Jesse Barnes13d83a62011-08-03 12:59:20 -07004200 temp |= DREF_SSC1_ENABLE;
Daniel Vettere77166b2012-03-30 22:14:05 +02004201 } else
4202 temp &= ~DREF_SSC1_ENABLE;
Keith Packard199e5d72011-09-22 12:01:57 -07004203
4204 /* Get SSC going before enabling the outputs */
4205 I915_WRITE(PCH_DREF_CONTROL, temp);
4206 POSTING_READ(PCH_DREF_CONTROL);
4207 udelay(200);
4208
Jesse Barnes13d83a62011-08-03 12:59:20 -07004209 temp &= ~DREF_CPU_SOURCE_OUTPUT_MASK;
4210
4211 /* Enable CPU source on CPU attached eDP */
Keith Packard199e5d72011-09-22 12:01:57 -07004212 if (has_cpu_edp) {
Keith Packard99eb6a02011-09-26 14:29:12 -07004213 if (intel_panel_use_ssc(dev_priv) && can_ssc) {
Keith Packard199e5d72011-09-22 12:01:57 -07004214 DRM_DEBUG_KMS("Using SSC on eDP\n");
Jesse Barnes13d83a62011-08-03 12:59:20 -07004215 temp |= DREF_CPU_SOURCE_OUTPUT_DOWNSPREAD;
Keith Packard199e5d72011-09-22 12:01:57 -07004216 }
Jesse Barnes13d83a62011-08-03 12:59:20 -07004217 else
4218 temp |= DREF_CPU_SOURCE_OUTPUT_NONSPREAD;
Keith Packard199e5d72011-09-22 12:01:57 -07004219 } else
4220 temp |= DREF_CPU_SOURCE_OUTPUT_DISABLE;
4221
4222 I915_WRITE(PCH_DREF_CONTROL, temp);
4223 POSTING_READ(PCH_DREF_CONTROL);
4224 udelay(200);
4225 } else {
4226 DRM_DEBUG_KMS("Disabling SSC entirely\n");
4227
4228 temp &= ~DREF_CPU_SOURCE_OUTPUT_MASK;
4229
4230 /* Turn off CPU output */
4231 temp |= DREF_CPU_SOURCE_OUTPUT_DISABLE;
4232
4233 I915_WRITE(PCH_DREF_CONTROL, temp);
4234 POSTING_READ(PCH_DREF_CONTROL);
4235 udelay(200);
4236
4237 /* Turn off the SSC source */
4238 temp &= ~DREF_SSC_SOURCE_MASK;
4239 temp |= DREF_SSC_SOURCE_DISABLE;
4240
4241 /* Turn off SSC1 */
4242 temp &= ~ DREF_SSC1_ENABLE;
4243
Jesse Barnes13d83a62011-08-03 12:59:20 -07004244 I915_WRITE(PCH_DREF_CONTROL, temp);
4245 POSTING_READ(PCH_DREF_CONTROL);
4246 udelay(200);
4247 }
4248}
4249
Jesse Barnesd9d444c2011-09-02 13:03:05 -07004250static int ironlake_get_refclk(struct drm_crtc *crtc)
4251{
4252 struct drm_device *dev = crtc->dev;
4253 struct drm_i915_private *dev_priv = dev->dev_private;
4254 struct intel_encoder *encoder;
4255 struct drm_mode_config *mode_config = &dev->mode_config;
4256 struct intel_encoder *edp_encoder = NULL;
4257 int num_connectors = 0;
4258 bool is_lvds = false;
4259
4260 list_for_each_entry(encoder, &mode_config->encoder_list, base.head) {
4261 if (encoder->base.crtc != crtc)
4262 continue;
4263
4264 switch (encoder->type) {
4265 case INTEL_OUTPUT_LVDS:
4266 is_lvds = true;
4267 break;
4268 case INTEL_OUTPUT_EDP:
4269 edp_encoder = encoder;
4270 break;
4271 }
4272 num_connectors++;
4273 }
4274
4275 if (is_lvds && intel_panel_use_ssc(dev_priv) && num_connectors < 2) {
4276 DRM_DEBUG_KMS("using SSC reference clock of %d MHz\n",
4277 dev_priv->lvds_ssc_freq);
4278 return dev_priv->lvds_ssc_freq * 1000;
4279 }
4280
4281 return 120000;
4282}
4283
Eric Anholtf564048e2011-03-30 13:01:02 -07004284static int ironlake_crtc_mode_set(struct drm_crtc *crtc,
4285 struct drm_display_mode *mode,
4286 struct drm_display_mode *adjusted_mode,
4287 int x, int y,
4288 struct drm_framebuffer *old_fb)
Jesse Barnes79e53942008-11-07 14:24:08 -08004289{
4290 struct drm_device *dev = crtc->dev;
4291 struct drm_i915_private *dev_priv = dev->dev_private;
4292 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
4293 int pipe = intel_crtc->pipe;
Chris Wilson5c3b82e2009-02-11 13:25:09 +00004294 int plane = intel_crtc->plane;
Jesse Barnes79e53942008-11-07 14:24:08 -08004295 int refclk, num_connectors = 0;
4296 intel_clock_t clock, reduced_clock;
4297 u32 dpll, fp = 0, fp2 = 0, dspcntr, pipeconf;
Eric Anholta07d6782011-03-30 13:01:08 -07004298 bool ok, has_reduced_clock = false, is_sdvo = false;
Jesse Barnes79e53942008-11-07 14:24:08 -08004299 bool is_crt = false, is_lvds = false, is_tv = false, is_dp = false;
Jesse Barnes79e53942008-11-07 14:24:08 -08004300 struct drm_mode_config *mode_config = &dev->mode_config;
Jesse Barnese3aef172012-04-10 11:58:03 -07004301 struct intel_encoder *encoder, *edp_encoder = NULL;
Jesse Barnes79e53942008-11-07 14:24:08 -08004302 const intel_limit_t *limit;
4303 int ret;
4304 struct fdi_m_n m_n = {0};
Eric Anholtfae14982011-03-30 13:01:09 -07004305 u32 temp;
Jesse Barnes5a354202011-06-24 12:19:22 -07004306 int target_clock, pixel_multiplier, lane, link_bw, factor;
4307 unsigned int pipe_bpp;
4308 bool dither;
Jesse Barnese3aef172012-04-10 11:58:03 -07004309 bool is_cpu_edp = false, is_pch_edp = false;
Jesse Barnes79e53942008-11-07 14:24:08 -08004310
Jesse Barnes79e53942008-11-07 14:24:08 -08004311 list_for_each_entry(encoder, &mode_config->encoder_list, base.head) {
4312 if (encoder->base.crtc != crtc)
4313 continue;
4314
4315 switch (encoder->type) {
4316 case INTEL_OUTPUT_LVDS:
4317 is_lvds = true;
4318 break;
4319 case INTEL_OUTPUT_SDVO:
4320 case INTEL_OUTPUT_HDMI:
4321 is_sdvo = true;
4322 if (encoder->needs_tv_clock)
4323 is_tv = true;
4324 break;
Jesse Barnes79e53942008-11-07 14:24:08 -08004325 case INTEL_OUTPUT_TVOUT:
4326 is_tv = true;
4327 break;
4328 case INTEL_OUTPUT_ANALOG:
4329 is_crt = true;
4330 break;
4331 case INTEL_OUTPUT_DISPLAYPORT:
4332 is_dp = true;
4333 break;
4334 case INTEL_OUTPUT_EDP:
Jesse Barnese3aef172012-04-10 11:58:03 -07004335 is_dp = true;
4336 if (intel_encoder_is_pch_edp(&encoder->base))
4337 is_pch_edp = true;
4338 else
4339 is_cpu_edp = true;
4340 edp_encoder = encoder;
Jesse Barnes79e53942008-11-07 14:24:08 -08004341 break;
4342 }
4343
Kristian Høgsberg43565a02009-02-13 20:56:52 -05004344 num_connectors++;
4345 }
4346
Jesse Barnesd9d444c2011-09-02 13:03:05 -07004347 refclk = ironlake_get_refclk(crtc);
Jesse Barnes79e53942008-11-07 14:24:08 -08004348
4349 /*
4350 * Returns a set of divisors for the desired target clock with the given
4351 * refclk, or FALSE. The returned values represent the clock equation:
4352 * reflck * (5 * (m1 + 2) + (m2 + 2)) / (n + 2) / p1 / p2.
4353 */
4354 limit = intel_limit(crtc, refclk);
Sean Paulcec2f352012-01-10 15:09:36 -08004355 ok = limit->find_pll(limit, crtc, adjusted_mode->clock, refclk, NULL,
4356 &clock);
Jesse Barnes79e53942008-11-07 14:24:08 -08004357 if (!ok) {
4358 DRM_ERROR("Couldn't find PLL settings for mode!\n");
4359 return -EINVAL;
4360 }
4361
Chris Wilsoncda4b7d2010-07-09 08:45:04 +01004362 /* Ensure that the cursor is valid for the new mode before changing... */
Chris Wilson6b383a72010-09-13 13:54:26 +01004363 intel_crtc_update_cursor(crtc, true);
Chris Wilsoncda4b7d2010-07-09 08:45:04 +01004364
Zhao Yakuiddc90032010-01-06 22:05:56 +08004365 if (is_lvds && dev_priv->lvds_downclock_avail) {
Sean Paulcec2f352012-01-10 15:09:36 -08004366 /*
4367 * Ensure we match the reduced clock's P to the target clock.
4368 * If the clocks don't match, we can't switch the display clock
4369 * by using the FP0/FP1. In such case we will disable the LVDS
4370 * downclock feature.
4371 */
Zhao Yakuiddc90032010-01-06 22:05:56 +08004372 has_reduced_clock = limit->find_pll(limit, crtc,
Chris Wilson5eddb702010-09-11 13:48:45 +01004373 dev_priv->lvds_downclock,
4374 refclk,
Sean Paulcec2f352012-01-10 15:09:36 -08004375 &clock,
Chris Wilson5eddb702010-09-11 13:48:45 +01004376 &reduced_clock);
Jesse Barnes652c3932009-08-17 13:31:43 -07004377 }
Zhenyu Wang7026d4a2009-03-24 14:02:43 +08004378 /* SDVO TV has fixed PLL values depend on its clock range,
4379 this mirrors vbios setting. */
4380 if (is_sdvo && is_tv) {
4381 if (adjusted_mode->clock >= 100000
Chris Wilson5eddb702010-09-11 13:48:45 +01004382 && adjusted_mode->clock < 140500) {
Zhenyu Wang7026d4a2009-03-24 14:02:43 +08004383 clock.p1 = 2;
4384 clock.p2 = 10;
4385 clock.n = 3;
4386 clock.m1 = 16;
4387 clock.m2 = 8;
4388 } else if (adjusted_mode->clock >= 140500
Chris Wilson5eddb702010-09-11 13:48:45 +01004389 && adjusted_mode->clock <= 200000) {
Zhenyu Wang7026d4a2009-03-24 14:02:43 +08004390 clock.p1 = 1;
4391 clock.p2 = 10;
4392 clock.n = 6;
4393 clock.m1 = 12;
4394 clock.m2 = 8;
4395 }
4396 }
4397
Zhenyu Wang2c072452009-06-05 15:38:42 +08004398 /* FDI link */
Eric Anholt8febb292011-03-30 13:01:07 -07004399 pixel_multiplier = intel_mode_get_pixel_multiplier(adjusted_mode);
4400 lane = 0;
4401 /* CPU eDP doesn't require FDI link, so just set DP M/N
4402 according to current link config */
Jesse Barnese3aef172012-04-10 11:58:03 -07004403 if (is_cpu_edp) {
Eric Anholt8febb292011-03-30 13:01:07 -07004404 target_clock = mode->clock;
Jesse Barnese3aef172012-04-10 11:58:03 -07004405 intel_edp_link_config(edp_encoder, &lane, &link_bw);
Eric Anholt8febb292011-03-30 13:01:07 -07004406 } else {
4407 /* [e]DP over FDI requires target mode clock
4408 instead of link clock */
Jesse Barnese3aef172012-04-10 11:58:03 -07004409 if (is_dp)
Zhenyu Wang5eb08b62009-07-24 01:00:31 +08004410 target_clock = mode->clock;
Eric Anholt8febb292011-03-30 13:01:07 -07004411 else
4412 target_clock = adjusted_mode->clock;
Chris Wilson021357a2010-09-07 20:54:59 +01004413
Eric Anholt8febb292011-03-30 13:01:07 -07004414 /* FDI is a binary signal running at ~2.7GHz, encoding
4415 * each output octet as 10 bits. The actual frequency
4416 * is stored as a divider into a 100MHz clock, and the
4417 * mode pixel clock is stored in units of 1KHz.
4418 * Hence the bw of each lane in terms of the mode signal
4419 * is:
4420 */
4421 link_bw = intel_fdi_link_freq(dev) * MHz(100)/KHz(1)/10;
Zhenyu Wang5eb08b62009-07-24 01:00:31 +08004422 }
Zhenyu Wang2c072452009-06-05 15:38:42 +08004423
Eric Anholt8febb292011-03-30 13:01:07 -07004424 /* determine panel color depth */
4425 temp = I915_READ(PIPECONF(pipe));
4426 temp &= ~PIPE_BPC_MASK;
Adam Jackson3b5c78a2011-12-13 15:41:00 -08004427 dither = intel_choose_pipe_bpp_dither(crtc, &pipe_bpp, mode);
Jesse Barnes5a354202011-06-24 12:19:22 -07004428 switch (pipe_bpp) {
4429 case 18:
4430 temp |= PIPE_6BPC;
4431 break;
4432 case 24:
Eric Anholt8febb292011-03-30 13:01:07 -07004433 temp |= PIPE_8BPC;
Eric Anholt8febb292011-03-30 13:01:07 -07004434 break;
Jesse Barnes5a354202011-06-24 12:19:22 -07004435 case 30:
4436 temp |= PIPE_10BPC;
Eric Anholt8febb292011-03-30 13:01:07 -07004437 break;
Jesse Barnes5a354202011-06-24 12:19:22 -07004438 case 36:
4439 temp |= PIPE_12BPC;
Eric Anholt8febb292011-03-30 13:01:07 -07004440 break;
4441 default:
Jesse Barnes62ac41a2011-07-28 12:55:14 -07004442 WARN(1, "intel_choose_pipe_bpp returned invalid value %d\n",
4443 pipe_bpp);
Jesse Barnes5a354202011-06-24 12:19:22 -07004444 temp |= PIPE_8BPC;
4445 pipe_bpp = 24;
4446 break;
Eric Anholt8febb292011-03-30 13:01:07 -07004447 }
4448
Jesse Barnes5a354202011-06-24 12:19:22 -07004449 intel_crtc->bpp = pipe_bpp;
4450 I915_WRITE(PIPECONF(pipe), temp);
4451
Eric Anholt8febb292011-03-30 13:01:07 -07004452 if (!lane) {
4453 /*
4454 * Account for spread spectrum to avoid
4455 * oversubscribing the link. Max center spread
4456 * is 2.5%; use 5% for safety's sake.
4457 */
Jesse Barnes5a354202011-06-24 12:19:22 -07004458 u32 bps = target_clock * intel_crtc->bpp * 21 / 20;
Eric Anholt8febb292011-03-30 13:01:07 -07004459 lane = bps / (link_bw * 8) + 1;
4460 }
4461
4462 intel_crtc->fdi_lanes = lane;
4463
4464 if (pixel_multiplier > 1)
4465 link_bw *= pixel_multiplier;
Jesse Barnes5a354202011-06-24 12:19:22 -07004466 ironlake_compute_m_n(intel_crtc->bpp, lane, target_clock, link_bw,
4467 &m_n);
Eric Anholt8febb292011-03-30 13:01:07 -07004468
Eric Anholta07d6782011-03-30 13:01:08 -07004469 fp = clock.n << 16 | clock.m1 << 8 | clock.m2;
4470 if (has_reduced_clock)
4471 fp2 = reduced_clock.n << 16 | reduced_clock.m1 << 8 |
4472 reduced_clock.m2;
Jesse Barnes79e53942008-11-07 14:24:08 -08004473
Chris Wilsonc1858122010-12-03 21:35:48 +00004474 /* Enable autotuning of the PLL clock (if permissible) */
Eric Anholt8febb292011-03-30 13:01:07 -07004475 factor = 21;
4476 if (is_lvds) {
4477 if ((intel_panel_use_ssc(dev_priv) &&
4478 dev_priv->lvds_ssc_freq == 100) ||
4479 (I915_READ(PCH_LVDS) & LVDS_CLKB_POWER_MASK) == LVDS_CLKB_POWER_UP)
4480 factor = 25;
4481 } else if (is_sdvo && is_tv)
4482 factor = 20;
Chris Wilsonc1858122010-12-03 21:35:48 +00004483
Jesse Barnescb0e0932011-07-28 14:50:30 -07004484 if (clock.m < factor * clock.n)
Eric Anholt8febb292011-03-30 13:01:07 -07004485 fp |= FP_CB_TUNE;
Chris Wilsonc1858122010-12-03 21:35:48 +00004486
Chris Wilson5eddb702010-09-11 13:48:45 +01004487 dpll = 0;
Zhenyu Wang2c072452009-06-05 15:38:42 +08004488
Eric Anholta07d6782011-03-30 13:01:08 -07004489 if (is_lvds)
4490 dpll |= DPLLB_MODE_LVDS;
4491 else
4492 dpll |= DPLLB_MODE_DAC_SERIAL;
4493 if (is_sdvo) {
4494 int pixel_multiplier = intel_mode_get_pixel_multiplier(adjusted_mode);
4495 if (pixel_multiplier > 1) {
4496 dpll |= (pixel_multiplier - 1) << PLL_REF_SDVO_HDMI_MULTIPLIER_SHIFT;
Jesse Barnes79e53942008-11-07 14:24:08 -08004497 }
Eric Anholta07d6782011-03-30 13:01:08 -07004498 dpll |= DPLL_DVO_HIGH_SPEED;
4499 }
Jesse Barnese3aef172012-04-10 11:58:03 -07004500 if (is_dp && !is_cpu_edp)
Eric Anholta07d6782011-03-30 13:01:08 -07004501 dpll |= DPLL_DVO_HIGH_SPEED;
Jesse Barnes79e53942008-11-07 14:24:08 -08004502
Eric Anholta07d6782011-03-30 13:01:08 -07004503 /* compute bitmask from p1 value */
4504 dpll |= (1 << (clock.p1 - 1)) << DPLL_FPA01_P1_POST_DIV_SHIFT;
4505 /* also FPA1 */
4506 dpll |= (1 << (clock.p1 - 1)) << DPLL_FPA1_P1_POST_DIV_SHIFT;
4507
4508 switch (clock.p2) {
4509 case 5:
4510 dpll |= DPLL_DAC_SERIAL_P2_CLOCK_DIV_5;
4511 break;
4512 case 7:
4513 dpll |= DPLLB_LVDS_P2_CLOCK_DIV_7;
4514 break;
4515 case 10:
4516 dpll |= DPLL_DAC_SERIAL_P2_CLOCK_DIV_10;
4517 break;
4518 case 14:
4519 dpll |= DPLLB_LVDS_P2_CLOCK_DIV_14;
4520 break;
Jesse Barnes79e53942008-11-07 14:24:08 -08004521 }
4522
4523 if (is_sdvo && is_tv)
4524 dpll |= PLL_REF_INPUT_TVCLKINBC;
4525 else if (is_tv)
4526 /* XXX: just matching BIOS for now */
4527 /* dpll |= PLL_REF_INPUT_TVCLKINBC; */
4528 dpll |= 3;
Chris Wilsona7615032011-01-12 17:04:08 +00004529 else if (is_lvds && intel_panel_use_ssc(dev_priv) && num_connectors < 2)
Jesse Barnes79e53942008-11-07 14:24:08 -08004530 dpll |= PLLB_REF_INPUT_SPREADSPECTRUMIN;
4531 else
4532 dpll |= PLL_REF_INPUT_DREFCLK;
4533
4534 /* setup pipeconf */
Chris Wilson5eddb702010-09-11 13:48:45 +01004535 pipeconf = I915_READ(PIPECONF(pipe));
Jesse Barnes79e53942008-11-07 14:24:08 -08004536
4537 /* Set up the display plane register */
4538 dspcntr = DISPPLANE_GAMMA_ENABLE;
4539
Jesse Barnesf7cb34d2011-10-12 10:49:14 -07004540 DRM_DEBUG_KMS("Mode for pipe %d:\n", pipe);
Jesse Barnes79e53942008-11-07 14:24:08 -08004541 drm_mode_debug_printmodeline(mode);
4542
Eugeni Dodonov9d82aa12012-05-09 15:37:17 -03004543 /* CPU eDP is the only output that doesn't need a PCH PLL of its own on
4544 * pre-Haswell/LPT generation */
4545 if (HAS_PCH_LPT(dev)) {
4546 DRM_DEBUG_KMS("LPT detected: no PLL for pipe %d necessary\n",
4547 pipe);
4548 } else if (!is_cpu_edp) {
Jesse Barnesee7b9f92012-04-20 17:11:53 +01004549 struct intel_pch_pll *pll;
Chris Wilson5eddb702010-09-11 13:48:45 +01004550
Jesse Barnesee7b9f92012-04-20 17:11:53 +01004551 pll = intel_get_pch_pll(intel_crtc, dpll, fp);
4552 if (pll == NULL) {
4553 DRM_DEBUG_DRIVER("failed to find PLL for pipe %d\n",
4554 pipe);
Jesse Barnes4b645f12011-10-12 09:51:31 -07004555 return -EINVAL;
4556 }
Jesse Barnesee7b9f92012-04-20 17:11:53 +01004557 } else
4558 intel_put_pch_pll(intel_crtc);
Jesse Barnes79e53942008-11-07 14:24:08 -08004559
4560 /* The LVDS pin pair needs to be on before the DPLLs are enabled.
4561 * This is an exception to the general rule that mode_set doesn't turn
4562 * things on.
4563 */
4564 if (is_lvds) {
Eric Anholtfae14982011-03-30 13:01:09 -07004565 temp = I915_READ(PCH_LVDS);
Chris Wilson5eddb702010-09-11 13:48:45 +01004566 temp |= LVDS_PORT_EN | LVDS_A0A2_CLKA_POWER_UP;
Jesse Barnes7885d202012-01-12 14:51:17 -08004567 if (HAS_PCH_CPT(dev)) {
4568 temp &= ~PORT_TRANS_SEL_MASK;
Jesse Barnes4b645f12011-10-12 09:51:31 -07004569 temp |= PORT_TRANS_SEL_CPT(pipe);
Jesse Barnes7885d202012-01-12 14:51:17 -08004570 } else {
4571 if (pipe == 1)
4572 temp |= LVDS_PIPEB_SELECT;
4573 else
4574 temp &= ~LVDS_PIPEB_SELECT;
4575 }
Jesse Barnes4b645f12011-10-12 09:51:31 -07004576
Zhao Yakuia3e17eb2009-10-10 10:42:37 +08004577 /* set the corresponsding LVDS_BORDER bit */
Chris Wilson5eddb702010-09-11 13:48:45 +01004578 temp |= dev_priv->lvds_border_bits;
Jesse Barnes79e53942008-11-07 14:24:08 -08004579 /* Set the B0-B3 data pairs corresponding to whether we're going to
4580 * set the DPLLs for dual-channel mode or not.
4581 */
4582 if (clock.p2 == 7)
Chris Wilson5eddb702010-09-11 13:48:45 +01004583 temp |= LVDS_B0B3_POWER_UP | LVDS_CLKB_POWER_UP;
Jesse Barnes79e53942008-11-07 14:24:08 -08004584 else
Chris Wilson5eddb702010-09-11 13:48:45 +01004585 temp &= ~(LVDS_B0B3_POWER_UP | LVDS_CLKB_POWER_UP);
Jesse Barnes79e53942008-11-07 14:24:08 -08004586
4587 /* It would be nice to set 24 vs 18-bit mode (LVDS_A3_POWER_UP)
4588 * appropriately here, but we need to look more thoroughly into how
4589 * panels behave in the two modes.
4590 */
Chris Wilson284d5df2012-04-14 17:41:59 +01004591 temp &= ~(LVDS_HSYNC_POLARITY | LVDS_VSYNC_POLARITY);
Bryan Freedaa9b5002011-01-12 13:43:19 -08004592 if (adjusted_mode->flags & DRM_MODE_FLAG_NHSYNC)
Chris Wilson284d5df2012-04-14 17:41:59 +01004593 temp |= LVDS_HSYNC_POLARITY;
Bryan Freedaa9b5002011-01-12 13:43:19 -08004594 if (adjusted_mode->flags & DRM_MODE_FLAG_NVSYNC)
Chris Wilson284d5df2012-04-14 17:41:59 +01004595 temp |= LVDS_VSYNC_POLARITY;
Eric Anholtfae14982011-03-30 13:01:09 -07004596 I915_WRITE(PCH_LVDS, temp);
Jesse Barnes79e53942008-11-07 14:24:08 -08004597 }
Jesse Barnes434ed092010-09-07 14:48:06 -07004598
Eric Anholt8febb292011-03-30 13:01:07 -07004599 pipeconf &= ~PIPECONF_DITHER_EN;
4600 pipeconf &= ~PIPECONF_DITHER_TYPE_MASK;
Jesse Barnes5a354202011-06-24 12:19:22 -07004601 if ((is_lvds && dev_priv->lvds_dither) || dither) {
Eric Anholt8febb292011-03-30 13:01:07 -07004602 pipeconf |= PIPECONF_DITHER_EN;
Daniel Vetterf74974c2011-10-11 17:27:51 +02004603 pipeconf |= PIPECONF_DITHER_TYPE_SP;
Jesse Barnes434ed092010-09-07 14:48:06 -07004604 }
Jesse Barnese3aef172012-04-10 11:58:03 -07004605 if (is_dp && !is_cpu_edp) {
Keith Packarda4fc5ed2009-04-07 16:16:42 -07004606 intel_dp_set_m_n(crtc, mode, adjusted_mode);
Eric Anholt8febb292011-03-30 13:01:07 -07004607 } else {
Zhenyu Wang8db9d772010-04-07 16:15:54 +08004608 /* For non-DP output, clear any trans DP clock recovery setting.*/
Jesse Barnes9db4a9c2011-02-07 12:26:52 -08004609 I915_WRITE(TRANSDATA_M1(pipe), 0);
4610 I915_WRITE(TRANSDATA_N1(pipe), 0);
4611 I915_WRITE(TRANSDPLINK_M1(pipe), 0);
4612 I915_WRITE(TRANSDPLINK_N1(pipe), 0);
Zhenyu Wang8db9d772010-04-07 16:15:54 +08004613 }
Jesse Barnes79e53942008-11-07 14:24:08 -08004614
Jesse Barnesee7b9f92012-04-20 17:11:53 +01004615 if (intel_crtc->pch_pll) {
4616 I915_WRITE(intel_crtc->pch_pll->pll_reg, dpll);
Chris Wilson5eddb702010-09-11 13:48:45 +01004617
Zhenyu Wang32f9d652009-07-24 01:00:32 +08004618 /* Wait for the clocks to stabilize. */
Jesse Barnesee7b9f92012-04-20 17:11:53 +01004619 POSTING_READ(intel_crtc->pch_pll->pll_reg);
Zhenyu Wang32f9d652009-07-24 01:00:32 +08004620 udelay(150);
4621
Eric Anholt8febb292011-03-30 13:01:07 -07004622 /* The pixel multiplier can only be updated once the
4623 * DPLL is enabled and the clocks are stable.
4624 *
4625 * So write it again.
4626 */
Jesse Barnesee7b9f92012-04-20 17:11:53 +01004627 I915_WRITE(intel_crtc->pch_pll->pll_reg, dpll);
Jesse Barnes79e53942008-11-07 14:24:08 -08004628 }
Jesse Barnes79e53942008-11-07 14:24:08 -08004629
Chris Wilson5eddb702010-09-11 13:48:45 +01004630 intel_crtc->lowfreq_avail = false;
Jesse Barnesee7b9f92012-04-20 17:11:53 +01004631 if (intel_crtc->pch_pll) {
Jesse Barnes4b645f12011-10-12 09:51:31 -07004632 if (is_lvds && has_reduced_clock && i915_powersave) {
Jesse Barnesee7b9f92012-04-20 17:11:53 +01004633 I915_WRITE(intel_crtc->pch_pll->fp1_reg, fp2);
Jesse Barnes4b645f12011-10-12 09:51:31 -07004634 intel_crtc->lowfreq_avail = true;
4635 if (HAS_PIPE_CXSR(dev)) {
4636 DRM_DEBUG_KMS("enabling CxSR downclocking\n");
4637 pipeconf |= PIPECONF_CXSR_DOWNCLOCK;
4638 }
4639 } else {
Jesse Barnesee7b9f92012-04-20 17:11:53 +01004640 I915_WRITE(intel_crtc->pch_pll->fp1_reg, fp);
Jesse Barnes4b645f12011-10-12 09:51:31 -07004641 if (HAS_PIPE_CXSR(dev)) {
4642 DRM_DEBUG_KMS("disabling CxSR downclocking\n");
4643 pipeconf &= ~PIPECONF_CXSR_DOWNCLOCK;
4644 }
Jesse Barnes652c3932009-08-17 13:31:43 -07004645 }
4646 }
4647
Keith Packard617cf882012-02-08 13:53:38 -08004648 pipeconf &= ~PIPECONF_INTERLACE_MASK;
Krzysztof Halasa734b4152010-05-25 18:41:46 +02004649 if (adjusted_mode->flags & DRM_MODE_FLAG_INTERLACE) {
Daniel Vetter5def4742012-01-28 14:49:22 +01004650 pipeconf |= PIPECONF_INTERLACED_ILK;
Krzysztof Halasa734b4152010-05-25 18:41:46 +02004651 /* the chip adds 2 halflines automatically */
Krzysztof Halasa734b4152010-05-25 18:41:46 +02004652 adjusted_mode->crtc_vtotal -= 1;
Krzysztof Halasa734b4152010-05-25 18:41:46 +02004653 adjusted_mode->crtc_vblank_end -= 1;
Daniel Vetter0529a0d2012-01-28 14:49:24 +01004654 I915_WRITE(VSYNCSHIFT(pipe),
4655 adjusted_mode->crtc_hsync_start
4656 - adjusted_mode->crtc_htotal/2);
4657 } else {
Keith Packard617cf882012-02-08 13:53:38 -08004658 pipeconf |= PIPECONF_PROGRESSIVE;
Daniel Vetter0529a0d2012-01-28 14:49:24 +01004659 I915_WRITE(VSYNCSHIFT(pipe), 0);
4660 }
Krzysztof Halasa734b4152010-05-25 18:41:46 +02004661
Chris Wilson5eddb702010-09-11 13:48:45 +01004662 I915_WRITE(HTOTAL(pipe),
4663 (adjusted_mode->crtc_hdisplay - 1) |
Jesse Barnes79e53942008-11-07 14:24:08 -08004664 ((adjusted_mode->crtc_htotal - 1) << 16));
Chris Wilson5eddb702010-09-11 13:48:45 +01004665 I915_WRITE(HBLANK(pipe),
4666 (adjusted_mode->crtc_hblank_start - 1) |
Jesse Barnes79e53942008-11-07 14:24:08 -08004667 ((adjusted_mode->crtc_hblank_end - 1) << 16));
Chris Wilson5eddb702010-09-11 13:48:45 +01004668 I915_WRITE(HSYNC(pipe),
4669 (adjusted_mode->crtc_hsync_start - 1) |
Jesse Barnes79e53942008-11-07 14:24:08 -08004670 ((adjusted_mode->crtc_hsync_end - 1) << 16));
Chris Wilson5eddb702010-09-11 13:48:45 +01004671
4672 I915_WRITE(VTOTAL(pipe),
4673 (adjusted_mode->crtc_vdisplay - 1) |
Jesse Barnes79e53942008-11-07 14:24:08 -08004674 ((adjusted_mode->crtc_vtotal - 1) << 16));
Chris Wilson5eddb702010-09-11 13:48:45 +01004675 I915_WRITE(VBLANK(pipe),
4676 (adjusted_mode->crtc_vblank_start - 1) |
Jesse Barnes79e53942008-11-07 14:24:08 -08004677 ((adjusted_mode->crtc_vblank_end - 1) << 16));
Chris Wilson5eddb702010-09-11 13:48:45 +01004678 I915_WRITE(VSYNC(pipe),
4679 (adjusted_mode->crtc_vsync_start - 1) |
Jesse Barnes79e53942008-11-07 14:24:08 -08004680 ((adjusted_mode->crtc_vsync_end - 1) << 16));
Chris Wilson5eddb702010-09-11 13:48:45 +01004681
Eric Anholt8febb292011-03-30 13:01:07 -07004682 /* pipesrc controls the size that is scaled from, which should
4683 * always be the user's requested size.
Jesse Barnes79e53942008-11-07 14:24:08 -08004684 */
Chris Wilson5eddb702010-09-11 13:48:45 +01004685 I915_WRITE(PIPESRC(pipe),
4686 ((mode->hdisplay - 1) << 16) | (mode->vdisplay - 1));
Zhenyu Wang2c072452009-06-05 15:38:42 +08004687
Eric Anholt8febb292011-03-30 13:01:07 -07004688 I915_WRITE(PIPE_DATA_M1(pipe), TU_SIZE(m_n.tu) | m_n.gmch_m);
4689 I915_WRITE(PIPE_DATA_N1(pipe), m_n.gmch_n);
4690 I915_WRITE(PIPE_LINK_M1(pipe), m_n.link_m);
4691 I915_WRITE(PIPE_LINK_N1(pipe), m_n.link_n);
Zhenyu Wang2c072452009-06-05 15:38:42 +08004692
Jesse Barnese3aef172012-04-10 11:58:03 -07004693 if (is_cpu_edp)
Eric Anholt8febb292011-03-30 13:01:07 -07004694 ironlake_set_pll_edp(crtc, adjusted_mode->clock);
Zhenyu Wang2c072452009-06-05 15:38:42 +08004695
Chris Wilson5eddb702010-09-11 13:48:45 +01004696 I915_WRITE(PIPECONF(pipe), pipeconf);
4697 POSTING_READ(PIPECONF(pipe));
Jesse Barnes79e53942008-11-07 14:24:08 -08004698
Jesse Barnes9d0498a2010-08-18 13:20:54 -07004699 intel_wait_for_vblank(dev, pipe);
Jesse Barnes79e53942008-11-07 14:24:08 -08004700
Chris Wilson5eddb702010-09-11 13:48:45 +01004701 I915_WRITE(DSPCNTR(plane), dspcntr);
Jesse Barnesb24e7172011-01-04 15:09:30 -08004702 POSTING_READ(DSPCNTR(plane));
Jesse Barnes79e53942008-11-07 14:24:08 -08004703
Chris Wilson5c3b82e2009-02-11 13:25:09 +00004704 ret = intel_pipe_set_base(crtc, x, y, old_fb);
Shaohua Li7662c8b2009-06-26 11:23:55 +08004705
4706 intel_update_watermarks(dev);
4707
Eugeni Dodonov1f8eeab2012-05-09 15:37:24 -03004708 intel_update_linetime_watermarks(dev, pipe, adjusted_mode);
4709
Chris Wilson1f803ee2009-06-06 09:45:59 +01004710 return ret;
Jesse Barnes79e53942008-11-07 14:24:08 -08004711}
4712
Eric Anholtf564048e2011-03-30 13:01:02 -07004713static int intel_crtc_mode_set(struct drm_crtc *crtc,
4714 struct drm_display_mode *mode,
4715 struct drm_display_mode *adjusted_mode,
4716 int x, int y,
4717 struct drm_framebuffer *old_fb)
4718{
4719 struct drm_device *dev = crtc->dev;
4720 struct drm_i915_private *dev_priv = dev->dev_private;
Eric Anholt0b701d22011-03-30 13:01:03 -07004721 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
4722 int pipe = intel_crtc->pipe;
Eric Anholtf564048e2011-03-30 13:01:02 -07004723 int ret;
4724
Eric Anholt0b701d22011-03-30 13:01:03 -07004725 drm_vblank_pre_modeset(dev, pipe);
4726
Eric Anholtf564048e2011-03-30 13:01:02 -07004727 ret = dev_priv->display.crtc_mode_set(crtc, mode, adjusted_mode,
4728 x, y, old_fb);
Jesse Barnes79e53942008-11-07 14:24:08 -08004729 drm_vblank_post_modeset(dev, pipe);
4730
Jesse Barnesd8e70a22011-11-15 10:28:54 -08004731 if (ret)
4732 intel_crtc->dpms_mode = DRM_MODE_DPMS_OFF;
4733 else
4734 intel_crtc->dpms_mode = DRM_MODE_DPMS_ON;
Keith Packard120eced2011-07-27 01:21:40 -07004735
Jesse Barnes79e53942008-11-07 14:24:08 -08004736 return ret;
4737}
4738
Wu Fengguang3a9627f2011-12-09 20:42:19 +08004739static bool intel_eld_uptodate(struct drm_connector *connector,
4740 int reg_eldv, uint32_t bits_eldv,
4741 int reg_elda, uint32_t bits_elda,
4742 int reg_edid)
4743{
4744 struct drm_i915_private *dev_priv = connector->dev->dev_private;
4745 uint8_t *eld = connector->eld;
4746 uint32_t i;
4747
4748 i = I915_READ(reg_eldv);
4749 i &= bits_eldv;
4750
4751 if (!eld[0])
4752 return !i;
4753
4754 if (!i)
4755 return false;
4756
4757 i = I915_READ(reg_elda);
4758 i &= ~bits_elda;
4759 I915_WRITE(reg_elda, i);
4760
4761 for (i = 0; i < eld[2]; i++)
4762 if (I915_READ(reg_edid) != *((uint32_t *)eld + i))
4763 return false;
4764
4765 return true;
4766}
4767
Wu Fengguange0dac652011-09-05 14:25:34 +08004768static void g4x_write_eld(struct drm_connector *connector,
4769 struct drm_crtc *crtc)
4770{
4771 struct drm_i915_private *dev_priv = connector->dev->dev_private;
4772 uint8_t *eld = connector->eld;
4773 uint32_t eldv;
4774 uint32_t len;
4775 uint32_t i;
4776
4777 i = I915_READ(G4X_AUD_VID_DID);
4778
4779 if (i == INTEL_AUDIO_DEVBLC || i == INTEL_AUDIO_DEVCL)
4780 eldv = G4X_ELDV_DEVCL_DEVBLC;
4781 else
4782 eldv = G4X_ELDV_DEVCTG;
4783
Wu Fengguang3a9627f2011-12-09 20:42:19 +08004784 if (intel_eld_uptodate(connector,
4785 G4X_AUD_CNTL_ST, eldv,
4786 G4X_AUD_CNTL_ST, G4X_ELD_ADDR,
4787 G4X_HDMIW_HDMIEDID))
4788 return;
4789
Wu Fengguange0dac652011-09-05 14:25:34 +08004790 i = I915_READ(G4X_AUD_CNTL_ST);
4791 i &= ~(eldv | G4X_ELD_ADDR);
4792 len = (i >> 9) & 0x1f; /* ELD buffer size */
4793 I915_WRITE(G4X_AUD_CNTL_ST, i);
4794
4795 if (!eld[0])
4796 return;
4797
4798 len = min_t(uint8_t, eld[2], len);
4799 DRM_DEBUG_DRIVER("ELD size %d\n", len);
4800 for (i = 0; i < len; i++)
4801 I915_WRITE(G4X_HDMIW_HDMIEDID, *((uint32_t *)eld + i));
4802
4803 i = I915_READ(G4X_AUD_CNTL_ST);
4804 i |= eldv;
4805 I915_WRITE(G4X_AUD_CNTL_ST, i);
4806}
4807
4808static void ironlake_write_eld(struct drm_connector *connector,
4809 struct drm_crtc *crtc)
4810{
4811 struct drm_i915_private *dev_priv = connector->dev->dev_private;
4812 uint8_t *eld = connector->eld;
4813 uint32_t eldv;
4814 uint32_t i;
4815 int len;
4816 int hdmiw_hdmiedid;
Wu Fengguangb6daa022012-01-06 14:41:31 -06004817 int aud_config;
Wu Fengguange0dac652011-09-05 14:25:34 +08004818 int aud_cntl_st;
4819 int aud_cntrl_st2;
4820
Wu Fengguangb3f33cb2011-12-09 20:42:17 +08004821 if (HAS_PCH_IBX(connector->dev)) {
Wu Fengguang1202b4c62011-12-09 20:42:18 +08004822 hdmiw_hdmiedid = IBX_HDMIW_HDMIEDID_A;
Wu Fengguangb6daa022012-01-06 14:41:31 -06004823 aud_config = IBX_AUD_CONFIG_A;
Wu Fengguang1202b4c62011-12-09 20:42:18 +08004824 aud_cntl_st = IBX_AUD_CNTL_ST_A;
4825 aud_cntrl_st2 = IBX_AUD_CNTL_ST2;
Wu Fengguange0dac652011-09-05 14:25:34 +08004826 } else {
Wu Fengguang1202b4c62011-12-09 20:42:18 +08004827 hdmiw_hdmiedid = CPT_HDMIW_HDMIEDID_A;
Wu Fengguangb6daa022012-01-06 14:41:31 -06004828 aud_config = CPT_AUD_CONFIG_A;
Wu Fengguang1202b4c62011-12-09 20:42:18 +08004829 aud_cntl_st = CPT_AUD_CNTL_ST_A;
4830 aud_cntrl_st2 = CPT_AUD_CNTRL_ST2;
Wu Fengguange0dac652011-09-05 14:25:34 +08004831 }
4832
4833 i = to_intel_crtc(crtc)->pipe;
4834 hdmiw_hdmiedid += i * 0x100;
4835 aud_cntl_st += i * 0x100;
Wu Fengguangb6daa022012-01-06 14:41:31 -06004836 aud_config += i * 0x100;
Wu Fengguange0dac652011-09-05 14:25:34 +08004837
4838 DRM_DEBUG_DRIVER("ELD on pipe %c\n", pipe_name(i));
4839
4840 i = I915_READ(aud_cntl_st);
4841 i = (i >> 29) & 0x3; /* DIP_Port_Select, 0x1 = PortB */
4842 if (!i) {
4843 DRM_DEBUG_DRIVER("Audio directed to unknown port\n");
4844 /* operate blindly on all ports */
Wu Fengguang1202b4c62011-12-09 20:42:18 +08004845 eldv = IBX_ELD_VALIDB;
4846 eldv |= IBX_ELD_VALIDB << 4;
4847 eldv |= IBX_ELD_VALIDB << 8;
Wu Fengguange0dac652011-09-05 14:25:34 +08004848 } else {
4849 DRM_DEBUG_DRIVER("ELD on port %c\n", 'A' + i);
Wu Fengguang1202b4c62011-12-09 20:42:18 +08004850 eldv = IBX_ELD_VALIDB << ((i - 1) * 4);
Wu Fengguange0dac652011-09-05 14:25:34 +08004851 }
4852
Wu Fengguang3a9627f2011-12-09 20:42:19 +08004853 if (intel_pipe_has_type(crtc, INTEL_OUTPUT_DISPLAYPORT)) {
4854 DRM_DEBUG_DRIVER("ELD: DisplayPort detected\n");
4855 eld[5] |= (1 << 2); /* Conn_Type, 0x1 = DisplayPort */
Wu Fengguangb6daa022012-01-06 14:41:31 -06004856 I915_WRITE(aud_config, AUD_CONFIG_N_VALUE_INDEX); /* 0x1 = DP */
4857 } else
4858 I915_WRITE(aud_config, 0);
Wu Fengguang3a9627f2011-12-09 20:42:19 +08004859
4860 if (intel_eld_uptodate(connector,
4861 aud_cntrl_st2, eldv,
4862 aud_cntl_st, IBX_ELD_ADDRESS,
4863 hdmiw_hdmiedid))
4864 return;
4865
Wu Fengguange0dac652011-09-05 14:25:34 +08004866 i = I915_READ(aud_cntrl_st2);
4867 i &= ~eldv;
4868 I915_WRITE(aud_cntrl_st2, i);
4869
4870 if (!eld[0])
4871 return;
4872
Wu Fengguange0dac652011-09-05 14:25:34 +08004873 i = I915_READ(aud_cntl_st);
Wu Fengguang1202b4c62011-12-09 20:42:18 +08004874 i &= ~IBX_ELD_ADDRESS;
Wu Fengguange0dac652011-09-05 14:25:34 +08004875 I915_WRITE(aud_cntl_st, i);
4876
4877 len = min_t(uint8_t, eld[2], 21); /* 84 bytes of hw ELD buffer */
4878 DRM_DEBUG_DRIVER("ELD size %d\n", len);
4879 for (i = 0; i < len; i++)
4880 I915_WRITE(hdmiw_hdmiedid, *((uint32_t *)eld + i));
4881
4882 i = I915_READ(aud_cntrl_st2);
4883 i |= eldv;
4884 I915_WRITE(aud_cntrl_st2, i);
4885}
4886
4887void intel_write_eld(struct drm_encoder *encoder,
4888 struct drm_display_mode *mode)
4889{
4890 struct drm_crtc *crtc = encoder->crtc;
4891 struct drm_connector *connector;
4892 struct drm_device *dev = encoder->dev;
4893 struct drm_i915_private *dev_priv = dev->dev_private;
4894
4895 connector = drm_select_eld(encoder, mode);
4896 if (!connector)
4897 return;
4898
4899 DRM_DEBUG_DRIVER("ELD on [CONNECTOR:%d:%s], [ENCODER:%d:%s]\n",
4900 connector->base.id,
4901 drm_get_connector_name(connector),
4902 connector->encoder->base.id,
4903 drm_get_encoder_name(connector->encoder));
4904
4905 connector->eld[6] = drm_av_sync_delay(connector, mode) / 2;
4906
4907 if (dev_priv->display.write_eld)
4908 dev_priv->display.write_eld(connector, crtc);
4909}
4910
Jesse Barnes79e53942008-11-07 14:24:08 -08004911/** Loads the palette/gamma unit for the CRTC with the prepared values */
4912void intel_crtc_load_lut(struct drm_crtc *crtc)
4913{
4914 struct drm_device *dev = crtc->dev;
4915 struct drm_i915_private *dev_priv = dev->dev_private;
4916 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
Jesse Barnes9db4a9c2011-02-07 12:26:52 -08004917 int palreg = PALETTE(intel_crtc->pipe);
Jesse Barnes79e53942008-11-07 14:24:08 -08004918 int i;
4919
4920 /* The clocks have to be on to load the palette. */
Alban Browaeysaed3f092012-02-24 17:12:45 +00004921 if (!crtc->enabled || !intel_crtc->active)
Jesse Barnes79e53942008-11-07 14:24:08 -08004922 return;
4923
Adam Jacksonf2b115e2009-12-03 17:14:42 -05004924 /* use legacy palette for Ironlake */
Eric Anholtbad720f2009-10-22 16:11:14 -07004925 if (HAS_PCH_SPLIT(dev))
Jesse Barnes9db4a9c2011-02-07 12:26:52 -08004926 palreg = LGC_PALETTE(intel_crtc->pipe);
Zhenyu Wang2c072452009-06-05 15:38:42 +08004927
Jesse Barnes79e53942008-11-07 14:24:08 -08004928 for (i = 0; i < 256; i++) {
4929 I915_WRITE(palreg + 4 * i,
4930 (intel_crtc->lut_r[i] << 16) |
4931 (intel_crtc->lut_g[i] << 8) |
4932 intel_crtc->lut_b[i]);
4933 }
4934}
4935
Chris Wilson560b85b2010-08-07 11:01:38 +01004936static void i845_update_cursor(struct drm_crtc *crtc, u32 base)
4937{
4938 struct drm_device *dev = crtc->dev;
4939 struct drm_i915_private *dev_priv = dev->dev_private;
4940 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
4941 bool visible = base != 0;
4942 u32 cntl;
4943
4944 if (intel_crtc->cursor_visible == visible)
4945 return;
4946
Jesse Barnes9db4a9c2011-02-07 12:26:52 -08004947 cntl = I915_READ(_CURACNTR);
Chris Wilson560b85b2010-08-07 11:01:38 +01004948 if (visible) {
4949 /* On these chipsets we can only modify the base whilst
4950 * the cursor is disabled.
4951 */
Jesse Barnes9db4a9c2011-02-07 12:26:52 -08004952 I915_WRITE(_CURABASE, base);
Chris Wilson560b85b2010-08-07 11:01:38 +01004953
4954 cntl &= ~(CURSOR_FORMAT_MASK);
4955 /* XXX width must be 64, stride 256 => 0x00 << 28 */
4956 cntl |= CURSOR_ENABLE |
4957 CURSOR_GAMMA_ENABLE |
4958 CURSOR_FORMAT_ARGB;
4959 } else
4960 cntl &= ~(CURSOR_ENABLE | CURSOR_GAMMA_ENABLE);
Jesse Barnes9db4a9c2011-02-07 12:26:52 -08004961 I915_WRITE(_CURACNTR, cntl);
Chris Wilson560b85b2010-08-07 11:01:38 +01004962
4963 intel_crtc->cursor_visible = visible;
4964}
4965
4966static void i9xx_update_cursor(struct drm_crtc *crtc, u32 base)
4967{
4968 struct drm_device *dev = crtc->dev;
4969 struct drm_i915_private *dev_priv = dev->dev_private;
4970 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
4971 int pipe = intel_crtc->pipe;
4972 bool visible = base != 0;
4973
4974 if (intel_crtc->cursor_visible != visible) {
Jesse Barnes548f2452011-02-17 10:40:53 -08004975 uint32_t cntl = I915_READ(CURCNTR(pipe));
Chris Wilson560b85b2010-08-07 11:01:38 +01004976 if (base) {
4977 cntl &= ~(CURSOR_MODE | MCURSOR_PIPE_SELECT);
4978 cntl |= CURSOR_MODE_64_ARGB_AX | MCURSOR_GAMMA_ENABLE;
4979 cntl |= pipe << 28; /* Connect to correct pipe */
4980 } else {
4981 cntl &= ~(CURSOR_MODE | MCURSOR_GAMMA_ENABLE);
4982 cntl |= CURSOR_MODE_DISABLE;
4983 }
Jesse Barnes9db4a9c2011-02-07 12:26:52 -08004984 I915_WRITE(CURCNTR(pipe), cntl);
Chris Wilson560b85b2010-08-07 11:01:38 +01004985
4986 intel_crtc->cursor_visible = visible;
4987 }
4988 /* and commit changes on next vblank */
Jesse Barnes9db4a9c2011-02-07 12:26:52 -08004989 I915_WRITE(CURBASE(pipe), base);
Chris Wilson560b85b2010-08-07 11:01:38 +01004990}
4991
Jesse Barnes65a21cd2011-10-12 11:10:21 -07004992static void ivb_update_cursor(struct drm_crtc *crtc, u32 base)
4993{
4994 struct drm_device *dev = crtc->dev;
4995 struct drm_i915_private *dev_priv = dev->dev_private;
4996 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
4997 int pipe = intel_crtc->pipe;
4998 bool visible = base != 0;
4999
5000 if (intel_crtc->cursor_visible != visible) {
5001 uint32_t cntl = I915_READ(CURCNTR_IVB(pipe));
5002 if (base) {
5003 cntl &= ~CURSOR_MODE;
5004 cntl |= CURSOR_MODE_64_ARGB_AX | MCURSOR_GAMMA_ENABLE;
5005 } else {
5006 cntl &= ~(CURSOR_MODE | MCURSOR_GAMMA_ENABLE);
5007 cntl |= CURSOR_MODE_DISABLE;
5008 }
5009 I915_WRITE(CURCNTR_IVB(pipe), cntl);
5010
5011 intel_crtc->cursor_visible = visible;
5012 }
5013 /* and commit changes on next vblank */
5014 I915_WRITE(CURBASE_IVB(pipe), base);
5015}
5016
Chris Wilsoncda4b7d2010-07-09 08:45:04 +01005017/* If no-part of the cursor is visible on the framebuffer, then the GPU may hang... */
Chris Wilson6b383a72010-09-13 13:54:26 +01005018static void intel_crtc_update_cursor(struct drm_crtc *crtc,
5019 bool on)
Chris Wilsoncda4b7d2010-07-09 08:45:04 +01005020{
5021 struct drm_device *dev = crtc->dev;
5022 struct drm_i915_private *dev_priv = dev->dev_private;
5023 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
5024 int pipe = intel_crtc->pipe;
5025 int x = intel_crtc->cursor_x;
5026 int y = intel_crtc->cursor_y;
Chris Wilson560b85b2010-08-07 11:01:38 +01005027 u32 base, pos;
Chris Wilsoncda4b7d2010-07-09 08:45:04 +01005028 bool visible;
5029
5030 pos = 0;
5031
Chris Wilson6b383a72010-09-13 13:54:26 +01005032 if (on && crtc->enabled && crtc->fb) {
Chris Wilsoncda4b7d2010-07-09 08:45:04 +01005033 base = intel_crtc->cursor_addr;
5034 if (x > (int) crtc->fb->width)
5035 base = 0;
5036
5037 if (y > (int) crtc->fb->height)
5038 base = 0;
5039 } else
5040 base = 0;
5041
5042 if (x < 0) {
5043 if (x + intel_crtc->cursor_width < 0)
5044 base = 0;
5045
5046 pos |= CURSOR_POS_SIGN << CURSOR_X_SHIFT;
5047 x = -x;
5048 }
5049 pos |= x << CURSOR_X_SHIFT;
5050
5051 if (y < 0) {
5052 if (y + intel_crtc->cursor_height < 0)
5053 base = 0;
5054
5055 pos |= CURSOR_POS_SIGN << CURSOR_Y_SHIFT;
5056 y = -y;
5057 }
5058 pos |= y << CURSOR_Y_SHIFT;
5059
5060 visible = base != 0;
Chris Wilson560b85b2010-08-07 11:01:38 +01005061 if (!visible && !intel_crtc->cursor_visible)
Chris Wilsoncda4b7d2010-07-09 08:45:04 +01005062 return;
5063
Eugeni Dodonov0cd83aa2012-04-13 17:08:48 -03005064 if (IS_IVYBRIDGE(dev) || IS_HASWELL(dev)) {
Jesse Barnes65a21cd2011-10-12 11:10:21 -07005065 I915_WRITE(CURPOS_IVB(pipe), pos);
5066 ivb_update_cursor(crtc, base);
5067 } else {
5068 I915_WRITE(CURPOS(pipe), pos);
5069 if (IS_845G(dev) || IS_I865G(dev))
5070 i845_update_cursor(crtc, base);
5071 else
5072 i9xx_update_cursor(crtc, base);
5073 }
Chris Wilsoncda4b7d2010-07-09 08:45:04 +01005074}
5075
Jesse Barnes79e53942008-11-07 14:24:08 -08005076static int intel_crtc_cursor_set(struct drm_crtc *crtc,
Chris Wilson05394f32010-11-08 19:18:58 +00005077 struct drm_file *file,
Jesse Barnes79e53942008-11-07 14:24:08 -08005078 uint32_t handle,
5079 uint32_t width, uint32_t height)
5080{
5081 struct drm_device *dev = crtc->dev;
5082 struct drm_i915_private *dev_priv = dev->dev_private;
5083 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
Chris Wilson05394f32010-11-08 19:18:58 +00005084 struct drm_i915_gem_object *obj;
Chris Wilsoncda4b7d2010-07-09 08:45:04 +01005085 uint32_t addr;
Kristian Høgsberg3f8bc372008-12-17 22:14:59 -05005086 int ret;
Jesse Barnes79e53942008-11-07 14:24:08 -08005087
Zhao Yakui28c97732009-10-09 11:39:41 +08005088 DRM_DEBUG_KMS("\n");
Jesse Barnes79e53942008-11-07 14:24:08 -08005089
5090 /* if we want to turn off the cursor ignore width and height */
5091 if (!handle) {
Zhao Yakui28c97732009-10-09 11:39:41 +08005092 DRM_DEBUG_KMS("cursor off\n");
Kristian Høgsberg3f8bc372008-12-17 22:14:59 -05005093 addr = 0;
Chris Wilson05394f32010-11-08 19:18:58 +00005094 obj = NULL;
Pierre Willenbrock50044172009-02-23 10:12:15 +10005095 mutex_lock(&dev->struct_mutex);
Kristian Høgsberg3f8bc372008-12-17 22:14:59 -05005096 goto finish;
Jesse Barnes79e53942008-11-07 14:24:08 -08005097 }
5098
5099 /* Currently we only support 64x64 cursors */
5100 if (width != 64 || height != 64) {
5101 DRM_ERROR("we currently only support 64x64 cursors\n");
5102 return -EINVAL;
5103 }
5104
Chris Wilson05394f32010-11-08 19:18:58 +00005105 obj = to_intel_bo(drm_gem_object_lookup(dev, file, handle));
Chris Wilsonc8725222011-02-19 11:31:06 +00005106 if (&obj->base == NULL)
Jesse Barnes79e53942008-11-07 14:24:08 -08005107 return -ENOENT;
5108
Chris Wilson05394f32010-11-08 19:18:58 +00005109 if (obj->base.size < width * height * 4) {
Jesse Barnes79e53942008-11-07 14:24:08 -08005110 DRM_ERROR("buffer is to small\n");
Dave Airlie34b8686e2009-01-15 14:03:07 +10005111 ret = -ENOMEM;
5112 goto fail;
Jesse Barnes79e53942008-11-07 14:24:08 -08005113 }
5114
Dave Airlie71acb5e2008-12-30 20:31:46 +10005115 /* we only need to pin inside GTT if cursor is non-phy */
Kristian Høgsberg7f9872e2009-02-13 20:56:49 -05005116 mutex_lock(&dev->struct_mutex);
Kristian Høgsbergb295d1b2009-12-16 15:16:17 -05005117 if (!dev_priv->info->cursor_needs_physical) {
Chris Wilsond9e86c02010-11-10 16:40:20 +00005118 if (obj->tiling_mode) {
5119 DRM_ERROR("cursor cannot be tiled\n");
5120 ret = -EINVAL;
5121 goto fail_locked;
5122 }
5123
Chris Wilson2da3b9b2011-04-14 09:41:17 +01005124 ret = i915_gem_object_pin_to_display_plane(obj, 0, NULL);
Chris Wilsone7b526b2010-06-02 08:30:48 +01005125 if (ret) {
5126 DRM_ERROR("failed to move cursor bo into the GTT\n");
Chris Wilson2da3b9b2011-04-14 09:41:17 +01005127 goto fail_locked;
Chris Wilsone7b526b2010-06-02 08:30:48 +01005128 }
5129
Chris Wilsond9e86c02010-11-10 16:40:20 +00005130 ret = i915_gem_object_put_fence(obj);
5131 if (ret) {
Chris Wilson2da3b9b2011-04-14 09:41:17 +01005132 DRM_ERROR("failed to release fence for cursor");
Chris Wilsond9e86c02010-11-10 16:40:20 +00005133 goto fail_unpin;
5134 }
5135
Chris Wilson05394f32010-11-08 19:18:58 +00005136 addr = obj->gtt_offset;
Dave Airlie71acb5e2008-12-30 20:31:46 +10005137 } else {
Chris Wilson6eeefaf2010-08-07 11:01:39 +01005138 int align = IS_I830(dev) ? 16 * 1024 : 256;
Chris Wilson05394f32010-11-08 19:18:58 +00005139 ret = i915_gem_attach_phys_object(dev, obj,
Chris Wilson6eeefaf2010-08-07 11:01:39 +01005140 (intel_crtc->pipe == 0) ? I915_GEM_PHYS_CURSOR_0 : I915_GEM_PHYS_CURSOR_1,
5141 align);
Dave Airlie71acb5e2008-12-30 20:31:46 +10005142 if (ret) {
5143 DRM_ERROR("failed to attach phys object\n");
Kristian Høgsberg7f9872e2009-02-13 20:56:49 -05005144 goto fail_locked;
Dave Airlie71acb5e2008-12-30 20:31:46 +10005145 }
Chris Wilson05394f32010-11-08 19:18:58 +00005146 addr = obj->phys_obj->handle->busaddr;
Kristian Høgsberg3f8bc372008-12-17 22:14:59 -05005147 }
5148
Chris Wilsona6c45cf2010-09-17 00:32:17 +01005149 if (IS_GEN2(dev))
Jesse Barnes14b60392009-05-20 16:47:08 -04005150 I915_WRITE(CURSIZE, (height << 12) | width);
5151
Kristian Høgsberg3f8bc372008-12-17 22:14:59 -05005152 finish:
Kristian Høgsberg3f8bc372008-12-17 22:14:59 -05005153 if (intel_crtc->cursor_bo) {
Kristian Høgsbergb295d1b2009-12-16 15:16:17 -05005154 if (dev_priv->info->cursor_needs_physical) {
Chris Wilson05394f32010-11-08 19:18:58 +00005155 if (intel_crtc->cursor_bo != obj)
Dave Airlie71acb5e2008-12-30 20:31:46 +10005156 i915_gem_detach_phys_object(dev, intel_crtc->cursor_bo);
5157 } else
5158 i915_gem_object_unpin(intel_crtc->cursor_bo);
Chris Wilson05394f32010-11-08 19:18:58 +00005159 drm_gem_object_unreference(&intel_crtc->cursor_bo->base);
Kristian Høgsberg3f8bc372008-12-17 22:14:59 -05005160 }
Jesse Barnes80824002009-09-10 15:28:06 -07005161
Kristian Høgsberg7f9872e2009-02-13 20:56:49 -05005162 mutex_unlock(&dev->struct_mutex);
Kristian Høgsberg3f8bc372008-12-17 22:14:59 -05005163
5164 intel_crtc->cursor_addr = addr;
Chris Wilson05394f32010-11-08 19:18:58 +00005165 intel_crtc->cursor_bo = obj;
Chris Wilsoncda4b7d2010-07-09 08:45:04 +01005166 intel_crtc->cursor_width = width;
5167 intel_crtc->cursor_height = height;
5168
Chris Wilson6b383a72010-09-13 13:54:26 +01005169 intel_crtc_update_cursor(crtc, true);
Kristian Høgsberg3f8bc372008-12-17 22:14:59 -05005170
Jesse Barnes79e53942008-11-07 14:24:08 -08005171 return 0;
Chris Wilsone7b526b2010-06-02 08:30:48 +01005172fail_unpin:
Chris Wilson05394f32010-11-08 19:18:58 +00005173 i915_gem_object_unpin(obj);
Kristian Høgsberg7f9872e2009-02-13 20:56:49 -05005174fail_locked:
Dave Airlie34b8686e2009-01-15 14:03:07 +10005175 mutex_unlock(&dev->struct_mutex);
Luca Barbieribc9025b2010-02-09 05:49:12 +00005176fail:
Chris Wilson05394f32010-11-08 19:18:58 +00005177 drm_gem_object_unreference_unlocked(&obj->base);
Dave Airlie34b8686e2009-01-15 14:03:07 +10005178 return ret;
Jesse Barnes79e53942008-11-07 14:24:08 -08005179}
5180
5181static int intel_crtc_cursor_move(struct drm_crtc *crtc, int x, int y)
5182{
Jesse Barnes79e53942008-11-07 14:24:08 -08005183 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
Jesse Barnes79e53942008-11-07 14:24:08 -08005184
Chris Wilsoncda4b7d2010-07-09 08:45:04 +01005185 intel_crtc->cursor_x = x;
5186 intel_crtc->cursor_y = y;
Jesse Barnes652c3932009-08-17 13:31:43 -07005187
Chris Wilson6b383a72010-09-13 13:54:26 +01005188 intel_crtc_update_cursor(crtc, true);
Jesse Barnes79e53942008-11-07 14:24:08 -08005189
5190 return 0;
5191}
5192
5193/** Sets the color ramps on behalf of RandR */
5194void intel_crtc_fb_gamma_set(struct drm_crtc *crtc, u16 red, u16 green,
5195 u16 blue, int regno)
5196{
5197 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
5198
5199 intel_crtc->lut_r[regno] = red >> 8;
5200 intel_crtc->lut_g[regno] = green >> 8;
5201 intel_crtc->lut_b[regno] = blue >> 8;
5202}
5203
Dave Airlieb8c00ac2009-10-06 13:54:01 +10005204void intel_crtc_fb_gamma_get(struct drm_crtc *crtc, u16 *red, u16 *green,
5205 u16 *blue, int regno)
5206{
5207 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
5208
5209 *red = intel_crtc->lut_r[regno] << 8;
5210 *green = intel_crtc->lut_g[regno] << 8;
5211 *blue = intel_crtc->lut_b[regno] << 8;
5212}
5213
Jesse Barnes79e53942008-11-07 14:24:08 -08005214static void intel_crtc_gamma_set(struct drm_crtc *crtc, u16 *red, u16 *green,
James Simmons72034252010-08-03 01:33:19 +01005215 u16 *blue, uint32_t start, uint32_t size)
Jesse Barnes79e53942008-11-07 14:24:08 -08005216{
James Simmons72034252010-08-03 01:33:19 +01005217 int end = (start + size > 256) ? 256 : start + size, i;
Jesse Barnes79e53942008-11-07 14:24:08 -08005218 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
Jesse Barnes79e53942008-11-07 14:24:08 -08005219
James Simmons72034252010-08-03 01:33:19 +01005220 for (i = start; i < end; i++) {
Jesse Barnes79e53942008-11-07 14:24:08 -08005221 intel_crtc->lut_r[i] = red[i] >> 8;
5222 intel_crtc->lut_g[i] = green[i] >> 8;
5223 intel_crtc->lut_b[i] = blue[i] >> 8;
5224 }
5225
5226 intel_crtc_load_lut(crtc);
5227}
5228
5229/**
5230 * Get a pipe with a simple mode set on it for doing load-based monitor
5231 * detection.
5232 *
5233 * It will be up to the load-detect code to adjust the pipe as appropriate for
Eric Anholtc751ce42010-03-25 11:48:48 -07005234 * its requirements. The pipe will be connected to no other encoders.
Jesse Barnes79e53942008-11-07 14:24:08 -08005235 *
Eric Anholtc751ce42010-03-25 11:48:48 -07005236 * Currently this code will only succeed if there is a pipe with no encoders
Jesse Barnes79e53942008-11-07 14:24:08 -08005237 * configured for it. In the future, it could choose to temporarily disable
5238 * some outputs to free up a pipe for its use.
5239 *
5240 * \return crtc, or NULL if no pipes are available.
5241 */
5242
5243/* VESA 640x480x72Hz mode to set on the pipe */
5244static struct drm_display_mode load_detect_mode = {
5245 DRM_MODE("640x480", DRM_MODE_TYPE_DEFAULT, 31500, 640, 664,
5246 704, 832, 0, 480, 489, 491, 520, 0, DRM_MODE_FLAG_NHSYNC | DRM_MODE_FLAG_NVSYNC),
5247};
5248
Chris Wilsond2dff872011-04-19 08:36:26 +01005249static struct drm_framebuffer *
5250intel_framebuffer_create(struct drm_device *dev,
Jesse Barnes308e5bc2011-11-14 14:51:28 -08005251 struct drm_mode_fb_cmd2 *mode_cmd,
Chris Wilsond2dff872011-04-19 08:36:26 +01005252 struct drm_i915_gem_object *obj)
5253{
5254 struct intel_framebuffer *intel_fb;
5255 int ret;
5256
5257 intel_fb = kzalloc(sizeof(*intel_fb), GFP_KERNEL);
5258 if (!intel_fb) {
5259 drm_gem_object_unreference_unlocked(&obj->base);
5260 return ERR_PTR(-ENOMEM);
5261 }
5262
5263 ret = intel_framebuffer_init(dev, intel_fb, mode_cmd, obj);
5264 if (ret) {
5265 drm_gem_object_unreference_unlocked(&obj->base);
5266 kfree(intel_fb);
5267 return ERR_PTR(ret);
5268 }
5269
5270 return &intel_fb->base;
5271}
5272
5273static u32
5274intel_framebuffer_pitch_for_width(int width, int bpp)
5275{
5276 u32 pitch = DIV_ROUND_UP(width * bpp, 8);
5277 return ALIGN(pitch, 64);
5278}
5279
5280static u32
5281intel_framebuffer_size_for_mode(struct drm_display_mode *mode, int bpp)
5282{
5283 u32 pitch = intel_framebuffer_pitch_for_width(mode->hdisplay, bpp);
5284 return ALIGN(pitch * mode->vdisplay, PAGE_SIZE);
5285}
5286
5287static struct drm_framebuffer *
5288intel_framebuffer_create_for_mode(struct drm_device *dev,
5289 struct drm_display_mode *mode,
5290 int depth, int bpp)
5291{
5292 struct drm_i915_gem_object *obj;
Jesse Barnes308e5bc2011-11-14 14:51:28 -08005293 struct drm_mode_fb_cmd2 mode_cmd;
Chris Wilsond2dff872011-04-19 08:36:26 +01005294
5295 obj = i915_gem_alloc_object(dev,
5296 intel_framebuffer_size_for_mode(mode, bpp));
5297 if (obj == NULL)
5298 return ERR_PTR(-ENOMEM);
5299
5300 mode_cmd.width = mode->hdisplay;
5301 mode_cmd.height = mode->vdisplay;
Jesse Barnes308e5bc2011-11-14 14:51:28 -08005302 mode_cmd.pitches[0] = intel_framebuffer_pitch_for_width(mode_cmd.width,
5303 bpp);
Dave Airlie5ca0c342012-02-23 15:33:40 +00005304 mode_cmd.pixel_format = drm_mode_legacy_fb_format(bpp, depth);
Chris Wilsond2dff872011-04-19 08:36:26 +01005305
5306 return intel_framebuffer_create(dev, &mode_cmd, obj);
5307}
5308
5309static struct drm_framebuffer *
5310mode_fits_in_fbdev(struct drm_device *dev,
5311 struct drm_display_mode *mode)
5312{
5313 struct drm_i915_private *dev_priv = dev->dev_private;
5314 struct drm_i915_gem_object *obj;
5315 struct drm_framebuffer *fb;
5316
5317 if (dev_priv->fbdev == NULL)
5318 return NULL;
5319
5320 obj = dev_priv->fbdev->ifb.obj;
5321 if (obj == NULL)
5322 return NULL;
5323
5324 fb = &dev_priv->fbdev->ifb.base;
Ville Syrjälä01f2c772011-12-20 00:06:49 +02005325 if (fb->pitches[0] < intel_framebuffer_pitch_for_width(mode->hdisplay,
5326 fb->bits_per_pixel))
Chris Wilsond2dff872011-04-19 08:36:26 +01005327 return NULL;
5328
Ville Syrjälä01f2c772011-12-20 00:06:49 +02005329 if (obj->base.size < mode->vdisplay * fb->pitches[0])
Chris Wilsond2dff872011-04-19 08:36:26 +01005330 return NULL;
5331
5332 return fb;
5333}
5334
Chris Wilson71731882011-04-19 23:10:58 +01005335bool intel_get_load_detect_pipe(struct intel_encoder *intel_encoder,
5336 struct drm_connector *connector,
5337 struct drm_display_mode *mode,
Chris Wilson8261b192011-04-19 23:18:09 +01005338 struct intel_load_detect_pipe *old)
Jesse Barnes79e53942008-11-07 14:24:08 -08005339{
5340 struct intel_crtc *intel_crtc;
5341 struct drm_crtc *possible_crtc;
Chris Wilson4ef69c72010-09-09 15:14:28 +01005342 struct drm_encoder *encoder = &intel_encoder->base;
Jesse Barnes79e53942008-11-07 14:24:08 -08005343 struct drm_crtc *crtc = NULL;
5344 struct drm_device *dev = encoder->dev;
Chris Wilsond2dff872011-04-19 08:36:26 +01005345 struct drm_framebuffer *old_fb;
Jesse Barnes79e53942008-11-07 14:24:08 -08005346 int i = -1;
5347
Chris Wilsond2dff872011-04-19 08:36:26 +01005348 DRM_DEBUG_KMS("[CONNECTOR:%d:%s], [ENCODER:%d:%s]\n",
5349 connector->base.id, drm_get_connector_name(connector),
5350 encoder->base.id, drm_get_encoder_name(encoder));
5351
Jesse Barnes79e53942008-11-07 14:24:08 -08005352 /*
5353 * Algorithm gets a little messy:
Chris Wilson7a5e4802011-04-19 23:21:12 +01005354 *
Jesse Barnes79e53942008-11-07 14:24:08 -08005355 * - if the connector already has an assigned crtc, use it (but make
5356 * sure it's on first)
Chris Wilson7a5e4802011-04-19 23:21:12 +01005357 *
Jesse Barnes79e53942008-11-07 14:24:08 -08005358 * - try to find the first unused crtc that can drive this connector,
5359 * and use that if we find one
Jesse Barnes79e53942008-11-07 14:24:08 -08005360 */
5361
5362 /* See if we already have a CRTC for this connector */
5363 if (encoder->crtc) {
5364 crtc = encoder->crtc;
Chris Wilson8261b192011-04-19 23:18:09 +01005365
Jesse Barnes79e53942008-11-07 14:24:08 -08005366 intel_crtc = to_intel_crtc(crtc);
Chris Wilson8261b192011-04-19 23:18:09 +01005367 old->dpms_mode = intel_crtc->dpms_mode;
5368 old->load_detect_temp = false;
5369
5370 /* Make sure the crtc and connector are running */
Jesse Barnes79e53942008-11-07 14:24:08 -08005371 if (intel_crtc->dpms_mode != DRM_MODE_DPMS_ON) {
Chris Wilson64927112011-04-20 07:25:26 +01005372 struct drm_encoder_helper_funcs *encoder_funcs;
5373 struct drm_crtc_helper_funcs *crtc_funcs;
5374
Jesse Barnes79e53942008-11-07 14:24:08 -08005375 crtc_funcs = crtc->helper_private;
5376 crtc_funcs->dpms(crtc, DRM_MODE_DPMS_ON);
Chris Wilson64927112011-04-20 07:25:26 +01005377
5378 encoder_funcs = encoder->helper_private;
Jesse Barnes79e53942008-11-07 14:24:08 -08005379 encoder_funcs->dpms(encoder, DRM_MODE_DPMS_ON);
5380 }
Chris Wilson8261b192011-04-19 23:18:09 +01005381
Chris Wilson71731882011-04-19 23:10:58 +01005382 return true;
Jesse Barnes79e53942008-11-07 14:24:08 -08005383 }
5384
5385 /* Find an unused one (if possible) */
5386 list_for_each_entry(possible_crtc, &dev->mode_config.crtc_list, head) {
5387 i++;
5388 if (!(encoder->possible_crtcs & (1 << i)))
5389 continue;
5390 if (!possible_crtc->enabled) {
5391 crtc = possible_crtc;
5392 break;
5393 }
Jesse Barnes79e53942008-11-07 14:24:08 -08005394 }
5395
5396 /*
5397 * If we didn't find an unused CRTC, don't use any.
5398 */
5399 if (!crtc) {
Chris Wilson71731882011-04-19 23:10:58 +01005400 DRM_DEBUG_KMS("no pipe available for load-detect\n");
5401 return false;
Jesse Barnes79e53942008-11-07 14:24:08 -08005402 }
5403
5404 encoder->crtc = crtc;
Zhenyu Wangc1c43972010-03-30 14:39:30 +08005405 connector->encoder = encoder;
Jesse Barnes79e53942008-11-07 14:24:08 -08005406
5407 intel_crtc = to_intel_crtc(crtc);
Chris Wilson8261b192011-04-19 23:18:09 +01005408 old->dpms_mode = intel_crtc->dpms_mode;
5409 old->load_detect_temp = true;
Chris Wilsond2dff872011-04-19 08:36:26 +01005410 old->release_fb = NULL;
Jesse Barnes79e53942008-11-07 14:24:08 -08005411
Chris Wilson64927112011-04-20 07:25:26 +01005412 if (!mode)
5413 mode = &load_detect_mode;
Jesse Barnes79e53942008-11-07 14:24:08 -08005414
Chris Wilsond2dff872011-04-19 08:36:26 +01005415 old_fb = crtc->fb;
5416
5417 /* We need a framebuffer large enough to accommodate all accesses
5418 * that the plane may generate whilst we perform load detection.
5419 * We can not rely on the fbcon either being present (we get called
5420 * during its initialisation to detect all boot displays, or it may
5421 * not even exist) or that it is large enough to satisfy the
5422 * requested mode.
5423 */
5424 crtc->fb = mode_fits_in_fbdev(dev, mode);
5425 if (crtc->fb == NULL) {
5426 DRM_DEBUG_KMS("creating tmp fb for load-detection\n");
5427 crtc->fb = intel_framebuffer_create_for_mode(dev, mode, 24, 32);
5428 old->release_fb = crtc->fb;
5429 } else
5430 DRM_DEBUG_KMS("reusing fbdev for load-detection framebuffer\n");
5431 if (IS_ERR(crtc->fb)) {
5432 DRM_DEBUG_KMS("failed to allocate framebuffer for load-detection\n");
5433 crtc->fb = old_fb;
5434 return false;
Jesse Barnes79e53942008-11-07 14:24:08 -08005435 }
Chris Wilsond2dff872011-04-19 08:36:26 +01005436
5437 if (!drm_crtc_helper_set_mode(crtc, mode, 0, 0, old_fb)) {
Chris Wilson64927112011-04-20 07:25:26 +01005438 DRM_DEBUG_KMS("failed to set mode on load-detect pipe\n");
Chris Wilsond2dff872011-04-19 08:36:26 +01005439 if (old->release_fb)
5440 old->release_fb->funcs->destroy(old->release_fb);
5441 crtc->fb = old_fb;
Chris Wilson64927112011-04-20 07:25:26 +01005442 return false;
Jesse Barnes79e53942008-11-07 14:24:08 -08005443 }
Chris Wilson71731882011-04-19 23:10:58 +01005444
Jesse Barnes79e53942008-11-07 14:24:08 -08005445 /* let the connector get through one full cycle before testing */
Jesse Barnes9d0498a2010-08-18 13:20:54 -07005446 intel_wait_for_vblank(dev, intel_crtc->pipe);
Jesse Barnes79e53942008-11-07 14:24:08 -08005447
Chris Wilson71731882011-04-19 23:10:58 +01005448 return true;
Jesse Barnes79e53942008-11-07 14:24:08 -08005449}
5450
Zhenyu Wangc1c43972010-03-30 14:39:30 +08005451void intel_release_load_detect_pipe(struct intel_encoder *intel_encoder,
Chris Wilson8261b192011-04-19 23:18:09 +01005452 struct drm_connector *connector,
5453 struct intel_load_detect_pipe *old)
Jesse Barnes79e53942008-11-07 14:24:08 -08005454{
Chris Wilson4ef69c72010-09-09 15:14:28 +01005455 struct drm_encoder *encoder = &intel_encoder->base;
Jesse Barnes79e53942008-11-07 14:24:08 -08005456 struct drm_device *dev = encoder->dev;
5457 struct drm_crtc *crtc = encoder->crtc;
5458 struct drm_encoder_helper_funcs *encoder_funcs = encoder->helper_private;
5459 struct drm_crtc_helper_funcs *crtc_funcs = crtc->helper_private;
5460
Chris Wilsond2dff872011-04-19 08:36:26 +01005461 DRM_DEBUG_KMS("[CONNECTOR:%d:%s], [ENCODER:%d:%s]\n",
5462 connector->base.id, drm_get_connector_name(connector),
5463 encoder->base.id, drm_get_encoder_name(encoder));
5464
Chris Wilson8261b192011-04-19 23:18:09 +01005465 if (old->load_detect_temp) {
Zhenyu Wangc1c43972010-03-30 14:39:30 +08005466 connector->encoder = NULL;
Jesse Barnes79e53942008-11-07 14:24:08 -08005467 drm_helper_disable_unused_functions(dev);
Chris Wilsond2dff872011-04-19 08:36:26 +01005468
5469 if (old->release_fb)
5470 old->release_fb->funcs->destroy(old->release_fb);
5471
Chris Wilson0622a532011-04-21 09:32:11 +01005472 return;
Jesse Barnes79e53942008-11-07 14:24:08 -08005473 }
5474
Eric Anholtc751ce42010-03-25 11:48:48 -07005475 /* Switch crtc and encoder back off if necessary */
Chris Wilson0622a532011-04-21 09:32:11 +01005476 if (old->dpms_mode != DRM_MODE_DPMS_ON) {
5477 encoder_funcs->dpms(encoder, old->dpms_mode);
Chris Wilson8261b192011-04-19 23:18:09 +01005478 crtc_funcs->dpms(crtc, old->dpms_mode);
Jesse Barnes79e53942008-11-07 14:24:08 -08005479 }
5480}
5481
5482/* Returns the clock of the currently programmed mode of the given pipe. */
5483static int intel_crtc_clock_get(struct drm_device *dev, struct drm_crtc *crtc)
5484{
5485 struct drm_i915_private *dev_priv = dev->dev_private;
5486 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
5487 int pipe = intel_crtc->pipe;
Jesse Barnes548f2452011-02-17 10:40:53 -08005488 u32 dpll = I915_READ(DPLL(pipe));
Jesse Barnes79e53942008-11-07 14:24:08 -08005489 u32 fp;
5490 intel_clock_t clock;
5491
5492 if ((dpll & DISPLAY_RATE_SELECT_FPA1) == 0)
Chris Wilson39adb7a2011-04-22 22:17:21 +01005493 fp = I915_READ(FP0(pipe));
Jesse Barnes79e53942008-11-07 14:24:08 -08005494 else
Chris Wilson39adb7a2011-04-22 22:17:21 +01005495 fp = I915_READ(FP1(pipe));
Jesse Barnes79e53942008-11-07 14:24:08 -08005496
5497 clock.m1 = (fp & FP_M1_DIV_MASK) >> FP_M1_DIV_SHIFT;
Adam Jacksonf2b115e2009-12-03 17:14:42 -05005498 if (IS_PINEVIEW(dev)) {
5499 clock.n = ffs((fp & FP_N_PINEVIEW_DIV_MASK) >> FP_N_DIV_SHIFT) - 1;
5500 clock.m2 = (fp & FP_M2_PINEVIEW_DIV_MASK) >> FP_M2_DIV_SHIFT;
Shaohua Li21778322009-02-23 15:19:16 +08005501 } else {
5502 clock.n = (fp & FP_N_DIV_MASK) >> FP_N_DIV_SHIFT;
5503 clock.m2 = (fp & FP_M2_DIV_MASK) >> FP_M2_DIV_SHIFT;
5504 }
5505
Chris Wilsona6c45cf2010-09-17 00:32:17 +01005506 if (!IS_GEN2(dev)) {
Adam Jacksonf2b115e2009-12-03 17:14:42 -05005507 if (IS_PINEVIEW(dev))
5508 clock.p1 = ffs((dpll & DPLL_FPA01_P1_POST_DIV_MASK_PINEVIEW) >>
5509 DPLL_FPA01_P1_POST_DIV_SHIFT_PINEVIEW);
Shaohua Li21778322009-02-23 15:19:16 +08005510 else
5511 clock.p1 = ffs((dpll & DPLL_FPA01_P1_POST_DIV_MASK) >>
Jesse Barnes79e53942008-11-07 14:24:08 -08005512 DPLL_FPA01_P1_POST_DIV_SHIFT);
5513
5514 switch (dpll & DPLL_MODE_MASK) {
5515 case DPLLB_MODE_DAC_SERIAL:
5516 clock.p2 = dpll & DPLL_DAC_SERIAL_P2_CLOCK_DIV_5 ?
5517 5 : 10;
5518 break;
5519 case DPLLB_MODE_LVDS:
5520 clock.p2 = dpll & DPLLB_LVDS_P2_CLOCK_DIV_7 ?
5521 7 : 14;
5522 break;
5523 default:
Zhao Yakui28c97732009-10-09 11:39:41 +08005524 DRM_DEBUG_KMS("Unknown DPLL mode %08x in programmed "
Jesse Barnes79e53942008-11-07 14:24:08 -08005525 "mode\n", (int)(dpll & DPLL_MODE_MASK));
5526 return 0;
5527 }
5528
5529 /* XXX: Handle the 100Mhz refclk */
Shaohua Li21778322009-02-23 15:19:16 +08005530 intel_clock(dev, 96000, &clock);
Jesse Barnes79e53942008-11-07 14:24:08 -08005531 } else {
5532 bool is_lvds = (pipe == 1) && (I915_READ(LVDS) & LVDS_PORT_EN);
5533
5534 if (is_lvds) {
5535 clock.p1 = ffs((dpll & DPLL_FPA01_P1_POST_DIV_MASK_I830_LVDS) >>
5536 DPLL_FPA01_P1_POST_DIV_SHIFT);
5537 clock.p2 = 14;
5538
5539 if ((dpll & PLL_REF_INPUT_MASK) ==
5540 PLLB_REF_INPUT_SPREADSPECTRUMIN) {
5541 /* XXX: might not be 66MHz */
Shaohua Li21778322009-02-23 15:19:16 +08005542 intel_clock(dev, 66000, &clock);
Jesse Barnes79e53942008-11-07 14:24:08 -08005543 } else
Shaohua Li21778322009-02-23 15:19:16 +08005544 intel_clock(dev, 48000, &clock);
Jesse Barnes79e53942008-11-07 14:24:08 -08005545 } else {
5546 if (dpll & PLL_P1_DIVIDE_BY_TWO)
5547 clock.p1 = 2;
5548 else {
5549 clock.p1 = ((dpll & DPLL_FPA01_P1_POST_DIV_MASK_I830) >>
5550 DPLL_FPA01_P1_POST_DIV_SHIFT) + 2;
5551 }
5552 if (dpll & PLL_P2_DIVIDE_BY_4)
5553 clock.p2 = 4;
5554 else
5555 clock.p2 = 2;
5556
Shaohua Li21778322009-02-23 15:19:16 +08005557 intel_clock(dev, 48000, &clock);
Jesse Barnes79e53942008-11-07 14:24:08 -08005558 }
5559 }
5560
5561 /* XXX: It would be nice to validate the clocks, but we can't reuse
5562 * i830PllIsValid() because it relies on the xf86_config connector
5563 * configuration being accurate, which it isn't necessarily.
5564 */
5565
5566 return clock.dot;
5567}
5568
5569/** Returns the currently programmed mode of the given pipe. */
5570struct drm_display_mode *intel_crtc_mode_get(struct drm_device *dev,
5571 struct drm_crtc *crtc)
5572{
Jesse Barnes548f2452011-02-17 10:40:53 -08005573 struct drm_i915_private *dev_priv = dev->dev_private;
Jesse Barnes79e53942008-11-07 14:24:08 -08005574 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
5575 int pipe = intel_crtc->pipe;
5576 struct drm_display_mode *mode;
Jesse Barnes548f2452011-02-17 10:40:53 -08005577 int htot = I915_READ(HTOTAL(pipe));
5578 int hsync = I915_READ(HSYNC(pipe));
5579 int vtot = I915_READ(VTOTAL(pipe));
5580 int vsync = I915_READ(VSYNC(pipe));
Jesse Barnes79e53942008-11-07 14:24:08 -08005581
5582 mode = kzalloc(sizeof(*mode), GFP_KERNEL);
5583 if (!mode)
5584 return NULL;
5585
5586 mode->clock = intel_crtc_clock_get(dev, crtc);
5587 mode->hdisplay = (htot & 0xffff) + 1;
5588 mode->htotal = ((htot & 0xffff0000) >> 16) + 1;
5589 mode->hsync_start = (hsync & 0xffff) + 1;
5590 mode->hsync_end = ((hsync & 0xffff0000) >> 16) + 1;
5591 mode->vdisplay = (vtot & 0xffff) + 1;
5592 mode->vtotal = ((vtot & 0xffff0000) >> 16) + 1;
5593 mode->vsync_start = (vsync & 0xffff) + 1;
5594 mode->vsync_end = ((vsync & 0xffff0000) >> 16) + 1;
5595
5596 drm_mode_set_name(mode);
Jesse Barnes79e53942008-11-07 14:24:08 -08005597
5598 return mode;
5599}
5600
Jesse Barnes652c3932009-08-17 13:31:43 -07005601#define GPU_IDLE_TIMEOUT 500 /* ms */
5602
5603/* When this timer fires, we've been idle for awhile */
5604static void intel_gpu_idle_timer(unsigned long arg)
5605{
5606 struct drm_device *dev = (struct drm_device *)arg;
5607 drm_i915_private_t *dev_priv = dev->dev_private;
5608
Chris Wilsonff7ea4c2010-12-08 09:43:41 +00005609 if (!list_empty(&dev_priv->mm.active_list)) {
5610 /* Still processing requests, so just re-arm the timer. */
5611 mod_timer(&dev_priv->idle_timer, jiffies +
5612 msecs_to_jiffies(GPU_IDLE_TIMEOUT));
5613 return;
5614 }
Jesse Barnes652c3932009-08-17 13:31:43 -07005615
Chris Wilsonff7ea4c2010-12-08 09:43:41 +00005616 dev_priv->busy = false;
Eric Anholt01dfba92009-09-06 15:18:53 -07005617 queue_work(dev_priv->wq, &dev_priv->idle_work);
Jesse Barnes652c3932009-08-17 13:31:43 -07005618}
5619
Jesse Barnes652c3932009-08-17 13:31:43 -07005620#define CRTC_IDLE_TIMEOUT 1000 /* ms */
5621
5622static void intel_crtc_idle_timer(unsigned long arg)
5623{
5624 struct intel_crtc *intel_crtc = (struct intel_crtc *)arg;
5625 struct drm_crtc *crtc = &intel_crtc->base;
5626 drm_i915_private_t *dev_priv = crtc->dev->dev_private;
Chris Wilsonff7ea4c2010-12-08 09:43:41 +00005627 struct intel_framebuffer *intel_fb;
5628
5629 intel_fb = to_intel_framebuffer(crtc->fb);
5630 if (intel_fb && intel_fb->obj->active) {
5631 /* The framebuffer is still being accessed by the GPU. */
5632 mod_timer(&intel_crtc->idle_timer, jiffies +
5633 msecs_to_jiffies(CRTC_IDLE_TIMEOUT));
5634 return;
5635 }
Jesse Barnes652c3932009-08-17 13:31:43 -07005636
Jesse Barnes652c3932009-08-17 13:31:43 -07005637 intel_crtc->busy = false;
Eric Anholt01dfba92009-09-06 15:18:53 -07005638 queue_work(dev_priv->wq, &dev_priv->idle_work);
Jesse Barnes652c3932009-08-17 13:31:43 -07005639}
5640
Daniel Vetter3dec0092010-08-20 21:40:52 +02005641static void intel_increase_pllclock(struct drm_crtc *crtc)
Jesse Barnes652c3932009-08-17 13:31:43 -07005642{
5643 struct drm_device *dev = crtc->dev;
5644 drm_i915_private_t *dev_priv = dev->dev_private;
5645 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
5646 int pipe = intel_crtc->pipe;
Jesse Barnesdbdc6472010-12-30 09:36:39 -08005647 int dpll_reg = DPLL(pipe);
5648 int dpll;
Jesse Barnes652c3932009-08-17 13:31:43 -07005649
Eric Anholtbad720f2009-10-22 16:11:14 -07005650 if (HAS_PCH_SPLIT(dev))
Jesse Barnes652c3932009-08-17 13:31:43 -07005651 return;
5652
5653 if (!dev_priv->lvds_downclock_avail)
5654 return;
5655
Jesse Barnesdbdc6472010-12-30 09:36:39 -08005656 dpll = I915_READ(dpll_reg);
Jesse Barnes652c3932009-08-17 13:31:43 -07005657 if (!HAS_PIPE_CXSR(dev) && (dpll & DISPLAY_RATE_SELECT_FPA1)) {
Zhao Yakui44d98a62009-10-09 11:39:40 +08005658 DRM_DEBUG_DRIVER("upclocking LVDS\n");
Jesse Barnes652c3932009-08-17 13:31:43 -07005659
Sean Paul8ac5a6d2012-02-13 13:14:51 -05005660 assert_panel_unlocked(dev_priv, pipe);
Jesse Barnes652c3932009-08-17 13:31:43 -07005661
5662 dpll &= ~DISPLAY_RATE_SELECT_FPA1;
5663 I915_WRITE(dpll_reg, dpll);
Jesse Barnes9d0498a2010-08-18 13:20:54 -07005664 intel_wait_for_vblank(dev, pipe);
Jesse Barnesdbdc6472010-12-30 09:36:39 -08005665
Jesse Barnes652c3932009-08-17 13:31:43 -07005666 dpll = I915_READ(dpll_reg);
5667 if (dpll & DISPLAY_RATE_SELECT_FPA1)
Zhao Yakui44d98a62009-10-09 11:39:40 +08005668 DRM_DEBUG_DRIVER("failed to upclock LVDS!\n");
Jesse Barnes652c3932009-08-17 13:31:43 -07005669 }
5670
5671 /* Schedule downclock */
Daniel Vetter3dec0092010-08-20 21:40:52 +02005672 mod_timer(&intel_crtc->idle_timer, jiffies +
5673 msecs_to_jiffies(CRTC_IDLE_TIMEOUT));
Jesse Barnes652c3932009-08-17 13:31:43 -07005674}
5675
5676static void intel_decrease_pllclock(struct drm_crtc *crtc)
5677{
5678 struct drm_device *dev = crtc->dev;
5679 drm_i915_private_t *dev_priv = dev->dev_private;
5680 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
Jesse Barnes652c3932009-08-17 13:31:43 -07005681
Eric Anholtbad720f2009-10-22 16:11:14 -07005682 if (HAS_PCH_SPLIT(dev))
Jesse Barnes652c3932009-08-17 13:31:43 -07005683 return;
5684
5685 if (!dev_priv->lvds_downclock_avail)
5686 return;
5687
5688 /*
5689 * Since this is called by a timer, we should never get here in
5690 * the manual case.
5691 */
5692 if (!HAS_PIPE_CXSR(dev) && intel_crtc->lowfreq_avail) {
Chris Wilson074b5e12012-05-02 12:07:06 +01005693 int pipe = intel_crtc->pipe;
5694 int dpll_reg = DPLL(pipe);
Daniel Vetterdc257cf2012-05-07 11:30:46 +02005695 int dpll;
Chris Wilson074b5e12012-05-02 12:07:06 +01005696
Zhao Yakui44d98a62009-10-09 11:39:40 +08005697 DRM_DEBUG_DRIVER("downclocking LVDS\n");
Jesse Barnes652c3932009-08-17 13:31:43 -07005698
Sean Paul8ac5a6d2012-02-13 13:14:51 -05005699 assert_panel_unlocked(dev_priv, pipe);
Jesse Barnes652c3932009-08-17 13:31:43 -07005700
Chris Wilson074b5e12012-05-02 12:07:06 +01005701 dpll = I915_READ(dpll_reg);
Jesse Barnes652c3932009-08-17 13:31:43 -07005702 dpll |= DISPLAY_RATE_SELECT_FPA1;
5703 I915_WRITE(dpll_reg, dpll);
Jesse Barnes9d0498a2010-08-18 13:20:54 -07005704 intel_wait_for_vblank(dev, pipe);
Jesse Barnes652c3932009-08-17 13:31:43 -07005705 dpll = I915_READ(dpll_reg);
5706 if (!(dpll & DISPLAY_RATE_SELECT_FPA1))
Zhao Yakui44d98a62009-10-09 11:39:40 +08005707 DRM_DEBUG_DRIVER("failed to downclock LVDS!\n");
Jesse Barnes652c3932009-08-17 13:31:43 -07005708 }
5709
5710}
5711
5712/**
5713 * intel_idle_update - adjust clocks for idleness
5714 * @work: work struct
5715 *
5716 * Either the GPU or display (or both) went idle. Check the busy status
5717 * here and adjust the CRTC and GPU clocks as necessary.
5718 */
5719static void intel_idle_update(struct work_struct *work)
5720{
5721 drm_i915_private_t *dev_priv = container_of(work, drm_i915_private_t,
5722 idle_work);
5723 struct drm_device *dev = dev_priv->dev;
5724 struct drm_crtc *crtc;
5725 struct intel_crtc *intel_crtc;
5726
5727 if (!i915_powersave)
5728 return;
5729
5730 mutex_lock(&dev->struct_mutex);
5731
Jesse Barnes7648fa92010-05-20 14:28:11 -07005732 i915_update_gfx_val(dev_priv);
5733
Jesse Barnes652c3932009-08-17 13:31:43 -07005734 list_for_each_entry(crtc, &dev->mode_config.crtc_list, head) {
5735 /* Skip inactive CRTCs */
5736 if (!crtc->fb)
5737 continue;
5738
5739 intel_crtc = to_intel_crtc(crtc);
5740 if (!intel_crtc->busy)
5741 intel_decrease_pllclock(crtc);
5742 }
5743
Li Peng45ac22c2010-06-12 23:38:35 +08005744
Jesse Barnes652c3932009-08-17 13:31:43 -07005745 mutex_unlock(&dev->struct_mutex);
5746}
5747
5748/**
5749 * intel_mark_busy - mark the GPU and possibly the display busy
5750 * @dev: drm device
5751 * @obj: object we're operating on
5752 *
5753 * Callers can use this function to indicate that the GPU is busy processing
5754 * commands. If @obj matches one of the CRTC objects (i.e. it's a scanout
5755 * buffer), we'll also mark the display as busy, so we know to increase its
5756 * clock frequency.
5757 */
Chris Wilson05394f32010-11-08 19:18:58 +00005758void intel_mark_busy(struct drm_device *dev, struct drm_i915_gem_object *obj)
Jesse Barnes652c3932009-08-17 13:31:43 -07005759{
5760 drm_i915_private_t *dev_priv = dev->dev_private;
5761 struct drm_crtc *crtc = NULL;
5762 struct intel_framebuffer *intel_fb;
5763 struct intel_crtc *intel_crtc;
5764
Zhenyu Wang5e17ee72009-09-03 09:30:06 +08005765 if (!drm_core_check_feature(dev, DRIVER_MODESET))
5766 return;
5767
Chris Wilson91041832012-04-26 11:28:42 +01005768 if (!dev_priv->busy) {
5769 intel_sanitize_pm(dev);
Chris Wilson28cf7982009-11-30 01:08:56 +00005770 dev_priv->busy = true;
Chris Wilson91041832012-04-26 11:28:42 +01005771 } else
Chris Wilson28cf7982009-11-30 01:08:56 +00005772 mod_timer(&dev_priv->idle_timer, jiffies +
5773 msecs_to_jiffies(GPU_IDLE_TIMEOUT));
Jesse Barnes652c3932009-08-17 13:31:43 -07005774
Chris Wilsonacb87df2012-05-03 15:47:57 +01005775 if (obj == NULL)
5776 return;
5777
Jesse Barnes652c3932009-08-17 13:31:43 -07005778 list_for_each_entry(crtc, &dev->mode_config.crtc_list, head) {
5779 if (!crtc->fb)
5780 continue;
5781
5782 intel_crtc = to_intel_crtc(crtc);
5783 intel_fb = to_intel_framebuffer(crtc->fb);
5784 if (intel_fb->obj == obj) {
5785 if (!intel_crtc->busy) {
5786 /* Non-busy -> busy, upclock */
Daniel Vetter3dec0092010-08-20 21:40:52 +02005787 intel_increase_pllclock(crtc);
Jesse Barnes652c3932009-08-17 13:31:43 -07005788 intel_crtc->busy = true;
5789 } else {
5790 /* Busy -> busy, put off timer */
5791 mod_timer(&intel_crtc->idle_timer, jiffies +
5792 msecs_to_jiffies(CRTC_IDLE_TIMEOUT));
5793 }
5794 }
5795 }
5796}
5797
Jesse Barnes79e53942008-11-07 14:24:08 -08005798static void intel_crtc_destroy(struct drm_crtc *crtc)
5799{
5800 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
Daniel Vetter67e77c52010-08-20 22:26:30 +02005801 struct drm_device *dev = crtc->dev;
5802 struct intel_unpin_work *work;
5803 unsigned long flags;
5804
5805 spin_lock_irqsave(&dev->event_lock, flags);
5806 work = intel_crtc->unpin_work;
5807 intel_crtc->unpin_work = NULL;
5808 spin_unlock_irqrestore(&dev->event_lock, flags);
5809
5810 if (work) {
5811 cancel_work_sync(&work->work);
5812 kfree(work);
5813 }
Jesse Barnes79e53942008-11-07 14:24:08 -08005814
5815 drm_crtc_cleanup(crtc);
Daniel Vetter67e77c52010-08-20 22:26:30 +02005816
Jesse Barnes79e53942008-11-07 14:24:08 -08005817 kfree(intel_crtc);
5818}
5819
Kristian Høgsberg6b95a202009-11-18 11:25:18 -05005820static void intel_unpin_work_fn(struct work_struct *__work)
5821{
5822 struct intel_unpin_work *work =
5823 container_of(__work, struct intel_unpin_work, work);
5824
5825 mutex_lock(&work->dev->struct_mutex);
Chris Wilson1690e1e2011-12-14 13:57:08 +01005826 intel_unpin_fb_obj(work->old_fb_obj);
Chris Wilson05394f32010-11-08 19:18:58 +00005827 drm_gem_object_unreference(&work->pending_flip_obj->base);
5828 drm_gem_object_unreference(&work->old_fb_obj->base);
Chris Wilsond9e86c02010-11-10 16:40:20 +00005829
Chris Wilson7782de32011-07-08 12:22:41 +01005830 intel_update_fbc(work->dev);
Kristian Høgsberg6b95a202009-11-18 11:25:18 -05005831 mutex_unlock(&work->dev->struct_mutex);
5832 kfree(work);
5833}
5834
Jesse Barnes1afe3e92010-03-26 10:35:20 -07005835static void do_intel_finish_page_flip(struct drm_device *dev,
Mario Kleiner49b14a52010-12-09 07:00:07 +01005836 struct drm_crtc *crtc)
Kristian Høgsberg6b95a202009-11-18 11:25:18 -05005837{
5838 drm_i915_private_t *dev_priv = dev->dev_private;
Kristian Høgsberg6b95a202009-11-18 11:25:18 -05005839 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
5840 struct intel_unpin_work *work;
Chris Wilson05394f32010-11-08 19:18:58 +00005841 struct drm_i915_gem_object *obj;
Kristian Høgsberg6b95a202009-11-18 11:25:18 -05005842 struct drm_pending_vblank_event *e;
Mario Kleiner49b14a52010-12-09 07:00:07 +01005843 struct timeval tnow, tvbl;
Kristian Høgsberg6b95a202009-11-18 11:25:18 -05005844 unsigned long flags;
5845
5846 /* Ignore early vblank irqs */
5847 if (intel_crtc == NULL)
5848 return;
5849
Mario Kleiner49b14a52010-12-09 07:00:07 +01005850 do_gettimeofday(&tnow);
5851
Kristian Høgsberg6b95a202009-11-18 11:25:18 -05005852 spin_lock_irqsave(&dev->event_lock, flags);
5853 work = intel_crtc->unpin_work;
5854 if (work == NULL || !work->pending) {
5855 spin_unlock_irqrestore(&dev->event_lock, flags);
5856 return;
5857 }
5858
5859 intel_crtc->unpin_work = NULL;
Kristian Høgsberg6b95a202009-11-18 11:25:18 -05005860
5861 if (work->event) {
5862 e = work->event;
Mario Kleiner49b14a52010-12-09 07:00:07 +01005863 e->event.sequence = drm_vblank_count_and_time(dev, intel_crtc->pipe, &tvbl);
Mario Kleiner0af7e4d2010-12-08 04:07:19 +01005864
5865 /* Called before vblank count and timestamps have
5866 * been updated for the vblank interval of flip
5867 * completion? Need to increment vblank count and
5868 * add one videorefresh duration to returned timestamp
Mario Kleiner49b14a52010-12-09 07:00:07 +01005869 * to account for this. We assume this happened if we
5870 * get called over 0.9 frame durations after the last
5871 * timestamped vblank.
5872 *
5873 * This calculation can not be used with vrefresh rates
5874 * below 5Hz (10Hz to be on the safe side) without
5875 * promoting to 64 integers.
Mario Kleiner0af7e4d2010-12-08 04:07:19 +01005876 */
Mario Kleiner49b14a52010-12-09 07:00:07 +01005877 if (10 * (timeval_to_ns(&tnow) - timeval_to_ns(&tvbl)) >
5878 9 * crtc->framedur_ns) {
Mario Kleiner0af7e4d2010-12-08 04:07:19 +01005879 e->event.sequence++;
Mario Kleiner49b14a52010-12-09 07:00:07 +01005880 tvbl = ns_to_timeval(timeval_to_ns(&tvbl) +
5881 crtc->framedur_ns);
Mario Kleiner0af7e4d2010-12-08 04:07:19 +01005882 }
5883
Mario Kleiner49b14a52010-12-09 07:00:07 +01005884 e->event.tv_sec = tvbl.tv_sec;
5885 e->event.tv_usec = tvbl.tv_usec;
Mario Kleiner0af7e4d2010-12-08 04:07:19 +01005886
Kristian Høgsberg6b95a202009-11-18 11:25:18 -05005887 list_add_tail(&e->base.link,
5888 &e->base.file_priv->event_list);
5889 wake_up_interruptible(&e->base.file_priv->event_wait);
5890 }
5891
Mario Kleiner0af7e4d2010-12-08 04:07:19 +01005892 drm_vblank_put(dev, intel_crtc->pipe);
5893
Kristian Høgsberg6b95a202009-11-18 11:25:18 -05005894 spin_unlock_irqrestore(&dev->event_lock, flags);
5895
Chris Wilson05394f32010-11-08 19:18:58 +00005896 obj = work->old_fb_obj;
Chris Wilsond9e86c02010-11-10 16:40:20 +00005897
Chris Wilsone59f2ba2010-10-07 17:28:15 +01005898 atomic_clear_mask(1 << intel_crtc->plane,
Chris Wilson05394f32010-11-08 19:18:58 +00005899 &obj->pending_flip.counter);
5900 if (atomic_read(&obj->pending_flip) == 0)
Chris Wilsonf787a5f2010-09-24 16:02:42 +01005901 wake_up(&dev_priv->pending_flip_queue);
Chris Wilsond9e86c02010-11-10 16:40:20 +00005902
Kristian Høgsberg6b95a202009-11-18 11:25:18 -05005903 schedule_work(&work->work);
Jesse Barnese5510fa2010-07-01 16:48:37 -07005904
5905 trace_i915_flip_complete(intel_crtc->plane, work->pending_flip_obj);
Kristian Høgsberg6b95a202009-11-18 11:25:18 -05005906}
5907
Jesse Barnes1afe3e92010-03-26 10:35:20 -07005908void intel_finish_page_flip(struct drm_device *dev, int pipe)
5909{
5910 drm_i915_private_t *dev_priv = dev->dev_private;
5911 struct drm_crtc *crtc = dev_priv->pipe_to_crtc_mapping[pipe];
5912
Mario Kleiner49b14a52010-12-09 07:00:07 +01005913 do_intel_finish_page_flip(dev, crtc);
Jesse Barnes1afe3e92010-03-26 10:35:20 -07005914}
5915
5916void intel_finish_page_flip_plane(struct drm_device *dev, int plane)
5917{
5918 drm_i915_private_t *dev_priv = dev->dev_private;
5919 struct drm_crtc *crtc = dev_priv->plane_to_crtc_mapping[plane];
5920
Mario Kleiner49b14a52010-12-09 07:00:07 +01005921 do_intel_finish_page_flip(dev, crtc);
Jesse Barnes1afe3e92010-03-26 10:35:20 -07005922}
5923
Kristian Høgsberg6b95a202009-11-18 11:25:18 -05005924void intel_prepare_page_flip(struct drm_device *dev, int plane)
5925{
5926 drm_i915_private_t *dev_priv = dev->dev_private;
5927 struct intel_crtc *intel_crtc =
5928 to_intel_crtc(dev_priv->plane_to_crtc_mapping[plane]);
5929 unsigned long flags;
5930
5931 spin_lock_irqsave(&dev->event_lock, flags);
Jesse Barnesde3f4402010-01-14 13:18:02 -08005932 if (intel_crtc->unpin_work) {
Simon Farnsworth4e5359c2010-09-01 17:47:52 +01005933 if ((++intel_crtc->unpin_work->pending) > 1)
5934 DRM_ERROR("Prepared flip multiple times\n");
Jesse Barnesde3f4402010-01-14 13:18:02 -08005935 } else {
5936 DRM_DEBUG_DRIVER("preparing flip with no unpin work?\n");
5937 }
Kristian Høgsberg6b95a202009-11-18 11:25:18 -05005938 spin_unlock_irqrestore(&dev->event_lock, flags);
5939}
5940
Jesse Barnes8c9f3aa2011-06-16 09:19:13 -07005941static int intel_gen2_queue_flip(struct drm_device *dev,
5942 struct drm_crtc *crtc,
5943 struct drm_framebuffer *fb,
5944 struct drm_i915_gem_object *obj)
5945{
5946 struct drm_i915_private *dev_priv = dev->dev_private;
5947 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
5948 unsigned long offset;
5949 u32 flip_mask;
Daniel Vetter6d90c952012-04-26 23:28:05 +02005950 struct intel_ring_buffer *ring = &dev_priv->ring[RCS];
Jesse Barnes8c9f3aa2011-06-16 09:19:13 -07005951 int ret;
5952
Daniel Vetter6d90c952012-04-26 23:28:05 +02005953 ret = intel_pin_and_fence_fb_obj(dev, obj, ring);
Jesse Barnes8c9f3aa2011-06-16 09:19:13 -07005954 if (ret)
Chris Wilson83d40922012-04-17 19:35:53 +01005955 goto err;
Jesse Barnes8c9f3aa2011-06-16 09:19:13 -07005956
5957 /* Offset into the new buffer for cases of shared fbs between CRTCs */
Ville Syrjälä01f2c772011-12-20 00:06:49 +02005958 offset = crtc->y * fb->pitches[0] + crtc->x * fb->bits_per_pixel/8;
Jesse Barnes8c9f3aa2011-06-16 09:19:13 -07005959
Daniel Vetter6d90c952012-04-26 23:28:05 +02005960 ret = intel_ring_begin(ring, 6);
Jesse Barnes8c9f3aa2011-06-16 09:19:13 -07005961 if (ret)
Chris Wilson83d40922012-04-17 19:35:53 +01005962 goto err_unpin;
Jesse Barnes8c9f3aa2011-06-16 09:19:13 -07005963
5964 /* Can't queue multiple flips, so wait for the previous
5965 * one to finish before executing the next.
5966 */
5967 if (intel_crtc->plane)
5968 flip_mask = MI_WAIT_FOR_PLANE_B_FLIP;
5969 else
5970 flip_mask = MI_WAIT_FOR_PLANE_A_FLIP;
Daniel Vetter6d90c952012-04-26 23:28:05 +02005971 intel_ring_emit(ring, MI_WAIT_FOR_EVENT | flip_mask);
5972 intel_ring_emit(ring, MI_NOOP);
5973 intel_ring_emit(ring, MI_DISPLAY_FLIP |
5974 MI_DISPLAY_FLIP_PLANE(intel_crtc->plane));
5975 intel_ring_emit(ring, fb->pitches[0]);
5976 intel_ring_emit(ring, obj->gtt_offset + offset);
5977 intel_ring_emit(ring, 0); /* aux display base address, unused */
5978 intel_ring_advance(ring);
Chris Wilson83d40922012-04-17 19:35:53 +01005979 return 0;
5980
5981err_unpin:
5982 intel_unpin_fb_obj(obj);
5983err:
Jesse Barnes8c9f3aa2011-06-16 09:19:13 -07005984 return ret;
5985}
5986
5987static int intel_gen3_queue_flip(struct drm_device *dev,
5988 struct drm_crtc *crtc,
5989 struct drm_framebuffer *fb,
5990 struct drm_i915_gem_object *obj)
5991{
5992 struct drm_i915_private *dev_priv = dev->dev_private;
5993 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
5994 unsigned long offset;
5995 u32 flip_mask;
Daniel Vetter6d90c952012-04-26 23:28:05 +02005996 struct intel_ring_buffer *ring = &dev_priv->ring[RCS];
Jesse Barnes8c9f3aa2011-06-16 09:19:13 -07005997 int ret;
5998
Daniel Vetter6d90c952012-04-26 23:28:05 +02005999 ret = intel_pin_and_fence_fb_obj(dev, obj, ring);
Jesse Barnes8c9f3aa2011-06-16 09:19:13 -07006000 if (ret)
Chris Wilson83d40922012-04-17 19:35:53 +01006001 goto err;
Jesse Barnes8c9f3aa2011-06-16 09:19:13 -07006002
6003 /* Offset into the new buffer for cases of shared fbs between CRTCs */
Ville Syrjälä01f2c772011-12-20 00:06:49 +02006004 offset = crtc->y * fb->pitches[0] + crtc->x * fb->bits_per_pixel/8;
Jesse Barnes8c9f3aa2011-06-16 09:19:13 -07006005
Daniel Vetter6d90c952012-04-26 23:28:05 +02006006 ret = intel_ring_begin(ring, 6);
Jesse Barnes8c9f3aa2011-06-16 09:19:13 -07006007 if (ret)
Chris Wilson83d40922012-04-17 19:35:53 +01006008 goto err_unpin;
Jesse Barnes8c9f3aa2011-06-16 09:19:13 -07006009
6010 if (intel_crtc->plane)
6011 flip_mask = MI_WAIT_FOR_PLANE_B_FLIP;
6012 else
6013 flip_mask = MI_WAIT_FOR_PLANE_A_FLIP;
Daniel Vetter6d90c952012-04-26 23:28:05 +02006014 intel_ring_emit(ring, MI_WAIT_FOR_EVENT | flip_mask);
6015 intel_ring_emit(ring, MI_NOOP);
6016 intel_ring_emit(ring, MI_DISPLAY_FLIP_I915 |
6017 MI_DISPLAY_FLIP_PLANE(intel_crtc->plane));
6018 intel_ring_emit(ring, fb->pitches[0]);
6019 intel_ring_emit(ring, obj->gtt_offset + offset);
6020 intel_ring_emit(ring, MI_NOOP);
Jesse Barnes8c9f3aa2011-06-16 09:19:13 -07006021
Daniel Vetter6d90c952012-04-26 23:28:05 +02006022 intel_ring_advance(ring);
Chris Wilson83d40922012-04-17 19:35:53 +01006023 return 0;
6024
6025err_unpin:
6026 intel_unpin_fb_obj(obj);
6027err:
Jesse Barnes8c9f3aa2011-06-16 09:19:13 -07006028 return ret;
6029}
6030
6031static int intel_gen4_queue_flip(struct drm_device *dev,
6032 struct drm_crtc *crtc,
6033 struct drm_framebuffer *fb,
6034 struct drm_i915_gem_object *obj)
6035{
6036 struct drm_i915_private *dev_priv = dev->dev_private;
6037 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
6038 uint32_t pf, pipesrc;
Daniel Vetter6d90c952012-04-26 23:28:05 +02006039 struct intel_ring_buffer *ring = &dev_priv->ring[RCS];
Jesse Barnes8c9f3aa2011-06-16 09:19:13 -07006040 int ret;
6041
Daniel Vetter6d90c952012-04-26 23:28:05 +02006042 ret = intel_pin_and_fence_fb_obj(dev, obj, ring);
Jesse Barnes8c9f3aa2011-06-16 09:19:13 -07006043 if (ret)
Chris Wilson83d40922012-04-17 19:35:53 +01006044 goto err;
Jesse Barnes8c9f3aa2011-06-16 09:19:13 -07006045
Daniel Vetter6d90c952012-04-26 23:28:05 +02006046 ret = intel_ring_begin(ring, 4);
Jesse Barnes8c9f3aa2011-06-16 09:19:13 -07006047 if (ret)
Chris Wilson83d40922012-04-17 19:35:53 +01006048 goto err_unpin;
Jesse Barnes8c9f3aa2011-06-16 09:19:13 -07006049
6050 /* i965+ uses the linear or tiled offsets from the
6051 * Display Registers (which do not change across a page-flip)
6052 * so we need only reprogram the base address.
6053 */
Daniel Vetter6d90c952012-04-26 23:28:05 +02006054 intel_ring_emit(ring, MI_DISPLAY_FLIP |
6055 MI_DISPLAY_FLIP_PLANE(intel_crtc->plane));
6056 intel_ring_emit(ring, fb->pitches[0]);
6057 intel_ring_emit(ring, obj->gtt_offset | obj->tiling_mode);
Jesse Barnes8c9f3aa2011-06-16 09:19:13 -07006058
6059 /* XXX Enabling the panel-fitter across page-flip is so far
6060 * untested on non-native modes, so ignore it for now.
6061 * pf = I915_READ(pipe == 0 ? PFA_CTL_1 : PFB_CTL_1) & PF_ENABLE;
6062 */
6063 pf = 0;
6064 pipesrc = I915_READ(PIPESRC(intel_crtc->pipe)) & 0x0fff0fff;
Daniel Vetter6d90c952012-04-26 23:28:05 +02006065 intel_ring_emit(ring, pf | pipesrc);
6066 intel_ring_advance(ring);
Chris Wilson83d40922012-04-17 19:35:53 +01006067 return 0;
6068
6069err_unpin:
6070 intel_unpin_fb_obj(obj);
6071err:
Jesse Barnes8c9f3aa2011-06-16 09:19:13 -07006072 return ret;
6073}
6074
6075static int intel_gen6_queue_flip(struct drm_device *dev,
6076 struct drm_crtc *crtc,
6077 struct drm_framebuffer *fb,
6078 struct drm_i915_gem_object *obj)
6079{
6080 struct drm_i915_private *dev_priv = dev->dev_private;
6081 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
Daniel Vetter6d90c952012-04-26 23:28:05 +02006082 struct intel_ring_buffer *ring = &dev_priv->ring[RCS];
Jesse Barnes8c9f3aa2011-06-16 09:19:13 -07006083 uint32_t pf, pipesrc;
6084 int ret;
6085
Daniel Vetter6d90c952012-04-26 23:28:05 +02006086 ret = intel_pin_and_fence_fb_obj(dev, obj, ring);
Jesse Barnes8c9f3aa2011-06-16 09:19:13 -07006087 if (ret)
Chris Wilson83d40922012-04-17 19:35:53 +01006088 goto err;
Jesse Barnes8c9f3aa2011-06-16 09:19:13 -07006089
Daniel Vetter6d90c952012-04-26 23:28:05 +02006090 ret = intel_ring_begin(ring, 4);
Jesse Barnes8c9f3aa2011-06-16 09:19:13 -07006091 if (ret)
Chris Wilson83d40922012-04-17 19:35:53 +01006092 goto err_unpin;
Jesse Barnes8c9f3aa2011-06-16 09:19:13 -07006093
Daniel Vetter6d90c952012-04-26 23:28:05 +02006094 intel_ring_emit(ring, MI_DISPLAY_FLIP |
6095 MI_DISPLAY_FLIP_PLANE(intel_crtc->plane));
6096 intel_ring_emit(ring, fb->pitches[0] | obj->tiling_mode);
6097 intel_ring_emit(ring, obj->gtt_offset);
Jesse Barnes8c9f3aa2011-06-16 09:19:13 -07006098
Chris Wilson99d9acd2012-04-17 20:37:00 +01006099 /* Contrary to the suggestions in the documentation,
6100 * "Enable Panel Fitter" does not seem to be required when page
6101 * flipping with a non-native mode, and worse causes a normal
6102 * modeset to fail.
6103 * pf = I915_READ(PF_CTL(intel_crtc->pipe)) & PF_ENABLE;
6104 */
6105 pf = 0;
Jesse Barnes8c9f3aa2011-06-16 09:19:13 -07006106 pipesrc = I915_READ(PIPESRC(intel_crtc->pipe)) & 0x0fff0fff;
Daniel Vetter6d90c952012-04-26 23:28:05 +02006107 intel_ring_emit(ring, pf | pipesrc);
6108 intel_ring_advance(ring);
Chris Wilson83d40922012-04-17 19:35:53 +01006109 return 0;
6110
6111err_unpin:
6112 intel_unpin_fb_obj(obj);
6113err:
Jesse Barnes8c9f3aa2011-06-16 09:19:13 -07006114 return ret;
6115}
6116
Jesse Barnes7c9017e2011-06-16 12:18:54 -07006117/*
6118 * On gen7 we currently use the blit ring because (in early silicon at least)
6119 * the render ring doesn't give us interrpts for page flip completion, which
6120 * means clients will hang after the first flip is queued. Fortunately the
6121 * blit ring generates interrupts properly, so use it instead.
6122 */
6123static int intel_gen7_queue_flip(struct drm_device *dev,
6124 struct drm_crtc *crtc,
6125 struct drm_framebuffer *fb,
6126 struct drm_i915_gem_object *obj)
6127{
6128 struct drm_i915_private *dev_priv = dev->dev_private;
6129 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
6130 struct intel_ring_buffer *ring = &dev_priv->ring[BCS];
6131 int ret;
6132
6133 ret = intel_pin_and_fence_fb_obj(dev, obj, ring);
6134 if (ret)
Chris Wilson83d40922012-04-17 19:35:53 +01006135 goto err;
Jesse Barnes7c9017e2011-06-16 12:18:54 -07006136
6137 ret = intel_ring_begin(ring, 4);
6138 if (ret)
Chris Wilson83d40922012-04-17 19:35:53 +01006139 goto err_unpin;
Jesse Barnes7c9017e2011-06-16 12:18:54 -07006140
6141 intel_ring_emit(ring, MI_DISPLAY_FLIP_I915 | (intel_crtc->plane << 19));
Ville Syrjälä01f2c772011-12-20 00:06:49 +02006142 intel_ring_emit(ring, (fb->pitches[0] | obj->tiling_mode));
Jesse Barnes7c9017e2011-06-16 12:18:54 -07006143 intel_ring_emit(ring, (obj->gtt_offset));
6144 intel_ring_emit(ring, (MI_NOOP));
6145 intel_ring_advance(ring);
Chris Wilson83d40922012-04-17 19:35:53 +01006146 return 0;
6147
6148err_unpin:
6149 intel_unpin_fb_obj(obj);
6150err:
Jesse Barnes7c9017e2011-06-16 12:18:54 -07006151 return ret;
6152}
6153
Jesse Barnes8c9f3aa2011-06-16 09:19:13 -07006154static int intel_default_queue_flip(struct drm_device *dev,
6155 struct drm_crtc *crtc,
6156 struct drm_framebuffer *fb,
6157 struct drm_i915_gem_object *obj)
6158{
6159 return -ENODEV;
6160}
6161
Kristian Høgsberg6b95a202009-11-18 11:25:18 -05006162static int intel_crtc_page_flip(struct drm_crtc *crtc,
6163 struct drm_framebuffer *fb,
6164 struct drm_pending_vblank_event *event)
6165{
6166 struct drm_device *dev = crtc->dev;
6167 struct drm_i915_private *dev_priv = dev->dev_private;
6168 struct intel_framebuffer *intel_fb;
Chris Wilson05394f32010-11-08 19:18:58 +00006169 struct drm_i915_gem_object *obj;
Kristian Høgsberg6b95a202009-11-18 11:25:18 -05006170 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
6171 struct intel_unpin_work *work;
Jesse Barnes8c9f3aa2011-06-16 09:19:13 -07006172 unsigned long flags;
Chris Wilson52e68632010-08-08 10:15:59 +01006173 int ret;
Kristian Høgsberg6b95a202009-11-18 11:25:18 -05006174
6175 work = kzalloc(sizeof *work, GFP_KERNEL);
6176 if (work == NULL)
6177 return -ENOMEM;
6178
Kristian Høgsberg6b95a202009-11-18 11:25:18 -05006179 work->event = event;
6180 work->dev = crtc->dev;
6181 intel_fb = to_intel_framebuffer(crtc->fb);
Jesse Barnesb1b87f62010-01-26 14:40:05 -08006182 work->old_fb_obj = intel_fb->obj;
Kristian Høgsberg6b95a202009-11-18 11:25:18 -05006183 INIT_WORK(&work->work, intel_unpin_work_fn);
6184
Jesse Barnes7317c75e62011-08-29 09:45:28 -07006185 ret = drm_vblank_get(dev, intel_crtc->pipe);
6186 if (ret)
6187 goto free_work;
6188
Kristian Høgsberg6b95a202009-11-18 11:25:18 -05006189 /* We borrow the event spin lock for protecting unpin_work */
6190 spin_lock_irqsave(&dev->event_lock, flags);
6191 if (intel_crtc->unpin_work) {
6192 spin_unlock_irqrestore(&dev->event_lock, flags);
6193 kfree(work);
Jesse Barnes7317c75e62011-08-29 09:45:28 -07006194 drm_vblank_put(dev, intel_crtc->pipe);
Chris Wilson468f0b42010-05-27 13:18:13 +01006195
6196 DRM_DEBUG_DRIVER("flip queue: crtc already busy\n");
Kristian Høgsberg6b95a202009-11-18 11:25:18 -05006197 return -EBUSY;
6198 }
6199 intel_crtc->unpin_work = work;
6200 spin_unlock_irqrestore(&dev->event_lock, flags);
6201
6202 intel_fb = to_intel_framebuffer(fb);
6203 obj = intel_fb->obj;
6204
Chris Wilson468f0b42010-05-27 13:18:13 +01006205 mutex_lock(&dev->struct_mutex);
Kristian Høgsberg6b95a202009-11-18 11:25:18 -05006206
Jesse Barnes75dfca82010-02-10 15:09:44 -08006207 /* Reference the objects for the scheduled work. */
Chris Wilson05394f32010-11-08 19:18:58 +00006208 drm_gem_object_reference(&work->old_fb_obj->base);
6209 drm_gem_object_reference(&obj->base);
Kristian Høgsberg6b95a202009-11-18 11:25:18 -05006210
6211 crtc->fb = fb;
Chris Wilson96b099f2010-06-07 14:03:04 +01006212
Chris Wilsone1f99ce2010-10-27 12:45:26 +01006213 work->pending_flip_obj = obj;
Chris Wilsone1f99ce2010-10-27 12:45:26 +01006214
Simon Farnsworth4e5359c2010-09-01 17:47:52 +01006215 work->enable_stall_check = true;
6216
Chris Wilsone1f99ce2010-10-27 12:45:26 +01006217 /* Block clients from rendering to the new back buffer until
6218 * the flip occurs and the object is no longer visible.
6219 */
Chris Wilson05394f32010-11-08 19:18:58 +00006220 atomic_add(1 << intel_crtc->plane, &work->old_fb_obj->pending_flip);
Chris Wilsone1f99ce2010-10-27 12:45:26 +01006221
Jesse Barnes8c9f3aa2011-06-16 09:19:13 -07006222 ret = dev_priv->display.queue_flip(dev, crtc, fb, obj);
6223 if (ret)
6224 goto cleanup_pending;
Kristian Høgsberg6b95a202009-11-18 11:25:18 -05006225
Chris Wilson7782de32011-07-08 12:22:41 +01006226 intel_disable_fbc(dev);
Chris Wilsonacb87df2012-05-03 15:47:57 +01006227 intel_mark_busy(dev, obj);
Kristian Høgsberg6b95a202009-11-18 11:25:18 -05006228 mutex_unlock(&dev->struct_mutex);
6229
Jesse Barnese5510fa2010-07-01 16:48:37 -07006230 trace_i915_flip_request(intel_crtc->plane, obj);
6231
Kristian Høgsberg6b95a202009-11-18 11:25:18 -05006232 return 0;
Chris Wilson96b099f2010-06-07 14:03:04 +01006233
Jesse Barnes8c9f3aa2011-06-16 09:19:13 -07006234cleanup_pending:
6235 atomic_sub(1 << intel_crtc->plane, &work->old_fb_obj->pending_flip);
Chris Wilson05394f32010-11-08 19:18:58 +00006236 drm_gem_object_unreference(&work->old_fb_obj->base);
6237 drm_gem_object_unreference(&obj->base);
Chris Wilson96b099f2010-06-07 14:03:04 +01006238 mutex_unlock(&dev->struct_mutex);
6239
6240 spin_lock_irqsave(&dev->event_lock, flags);
6241 intel_crtc->unpin_work = NULL;
6242 spin_unlock_irqrestore(&dev->event_lock, flags);
6243
Jesse Barnes7317c75e62011-08-29 09:45:28 -07006244 drm_vblank_put(dev, intel_crtc->pipe);
6245free_work:
Chris Wilson96b099f2010-06-07 14:03:04 +01006246 kfree(work);
6247
6248 return ret;
Kristian Høgsberg6b95a202009-11-18 11:25:18 -05006249}
6250
Chris Wilson47f1c6c2010-12-03 15:37:31 +00006251static void intel_sanitize_modesetting(struct drm_device *dev,
6252 int pipe, int plane)
6253{
6254 struct drm_i915_private *dev_priv = dev->dev_private;
6255 u32 reg, val;
6256
Chris Wilsonf47166d2012-03-22 15:00:50 +00006257 /* Clear any frame start delays used for debugging left by the BIOS */
6258 for_each_pipe(pipe) {
6259 reg = PIPECONF(pipe);
6260 I915_WRITE(reg, I915_READ(reg) & ~PIPECONF_FRAME_START_DELAY_MASK);
6261 }
6262
Chris Wilson47f1c6c2010-12-03 15:37:31 +00006263 if (HAS_PCH_SPLIT(dev))
6264 return;
6265
6266 /* Who knows what state these registers were left in by the BIOS or
6267 * grub?
6268 *
6269 * If we leave the registers in a conflicting state (e.g. with the
6270 * display plane reading from the other pipe than the one we intend
6271 * to use) then when we attempt to teardown the active mode, we will
6272 * not disable the pipes and planes in the correct order -- leaving
6273 * a plane reading from a disabled pipe and possibly leading to
6274 * undefined behaviour.
6275 */
6276
6277 reg = DSPCNTR(plane);
6278 val = I915_READ(reg);
6279
6280 if ((val & DISPLAY_PLANE_ENABLE) == 0)
6281 return;
6282 if (!!(val & DISPPLANE_SEL_PIPE_MASK) == pipe)
6283 return;
6284
6285 /* This display plane is active and attached to the other CPU pipe. */
6286 pipe = !pipe;
6287
6288 /* Disable the plane and wait for it to stop reading from the pipe. */
Jesse Barnesb24e7172011-01-04 15:09:30 -08006289 intel_disable_plane(dev_priv, plane, pipe);
6290 intel_disable_pipe(dev_priv, pipe);
Chris Wilson47f1c6c2010-12-03 15:37:31 +00006291}
Jesse Barnes79e53942008-11-07 14:24:08 -08006292
Chris Wilsonf6e5b162011-04-12 18:06:51 +01006293static void intel_crtc_reset(struct drm_crtc *crtc)
6294{
6295 struct drm_device *dev = crtc->dev;
6296 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
6297
6298 /* Reset flags back to the 'unknown' status so that they
6299 * will be correctly set on the initial modeset.
6300 */
6301 intel_crtc->dpms_mode = -1;
6302
6303 /* We need to fix up any BIOS configuration that conflicts with
6304 * our expectations.
6305 */
6306 intel_sanitize_modesetting(dev, intel_crtc->pipe, intel_crtc->plane);
6307}
6308
6309static struct drm_crtc_helper_funcs intel_helper_funcs = {
6310 .dpms = intel_crtc_dpms,
6311 .mode_fixup = intel_crtc_mode_fixup,
6312 .mode_set = intel_crtc_mode_set,
6313 .mode_set_base = intel_pipe_set_base,
6314 .mode_set_base_atomic = intel_pipe_set_base_atomic,
6315 .load_lut = intel_crtc_load_lut,
6316 .disable = intel_crtc_disable,
6317};
6318
6319static const struct drm_crtc_funcs intel_crtc_funcs = {
6320 .reset = intel_crtc_reset,
6321 .cursor_set = intel_crtc_cursor_set,
6322 .cursor_move = intel_crtc_cursor_move,
6323 .gamma_set = intel_crtc_gamma_set,
6324 .set_config = drm_crtc_helper_set_config,
6325 .destroy = intel_crtc_destroy,
6326 .page_flip = intel_crtc_page_flip,
6327};
6328
Jesse Barnesee7b9f92012-04-20 17:11:53 +01006329static void intel_pch_pll_init(struct drm_device *dev)
6330{
6331 drm_i915_private_t *dev_priv = dev->dev_private;
6332 int i;
6333
6334 if (dev_priv->num_pch_pll == 0) {
6335 DRM_DEBUG_KMS("No PCH PLLs on this hardware, skipping initialisation\n");
6336 return;
6337 }
6338
6339 for (i = 0; i < dev_priv->num_pch_pll; i++) {
6340 dev_priv->pch_plls[i].pll_reg = _PCH_DPLL(i);
6341 dev_priv->pch_plls[i].fp0_reg = _PCH_FP0(i);
6342 dev_priv->pch_plls[i].fp1_reg = _PCH_FP1(i);
6343 }
6344}
6345
Hannes Ederb358d0a2008-12-18 21:18:47 +01006346static void intel_crtc_init(struct drm_device *dev, int pipe)
Jesse Barnes79e53942008-11-07 14:24:08 -08006347{
Jesse Barnes22fd0fa2009-12-02 13:42:53 -08006348 drm_i915_private_t *dev_priv = dev->dev_private;
Jesse Barnes79e53942008-11-07 14:24:08 -08006349 struct intel_crtc *intel_crtc;
6350 int i;
6351
6352 intel_crtc = kzalloc(sizeof(struct intel_crtc) + (INTELFB_CONN_LIMIT * sizeof(struct drm_connector *)), GFP_KERNEL);
6353 if (intel_crtc == NULL)
6354 return;
6355
6356 drm_crtc_init(dev, &intel_crtc->base, &intel_crtc_funcs);
6357
6358 drm_mode_crtc_set_gamma_size(&intel_crtc->base, 256);
Jesse Barnes79e53942008-11-07 14:24:08 -08006359 for (i = 0; i < 256; i++) {
6360 intel_crtc->lut_r[i] = i;
6361 intel_crtc->lut_g[i] = i;
6362 intel_crtc->lut_b[i] = i;
6363 }
6364
Jesse Barnes80824002009-09-10 15:28:06 -07006365 /* Swap pipes & planes for FBC on pre-965 */
6366 intel_crtc->pipe = pipe;
6367 intel_crtc->plane = pipe;
Chris Wilsone2e767a2010-09-13 16:53:12 +01006368 if (IS_MOBILE(dev) && IS_GEN3(dev)) {
Zhao Yakui28c97732009-10-09 11:39:41 +08006369 DRM_DEBUG_KMS("swapping pipes & planes for FBC\n");
Chris Wilsone2e767a2010-09-13 16:53:12 +01006370 intel_crtc->plane = !pipe;
Jesse Barnes80824002009-09-10 15:28:06 -07006371 }
6372
Jesse Barnes22fd0fa2009-12-02 13:42:53 -08006373 BUG_ON(pipe >= ARRAY_SIZE(dev_priv->plane_to_crtc_mapping) ||
6374 dev_priv->plane_to_crtc_mapping[intel_crtc->plane] != NULL);
6375 dev_priv->plane_to_crtc_mapping[intel_crtc->plane] = &intel_crtc->base;
6376 dev_priv->pipe_to_crtc_mapping[intel_crtc->pipe] = &intel_crtc->base;
6377
Chris Wilson5d1d0cc2011-01-24 15:02:15 +00006378 intel_crtc_reset(&intel_crtc->base);
Chris Wilson04dbff52011-02-10 17:38:35 +00006379 intel_crtc->active = true; /* force the pipe off on setup_init_config */
Jesse Barnes5a354202011-06-24 12:19:22 -07006380 intel_crtc->bpp = 24; /* default for pre-Ironlake */
Jesse Barnes7e7d76c2010-09-10 10:47:20 -07006381
6382 if (HAS_PCH_SPLIT(dev)) {
6383 intel_helper_funcs.prepare = ironlake_crtc_prepare;
6384 intel_helper_funcs.commit = ironlake_crtc_commit;
6385 } else {
6386 intel_helper_funcs.prepare = i9xx_crtc_prepare;
6387 intel_helper_funcs.commit = i9xx_crtc_commit;
6388 }
6389
Jesse Barnes79e53942008-11-07 14:24:08 -08006390 drm_crtc_helper_add(&intel_crtc->base, &intel_helper_funcs);
6391
Jesse Barnes652c3932009-08-17 13:31:43 -07006392 intel_crtc->busy = false;
6393
6394 setup_timer(&intel_crtc->idle_timer, intel_crtc_idle_timer,
6395 (unsigned long)intel_crtc);
Jesse Barnes79e53942008-11-07 14:24:08 -08006396}
6397
Carl Worth08d7b3d2009-04-29 14:43:54 -07006398int intel_get_pipe_from_crtc_id(struct drm_device *dev, void *data,
Chris Wilson05394f32010-11-08 19:18:58 +00006399 struct drm_file *file)
Carl Worth08d7b3d2009-04-29 14:43:54 -07006400{
Carl Worth08d7b3d2009-04-29 14:43:54 -07006401 struct drm_i915_get_pipe_from_crtc_id *pipe_from_crtc_id = data;
Daniel Vetterc05422d2009-08-11 16:05:30 +02006402 struct drm_mode_object *drmmode_obj;
6403 struct intel_crtc *crtc;
Carl Worth08d7b3d2009-04-29 14:43:54 -07006404
Daniel Vetter1cff8f62012-04-24 09:55:08 +02006405 if (!drm_core_check_feature(dev, DRIVER_MODESET))
6406 return -ENODEV;
Carl Worth08d7b3d2009-04-29 14:43:54 -07006407
Daniel Vetterc05422d2009-08-11 16:05:30 +02006408 drmmode_obj = drm_mode_object_find(dev, pipe_from_crtc_id->crtc_id,
6409 DRM_MODE_OBJECT_CRTC);
Carl Worth08d7b3d2009-04-29 14:43:54 -07006410
Daniel Vetterc05422d2009-08-11 16:05:30 +02006411 if (!drmmode_obj) {
Carl Worth08d7b3d2009-04-29 14:43:54 -07006412 DRM_ERROR("no such CRTC id\n");
6413 return -EINVAL;
6414 }
6415
Daniel Vetterc05422d2009-08-11 16:05:30 +02006416 crtc = to_intel_crtc(obj_to_crtc(drmmode_obj));
6417 pipe_from_crtc_id->pipe = crtc->pipe;
Carl Worth08d7b3d2009-04-29 14:43:54 -07006418
Daniel Vetterc05422d2009-08-11 16:05:30 +02006419 return 0;
Carl Worth08d7b3d2009-04-29 14:43:54 -07006420}
6421
Zhenyu Wangc5e4df32010-03-30 14:39:27 +08006422static int intel_encoder_clones(struct drm_device *dev, int type_mask)
Jesse Barnes79e53942008-11-07 14:24:08 -08006423{
Chris Wilson4ef69c72010-09-09 15:14:28 +01006424 struct intel_encoder *encoder;
Jesse Barnes79e53942008-11-07 14:24:08 -08006425 int index_mask = 0;
Jesse Barnes79e53942008-11-07 14:24:08 -08006426 int entry = 0;
6427
Chris Wilson4ef69c72010-09-09 15:14:28 +01006428 list_for_each_entry(encoder, &dev->mode_config.encoder_list, base.head) {
6429 if (type_mask & encoder->clone_mask)
Jesse Barnes79e53942008-11-07 14:24:08 -08006430 index_mask |= (1 << entry);
6431 entry++;
6432 }
Chris Wilson4ef69c72010-09-09 15:14:28 +01006433
Jesse Barnes79e53942008-11-07 14:24:08 -08006434 return index_mask;
6435}
6436
Chris Wilson4d302442010-12-14 19:21:29 +00006437static bool has_edp_a(struct drm_device *dev)
6438{
6439 struct drm_i915_private *dev_priv = dev->dev_private;
6440
6441 if (!IS_MOBILE(dev))
6442 return false;
6443
6444 if ((I915_READ(DP_A) & DP_DETECTED) == 0)
6445 return false;
6446
6447 if (IS_GEN5(dev) &&
6448 (I915_READ(ILK_DISPLAY_CHICKEN_FUSES) & ILK_eDP_A_DISABLE))
6449 return false;
6450
6451 return true;
6452}
6453
Jesse Barnes79e53942008-11-07 14:24:08 -08006454static void intel_setup_outputs(struct drm_device *dev)
6455{
Eric Anholt725e30a2009-01-22 13:01:02 -08006456 struct drm_i915_private *dev_priv = dev->dev_private;
Chris Wilson4ef69c72010-09-09 15:14:28 +01006457 struct intel_encoder *encoder;
Adam Jacksoncb0953d2010-07-16 14:46:29 -04006458 bool dpd_is_edp = false;
Chris Wilsonf3cfcba2012-02-09 09:35:53 +00006459 bool has_lvds;
Jesse Barnes79e53942008-11-07 14:24:08 -08006460
Chris Wilsonf3cfcba2012-02-09 09:35:53 +00006461 has_lvds = intel_lvds_init(dev);
Chris Wilsonc5d1b512010-11-29 18:00:23 +00006462 if (!has_lvds && !HAS_PCH_SPLIT(dev)) {
6463 /* disable the panel fitter on everything but LVDS */
6464 I915_WRITE(PFIT_CONTROL, 0);
6465 }
Jesse Barnes79e53942008-11-07 14:24:08 -08006466
Eric Anholtbad720f2009-10-22 16:11:14 -07006467 if (HAS_PCH_SPLIT(dev)) {
Adam Jacksoncb0953d2010-07-16 14:46:29 -04006468 dpd_is_edp = intel_dpd_is_edp(dev);
Zhenyu Wang30ad48b2009-06-05 15:38:43 +08006469
Chris Wilson4d302442010-12-14 19:21:29 +00006470 if (has_edp_a(dev))
Zhenyu Wang32f9d652009-07-24 01:00:32 +08006471 intel_dp_init(dev, DP_A);
6472
Adam Jacksoncb0953d2010-07-16 14:46:29 -04006473 if (dpd_is_edp && (I915_READ(PCH_DP_D) & DP_DETECTED))
6474 intel_dp_init(dev, PCH_DP_D);
6475 }
6476
6477 intel_crt_init(dev);
6478
Eugeni Dodonov0e72a5b2012-05-09 15:37:27 -03006479 if (IS_HASWELL(dev)) {
6480 int found;
6481
6482 /* Haswell uses DDI functions to detect digital outputs */
6483 found = I915_READ(DDI_BUF_CTL_A) & DDI_INIT_DISPLAY_DETECTED;
6484 /* DDI A only supports eDP */
6485 if (found)
6486 intel_ddi_init(dev, PORT_A);
6487
6488 /* DDI B, C and D detection is indicated by the SFUSE_STRAP
6489 * register */
6490 found = I915_READ(SFUSE_STRAP);
6491
6492 if (found & SFUSE_STRAP_DDIB_DETECTED)
6493 intel_ddi_init(dev, PORT_B);
6494 if (found & SFUSE_STRAP_DDIC_DETECTED)
6495 intel_ddi_init(dev, PORT_C);
6496 if (found & SFUSE_STRAP_DDID_DETECTED)
6497 intel_ddi_init(dev, PORT_D);
6498 } else if (HAS_PCH_SPLIT(dev)) {
Adam Jacksoncb0953d2010-07-16 14:46:29 -04006499 int found;
6500
Zhenyu Wang30ad48b2009-06-05 15:38:43 +08006501 if (I915_READ(HDMIB) & PORT_DETECTED) {
Zhao Yakui461ed3c2010-03-30 15:11:33 +08006502 /* PCH SDVOB multiplex with HDMIB */
Daniel Vettereef4eac2012-03-23 23:43:35 +01006503 found = intel_sdvo_init(dev, PCH_SDVOB, true);
Zhenyu Wang30ad48b2009-06-05 15:38:43 +08006504 if (!found)
6505 intel_hdmi_init(dev, HDMIB);
Zhenyu Wang5eb08b62009-07-24 01:00:31 +08006506 if (!found && (I915_READ(PCH_DP_B) & DP_DETECTED))
6507 intel_dp_init(dev, PCH_DP_B);
Zhenyu Wang30ad48b2009-06-05 15:38:43 +08006508 }
6509
6510 if (I915_READ(HDMIC) & PORT_DETECTED)
6511 intel_hdmi_init(dev, HDMIC);
6512
6513 if (I915_READ(HDMID) & PORT_DETECTED)
6514 intel_hdmi_init(dev, HDMID);
6515
Zhenyu Wang5eb08b62009-07-24 01:00:31 +08006516 if (I915_READ(PCH_DP_C) & DP_DETECTED)
6517 intel_dp_init(dev, PCH_DP_C);
6518
Adam Jacksoncb0953d2010-07-16 14:46:29 -04006519 if (!dpd_is_edp && (I915_READ(PCH_DP_D) & DP_DETECTED))
Zhenyu Wang5eb08b62009-07-24 01:00:31 +08006520 intel_dp_init(dev, PCH_DP_D);
6521
Zhenyu Wang103a1962009-11-27 11:44:36 +08006522 } else if (SUPPORTS_DIGITAL_OUTPUTS(dev)) {
Ma Ling27185ae2009-08-24 13:50:23 +08006523 bool found = false;
Eric Anholt7d573822009-01-02 13:33:00 -08006524
Eric Anholt725e30a2009-01-22 13:01:02 -08006525 if (I915_READ(SDVOB) & SDVO_DETECTED) {
Jesse Barnesb01f2c32009-12-11 11:07:17 -08006526 DRM_DEBUG_KMS("probing SDVOB\n");
Daniel Vettereef4eac2012-03-23 23:43:35 +01006527 found = intel_sdvo_init(dev, SDVOB, true);
Jesse Barnesb01f2c32009-12-11 11:07:17 -08006528 if (!found && SUPPORTS_INTEGRATED_HDMI(dev)) {
6529 DRM_DEBUG_KMS("probing HDMI on SDVOB\n");
Eric Anholt725e30a2009-01-22 13:01:02 -08006530 intel_hdmi_init(dev, SDVOB);
Jesse Barnesb01f2c32009-12-11 11:07:17 -08006531 }
Ma Ling27185ae2009-08-24 13:50:23 +08006532
Jesse Barnesb01f2c32009-12-11 11:07:17 -08006533 if (!found && SUPPORTS_INTEGRATED_DP(dev)) {
6534 DRM_DEBUG_KMS("probing DP_B\n");
Keith Packarda4fc5ed2009-04-07 16:16:42 -07006535 intel_dp_init(dev, DP_B);
Jesse Barnesb01f2c32009-12-11 11:07:17 -08006536 }
Eric Anholt725e30a2009-01-22 13:01:02 -08006537 }
Kristian Høgsberg13520b02009-03-13 15:42:14 -04006538
6539 /* Before G4X SDVOC doesn't have its own detect register */
Kristian Høgsberg13520b02009-03-13 15:42:14 -04006540
Jesse Barnesb01f2c32009-12-11 11:07:17 -08006541 if (I915_READ(SDVOB) & SDVO_DETECTED) {
6542 DRM_DEBUG_KMS("probing SDVOC\n");
Daniel Vettereef4eac2012-03-23 23:43:35 +01006543 found = intel_sdvo_init(dev, SDVOC, false);
Jesse Barnesb01f2c32009-12-11 11:07:17 -08006544 }
Ma Ling27185ae2009-08-24 13:50:23 +08006545
6546 if (!found && (I915_READ(SDVOC) & SDVO_DETECTED)) {
6547
Jesse Barnesb01f2c32009-12-11 11:07:17 -08006548 if (SUPPORTS_INTEGRATED_HDMI(dev)) {
6549 DRM_DEBUG_KMS("probing HDMI on SDVOC\n");
Eric Anholt725e30a2009-01-22 13:01:02 -08006550 intel_hdmi_init(dev, SDVOC);
Jesse Barnesb01f2c32009-12-11 11:07:17 -08006551 }
6552 if (SUPPORTS_INTEGRATED_DP(dev)) {
6553 DRM_DEBUG_KMS("probing DP_C\n");
Keith Packarda4fc5ed2009-04-07 16:16:42 -07006554 intel_dp_init(dev, DP_C);
Jesse Barnesb01f2c32009-12-11 11:07:17 -08006555 }
Eric Anholt725e30a2009-01-22 13:01:02 -08006556 }
Ma Ling27185ae2009-08-24 13:50:23 +08006557
Jesse Barnesb01f2c32009-12-11 11:07:17 -08006558 if (SUPPORTS_INTEGRATED_DP(dev) &&
6559 (I915_READ(DP_D) & DP_DETECTED)) {
6560 DRM_DEBUG_KMS("probing DP_D\n");
Keith Packarda4fc5ed2009-04-07 16:16:42 -07006561 intel_dp_init(dev, DP_D);
Jesse Barnesb01f2c32009-12-11 11:07:17 -08006562 }
Eric Anholtbad720f2009-10-22 16:11:14 -07006563 } else if (IS_GEN2(dev))
Jesse Barnes79e53942008-11-07 14:24:08 -08006564 intel_dvo_init(dev);
6565
Zhenyu Wang103a1962009-11-27 11:44:36 +08006566 if (SUPPORTS_TV(dev))
Jesse Barnes79e53942008-11-07 14:24:08 -08006567 intel_tv_init(dev);
6568
Chris Wilson4ef69c72010-09-09 15:14:28 +01006569 list_for_each_entry(encoder, &dev->mode_config.encoder_list, base.head) {
6570 encoder->base.possible_crtcs = encoder->crtc_mask;
6571 encoder->base.possible_clones =
6572 intel_encoder_clones(dev, encoder->clone_mask);
Jesse Barnes79e53942008-11-07 14:24:08 -08006573 }
Chris Wilson47356eb2011-01-11 17:06:04 +00006574
Chris Wilson2c7111d2011-03-29 10:40:27 +01006575 /* disable all the possible outputs/crtcs before entering KMS mode */
6576 drm_helper_disable_unused_functions(dev);
Keith Packard9fb526d2011-09-26 22:24:57 -07006577
6578 if (HAS_PCH_SPLIT(dev))
6579 ironlake_init_pch_refclk(dev);
Jesse Barnes79e53942008-11-07 14:24:08 -08006580}
6581
6582static void intel_user_framebuffer_destroy(struct drm_framebuffer *fb)
6583{
6584 struct intel_framebuffer *intel_fb = to_intel_framebuffer(fb);
Jesse Barnes79e53942008-11-07 14:24:08 -08006585
6586 drm_framebuffer_cleanup(fb);
Chris Wilson05394f32010-11-08 19:18:58 +00006587 drm_gem_object_unreference_unlocked(&intel_fb->obj->base);
Jesse Barnes79e53942008-11-07 14:24:08 -08006588
6589 kfree(intel_fb);
6590}
6591
6592static int intel_user_framebuffer_create_handle(struct drm_framebuffer *fb,
Chris Wilson05394f32010-11-08 19:18:58 +00006593 struct drm_file *file,
Jesse Barnes79e53942008-11-07 14:24:08 -08006594 unsigned int *handle)
6595{
6596 struct intel_framebuffer *intel_fb = to_intel_framebuffer(fb);
Chris Wilson05394f32010-11-08 19:18:58 +00006597 struct drm_i915_gem_object *obj = intel_fb->obj;
Jesse Barnes79e53942008-11-07 14:24:08 -08006598
Chris Wilson05394f32010-11-08 19:18:58 +00006599 return drm_gem_handle_create(file, &obj->base, handle);
Jesse Barnes79e53942008-11-07 14:24:08 -08006600}
6601
6602static const struct drm_framebuffer_funcs intel_fb_funcs = {
6603 .destroy = intel_user_framebuffer_destroy,
6604 .create_handle = intel_user_framebuffer_create_handle,
6605};
6606
Dave Airlie38651672010-03-30 05:34:13 +00006607int intel_framebuffer_init(struct drm_device *dev,
6608 struct intel_framebuffer *intel_fb,
Jesse Barnes308e5bc2011-11-14 14:51:28 -08006609 struct drm_mode_fb_cmd2 *mode_cmd,
Chris Wilson05394f32010-11-08 19:18:58 +00006610 struct drm_i915_gem_object *obj)
Jesse Barnes79e53942008-11-07 14:24:08 -08006611{
Jesse Barnes79e53942008-11-07 14:24:08 -08006612 int ret;
6613
Chris Wilson05394f32010-11-08 19:18:58 +00006614 if (obj->tiling_mode == I915_TILING_Y)
Chris Wilson57cd6502010-08-08 12:34:44 +01006615 return -EINVAL;
6616
Jesse Barnes308e5bc2011-11-14 14:51:28 -08006617 if (mode_cmd->pitches[0] & 63)
Chris Wilson57cd6502010-08-08 12:34:44 +01006618 return -EINVAL;
6619
Jesse Barnes308e5bc2011-11-14 14:51:28 -08006620 switch (mode_cmd->pixel_format) {
Ville Syrjälä04b39242011-11-17 18:05:13 +02006621 case DRM_FORMAT_RGB332:
6622 case DRM_FORMAT_RGB565:
6623 case DRM_FORMAT_XRGB8888:
Jesse Barnesb250da72012-03-07 08:49:29 -08006624 case DRM_FORMAT_XBGR8888:
Ville Syrjälä04b39242011-11-17 18:05:13 +02006625 case DRM_FORMAT_ARGB8888:
6626 case DRM_FORMAT_XRGB2101010:
6627 case DRM_FORMAT_ARGB2101010:
Jesse Barnes308e5bc2011-11-14 14:51:28 -08006628 /* RGB formats are common across chipsets */
Jesse Barnesb5626742011-06-24 12:19:27 -07006629 break;
Ville Syrjälä04b39242011-11-17 18:05:13 +02006630 case DRM_FORMAT_YUYV:
6631 case DRM_FORMAT_UYVY:
6632 case DRM_FORMAT_YVYU:
6633 case DRM_FORMAT_VYUY:
Chris Wilson57cd6502010-08-08 12:34:44 +01006634 break;
6635 default:
Eugeni Dodonovaca25842012-01-17 15:25:45 -02006636 DRM_DEBUG_KMS("unsupported pixel format %u\n",
6637 mode_cmd->pixel_format);
Chris Wilson57cd6502010-08-08 12:34:44 +01006638 return -EINVAL;
6639 }
6640
Jesse Barnes79e53942008-11-07 14:24:08 -08006641 ret = drm_framebuffer_init(dev, &intel_fb->base, &intel_fb_funcs);
6642 if (ret) {
6643 DRM_ERROR("framebuffer init failed %d\n", ret);
6644 return ret;
6645 }
6646
6647 drm_helper_mode_fill_fb_struct(&intel_fb->base, mode_cmd);
Jesse Barnes79e53942008-11-07 14:24:08 -08006648 intel_fb->obj = obj;
Jesse Barnes79e53942008-11-07 14:24:08 -08006649 return 0;
6650}
6651
Jesse Barnes79e53942008-11-07 14:24:08 -08006652static struct drm_framebuffer *
6653intel_user_framebuffer_create(struct drm_device *dev,
6654 struct drm_file *filp,
Jesse Barnes308e5bc2011-11-14 14:51:28 -08006655 struct drm_mode_fb_cmd2 *mode_cmd)
Jesse Barnes79e53942008-11-07 14:24:08 -08006656{
Chris Wilson05394f32010-11-08 19:18:58 +00006657 struct drm_i915_gem_object *obj;
Jesse Barnes79e53942008-11-07 14:24:08 -08006658
Jesse Barnes308e5bc2011-11-14 14:51:28 -08006659 obj = to_intel_bo(drm_gem_object_lookup(dev, filp,
6660 mode_cmd->handles[0]));
Chris Wilsonc8725222011-02-19 11:31:06 +00006661 if (&obj->base == NULL)
Chris Wilsoncce13ff2010-08-08 13:36:38 +01006662 return ERR_PTR(-ENOENT);
Jesse Barnes79e53942008-11-07 14:24:08 -08006663
Chris Wilsond2dff872011-04-19 08:36:26 +01006664 return intel_framebuffer_create(dev, mode_cmd, obj);
Jesse Barnes79e53942008-11-07 14:24:08 -08006665}
6666
Jesse Barnes79e53942008-11-07 14:24:08 -08006667static const struct drm_mode_config_funcs intel_mode_funcs = {
Jesse Barnes79e53942008-11-07 14:24:08 -08006668 .fb_create = intel_user_framebuffer_create,
Dave Airlieeb1f8e42010-05-07 06:42:51 +00006669 .output_poll_changed = intel_fb_output_poll_changed,
Jesse Barnes79e53942008-11-07 14:24:08 -08006670};
6671
Jesse Barnese70236a2009-09-21 10:42:27 -07006672/* Set up chip specific display functions */
6673static void intel_init_display(struct drm_device *dev)
6674{
6675 struct drm_i915_private *dev_priv = dev->dev_private;
6676
6677 /* We always want a DPMS function */
Eric Anholtf564048e2011-03-30 13:01:02 -07006678 if (HAS_PCH_SPLIT(dev)) {
Adam Jacksonf2b115e2009-12-03 17:14:42 -05006679 dev_priv->display.dpms = ironlake_crtc_dpms;
Eric Anholtf564048e2011-03-30 13:01:02 -07006680 dev_priv->display.crtc_mode_set = ironlake_crtc_mode_set;
Jesse Barnesee7b9f92012-04-20 17:11:53 +01006681 dev_priv->display.off = ironlake_crtc_off;
Jesse Barnes17638cd2011-06-24 12:19:23 -07006682 dev_priv->display.update_plane = ironlake_update_plane;
Eric Anholtf564048e2011-03-30 13:01:02 -07006683 } else {
Jesse Barnese70236a2009-09-21 10:42:27 -07006684 dev_priv->display.dpms = i9xx_crtc_dpms;
Eric Anholtf564048e2011-03-30 13:01:02 -07006685 dev_priv->display.crtc_mode_set = i9xx_crtc_mode_set;
Jesse Barnesee7b9f92012-04-20 17:11:53 +01006686 dev_priv->display.off = i9xx_crtc_off;
Jesse Barnes17638cd2011-06-24 12:19:23 -07006687 dev_priv->display.update_plane = i9xx_update_plane;
Eric Anholtf564048e2011-03-30 13:01:02 -07006688 }
Jesse Barnese70236a2009-09-21 10:42:27 -07006689
Jesse Barnese70236a2009-09-21 10:42:27 -07006690 /* Returns the core display clock speed */
Jesse Barnes25eb05fc2012-03-28 13:39:23 -07006691 if (IS_VALLEYVIEW(dev))
6692 dev_priv->display.get_display_clock_speed =
6693 valleyview_get_display_clock_speed;
6694 else if (IS_I945G(dev) || (IS_G33(dev) && !IS_PINEVIEW_M(dev)))
Jesse Barnese70236a2009-09-21 10:42:27 -07006695 dev_priv->display.get_display_clock_speed =
6696 i945_get_display_clock_speed;
6697 else if (IS_I915G(dev))
6698 dev_priv->display.get_display_clock_speed =
6699 i915_get_display_clock_speed;
Adam Jacksonf2b115e2009-12-03 17:14:42 -05006700 else if (IS_I945GM(dev) || IS_845G(dev) || IS_PINEVIEW_M(dev))
Jesse Barnese70236a2009-09-21 10:42:27 -07006701 dev_priv->display.get_display_clock_speed =
6702 i9xx_misc_get_display_clock_speed;
6703 else if (IS_I915GM(dev))
6704 dev_priv->display.get_display_clock_speed =
6705 i915gm_get_display_clock_speed;
6706 else if (IS_I865G(dev))
6707 dev_priv->display.get_display_clock_speed =
6708 i865_get_display_clock_speed;
Daniel Vetterf0f8a9c2009-09-15 22:57:33 +02006709 else if (IS_I85X(dev))
Jesse Barnese70236a2009-09-21 10:42:27 -07006710 dev_priv->display.get_display_clock_speed =
6711 i855_get_display_clock_speed;
6712 else /* 852, 830 */
6713 dev_priv->display.get_display_clock_speed =
6714 i830_get_display_clock_speed;
6715
Zhenyu Wang7f8a8562010-04-01 13:07:53 +08006716 if (HAS_PCH_SPLIT(dev)) {
Chris Wilsonf00a3dd2010-10-21 14:57:17 +01006717 if (IS_GEN5(dev)) {
Jesse Barnes674cf962011-04-28 14:27:04 -07006718 dev_priv->display.fdi_link_train = ironlake_fdi_link_train;
Wu Fengguange0dac652011-09-05 14:25:34 +08006719 dev_priv->display.write_eld = ironlake_write_eld;
Yuanhan Liu13982612010-12-15 15:42:31 +08006720 } else if (IS_GEN6(dev)) {
Jesse Barnes674cf962011-04-28 14:27:04 -07006721 dev_priv->display.fdi_link_train = gen6_fdi_link_train;
Wu Fengguange0dac652011-09-05 14:25:34 +08006722 dev_priv->display.write_eld = ironlake_write_eld;
Jesse Barnes357555c2011-04-28 15:09:55 -07006723 } else if (IS_IVYBRIDGE(dev)) {
6724 /* FIXME: detect B0+ stepping and use auto training */
6725 dev_priv->display.fdi_link_train = ivb_manual_fdi_link_train;
Wu Fengguange0dac652011-09-05 14:25:34 +08006726 dev_priv->display.write_eld = ironlake_write_eld;
Eugeni Dodonovc82e4d22012-05-09 15:37:21 -03006727 } else if (IS_HASWELL(dev)) {
6728 dev_priv->display.fdi_link_train = hsw_fdi_link_train;
Eugeni Dodonov4abb3c82012-05-09 15:37:22 -03006729 dev_priv->display.write_eld = ironlake_write_eld;
Zhenyu Wang7f8a8562010-04-01 13:07:53 +08006730 } else
6731 dev_priv->display.update_wm = NULL;
Jesse Barnesceb04242012-03-28 13:39:22 -07006732 } else if (IS_VALLEYVIEW(dev)) {
Jesse Barnes575155a2012-03-28 13:39:37 -07006733 dev_priv->display.force_wake_get = vlv_force_wake_get;
6734 dev_priv->display.force_wake_put = vlv_force_wake_put;
Jesse Barnes6067aae2011-04-28 15:04:31 -07006735 } else if (IS_G4X(dev)) {
Wu Fengguange0dac652011-09-05 14:25:34 +08006736 dev_priv->display.write_eld = g4x_write_eld;
Jesse Barnese70236a2009-09-21 10:42:27 -07006737 }
Jesse Barnes8c9f3aa2011-06-16 09:19:13 -07006738
6739 /* Default just returns -ENODEV to indicate unsupported */
6740 dev_priv->display.queue_flip = intel_default_queue_flip;
6741
6742 switch (INTEL_INFO(dev)->gen) {
6743 case 2:
6744 dev_priv->display.queue_flip = intel_gen2_queue_flip;
6745 break;
6746
6747 case 3:
6748 dev_priv->display.queue_flip = intel_gen3_queue_flip;
6749 break;
6750
6751 case 4:
6752 case 5:
6753 dev_priv->display.queue_flip = intel_gen4_queue_flip;
6754 break;
6755
6756 case 6:
6757 dev_priv->display.queue_flip = intel_gen6_queue_flip;
6758 break;
Jesse Barnes7c9017e2011-06-16 12:18:54 -07006759 case 7:
6760 dev_priv->display.queue_flip = intel_gen7_queue_flip;
6761 break;
Jesse Barnes8c9f3aa2011-06-16 09:19:13 -07006762 }
Jesse Barnese70236a2009-09-21 10:42:27 -07006763}
6764
Jesse Barnesb690e962010-07-19 13:53:12 -07006765/*
6766 * Some BIOSes insist on assuming the GPU's pipe A is enabled at suspend,
6767 * resume, or other times. This quirk makes sure that's the case for
6768 * affected systems.
6769 */
Akshay Joshi0206e352011-08-16 15:34:10 -04006770static void quirk_pipea_force(struct drm_device *dev)
Jesse Barnesb690e962010-07-19 13:53:12 -07006771{
6772 struct drm_i915_private *dev_priv = dev->dev_private;
6773
6774 dev_priv->quirks |= QUIRK_PIPEA_FORCE;
Daniel Vetterbc0daf42012-04-01 13:16:49 +02006775 DRM_INFO("applying pipe a force quirk\n");
Jesse Barnesb690e962010-07-19 13:53:12 -07006776}
6777
Keith Packard435793d2011-07-12 14:56:22 -07006778/*
6779 * Some machines (Lenovo U160) do not work with SSC on LVDS for some reason
6780 */
6781static void quirk_ssc_force_disable(struct drm_device *dev)
6782{
6783 struct drm_i915_private *dev_priv = dev->dev_private;
6784 dev_priv->quirks |= QUIRK_LVDS_SSC_DISABLE;
Daniel Vetterbc0daf42012-04-01 13:16:49 +02006785 DRM_INFO("applying lvds SSC disable quirk\n");
Keith Packard435793d2011-07-12 14:56:22 -07006786}
6787
Carsten Emde4dca20e2012-03-15 15:56:26 +01006788/*
Carsten Emde5a15ab52012-03-15 15:56:27 +01006789 * A machine (e.g. Acer Aspire 5734Z) may need to invert the panel backlight
6790 * brightness value
Carsten Emde4dca20e2012-03-15 15:56:26 +01006791 */
6792static void quirk_invert_brightness(struct drm_device *dev)
6793{
6794 struct drm_i915_private *dev_priv = dev->dev_private;
6795 dev_priv->quirks |= QUIRK_INVERT_BRIGHTNESS;
Daniel Vetterbc0daf42012-04-01 13:16:49 +02006796 DRM_INFO("applying inverted panel brightness quirk\n");
Jesse Barnesb690e962010-07-19 13:53:12 -07006797}
6798
6799struct intel_quirk {
6800 int device;
6801 int subsystem_vendor;
6802 int subsystem_device;
6803 void (*hook)(struct drm_device *dev);
6804};
6805
Ben Widawskyc43b5632012-04-16 14:07:40 -07006806static struct intel_quirk intel_quirks[] = {
Jesse Barnesb690e962010-07-19 13:53:12 -07006807 /* HP Mini needs pipe A force quirk (LP: #322104) */
Akshay Joshi0206e352011-08-16 15:34:10 -04006808 { 0x27ae, 0x103c, 0x361a, quirk_pipea_force },
Jesse Barnesb690e962010-07-19 13:53:12 -07006809
6810 /* Thinkpad R31 needs pipe A force quirk */
6811 { 0x3577, 0x1014, 0x0505, quirk_pipea_force },
6812 /* Toshiba Protege R-205, S-209 needs pipe A force quirk */
6813 { 0x2592, 0x1179, 0x0001, quirk_pipea_force },
6814
6815 /* ThinkPad X30 needs pipe A force quirk (LP: #304614) */
6816 { 0x3577, 0x1014, 0x0513, quirk_pipea_force },
6817 /* ThinkPad X40 needs pipe A force quirk */
6818
6819 /* ThinkPad T60 needs pipe A force quirk (bug #16494) */
6820 { 0x2782, 0x17aa, 0x201a, quirk_pipea_force },
6821
6822 /* 855 & before need to leave pipe A & dpll A up */
6823 { 0x3582, PCI_ANY_ID, PCI_ANY_ID, quirk_pipea_force },
6824 { 0x2562, PCI_ANY_ID, PCI_ANY_ID, quirk_pipea_force },
Keith Packard435793d2011-07-12 14:56:22 -07006825
6826 /* Lenovo U160 cannot use SSC on LVDS */
6827 { 0x0046, 0x17aa, 0x3920, quirk_ssc_force_disable },
Michel Alexandre Salim070d3292011-07-28 18:52:06 +02006828
6829 /* Sony Vaio Y cannot use SSC on LVDS */
6830 { 0x0046, 0x104d, 0x9076, quirk_ssc_force_disable },
Carsten Emde5a15ab52012-03-15 15:56:27 +01006831
6832 /* Acer Aspire 5734Z must invert backlight brightness */
6833 { 0x2a42, 0x1025, 0x0459, quirk_invert_brightness },
Jesse Barnesb690e962010-07-19 13:53:12 -07006834};
6835
6836static void intel_init_quirks(struct drm_device *dev)
6837{
6838 struct pci_dev *d = dev->pdev;
6839 int i;
6840
6841 for (i = 0; i < ARRAY_SIZE(intel_quirks); i++) {
6842 struct intel_quirk *q = &intel_quirks[i];
6843
6844 if (d->device == q->device &&
6845 (d->subsystem_vendor == q->subsystem_vendor ||
6846 q->subsystem_vendor == PCI_ANY_ID) &&
6847 (d->subsystem_device == q->subsystem_device ||
6848 q->subsystem_device == PCI_ANY_ID))
6849 q->hook(dev);
6850 }
6851}
6852
Jesse Barnes9cce37f2010-08-13 15:11:26 -07006853/* Disable the VGA plane that we never use */
6854static void i915_disable_vga(struct drm_device *dev)
6855{
6856 struct drm_i915_private *dev_priv = dev->dev_private;
6857 u8 sr1;
6858 u32 vga_reg;
6859
6860 if (HAS_PCH_SPLIT(dev))
6861 vga_reg = CPU_VGACNTRL;
6862 else
6863 vga_reg = VGACNTRL;
6864
6865 vga_get_uninterruptible(dev->pdev, VGA_RSRC_LEGACY_IO);
Jesse Barnes3fdcf432012-04-06 11:46:27 -07006866 outb(SR01, VGA_SR_INDEX);
Jesse Barnes9cce37f2010-08-13 15:11:26 -07006867 sr1 = inb(VGA_SR_DATA);
6868 outb(sr1 | 1<<5, VGA_SR_DATA);
6869 vga_put(dev->pdev, VGA_RSRC_LEGACY_IO);
6870 udelay(300);
6871
6872 I915_WRITE(vga_reg, VGA_DISP_DISABLE);
6873 POSTING_READ(vga_reg);
6874}
6875
Jesse Barnesf82cfb62012-04-11 09:23:35 -07006876static void ivb_pch_pwm_override(struct drm_device *dev)
6877{
6878 struct drm_i915_private *dev_priv = dev->dev_private;
6879
6880 /*
6881 * IVB has CPU eDP backlight regs too, set things up to let the
6882 * PCH regs control the backlight
6883 */
6884 I915_WRITE(BLC_PWM_CPU_CTL2, PWM_ENABLE);
6885 I915_WRITE(BLC_PWM_CPU_CTL, 0);
6886 I915_WRITE(BLC_PWM_PCH_CTL1, PWM_ENABLE | (1<<30));
6887}
6888
Daniel Vetterf8175862012-04-10 15:50:11 +02006889void intel_modeset_init_hw(struct drm_device *dev)
6890{
6891 struct drm_i915_private *dev_priv = dev->dev_private;
6892
6893 intel_init_clock_gating(dev);
6894
6895 if (IS_IRONLAKE_M(dev)) {
6896 ironlake_enable_drps(dev);
Chris Wilson1833b132012-05-09 11:56:28 +01006897 ironlake_enable_rc6(dev);
Daniel Vetterf8175862012-04-10 15:50:11 +02006898 intel_init_emon(dev);
6899 }
6900
Jesse Barnesb6834bd2012-04-11 09:23:33 -07006901 if ((IS_GEN6(dev) || IS_GEN7(dev)) && !IS_VALLEYVIEW(dev)) {
Daniel Vetterf8175862012-04-10 15:50:11 +02006902 gen6_enable_rps(dev_priv);
6903 gen6_update_ring_freq(dev_priv);
6904 }
Jesse Barnesf82cfb62012-04-11 09:23:35 -07006905
6906 if (IS_IVYBRIDGE(dev))
6907 ivb_pch_pwm_override(dev);
Daniel Vetterf8175862012-04-10 15:50:11 +02006908}
6909
Jesse Barnes79e53942008-11-07 14:24:08 -08006910void intel_modeset_init(struct drm_device *dev)
6911{
Jesse Barnes652c3932009-08-17 13:31:43 -07006912 struct drm_i915_private *dev_priv = dev->dev_private;
Jesse Barnesb840d907f2011-12-13 13:19:38 -08006913 int i, ret;
Jesse Barnes79e53942008-11-07 14:24:08 -08006914
6915 drm_mode_config_init(dev);
6916
6917 dev->mode_config.min_width = 0;
6918 dev->mode_config.min_height = 0;
6919
Dave Airlie019d96c2011-09-29 16:20:42 +01006920 dev->mode_config.preferred_depth = 24;
6921 dev->mode_config.prefer_shadow = 1;
6922
Jesse Barnes79e53942008-11-07 14:24:08 -08006923 dev->mode_config.funcs = (void *)&intel_mode_funcs;
6924
Jesse Barnesb690e962010-07-19 13:53:12 -07006925 intel_init_quirks(dev);
6926
Eugeni Dodonov1fa61102012-04-18 15:29:26 -03006927 intel_init_pm(dev);
6928
Eugeni Dodonov45244b82012-05-09 15:37:20 -03006929 intel_prepare_ddi(dev);
6930
Jesse Barnese70236a2009-09-21 10:42:27 -07006931 intel_init_display(dev);
6932
Chris Wilsona6c45cf2010-09-17 00:32:17 +01006933 if (IS_GEN2(dev)) {
6934 dev->mode_config.max_width = 2048;
6935 dev->mode_config.max_height = 2048;
6936 } else if (IS_GEN3(dev)) {
Keith Packard5e4d6fa2009-07-12 23:53:17 -07006937 dev->mode_config.max_width = 4096;
6938 dev->mode_config.max_height = 4096;
Jesse Barnes79e53942008-11-07 14:24:08 -08006939 } else {
Chris Wilsona6c45cf2010-09-17 00:32:17 +01006940 dev->mode_config.max_width = 8192;
6941 dev->mode_config.max_height = 8192;
Jesse Barnes79e53942008-11-07 14:24:08 -08006942 }
Chris Wilson35c30472010-12-22 14:07:12 +00006943 dev->mode_config.fb_base = dev->agp->base;
Jesse Barnes79e53942008-11-07 14:24:08 -08006944
Zhao Yakui28c97732009-10-09 11:39:41 +08006945 DRM_DEBUG_KMS("%d display pipe%s available.\n",
Dave Airliea3524f12010-06-06 18:59:41 +10006946 dev_priv->num_pipe, dev_priv->num_pipe > 1 ? "s" : "");
Jesse Barnes79e53942008-11-07 14:24:08 -08006947
Dave Airliea3524f12010-06-06 18:59:41 +10006948 for (i = 0; i < dev_priv->num_pipe; i++) {
Jesse Barnes79e53942008-11-07 14:24:08 -08006949 intel_crtc_init(dev, i);
Jesse Barnes00c2064b2012-01-13 15:48:39 -08006950 ret = intel_plane_init(dev, i);
6951 if (ret)
6952 DRM_DEBUG_KMS("plane %d init failed: %d\n", i, ret);
Jesse Barnes79e53942008-11-07 14:24:08 -08006953 }
6954
Jesse Barnesee7b9f92012-04-20 17:11:53 +01006955 intel_pch_pll_init(dev);
6956
Jesse Barnes9cce37f2010-08-13 15:11:26 -07006957 /* Just disable it once at startup */
6958 i915_disable_vga(dev);
Jesse Barnes79e53942008-11-07 14:24:08 -08006959 intel_setup_outputs(dev);
Jesse Barnes652c3932009-08-17 13:31:43 -07006960
Jesse Barnes652c3932009-08-17 13:31:43 -07006961 INIT_WORK(&dev_priv->idle_work, intel_idle_update);
6962 setup_timer(&dev_priv->idle_timer, intel_gpu_idle_timer,
6963 (unsigned long)dev);
Chris Wilson2c7111d2011-03-29 10:40:27 +01006964}
6965
6966void intel_modeset_gem_init(struct drm_device *dev)
6967{
Chris Wilson1833b132012-05-09 11:56:28 +01006968 intel_modeset_init_hw(dev);
Daniel Vetter02e792f2009-09-15 22:57:34 +02006969
6970 intel_setup_overlay(dev);
Jesse Barnes79e53942008-11-07 14:24:08 -08006971}
6972
6973void intel_modeset_cleanup(struct drm_device *dev)
6974{
Jesse Barnes652c3932009-08-17 13:31:43 -07006975 struct drm_i915_private *dev_priv = dev->dev_private;
6976 struct drm_crtc *crtc;
6977 struct intel_crtc *intel_crtc;
6978
Keith Packardf87ea762010-10-03 19:36:26 -07006979 drm_kms_helper_poll_fini(dev);
Jesse Barnes652c3932009-08-17 13:31:43 -07006980 mutex_lock(&dev->struct_mutex);
6981
Jesse Barnes723bfd72010-10-07 16:01:13 -07006982 intel_unregister_dsm_handler();
6983
6984
Jesse Barnes652c3932009-08-17 13:31:43 -07006985 list_for_each_entry(crtc, &dev->mode_config.crtc_list, head) {
6986 /* Skip inactive CRTCs */
6987 if (!crtc->fb)
6988 continue;
6989
6990 intel_crtc = to_intel_crtc(crtc);
Daniel Vetter3dec0092010-08-20 21:40:52 +02006991 intel_increase_pllclock(crtc);
Jesse Barnes652c3932009-08-17 13:31:43 -07006992 }
6993
Chris Wilson973d04f2011-07-08 12:22:37 +01006994 intel_disable_fbc(dev);
Jesse Barnese70236a2009-09-21 10:42:27 -07006995
Jesse Barnesf97108d2010-01-29 11:27:07 -08006996 if (IS_IRONLAKE_M(dev))
6997 ironlake_disable_drps(dev);
Jesse Barnesb6834bd2012-04-11 09:23:33 -07006998 if ((IS_GEN6(dev) || IS_GEN7(dev)) && !IS_VALLEYVIEW(dev))
Jesse Barnes3b8d8d92010-12-17 14:19:02 -08006999 gen6_disable_rps(dev);
Jesse Barnesf97108d2010-01-29 11:27:07 -08007000
Jesse Barnesd5bb0812011-01-05 12:01:26 -08007001 if (IS_IRONLAKE_M(dev))
7002 ironlake_disable_rc6(dev);
Chris Wilson0cdab212010-12-05 17:27:06 +00007003
Jesse Barnes57f350b2012-03-28 13:39:25 -07007004 if (IS_VALLEYVIEW(dev))
7005 vlv_init_dpio(dev);
7006
Kristian Høgsberg69341a52009-11-11 12:19:17 -05007007 mutex_unlock(&dev->struct_mutex);
7008
Daniel Vetter6c0d93502010-08-20 18:26:46 +02007009 /* Disable the irq before mode object teardown, for the irq might
7010 * enqueue unpin/hotplug work. */
7011 drm_irq_uninstall(dev);
7012 cancel_work_sync(&dev_priv->hotplug_work);
Daniel Vetter6fdd4d92011-09-08 14:00:22 +02007013 cancel_work_sync(&dev_priv->rps_work);
Daniel Vetter6c0d93502010-08-20 18:26:46 +02007014
Chris Wilson1630fe72011-07-08 12:22:42 +01007015 /* flush any delayed tasks or pending work */
7016 flush_scheduled_work();
7017
Daniel Vetter3dec0092010-08-20 21:40:52 +02007018 /* Shut off idle work before the crtcs get freed. */
7019 list_for_each_entry(crtc, &dev->mode_config.crtc_list, head) {
7020 intel_crtc = to_intel_crtc(crtc);
7021 del_timer_sync(&intel_crtc->idle_timer);
7022 }
7023 del_timer_sync(&dev_priv->idle_timer);
7024 cancel_work_sync(&dev_priv->idle_work);
7025
Jesse Barnes79e53942008-11-07 14:24:08 -08007026 drm_mode_config_cleanup(dev);
7027}
7028
Dave Airlie28d52042009-09-21 14:33:58 +10007029/*
Zhenyu Wangf1c79df2010-03-30 14:39:29 +08007030 * Return which encoder is currently attached for connector.
7031 */
Chris Wilsondf0e9242010-09-09 16:20:55 +01007032struct drm_encoder *intel_best_encoder(struct drm_connector *connector)
Jesse Barnes79e53942008-11-07 14:24:08 -08007033{
Chris Wilsondf0e9242010-09-09 16:20:55 +01007034 return &intel_attached_encoder(connector)->base;
7035}
Jesse Barnes79e53942008-11-07 14:24:08 -08007036
Chris Wilsondf0e9242010-09-09 16:20:55 +01007037void intel_connector_attach_encoder(struct intel_connector *connector,
7038 struct intel_encoder *encoder)
7039{
7040 connector->encoder = encoder;
7041 drm_mode_connector_attach_encoder(&connector->base,
7042 &encoder->base);
Jesse Barnes79e53942008-11-07 14:24:08 -08007043}
Dave Airlie28d52042009-09-21 14:33:58 +10007044
7045/*
7046 * set vga decode state - true == enable VGA decode
7047 */
7048int intel_modeset_vga_set_state(struct drm_device *dev, bool state)
7049{
7050 struct drm_i915_private *dev_priv = dev->dev_private;
7051 u16 gmch_ctrl;
7052
7053 pci_read_config_word(dev_priv->bridge_dev, INTEL_GMCH_CTRL, &gmch_ctrl);
7054 if (state)
7055 gmch_ctrl &= ~INTEL_GMCH_VGA_DISABLE;
7056 else
7057 gmch_ctrl |= INTEL_GMCH_VGA_DISABLE;
7058 pci_write_config_word(dev_priv->bridge_dev, INTEL_GMCH_CTRL, gmch_ctrl);
7059 return 0;
7060}
Chris Wilsonc4a1d9e2010-11-21 13:12:35 +00007061
7062#ifdef CONFIG_DEBUG_FS
7063#include <linux/seq_file.h>
7064
7065struct intel_display_error_state {
7066 struct intel_cursor_error_state {
7067 u32 control;
7068 u32 position;
7069 u32 base;
7070 u32 size;
7071 } cursor[2];
7072
7073 struct intel_pipe_error_state {
7074 u32 conf;
7075 u32 source;
7076
7077 u32 htotal;
7078 u32 hblank;
7079 u32 hsync;
7080 u32 vtotal;
7081 u32 vblank;
7082 u32 vsync;
7083 } pipe[2];
7084
7085 struct intel_plane_error_state {
7086 u32 control;
7087 u32 stride;
7088 u32 size;
7089 u32 pos;
7090 u32 addr;
7091 u32 surface;
7092 u32 tile_offset;
7093 } plane[2];
7094};
7095
7096struct intel_display_error_state *
7097intel_display_capture_error_state(struct drm_device *dev)
7098{
Akshay Joshi0206e352011-08-16 15:34:10 -04007099 drm_i915_private_t *dev_priv = dev->dev_private;
Chris Wilsonc4a1d9e2010-11-21 13:12:35 +00007100 struct intel_display_error_state *error;
7101 int i;
7102
7103 error = kmalloc(sizeof(*error), GFP_ATOMIC);
7104 if (error == NULL)
7105 return NULL;
7106
7107 for (i = 0; i < 2; i++) {
7108 error->cursor[i].control = I915_READ(CURCNTR(i));
7109 error->cursor[i].position = I915_READ(CURPOS(i));
7110 error->cursor[i].base = I915_READ(CURBASE(i));
7111
7112 error->plane[i].control = I915_READ(DSPCNTR(i));
7113 error->plane[i].stride = I915_READ(DSPSTRIDE(i));
7114 error->plane[i].size = I915_READ(DSPSIZE(i));
Akshay Joshi0206e352011-08-16 15:34:10 -04007115 error->plane[i].pos = I915_READ(DSPPOS(i));
Chris Wilsonc4a1d9e2010-11-21 13:12:35 +00007116 error->plane[i].addr = I915_READ(DSPADDR(i));
7117 if (INTEL_INFO(dev)->gen >= 4) {
7118 error->plane[i].surface = I915_READ(DSPSURF(i));
7119 error->plane[i].tile_offset = I915_READ(DSPTILEOFF(i));
7120 }
7121
7122 error->pipe[i].conf = I915_READ(PIPECONF(i));
7123 error->pipe[i].source = I915_READ(PIPESRC(i));
7124 error->pipe[i].htotal = I915_READ(HTOTAL(i));
7125 error->pipe[i].hblank = I915_READ(HBLANK(i));
7126 error->pipe[i].hsync = I915_READ(HSYNC(i));
7127 error->pipe[i].vtotal = I915_READ(VTOTAL(i));
7128 error->pipe[i].vblank = I915_READ(VBLANK(i));
7129 error->pipe[i].vsync = I915_READ(VSYNC(i));
7130 }
7131
7132 return error;
7133}
7134
7135void
7136intel_display_print_error_state(struct seq_file *m,
7137 struct drm_device *dev,
7138 struct intel_display_error_state *error)
7139{
7140 int i;
7141
7142 for (i = 0; i < 2; i++) {
7143 seq_printf(m, "Pipe [%d]:\n", i);
7144 seq_printf(m, " CONF: %08x\n", error->pipe[i].conf);
7145 seq_printf(m, " SRC: %08x\n", error->pipe[i].source);
7146 seq_printf(m, " HTOTAL: %08x\n", error->pipe[i].htotal);
7147 seq_printf(m, " HBLANK: %08x\n", error->pipe[i].hblank);
7148 seq_printf(m, " HSYNC: %08x\n", error->pipe[i].hsync);
7149 seq_printf(m, " VTOTAL: %08x\n", error->pipe[i].vtotal);
7150 seq_printf(m, " VBLANK: %08x\n", error->pipe[i].vblank);
7151 seq_printf(m, " VSYNC: %08x\n", error->pipe[i].vsync);
7152
7153 seq_printf(m, "Plane [%d]:\n", i);
7154 seq_printf(m, " CNTR: %08x\n", error->plane[i].control);
7155 seq_printf(m, " STRIDE: %08x\n", error->plane[i].stride);
7156 seq_printf(m, " SIZE: %08x\n", error->plane[i].size);
7157 seq_printf(m, " POS: %08x\n", error->plane[i].pos);
7158 seq_printf(m, " ADDR: %08x\n", error->plane[i].addr);
7159 if (INTEL_INFO(dev)->gen >= 4) {
7160 seq_printf(m, " SURF: %08x\n", error->plane[i].surface);
7161 seq_printf(m, " TILEOFF: %08x\n", error->plane[i].tile_offset);
7162 }
7163
7164 seq_printf(m, "Cursor [%d]:\n", i);
7165 seq_printf(m, " CNTR: %08x\n", error->cursor[i].control);
7166 seq_printf(m, " POS: %08x\n", error->cursor[i].position);
7167 seq_printf(m, " BASE: %08x\n", error->cursor[i].base);
7168 }
7169}
7170#endif