blob: c8f85de137e307c2764ebb4f120eb842286fa9f8 [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
956 reg = FDI_TX_CTL(pipe);
957 val = I915_READ(reg);
958 cur_state = !!(val & FDI_TX_ENABLE);
959 WARN(cur_state != state,
960 "FDI TX state assertion failure (expected %s, current %s)\n",
961 state_string(state), state_string(cur_state));
962}
963#define assert_fdi_tx_enabled(d, p) assert_fdi_tx(d, p, true)
964#define assert_fdi_tx_disabled(d, p) assert_fdi_tx(d, p, false)
965
966static void assert_fdi_rx(struct drm_i915_private *dev_priv,
967 enum pipe pipe, bool state)
968{
969 int reg;
970 u32 val;
971 bool cur_state;
972
973 reg = FDI_RX_CTL(pipe);
974 val = I915_READ(reg);
975 cur_state = !!(val & FDI_RX_ENABLE);
976 WARN(cur_state != state,
977 "FDI RX state assertion failure (expected %s, current %s)\n",
978 state_string(state), state_string(cur_state));
979}
980#define assert_fdi_rx_enabled(d, p) assert_fdi_rx(d, p, true)
981#define assert_fdi_rx_disabled(d, p) assert_fdi_rx(d, p, false)
982
983static void assert_fdi_tx_pll_enabled(struct drm_i915_private *dev_priv,
984 enum pipe pipe)
985{
986 int reg;
987 u32 val;
988
989 /* ILK FDI PLL is always enabled */
990 if (dev_priv->info->gen == 5)
991 return;
992
993 reg = FDI_TX_CTL(pipe);
994 val = I915_READ(reg);
995 WARN(!(val & FDI_TX_PLL_ENABLE), "FDI TX PLL assertion failure, should be active but is disabled\n");
996}
997
998static void assert_fdi_rx_pll_enabled(struct drm_i915_private *dev_priv,
999 enum pipe pipe)
1000{
1001 int reg;
1002 u32 val;
1003
1004 reg = FDI_RX_CTL(pipe);
1005 val = I915_READ(reg);
1006 WARN(!(val & FDI_RX_PLL_ENABLE), "FDI RX PLL assertion failure, should be active but is disabled\n");
1007}
1008
Jesse Barnesea0760c2011-01-04 15:09:32 -08001009static void assert_panel_unlocked(struct drm_i915_private *dev_priv,
1010 enum pipe pipe)
1011{
1012 int pp_reg, lvds_reg;
1013 u32 val;
1014 enum pipe panel_pipe = PIPE_A;
Thomas Jarosch0de3b482011-08-25 15:37:45 +02001015 bool locked = true;
Jesse Barnesea0760c2011-01-04 15:09:32 -08001016
1017 if (HAS_PCH_SPLIT(dev_priv->dev)) {
1018 pp_reg = PCH_PP_CONTROL;
1019 lvds_reg = PCH_LVDS;
1020 } else {
1021 pp_reg = PP_CONTROL;
1022 lvds_reg = LVDS;
1023 }
1024
1025 val = I915_READ(pp_reg);
1026 if (!(val & PANEL_POWER_ON) ||
1027 ((val & PANEL_UNLOCK_REGS) == PANEL_UNLOCK_REGS))
1028 locked = false;
1029
1030 if (I915_READ(lvds_reg) & LVDS_PIPEB_SELECT)
1031 panel_pipe = PIPE_B;
1032
1033 WARN(panel_pipe == pipe && locked,
1034 "panel assertion failure, pipe %c regs locked\n",
Jesse Barnes9db4a9c2011-02-07 12:26:52 -08001035 pipe_name(pipe));
Jesse Barnesea0760c2011-01-04 15:09:32 -08001036}
1037
Jesse Barnesb840d907f2011-12-13 13:19:38 -08001038void assert_pipe(struct drm_i915_private *dev_priv,
1039 enum pipe pipe, bool state)
Jesse Barnesb24e7172011-01-04 15:09:30 -08001040{
1041 int reg;
1042 u32 val;
Jesse Barnes63d7bbe2011-01-04 15:09:33 -08001043 bool cur_state;
Jesse Barnesb24e7172011-01-04 15:09:30 -08001044
Daniel Vetter8e636782012-01-22 01:36:48 +01001045 /* if we need the pipe A quirk it must be always on */
1046 if (pipe == PIPE_A && dev_priv->quirks & QUIRK_PIPEA_FORCE)
1047 state = true;
1048
Jesse Barnesb24e7172011-01-04 15:09:30 -08001049 reg = PIPECONF(pipe);
1050 val = I915_READ(reg);
Jesse Barnes63d7bbe2011-01-04 15:09:33 -08001051 cur_state = !!(val & PIPECONF_ENABLE);
1052 WARN(cur_state != state,
1053 "pipe %c assertion failure (expected %s, current %s)\n",
Jesse Barnes9db4a9c2011-02-07 12:26:52 -08001054 pipe_name(pipe), state_string(state), state_string(cur_state));
Jesse Barnesb24e7172011-01-04 15:09:30 -08001055}
1056
Chris Wilson931872f2012-01-16 23:01:13 +00001057static void assert_plane(struct drm_i915_private *dev_priv,
1058 enum plane plane, bool state)
Jesse Barnesb24e7172011-01-04 15:09:30 -08001059{
1060 int reg;
1061 u32 val;
Chris Wilson931872f2012-01-16 23:01:13 +00001062 bool cur_state;
Jesse Barnesb24e7172011-01-04 15:09:30 -08001063
1064 reg = DSPCNTR(plane);
1065 val = I915_READ(reg);
Chris Wilson931872f2012-01-16 23:01:13 +00001066 cur_state = !!(val & DISPLAY_PLANE_ENABLE);
1067 WARN(cur_state != state,
1068 "plane %c assertion failure (expected %s, current %s)\n",
1069 plane_name(plane), state_string(state), state_string(cur_state));
Jesse Barnesb24e7172011-01-04 15:09:30 -08001070}
1071
Chris Wilson931872f2012-01-16 23:01:13 +00001072#define assert_plane_enabled(d, p) assert_plane(d, p, true)
1073#define assert_plane_disabled(d, p) assert_plane(d, p, false)
1074
Jesse Barnesb24e7172011-01-04 15:09:30 -08001075static void assert_planes_disabled(struct drm_i915_private *dev_priv,
1076 enum pipe pipe)
1077{
1078 int reg, i;
1079 u32 val;
1080 int cur_pipe;
1081
Jesse Barnes19ec1352011-02-02 12:28:02 -08001082 /* Planes are fixed to pipes on ILK+ */
Adam Jackson28c057942011-10-07 14:38:42 -04001083 if (HAS_PCH_SPLIT(dev_priv->dev)) {
1084 reg = DSPCNTR(pipe);
1085 val = I915_READ(reg);
1086 WARN((val & DISPLAY_PLANE_ENABLE),
1087 "plane %c assertion failure, should be disabled but not\n",
1088 plane_name(pipe));
Jesse Barnes19ec1352011-02-02 12:28:02 -08001089 return;
Adam Jackson28c057942011-10-07 14:38:42 -04001090 }
Jesse Barnes19ec1352011-02-02 12:28:02 -08001091
Jesse Barnesb24e7172011-01-04 15:09:30 -08001092 /* Need to check both planes against the pipe */
1093 for (i = 0; i < 2; i++) {
1094 reg = DSPCNTR(i);
1095 val = I915_READ(reg);
1096 cur_pipe = (val & DISPPLANE_SEL_PIPE_MASK) >>
1097 DISPPLANE_SEL_PIPE_SHIFT;
1098 WARN((val & DISPLAY_PLANE_ENABLE) && pipe == cur_pipe,
Jesse Barnes9db4a9c2011-02-07 12:26:52 -08001099 "plane %c assertion failure, should be off on pipe %c but is still active\n",
1100 plane_name(i), pipe_name(pipe));
Jesse Barnesb24e7172011-01-04 15:09:30 -08001101 }
1102}
1103
Jesse Barnes92f25842011-01-04 15:09:34 -08001104static void assert_pch_refclk_enabled(struct drm_i915_private *dev_priv)
1105{
1106 u32 val;
1107 bool enabled;
1108
Eugeni Dodonov9d82aa12012-05-09 15:37:17 -03001109 if (HAS_PCH_LPT(dev_priv->dev)) {
1110 DRM_DEBUG_DRIVER("LPT does not has PCH refclk, skipping check\n");
1111 return;
1112 }
1113
Jesse Barnes92f25842011-01-04 15:09:34 -08001114 val = I915_READ(PCH_DREF_CONTROL);
1115 enabled = !!(val & (DREF_SSC_SOURCE_MASK | DREF_NONSPREAD_SOURCE_MASK |
1116 DREF_SUPERSPREAD_SOURCE_MASK));
1117 WARN(!enabled, "PCH refclk assertion failure, should be active but is disabled\n");
1118}
1119
1120static void assert_transcoder_disabled(struct drm_i915_private *dev_priv,
1121 enum pipe pipe)
1122{
1123 int reg;
1124 u32 val;
1125 bool enabled;
1126
1127 reg = TRANSCONF(pipe);
1128 val = I915_READ(reg);
1129 enabled = !!(val & TRANS_ENABLE);
Jesse Barnes9db4a9c2011-02-07 12:26:52 -08001130 WARN(enabled,
1131 "transcoder assertion failed, should be off on pipe %c but is still active\n",
1132 pipe_name(pipe));
Jesse Barnes92f25842011-01-04 15:09:34 -08001133}
1134
Keith Packard4e634382011-08-06 10:39:45 -07001135static bool dp_pipe_enabled(struct drm_i915_private *dev_priv,
1136 enum pipe pipe, u32 port_sel, u32 val)
Keith Packardf0575e92011-07-25 22:12:43 -07001137{
1138 if ((val & DP_PORT_EN) == 0)
1139 return false;
1140
1141 if (HAS_PCH_CPT(dev_priv->dev)) {
1142 u32 trans_dp_ctl_reg = TRANS_DP_CTL(pipe);
1143 u32 trans_dp_ctl = I915_READ(trans_dp_ctl_reg);
1144 if ((trans_dp_ctl & TRANS_DP_PORT_SEL_MASK) != port_sel)
1145 return false;
1146 } else {
1147 if ((val & DP_PIPE_MASK) != (pipe << 30))
1148 return false;
1149 }
1150 return true;
1151}
1152
Keith Packard1519b992011-08-06 10:35:34 -07001153static bool hdmi_pipe_enabled(struct drm_i915_private *dev_priv,
1154 enum pipe pipe, u32 val)
1155{
1156 if ((val & PORT_ENABLE) == 0)
1157 return false;
1158
1159 if (HAS_PCH_CPT(dev_priv->dev)) {
1160 if ((val & PORT_TRANS_SEL_MASK) != PORT_TRANS_SEL_CPT(pipe))
1161 return false;
1162 } else {
1163 if ((val & TRANSCODER_MASK) != TRANSCODER(pipe))
1164 return false;
1165 }
1166 return true;
1167}
1168
1169static bool lvds_pipe_enabled(struct drm_i915_private *dev_priv,
1170 enum pipe pipe, u32 val)
1171{
1172 if ((val & LVDS_PORT_EN) == 0)
1173 return false;
1174
1175 if (HAS_PCH_CPT(dev_priv->dev)) {
1176 if ((val & PORT_TRANS_SEL_MASK) != PORT_TRANS_SEL_CPT(pipe))
1177 return false;
1178 } else {
1179 if ((val & LVDS_PIPE_MASK) != LVDS_PIPE(pipe))
1180 return false;
1181 }
1182 return true;
1183}
1184
1185static bool adpa_pipe_enabled(struct drm_i915_private *dev_priv,
1186 enum pipe pipe, u32 val)
1187{
1188 if ((val & ADPA_DAC_ENABLE) == 0)
1189 return false;
1190 if (HAS_PCH_CPT(dev_priv->dev)) {
1191 if ((val & PORT_TRANS_SEL_MASK) != PORT_TRANS_SEL_CPT(pipe))
1192 return false;
1193 } else {
1194 if ((val & ADPA_PIPE_SELECT_MASK) != ADPA_PIPE_SELECT(pipe))
1195 return false;
1196 }
1197 return true;
1198}
1199
Jesse Barnes291906f2011-02-02 12:28:03 -08001200static void assert_pch_dp_disabled(struct drm_i915_private *dev_priv,
Keith Packardf0575e92011-07-25 22:12:43 -07001201 enum pipe pipe, int reg, u32 port_sel)
Jesse Barnes291906f2011-02-02 12:28:03 -08001202{
Jesse Barnes47a05ec2011-02-07 13:46:40 -08001203 u32 val = I915_READ(reg);
Keith Packard4e634382011-08-06 10:39:45 -07001204 WARN(dp_pipe_enabled(dev_priv, pipe, port_sel, val),
Jesse Barnes291906f2011-02-02 12:28:03 -08001205 "PCH DP (0x%08x) enabled on transcoder %c, should be disabled\n",
Jesse Barnes9db4a9c2011-02-07 12:26:52 -08001206 reg, pipe_name(pipe));
Jesse Barnes291906f2011-02-02 12:28:03 -08001207}
1208
1209static void assert_pch_hdmi_disabled(struct drm_i915_private *dev_priv,
1210 enum pipe pipe, int reg)
1211{
Jesse Barnes47a05ec2011-02-07 13:46:40 -08001212 u32 val = I915_READ(reg);
Keith Packard1519b992011-08-06 10:35:34 -07001213 WARN(hdmi_pipe_enabled(dev_priv, val, pipe),
Adam Jackson23c99e72011-10-07 14:38:43 -04001214 "PCH HDMI (0x%08x) enabled on transcoder %c, should be disabled\n",
Jesse Barnes9db4a9c2011-02-07 12:26:52 -08001215 reg, pipe_name(pipe));
Jesse Barnes291906f2011-02-02 12:28:03 -08001216}
1217
1218static void assert_pch_ports_disabled(struct drm_i915_private *dev_priv,
1219 enum pipe pipe)
1220{
1221 int reg;
1222 u32 val;
Jesse Barnes291906f2011-02-02 12:28:03 -08001223
Keith Packardf0575e92011-07-25 22:12:43 -07001224 assert_pch_dp_disabled(dev_priv, pipe, PCH_DP_B, TRANS_DP_PORT_SEL_B);
1225 assert_pch_dp_disabled(dev_priv, pipe, PCH_DP_C, TRANS_DP_PORT_SEL_C);
1226 assert_pch_dp_disabled(dev_priv, pipe, PCH_DP_D, TRANS_DP_PORT_SEL_D);
Jesse Barnes291906f2011-02-02 12:28:03 -08001227
1228 reg = PCH_ADPA;
1229 val = I915_READ(reg);
Keith Packard1519b992011-08-06 10:35:34 -07001230 WARN(adpa_pipe_enabled(dev_priv, val, pipe),
Jesse Barnes291906f2011-02-02 12:28:03 -08001231 "PCH VGA enabled on transcoder %c, should be disabled\n",
Jesse Barnes9db4a9c2011-02-07 12:26:52 -08001232 pipe_name(pipe));
Jesse Barnes291906f2011-02-02 12:28:03 -08001233
1234 reg = PCH_LVDS;
1235 val = I915_READ(reg);
Keith Packard1519b992011-08-06 10:35:34 -07001236 WARN(lvds_pipe_enabled(dev_priv, val, pipe),
Jesse Barnes291906f2011-02-02 12:28:03 -08001237 "PCH LVDS enabled on transcoder %c, should be disabled\n",
Jesse Barnes9db4a9c2011-02-07 12:26:52 -08001238 pipe_name(pipe));
Jesse Barnes291906f2011-02-02 12:28:03 -08001239
1240 assert_pch_hdmi_disabled(dev_priv, pipe, HDMIB);
1241 assert_pch_hdmi_disabled(dev_priv, pipe, HDMIC);
1242 assert_pch_hdmi_disabled(dev_priv, pipe, HDMID);
1243}
1244
Jesse Barnesb24e7172011-01-04 15:09:30 -08001245/**
Jesse Barnes63d7bbe2011-01-04 15:09:33 -08001246 * intel_enable_pll - enable a PLL
1247 * @dev_priv: i915 private structure
1248 * @pipe: pipe PLL to enable
1249 *
1250 * Enable @pipe's PLL so we can start pumping pixels from a plane. Check to
1251 * make sure the PLL reg is writable first though, since the panel write
1252 * protect mechanism may be enabled.
1253 *
1254 * Note! This is for pre-ILK only.
1255 */
1256static void intel_enable_pll(struct drm_i915_private *dev_priv, enum pipe pipe)
1257{
1258 int reg;
1259 u32 val;
1260
1261 /* No really, not for ILK+ */
1262 BUG_ON(dev_priv->info->gen >= 5);
1263
1264 /* PLL is protected by panel, make sure we can write it */
1265 if (IS_MOBILE(dev_priv->dev) && !IS_I830(dev_priv->dev))
1266 assert_panel_unlocked(dev_priv, pipe);
1267
1268 reg = DPLL(pipe);
1269 val = I915_READ(reg);
1270 val |= DPLL_VCO_ENABLE;
1271
1272 /* We do this three times for luck */
1273 I915_WRITE(reg, val);
1274 POSTING_READ(reg);
1275 udelay(150); /* wait for warmup */
1276 I915_WRITE(reg, val);
1277 POSTING_READ(reg);
1278 udelay(150); /* wait for warmup */
1279 I915_WRITE(reg, val);
1280 POSTING_READ(reg);
1281 udelay(150); /* wait for warmup */
1282}
1283
1284/**
1285 * intel_disable_pll - disable a PLL
1286 * @dev_priv: i915 private structure
1287 * @pipe: pipe PLL to disable
1288 *
1289 * Disable the PLL for @pipe, making sure the pipe is off first.
1290 *
1291 * Note! This is for pre-ILK only.
1292 */
1293static void intel_disable_pll(struct drm_i915_private *dev_priv, enum pipe pipe)
1294{
1295 int reg;
1296 u32 val;
1297
1298 /* Don't disable pipe A or pipe A PLLs if needed */
1299 if (pipe == PIPE_A && (dev_priv->quirks & QUIRK_PIPEA_FORCE))
1300 return;
1301
1302 /* Make sure the pipe isn't still relying on us */
1303 assert_pipe_disabled(dev_priv, pipe);
1304
1305 reg = DPLL(pipe);
1306 val = I915_READ(reg);
1307 val &= ~DPLL_VCO_ENABLE;
1308 I915_WRITE(reg, val);
1309 POSTING_READ(reg);
1310}
1311
Eugeni Dodonova416ede2012-05-09 15:37:10 -03001312/* SBI access */
1313static void
1314intel_sbi_write(struct drm_i915_private *dev_priv, u16 reg, u32 value)
1315{
1316 unsigned long flags;
1317
1318 spin_lock_irqsave(&dev_priv->dpio_lock, flags);
1319 if (wait_for((I915_READ(SBI_CTL_STAT) & SBI_READY) == 0,
1320 100)) {
1321 DRM_ERROR("timeout waiting for SBI to become ready\n");
1322 goto out_unlock;
1323 }
1324
1325 I915_WRITE(SBI_ADDR,
1326 (reg << 16));
1327 I915_WRITE(SBI_DATA,
1328 value);
1329 I915_WRITE(SBI_CTL_STAT,
1330 SBI_BUSY |
1331 SBI_CTL_OP_CRWR);
1332
1333 if (wait_for((I915_READ(SBI_CTL_STAT) & (SBI_READY | SBI_RESPONSE_SUCCESS)) == 0,
1334 100)) {
1335 DRM_ERROR("timeout waiting for SBI to complete write transaction\n");
1336 goto out_unlock;
1337 }
1338
1339out_unlock:
1340 spin_unlock_irqrestore(&dev_priv->dpio_lock, flags);
1341}
1342
1343static u32
1344intel_sbi_read(struct drm_i915_private *dev_priv, u16 reg)
1345{
1346 unsigned long flags;
1347 u32 value;
1348
1349 spin_lock_irqsave(&dev_priv->dpio_lock, flags);
1350 if (wait_for((I915_READ(SBI_CTL_STAT) & SBI_READY) == 0,
1351 100)) {
1352 DRM_ERROR("timeout waiting for SBI to become ready\n");
1353 goto out_unlock;
1354 }
1355
1356 I915_WRITE(SBI_ADDR,
1357 (reg << 16));
1358 I915_WRITE(SBI_CTL_STAT,
1359 SBI_BUSY |
1360 SBI_CTL_OP_CRRD);
1361
1362 if (wait_for((I915_READ(SBI_CTL_STAT) & (SBI_READY | SBI_RESPONSE_SUCCESS)) == 0,
1363 100)) {
1364 DRM_ERROR("timeout waiting for SBI to complete read transaction\n");
1365 goto out_unlock;
1366 }
1367
1368 value = I915_READ(SBI_DATA);
1369
1370out_unlock:
1371 spin_unlock_irqrestore(&dev_priv->dpio_lock, flags);
1372 return value;
1373}
1374
Jesse Barnes63d7bbe2011-01-04 15:09:33 -08001375/**
Jesse Barnes92f25842011-01-04 15:09:34 -08001376 * intel_enable_pch_pll - enable PCH PLL
1377 * @dev_priv: i915 private structure
1378 * @pipe: pipe PLL to enable
1379 *
1380 * The PCH PLL needs to be enabled before the PCH transcoder, since it
1381 * drives the transcoder clock.
1382 */
Jesse Barnesee7b9f92012-04-20 17:11:53 +01001383static void intel_enable_pch_pll(struct intel_crtc *intel_crtc)
Jesse Barnes92f25842011-01-04 15:09:34 -08001384{
Jesse Barnesee7b9f92012-04-20 17:11:53 +01001385 struct drm_i915_private *dev_priv = intel_crtc->base.dev->dev_private;
1386 struct intel_pch_pll *pll = intel_crtc->pch_pll;
Jesse Barnes92f25842011-01-04 15:09:34 -08001387 int reg;
1388 u32 val;
1389
1390 /* PCH only available on ILK+ */
1391 BUG_ON(dev_priv->info->gen < 5);
Jesse Barnesee7b9f92012-04-20 17:11:53 +01001392 BUG_ON(pll == NULL);
1393 BUG_ON(pll->refcount == 0);
1394
1395 DRM_DEBUG_KMS("enable PCH PLL %x (active %d, on? %d)for crtc %d\n",
1396 pll->pll_reg, pll->active, pll->on,
1397 intel_crtc->base.base.id);
Jesse Barnes92f25842011-01-04 15:09:34 -08001398
1399 /* PCH refclock must be enabled first */
1400 assert_pch_refclk_enabled(dev_priv);
1401
Jesse Barnesee7b9f92012-04-20 17:11:53 +01001402 if (pll->active++ && pll->on) {
1403 assert_pch_pll_enabled(dev_priv, intel_crtc);
1404 return;
1405 }
1406
1407 DRM_DEBUG_KMS("enabling PCH PLL %x\n", pll->pll_reg);
1408
1409 reg = pll->pll_reg;
Jesse Barnes92f25842011-01-04 15:09:34 -08001410 val = I915_READ(reg);
1411 val |= DPLL_VCO_ENABLE;
1412 I915_WRITE(reg, val);
1413 POSTING_READ(reg);
1414 udelay(200);
Jesse Barnesee7b9f92012-04-20 17:11:53 +01001415
1416 pll->on = true;
Jesse Barnes92f25842011-01-04 15:09:34 -08001417}
1418
Jesse Barnesee7b9f92012-04-20 17:11:53 +01001419static void intel_disable_pch_pll(struct intel_crtc *intel_crtc)
Jesse Barnes92f25842011-01-04 15:09:34 -08001420{
Jesse Barnesee7b9f92012-04-20 17:11:53 +01001421 struct drm_i915_private *dev_priv = intel_crtc->base.dev->dev_private;
1422 struct intel_pch_pll *pll = intel_crtc->pch_pll;
Jesse Barnes92f25842011-01-04 15:09:34 -08001423 int reg;
Jesse Barnesee7b9f92012-04-20 17:11:53 +01001424 u32 val;
Jesse Barnes4c609cb2011-09-02 12:52:11 -07001425
Jesse Barnes92f25842011-01-04 15:09:34 -08001426 /* PCH only available on ILK+ */
1427 BUG_ON(dev_priv->info->gen < 5);
Jesse Barnesee7b9f92012-04-20 17:11:53 +01001428 if (pll == NULL)
1429 return;
1430
1431 BUG_ON(pll->refcount == 0);
1432
1433 DRM_DEBUG_KMS("disable PCH PLL %x (active %d, on? %d) for crtc %d\n",
1434 pll->pll_reg, pll->active, pll->on,
1435 intel_crtc->base.base.id);
1436
1437 BUG_ON(pll->active == 0);
1438 if (--pll->active) {
1439 assert_pch_pll_enabled(dev_priv, intel_crtc);
1440 return;
1441 }
1442
1443 DRM_DEBUG_KMS("disabling PCH PLL %x\n", pll->pll_reg);
Jesse Barnes92f25842011-01-04 15:09:34 -08001444
1445 /* Make sure transcoder isn't still depending on us */
Jesse Barnesee7b9f92012-04-20 17:11:53 +01001446 assert_transcoder_disabled(dev_priv, intel_crtc->pipe);
Jesse Barnes92f25842011-01-04 15:09:34 -08001447
Jesse Barnesee7b9f92012-04-20 17:11:53 +01001448 reg = pll->pll_reg;
Jesse Barnes92f25842011-01-04 15:09:34 -08001449 val = I915_READ(reg);
1450 val &= ~DPLL_VCO_ENABLE;
1451 I915_WRITE(reg, val);
1452 POSTING_READ(reg);
1453 udelay(200);
Jesse Barnesee7b9f92012-04-20 17:11:53 +01001454
1455 pll->on = false;
Jesse Barnes92f25842011-01-04 15:09:34 -08001456}
1457
Jesse Barnes040484a2011-01-03 12:14:26 -08001458static void intel_enable_transcoder(struct drm_i915_private *dev_priv,
1459 enum pipe pipe)
1460{
1461 int reg;
Paulo Zanoni5f7f7262012-02-03 17:47:15 -02001462 u32 val, pipeconf_val;
Paulo Zanoni7c26e5c2012-02-14 17:07:09 -02001463 struct drm_crtc *crtc = dev_priv->pipe_to_crtc_mapping[pipe];
Jesse Barnes040484a2011-01-03 12:14:26 -08001464
1465 /* PCH only available on ILK+ */
1466 BUG_ON(dev_priv->info->gen < 5);
1467
1468 /* Make sure PCH DPLL is enabled */
Jesse Barnesee7b9f92012-04-20 17:11:53 +01001469 assert_pch_pll_enabled(dev_priv, to_intel_crtc(crtc));
Jesse Barnes040484a2011-01-03 12:14:26 -08001470
1471 /* FDI must be feeding us bits for PCH ports */
1472 assert_fdi_tx_enabled(dev_priv, pipe);
1473 assert_fdi_rx_enabled(dev_priv, pipe);
1474
1475 reg = TRANSCONF(pipe);
1476 val = I915_READ(reg);
Paulo Zanoni5f7f7262012-02-03 17:47:15 -02001477 pipeconf_val = I915_READ(PIPECONF(pipe));
Jesse Barnese9bcff52011-06-24 12:19:20 -07001478
1479 if (HAS_PCH_IBX(dev_priv->dev)) {
1480 /*
1481 * make the BPC in transcoder be consistent with
1482 * that in pipeconf reg.
1483 */
1484 val &= ~PIPE_BPC_MASK;
Paulo Zanoni5f7f7262012-02-03 17:47:15 -02001485 val |= pipeconf_val & PIPE_BPC_MASK;
Jesse Barnese9bcff52011-06-24 12:19:20 -07001486 }
Paulo Zanoni5f7f7262012-02-03 17:47:15 -02001487
1488 val &= ~TRANS_INTERLACE_MASK;
1489 if ((pipeconf_val & PIPECONF_INTERLACE_MASK) == PIPECONF_INTERLACED_ILK)
Paulo Zanoni7c26e5c2012-02-14 17:07:09 -02001490 if (HAS_PCH_IBX(dev_priv->dev) &&
1491 intel_pipe_has_type(crtc, INTEL_OUTPUT_SDVO))
1492 val |= TRANS_LEGACY_INTERLACED_ILK;
1493 else
1494 val |= TRANS_INTERLACED;
Paulo Zanoni5f7f7262012-02-03 17:47:15 -02001495 else
1496 val |= TRANS_PROGRESSIVE;
1497
Jesse Barnes040484a2011-01-03 12:14:26 -08001498 I915_WRITE(reg, val | TRANS_ENABLE);
1499 if (wait_for(I915_READ(reg) & TRANS_STATE_ENABLE, 100))
1500 DRM_ERROR("failed to enable transcoder %d\n", pipe);
1501}
1502
1503static void intel_disable_transcoder(struct drm_i915_private *dev_priv,
1504 enum pipe pipe)
1505{
1506 int reg;
1507 u32 val;
1508
1509 /* FDI relies on the transcoder */
1510 assert_fdi_tx_disabled(dev_priv, pipe);
1511 assert_fdi_rx_disabled(dev_priv, pipe);
1512
Jesse Barnes291906f2011-02-02 12:28:03 -08001513 /* Ports must be off as well */
1514 assert_pch_ports_disabled(dev_priv, pipe);
1515
Jesse Barnes040484a2011-01-03 12:14:26 -08001516 reg = TRANSCONF(pipe);
1517 val = I915_READ(reg);
1518 val &= ~TRANS_ENABLE;
1519 I915_WRITE(reg, val);
1520 /* wait for PCH transcoder off, transcoder state */
1521 if (wait_for((I915_READ(reg) & TRANS_STATE_ENABLE) == 0, 50))
Jesse Barnes4c9c18c2011-10-13 09:46:32 -07001522 DRM_ERROR("failed to disable transcoder %d\n", pipe);
Jesse Barnes040484a2011-01-03 12:14:26 -08001523}
1524
Jesse Barnes92f25842011-01-04 15:09:34 -08001525/**
Chris Wilson309cfea2011-01-28 13:54:53 +00001526 * intel_enable_pipe - enable a pipe, asserting requirements
Jesse Barnesb24e7172011-01-04 15:09:30 -08001527 * @dev_priv: i915 private structure
1528 * @pipe: pipe to enable
Jesse Barnes040484a2011-01-03 12:14:26 -08001529 * @pch_port: on ILK+, is this pipe driving a PCH port or not
Jesse Barnesb24e7172011-01-04 15:09:30 -08001530 *
1531 * Enable @pipe, making sure that various hardware specific requirements
1532 * are met, if applicable, e.g. PLL enabled, LVDS pairs enabled, etc.
1533 *
1534 * @pipe should be %PIPE_A or %PIPE_B.
1535 *
1536 * Will wait until the pipe is actually running (i.e. first vblank) before
1537 * returning.
1538 */
Jesse Barnes040484a2011-01-03 12:14:26 -08001539static void intel_enable_pipe(struct drm_i915_private *dev_priv, enum pipe pipe,
1540 bool pch_port)
Jesse Barnesb24e7172011-01-04 15:09:30 -08001541{
1542 int reg;
1543 u32 val;
1544
1545 /*
1546 * A pipe without a PLL won't actually be able to drive bits from
1547 * a plane. On ILK+ the pipe PLLs are integrated, so we don't
1548 * need the check.
1549 */
1550 if (!HAS_PCH_SPLIT(dev_priv->dev))
1551 assert_pll_enabled(dev_priv, pipe);
Jesse Barnes040484a2011-01-03 12:14:26 -08001552 else {
1553 if (pch_port) {
1554 /* if driving the PCH, we need FDI enabled */
1555 assert_fdi_rx_pll_enabled(dev_priv, pipe);
1556 assert_fdi_tx_pll_enabled(dev_priv, pipe);
1557 }
1558 /* FIXME: assert CPU port conditions for SNB+ */
1559 }
Jesse Barnesb24e7172011-01-04 15:09:30 -08001560
1561 reg = PIPECONF(pipe);
1562 val = I915_READ(reg);
Chris Wilson00d70b12011-03-17 07:18:29 +00001563 if (val & PIPECONF_ENABLE)
1564 return;
1565
1566 I915_WRITE(reg, val | PIPECONF_ENABLE);
Jesse Barnesb24e7172011-01-04 15:09:30 -08001567 intel_wait_for_vblank(dev_priv->dev, pipe);
1568}
1569
1570/**
Chris Wilson309cfea2011-01-28 13:54:53 +00001571 * intel_disable_pipe - disable a pipe, asserting requirements
Jesse Barnesb24e7172011-01-04 15:09:30 -08001572 * @dev_priv: i915 private structure
1573 * @pipe: pipe to disable
1574 *
1575 * Disable @pipe, making sure that various hardware specific requirements
1576 * are met, if applicable, e.g. plane disabled, panel fitter off, etc.
1577 *
1578 * @pipe should be %PIPE_A or %PIPE_B.
1579 *
1580 * Will wait until the pipe has shut down before returning.
1581 */
1582static void intel_disable_pipe(struct drm_i915_private *dev_priv,
1583 enum pipe pipe)
1584{
1585 int reg;
1586 u32 val;
1587
1588 /*
1589 * Make sure planes won't keep trying to pump pixels to us,
1590 * or we might hang the display.
1591 */
1592 assert_planes_disabled(dev_priv, pipe);
1593
1594 /* Don't disable pipe A or pipe A PLLs if needed */
1595 if (pipe == PIPE_A && (dev_priv->quirks & QUIRK_PIPEA_FORCE))
1596 return;
1597
1598 reg = PIPECONF(pipe);
1599 val = I915_READ(reg);
Chris Wilson00d70b12011-03-17 07:18:29 +00001600 if ((val & PIPECONF_ENABLE) == 0)
1601 return;
1602
1603 I915_WRITE(reg, val & ~PIPECONF_ENABLE);
Jesse Barnesb24e7172011-01-04 15:09:30 -08001604 intel_wait_for_pipe_off(dev_priv->dev, pipe);
1605}
1606
Keith Packardd74362c2011-07-28 14:47:14 -07001607/*
1608 * Plane regs are double buffered, going from enabled->disabled needs a
1609 * trigger in order to latch. The display address reg provides this.
1610 */
Eugeni Dodonov6f1d69b2012-04-18 15:29:25 -03001611void intel_flush_display_plane(struct drm_i915_private *dev_priv,
Keith Packardd74362c2011-07-28 14:47:14 -07001612 enum plane plane)
1613{
1614 I915_WRITE(DSPADDR(plane), I915_READ(DSPADDR(plane)));
1615 I915_WRITE(DSPSURF(plane), I915_READ(DSPSURF(plane)));
1616}
1617
Jesse Barnesb24e7172011-01-04 15:09:30 -08001618/**
1619 * intel_enable_plane - enable a display plane on a given pipe
1620 * @dev_priv: i915 private structure
1621 * @plane: plane to enable
1622 * @pipe: pipe being fed
1623 *
1624 * Enable @plane on @pipe, making sure that @pipe is running first.
1625 */
1626static void intel_enable_plane(struct drm_i915_private *dev_priv,
1627 enum plane plane, enum pipe pipe)
1628{
1629 int reg;
1630 u32 val;
1631
1632 /* If the pipe isn't enabled, we can't pump pixels and may hang */
1633 assert_pipe_enabled(dev_priv, pipe);
1634
1635 reg = DSPCNTR(plane);
1636 val = I915_READ(reg);
Chris Wilson00d70b12011-03-17 07:18:29 +00001637 if (val & DISPLAY_PLANE_ENABLE)
1638 return;
1639
1640 I915_WRITE(reg, val | DISPLAY_PLANE_ENABLE);
Keith Packardd74362c2011-07-28 14:47:14 -07001641 intel_flush_display_plane(dev_priv, plane);
Jesse Barnesb24e7172011-01-04 15:09:30 -08001642 intel_wait_for_vblank(dev_priv->dev, pipe);
1643}
1644
Jesse Barnesb24e7172011-01-04 15:09:30 -08001645/**
1646 * intel_disable_plane - disable a display plane
1647 * @dev_priv: i915 private structure
1648 * @plane: plane to disable
1649 * @pipe: pipe consuming the data
1650 *
1651 * Disable @plane; should be an independent operation.
1652 */
1653static void intel_disable_plane(struct drm_i915_private *dev_priv,
1654 enum plane plane, enum pipe pipe)
1655{
1656 int reg;
1657 u32 val;
1658
1659 reg = DSPCNTR(plane);
1660 val = I915_READ(reg);
Chris Wilson00d70b12011-03-17 07:18:29 +00001661 if ((val & DISPLAY_PLANE_ENABLE) == 0)
1662 return;
1663
1664 I915_WRITE(reg, val & ~DISPLAY_PLANE_ENABLE);
Jesse Barnesb24e7172011-01-04 15:09:30 -08001665 intel_flush_display_plane(dev_priv, plane);
1666 intel_wait_for_vblank(dev_priv->dev, pipe);
1667}
1668
Jesse Barnes47a05ec2011-02-07 13:46:40 -08001669static void disable_pch_dp(struct drm_i915_private *dev_priv,
Keith Packardf0575e92011-07-25 22:12:43 -07001670 enum pipe pipe, int reg, u32 port_sel)
Jesse Barnes47a05ec2011-02-07 13:46:40 -08001671{
1672 u32 val = I915_READ(reg);
Keith Packard4e634382011-08-06 10:39:45 -07001673 if (dp_pipe_enabled(dev_priv, pipe, port_sel, val)) {
Keith Packardf0575e92011-07-25 22:12:43 -07001674 DRM_DEBUG_KMS("Disabling pch dp %x on pipe %d\n", reg, pipe);
Jesse Barnes47a05ec2011-02-07 13:46:40 -08001675 I915_WRITE(reg, val & ~DP_PORT_EN);
Keith Packardf0575e92011-07-25 22:12:43 -07001676 }
Jesse Barnes47a05ec2011-02-07 13:46:40 -08001677}
1678
1679static void disable_pch_hdmi(struct drm_i915_private *dev_priv,
1680 enum pipe pipe, int reg)
1681{
1682 u32 val = I915_READ(reg);
Keith Packard1519b992011-08-06 10:35:34 -07001683 if (hdmi_pipe_enabled(dev_priv, val, pipe)) {
Keith Packardf0575e92011-07-25 22:12:43 -07001684 DRM_DEBUG_KMS("Disabling pch HDMI %x on pipe %d\n",
1685 reg, pipe);
Jesse Barnes47a05ec2011-02-07 13:46:40 -08001686 I915_WRITE(reg, val & ~PORT_ENABLE);
Keith Packardf0575e92011-07-25 22:12:43 -07001687 }
Jesse Barnes47a05ec2011-02-07 13:46:40 -08001688}
1689
1690/* Disable any ports connected to this transcoder */
1691static void intel_disable_pch_ports(struct drm_i915_private *dev_priv,
1692 enum pipe pipe)
1693{
1694 u32 reg, val;
1695
1696 val = I915_READ(PCH_PP_CONTROL);
1697 I915_WRITE(PCH_PP_CONTROL, val | PANEL_UNLOCK_REGS);
1698
Keith Packardf0575e92011-07-25 22:12:43 -07001699 disable_pch_dp(dev_priv, pipe, PCH_DP_B, TRANS_DP_PORT_SEL_B);
1700 disable_pch_dp(dev_priv, pipe, PCH_DP_C, TRANS_DP_PORT_SEL_C);
1701 disable_pch_dp(dev_priv, pipe, PCH_DP_D, TRANS_DP_PORT_SEL_D);
Jesse Barnes47a05ec2011-02-07 13:46:40 -08001702
1703 reg = PCH_ADPA;
1704 val = I915_READ(reg);
Keith Packard1519b992011-08-06 10:35:34 -07001705 if (adpa_pipe_enabled(dev_priv, val, pipe))
Jesse Barnes47a05ec2011-02-07 13:46:40 -08001706 I915_WRITE(reg, val & ~ADPA_DAC_ENABLE);
1707
1708 reg = PCH_LVDS;
1709 val = I915_READ(reg);
Keith Packard1519b992011-08-06 10:35:34 -07001710 if (lvds_pipe_enabled(dev_priv, val, pipe)) {
1711 DRM_DEBUG_KMS("disable lvds on pipe %d val 0x%08x\n", pipe, val);
Jesse Barnes47a05ec2011-02-07 13:46:40 -08001712 I915_WRITE(reg, val & ~LVDS_PORT_EN);
1713 POSTING_READ(reg);
1714 udelay(100);
1715 }
1716
1717 disable_pch_hdmi(dev_priv, pipe, HDMIB);
1718 disable_pch_hdmi(dev_priv, pipe, HDMIC);
1719 disable_pch_hdmi(dev_priv, pipe, HDMID);
1720}
1721
Chris Wilson127bd2a2010-07-23 23:32:05 +01001722int
Chris Wilson48b956c2010-09-14 12:50:34 +01001723intel_pin_and_fence_fb_obj(struct drm_device *dev,
Chris Wilson05394f32010-11-08 19:18:58 +00001724 struct drm_i915_gem_object *obj,
Chris Wilson919926a2010-11-12 13:42:53 +00001725 struct intel_ring_buffer *pipelined)
Kristian Høgsberg6b95a202009-11-18 11:25:18 -05001726{
Chris Wilsonce453d82011-02-21 14:43:56 +00001727 struct drm_i915_private *dev_priv = dev->dev_private;
Kristian Høgsberg6b95a202009-11-18 11:25:18 -05001728 u32 alignment;
1729 int ret;
1730
Chris Wilson05394f32010-11-08 19:18:58 +00001731 switch (obj->tiling_mode) {
Kristian Høgsberg6b95a202009-11-18 11:25:18 -05001732 case I915_TILING_NONE:
Chris Wilson534843d2010-07-05 18:01:46 +01001733 if (IS_BROADWATER(dev) || IS_CRESTLINE(dev))
1734 alignment = 128 * 1024;
Chris Wilsona6c45cf2010-09-17 00:32:17 +01001735 else if (INTEL_INFO(dev)->gen >= 4)
Chris Wilson534843d2010-07-05 18:01:46 +01001736 alignment = 4 * 1024;
1737 else
1738 alignment = 64 * 1024;
Kristian Høgsberg6b95a202009-11-18 11:25:18 -05001739 break;
1740 case I915_TILING_X:
1741 /* pin() will align the object as required by fence */
1742 alignment = 0;
1743 break;
1744 case I915_TILING_Y:
1745 /* FIXME: Is this true? */
1746 DRM_ERROR("Y tiled not allowed for scan out buffers\n");
1747 return -EINVAL;
1748 default:
1749 BUG();
1750 }
1751
Chris Wilsonce453d82011-02-21 14:43:56 +00001752 dev_priv->mm.interruptible = false;
Chris Wilson2da3b9b2011-04-14 09:41:17 +01001753 ret = i915_gem_object_pin_to_display_plane(obj, alignment, pipelined);
Chris Wilson48b956c2010-09-14 12:50:34 +01001754 if (ret)
Chris Wilsonce453d82011-02-21 14:43:56 +00001755 goto err_interruptible;
Kristian Høgsberg6b95a202009-11-18 11:25:18 -05001756
1757 /* Install a fence for tiled scan-out. Pre-i965 always needs a
1758 * fence, whereas 965+ only requires a fence if using
1759 * framebuffer compression. For simplicity, we always install
1760 * a fence as the cost is not that onerous.
1761 */
Chris Wilson06d98132012-04-17 15:31:24 +01001762 ret = i915_gem_object_get_fence(obj);
Chris Wilson9a5a53b2012-03-22 15:10:00 +00001763 if (ret)
1764 goto err_unpin;
Chris Wilson1690e1e2011-12-14 13:57:08 +01001765
Chris Wilson9a5a53b2012-03-22 15:10:00 +00001766 i915_gem_object_pin_fence(obj);
Kristian Høgsberg6b95a202009-11-18 11:25:18 -05001767
Chris Wilsonce453d82011-02-21 14:43:56 +00001768 dev_priv->mm.interruptible = true;
Kristian Høgsberg6b95a202009-11-18 11:25:18 -05001769 return 0;
Chris Wilson48b956c2010-09-14 12:50:34 +01001770
1771err_unpin:
1772 i915_gem_object_unpin(obj);
Chris Wilsonce453d82011-02-21 14:43:56 +00001773err_interruptible:
1774 dev_priv->mm.interruptible = true;
Chris Wilson48b956c2010-09-14 12:50:34 +01001775 return ret;
Kristian Høgsberg6b95a202009-11-18 11:25:18 -05001776}
1777
Chris Wilson1690e1e2011-12-14 13:57:08 +01001778void intel_unpin_fb_obj(struct drm_i915_gem_object *obj)
1779{
1780 i915_gem_object_unpin_fence(obj);
1781 i915_gem_object_unpin(obj);
1782}
1783
Jesse Barnes17638cd2011-06-24 12:19:23 -07001784static int i9xx_update_plane(struct drm_crtc *crtc, struct drm_framebuffer *fb,
1785 int x, int y)
Jesse Barnes81255562010-08-02 12:07:50 -07001786{
1787 struct drm_device *dev = crtc->dev;
1788 struct drm_i915_private *dev_priv = dev->dev_private;
1789 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
1790 struct intel_framebuffer *intel_fb;
Chris Wilson05394f32010-11-08 19:18:58 +00001791 struct drm_i915_gem_object *obj;
Jesse Barnes81255562010-08-02 12:07:50 -07001792 int plane = intel_crtc->plane;
1793 unsigned long Start, Offset;
Jesse Barnes81255562010-08-02 12:07:50 -07001794 u32 dspcntr;
Chris Wilson5eddb702010-09-11 13:48:45 +01001795 u32 reg;
Jesse Barnes81255562010-08-02 12:07:50 -07001796
1797 switch (plane) {
1798 case 0:
1799 case 1:
1800 break;
1801 default:
1802 DRM_ERROR("Can't update plane %d in SAREA\n", plane);
1803 return -EINVAL;
1804 }
1805
1806 intel_fb = to_intel_framebuffer(fb);
1807 obj = intel_fb->obj;
Jesse Barnes81255562010-08-02 12:07:50 -07001808
Chris Wilson5eddb702010-09-11 13:48:45 +01001809 reg = DSPCNTR(plane);
1810 dspcntr = I915_READ(reg);
Jesse Barnes81255562010-08-02 12:07:50 -07001811 /* Mask out pixel format bits in case we change it */
1812 dspcntr &= ~DISPPLANE_PIXFORMAT_MASK;
1813 switch (fb->bits_per_pixel) {
1814 case 8:
1815 dspcntr |= DISPPLANE_8BPP;
1816 break;
1817 case 16:
1818 if (fb->depth == 15)
1819 dspcntr |= DISPPLANE_15_16BPP;
1820 else
1821 dspcntr |= DISPPLANE_16BPP;
1822 break;
1823 case 24:
1824 case 32:
1825 dspcntr |= DISPPLANE_32BPP_NO_ALPHA;
1826 break;
1827 default:
Jesse Barnes17638cd2011-06-24 12:19:23 -07001828 DRM_ERROR("Unknown color depth %d\n", fb->bits_per_pixel);
Jesse Barnes81255562010-08-02 12:07:50 -07001829 return -EINVAL;
1830 }
Chris Wilsona6c45cf2010-09-17 00:32:17 +01001831 if (INTEL_INFO(dev)->gen >= 4) {
Chris Wilson05394f32010-11-08 19:18:58 +00001832 if (obj->tiling_mode != I915_TILING_NONE)
Jesse Barnes81255562010-08-02 12:07:50 -07001833 dspcntr |= DISPPLANE_TILED;
1834 else
1835 dspcntr &= ~DISPPLANE_TILED;
1836 }
1837
Chris Wilson5eddb702010-09-11 13:48:45 +01001838 I915_WRITE(reg, dspcntr);
Jesse Barnes81255562010-08-02 12:07:50 -07001839
Chris Wilson05394f32010-11-08 19:18:58 +00001840 Start = obj->gtt_offset;
Ville Syrjälä01f2c772011-12-20 00:06:49 +02001841 Offset = y * fb->pitches[0] + x * (fb->bits_per_pixel / 8);
Jesse Barnes81255562010-08-02 12:07:50 -07001842
Chris Wilson4e6cfef2010-08-08 13:20:19 +01001843 DRM_DEBUG_KMS("Writing base %08lX %08lX %d %d %d\n",
Ville Syrjälä01f2c772011-12-20 00:06:49 +02001844 Start, Offset, x, y, fb->pitches[0]);
1845 I915_WRITE(DSPSTRIDE(plane), fb->pitches[0]);
Chris Wilsona6c45cf2010-09-17 00:32:17 +01001846 if (INTEL_INFO(dev)->gen >= 4) {
Armin Reese446f2542012-03-30 16:20:16 -07001847 I915_MODIFY_DISPBASE(DSPSURF(plane), Start);
Chris Wilson5eddb702010-09-11 13:48:45 +01001848 I915_WRITE(DSPTILEOFF(plane), (y << 16) | x);
1849 I915_WRITE(DSPADDR(plane), Offset);
1850 } else
1851 I915_WRITE(DSPADDR(plane), Start + Offset);
1852 POSTING_READ(reg);
Jesse Barnes81255562010-08-02 12:07:50 -07001853
Jesse Barnes17638cd2011-06-24 12:19:23 -07001854 return 0;
1855}
1856
1857static int ironlake_update_plane(struct drm_crtc *crtc,
1858 struct drm_framebuffer *fb, int x, int y)
1859{
1860 struct drm_device *dev = crtc->dev;
1861 struct drm_i915_private *dev_priv = dev->dev_private;
1862 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
1863 struct intel_framebuffer *intel_fb;
1864 struct drm_i915_gem_object *obj;
1865 int plane = intel_crtc->plane;
1866 unsigned long Start, Offset;
1867 u32 dspcntr;
1868 u32 reg;
1869
1870 switch (plane) {
1871 case 0:
1872 case 1:
Jesse Barnes27f82272011-09-02 12:54:37 -07001873 case 2:
Jesse Barnes17638cd2011-06-24 12:19:23 -07001874 break;
1875 default:
1876 DRM_ERROR("Can't update plane %d in SAREA\n", plane);
1877 return -EINVAL;
1878 }
1879
1880 intel_fb = to_intel_framebuffer(fb);
1881 obj = intel_fb->obj;
1882
1883 reg = DSPCNTR(plane);
1884 dspcntr = I915_READ(reg);
1885 /* Mask out pixel format bits in case we change it */
1886 dspcntr &= ~DISPPLANE_PIXFORMAT_MASK;
1887 switch (fb->bits_per_pixel) {
1888 case 8:
1889 dspcntr |= DISPPLANE_8BPP;
1890 break;
1891 case 16:
1892 if (fb->depth != 16)
1893 return -EINVAL;
1894
1895 dspcntr |= DISPPLANE_16BPP;
1896 break;
1897 case 24:
1898 case 32:
1899 if (fb->depth == 24)
1900 dspcntr |= DISPPLANE_32BPP_NO_ALPHA;
1901 else if (fb->depth == 30)
1902 dspcntr |= DISPPLANE_32BPP_30BIT_NO_ALPHA;
1903 else
1904 return -EINVAL;
1905 break;
1906 default:
1907 DRM_ERROR("Unknown color depth %d\n", fb->bits_per_pixel);
1908 return -EINVAL;
1909 }
1910
1911 if (obj->tiling_mode != I915_TILING_NONE)
1912 dspcntr |= DISPPLANE_TILED;
1913 else
1914 dspcntr &= ~DISPPLANE_TILED;
1915
1916 /* must disable */
1917 dspcntr |= DISPPLANE_TRICKLE_FEED_DISABLE;
1918
1919 I915_WRITE(reg, dspcntr);
1920
1921 Start = obj->gtt_offset;
Ville Syrjälä01f2c772011-12-20 00:06:49 +02001922 Offset = y * fb->pitches[0] + x * (fb->bits_per_pixel / 8);
Jesse Barnes17638cd2011-06-24 12:19:23 -07001923
1924 DRM_DEBUG_KMS("Writing base %08lX %08lX %d %d %d\n",
Ville Syrjälä01f2c772011-12-20 00:06:49 +02001925 Start, Offset, x, y, fb->pitches[0]);
1926 I915_WRITE(DSPSTRIDE(plane), fb->pitches[0]);
Armin Reese446f2542012-03-30 16:20:16 -07001927 I915_MODIFY_DISPBASE(DSPSURF(plane), Start);
Jesse Barnes17638cd2011-06-24 12:19:23 -07001928 I915_WRITE(DSPTILEOFF(plane), (y << 16) | x);
1929 I915_WRITE(DSPADDR(plane), Offset);
1930 POSTING_READ(reg);
1931
1932 return 0;
1933}
1934
1935/* Assume fb object is pinned & idle & fenced and just update base pointers */
1936static int
1937intel_pipe_set_base_atomic(struct drm_crtc *crtc, struct drm_framebuffer *fb,
1938 int x, int y, enum mode_set_atomic state)
1939{
1940 struct drm_device *dev = crtc->dev;
1941 struct drm_i915_private *dev_priv = dev->dev_private;
Jesse Barnes17638cd2011-06-24 12:19:23 -07001942
Chris Wilson6b8e6ed2012-04-17 15:08:19 +01001943 if (dev_priv->display.disable_fbc)
1944 dev_priv->display.disable_fbc(dev);
Daniel Vetter3dec0092010-08-20 21:40:52 +02001945 intel_increase_pllclock(crtc);
Jesse Barnes81255562010-08-02 12:07:50 -07001946
Chris Wilson6b8e6ed2012-04-17 15:08:19 +01001947 return dev_priv->display.update_plane(crtc, fb, x, y);
Jesse Barnes81255562010-08-02 12:07:50 -07001948}
1949
Kristian Høgsberg6b95a202009-11-18 11:25:18 -05001950static int
Chris Wilson14667a42012-04-03 17:58:35 +01001951intel_finish_fb(struct drm_framebuffer *old_fb)
1952{
1953 struct drm_i915_gem_object *obj = to_intel_framebuffer(old_fb)->obj;
1954 struct drm_i915_private *dev_priv = obj->base.dev->dev_private;
1955 bool was_interruptible = dev_priv->mm.interruptible;
1956 int ret;
1957
1958 wait_event(dev_priv->pending_flip_queue,
1959 atomic_read(&dev_priv->mm.wedged) ||
1960 atomic_read(&obj->pending_flip) == 0);
1961
1962 /* Big Hammer, we also need to ensure that any pending
1963 * MI_WAIT_FOR_EVENT inside a user batch buffer on the
1964 * current scanout is retired before unpinning the old
1965 * framebuffer.
1966 *
1967 * This should only fail upon a hung GPU, in which case we
1968 * can safely continue.
1969 */
1970 dev_priv->mm.interruptible = false;
1971 ret = i915_gem_object_finish_gpu(obj);
1972 dev_priv->mm.interruptible = was_interruptible;
1973
1974 return ret;
1975}
1976
1977static int
Kristian Høgsberg3c4fdcf2008-12-17 22:14:46 -05001978intel_pipe_set_base(struct drm_crtc *crtc, int x, int y,
1979 struct drm_framebuffer *old_fb)
Jesse Barnes79e53942008-11-07 14:24:08 -08001980{
1981 struct drm_device *dev = crtc->dev;
Chris Wilson6b8e6ed2012-04-17 15:08:19 +01001982 struct drm_i915_private *dev_priv = dev->dev_private;
Jesse Barnes79e53942008-11-07 14:24:08 -08001983 struct drm_i915_master_private *master_priv;
1984 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
Chris Wilson5c3b82e2009-02-11 13:25:09 +00001985 int ret;
Jesse Barnes79e53942008-11-07 14:24:08 -08001986
1987 /* no fb bound */
1988 if (!crtc->fb) {
Jesse Barnesa5071c22011-07-19 15:38:56 -07001989 DRM_ERROR("No FB bound\n");
Chris Wilson5c3b82e2009-02-11 13:25:09 +00001990 return 0;
1991 }
1992
Eugeni Dodonov5826eca2012-05-09 15:37:12 -03001993 if(intel_crtc->plane > dev_priv->num_pipe) {
1994 DRM_ERROR("no plane for crtc: plane %d, num_pipes %d\n",
1995 intel_crtc->plane,
1996 dev_priv->num_pipe);
Chris Wilson5c3b82e2009-02-11 13:25:09 +00001997 return -EINVAL;
Jesse Barnes79e53942008-11-07 14:24:08 -08001998 }
1999
Chris Wilson5c3b82e2009-02-11 13:25:09 +00002000 mutex_lock(&dev->struct_mutex);
Chris Wilson265db952010-09-20 15:41:01 +01002001 ret = intel_pin_and_fence_fb_obj(dev,
2002 to_intel_framebuffer(crtc->fb)->obj,
Chris Wilson919926a2010-11-12 13:42:53 +00002003 NULL);
Chris Wilson5c3b82e2009-02-11 13:25:09 +00002004 if (ret != 0) {
2005 mutex_unlock(&dev->struct_mutex);
Jesse Barnesa5071c22011-07-19 15:38:56 -07002006 DRM_ERROR("pin & fence failed\n");
Chris Wilson5c3b82e2009-02-11 13:25:09 +00002007 return ret;
2008 }
Kristian Høgsberg3c4fdcf2008-12-17 22:14:46 -05002009
Chris Wilson14667a42012-04-03 17:58:35 +01002010 if (old_fb)
2011 intel_finish_fb(old_fb);
Chris Wilson265db952010-09-20 15:41:01 +01002012
Chris Wilson6b8e6ed2012-04-17 15:08:19 +01002013 ret = dev_priv->display.update_plane(crtc, crtc->fb, x, y);
Chris Wilson4e6cfef2010-08-08 13:20:19 +01002014 if (ret) {
Chris Wilson1690e1e2011-12-14 13:57:08 +01002015 intel_unpin_fb_obj(to_intel_framebuffer(crtc->fb)->obj);
Chris Wilson5c3b82e2009-02-11 13:25:09 +00002016 mutex_unlock(&dev->struct_mutex);
Jesse Barnesa5071c22011-07-19 15:38:56 -07002017 DRM_ERROR("failed to update base address\n");
Chris Wilson4e6cfef2010-08-08 13:20:19 +01002018 return ret;
Jesse Barnes79e53942008-11-07 14:24:08 -08002019 }
Kristian Høgsberg3c4fdcf2008-12-17 22:14:46 -05002020
Chris Wilsonb7f1de22010-12-14 16:09:31 +00002021 if (old_fb) {
2022 intel_wait_for_vblank(dev, intel_crtc->pipe);
Chris Wilson1690e1e2011-12-14 13:57:08 +01002023 intel_unpin_fb_obj(to_intel_framebuffer(old_fb)->obj);
Chris Wilsonb7f1de22010-12-14 16:09:31 +00002024 }
Jesse Barnes652c3932009-08-17 13:31:43 -07002025
Chris Wilson6b8e6ed2012-04-17 15:08:19 +01002026 intel_update_fbc(dev);
Chris Wilson5c3b82e2009-02-11 13:25:09 +00002027 mutex_unlock(&dev->struct_mutex);
Jesse Barnes79e53942008-11-07 14:24:08 -08002028
2029 if (!dev->primary->master)
Chris Wilson5c3b82e2009-02-11 13:25:09 +00002030 return 0;
Jesse Barnes79e53942008-11-07 14:24:08 -08002031
2032 master_priv = dev->primary->master->driver_priv;
2033 if (!master_priv->sarea_priv)
Chris Wilson5c3b82e2009-02-11 13:25:09 +00002034 return 0;
Jesse Barnes79e53942008-11-07 14:24:08 -08002035
Chris Wilson265db952010-09-20 15:41:01 +01002036 if (intel_crtc->pipe) {
Jesse Barnes79e53942008-11-07 14:24:08 -08002037 master_priv->sarea_priv->pipeB_x = x;
2038 master_priv->sarea_priv->pipeB_y = y;
Chris Wilson5c3b82e2009-02-11 13:25:09 +00002039 } else {
2040 master_priv->sarea_priv->pipeA_x = x;
2041 master_priv->sarea_priv->pipeA_y = y;
Jesse Barnes79e53942008-11-07 14:24:08 -08002042 }
Chris Wilson5c3b82e2009-02-11 13:25:09 +00002043
2044 return 0;
Jesse Barnes79e53942008-11-07 14:24:08 -08002045}
2046
Chris Wilson5eddb702010-09-11 13:48:45 +01002047static void ironlake_set_pll_edp(struct drm_crtc *crtc, int clock)
Zhenyu Wang32f9d652009-07-24 01:00:32 +08002048{
2049 struct drm_device *dev = crtc->dev;
2050 struct drm_i915_private *dev_priv = dev->dev_private;
2051 u32 dpa_ctl;
2052
Zhao Yakui28c97732009-10-09 11:39:41 +08002053 DRM_DEBUG_KMS("eDP PLL enable for clock %d\n", clock);
Zhenyu Wang32f9d652009-07-24 01:00:32 +08002054 dpa_ctl = I915_READ(DP_A);
2055 dpa_ctl &= ~DP_PLL_FREQ_MASK;
2056
2057 if (clock < 200000) {
2058 u32 temp;
2059 dpa_ctl |= DP_PLL_FREQ_160MHZ;
2060 /* workaround for 160Mhz:
2061 1) program 0x4600c bits 15:0 = 0x8124
2062 2) program 0x46010 bit 0 = 1
2063 3) program 0x46034 bit 24 = 1
2064 4) program 0x64000 bit 14 = 1
2065 */
2066 temp = I915_READ(0x4600c);
2067 temp &= 0xffff0000;
2068 I915_WRITE(0x4600c, temp | 0x8124);
2069
2070 temp = I915_READ(0x46010);
2071 I915_WRITE(0x46010, temp | 1);
2072
2073 temp = I915_READ(0x46034);
2074 I915_WRITE(0x46034, temp | (1 << 24));
2075 } else {
2076 dpa_ctl |= DP_PLL_FREQ_270MHZ;
2077 }
2078 I915_WRITE(DP_A, dpa_ctl);
2079
Chris Wilson5eddb702010-09-11 13:48:45 +01002080 POSTING_READ(DP_A);
Zhenyu Wang32f9d652009-07-24 01:00:32 +08002081 udelay(500);
2082}
2083
Zhenyu Wang5e84e1a2010-10-28 16:38:08 +08002084static void intel_fdi_normal_train(struct drm_crtc *crtc)
2085{
2086 struct drm_device *dev = crtc->dev;
2087 struct drm_i915_private *dev_priv = dev->dev_private;
2088 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
2089 int pipe = intel_crtc->pipe;
2090 u32 reg, temp;
2091
2092 /* enable normal train */
2093 reg = FDI_TX_CTL(pipe);
2094 temp = I915_READ(reg);
Keith Packard61e499b2011-05-17 16:13:52 -07002095 if (IS_IVYBRIDGE(dev)) {
Jesse Barnes357555c2011-04-28 15:09:55 -07002096 temp &= ~FDI_LINK_TRAIN_NONE_IVB;
2097 temp |= FDI_LINK_TRAIN_NONE_IVB | FDI_TX_ENHANCE_FRAME_ENABLE;
Keith Packard61e499b2011-05-17 16:13:52 -07002098 } else {
2099 temp &= ~FDI_LINK_TRAIN_NONE;
2100 temp |= FDI_LINK_TRAIN_NONE | FDI_TX_ENHANCE_FRAME_ENABLE;
Jesse Barnes357555c2011-04-28 15:09:55 -07002101 }
Zhenyu Wang5e84e1a2010-10-28 16:38:08 +08002102 I915_WRITE(reg, temp);
2103
2104 reg = FDI_RX_CTL(pipe);
2105 temp = I915_READ(reg);
2106 if (HAS_PCH_CPT(dev)) {
2107 temp &= ~FDI_LINK_TRAIN_PATTERN_MASK_CPT;
2108 temp |= FDI_LINK_TRAIN_NORMAL_CPT;
2109 } else {
2110 temp &= ~FDI_LINK_TRAIN_NONE;
2111 temp |= FDI_LINK_TRAIN_NONE;
2112 }
2113 I915_WRITE(reg, temp | FDI_RX_ENHANCE_FRAME_ENABLE);
2114
2115 /* wait one idle pattern time */
2116 POSTING_READ(reg);
2117 udelay(1000);
Jesse Barnes357555c2011-04-28 15:09:55 -07002118
2119 /* IVB wants error correction enabled */
2120 if (IS_IVYBRIDGE(dev))
2121 I915_WRITE(reg, I915_READ(reg) | FDI_FS_ERRC_ENABLE |
2122 FDI_FE_ERRC_ENABLE);
Zhenyu Wang5e84e1a2010-10-28 16:38:08 +08002123}
2124
Jesse Barnes291427f2011-07-29 12:42:37 -07002125static void cpt_phase_pointer_enable(struct drm_device *dev, int pipe)
2126{
2127 struct drm_i915_private *dev_priv = dev->dev_private;
2128 u32 flags = I915_READ(SOUTH_CHICKEN1);
2129
2130 flags |= FDI_PHASE_SYNC_OVR(pipe);
2131 I915_WRITE(SOUTH_CHICKEN1, flags); /* once to unlock... */
2132 flags |= FDI_PHASE_SYNC_EN(pipe);
2133 I915_WRITE(SOUTH_CHICKEN1, flags); /* then again to enable */
2134 POSTING_READ(SOUTH_CHICKEN1);
2135}
2136
Zhenyu Wang8db9d772010-04-07 16:15:54 +08002137/* The FDI link training functions for ILK/Ibexpeak. */
2138static void ironlake_fdi_link_train(struct drm_crtc *crtc)
2139{
2140 struct drm_device *dev = crtc->dev;
2141 struct drm_i915_private *dev_priv = dev->dev_private;
2142 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
2143 int pipe = intel_crtc->pipe;
Jesse Barnes0fc932b2011-01-04 15:09:37 -08002144 int plane = intel_crtc->plane;
Chris Wilson5eddb702010-09-11 13:48:45 +01002145 u32 reg, temp, tries;
Zhenyu Wang8db9d772010-04-07 16:15:54 +08002146
Jesse Barnes0fc932b2011-01-04 15:09:37 -08002147 /* FDI needs bits from pipe & plane first */
2148 assert_pipe_enabled(dev_priv, pipe);
2149 assert_plane_enabled(dev_priv, plane);
2150
Adam Jacksone1a44742010-06-25 15:32:14 -04002151 /* Train 1: umask FDI RX Interrupt symbol_lock and bit_lock bit
2152 for train result */
Chris Wilson5eddb702010-09-11 13:48:45 +01002153 reg = FDI_RX_IMR(pipe);
2154 temp = I915_READ(reg);
Adam Jacksone1a44742010-06-25 15:32:14 -04002155 temp &= ~FDI_RX_SYMBOL_LOCK;
2156 temp &= ~FDI_RX_BIT_LOCK;
Chris Wilson5eddb702010-09-11 13:48:45 +01002157 I915_WRITE(reg, temp);
2158 I915_READ(reg);
Adam Jacksone1a44742010-06-25 15:32:14 -04002159 udelay(150);
2160
Zhenyu Wang8db9d772010-04-07 16:15:54 +08002161 /* enable CPU FDI TX and PCH FDI RX */
Chris Wilson5eddb702010-09-11 13:48:45 +01002162 reg = FDI_TX_CTL(pipe);
2163 temp = I915_READ(reg);
Adam Jackson77ffb592010-04-12 11:38:44 -04002164 temp &= ~(7 << 19);
2165 temp |= (intel_crtc->fdi_lanes - 1) << 19;
Zhenyu Wang8db9d772010-04-07 16:15:54 +08002166 temp &= ~FDI_LINK_TRAIN_NONE;
2167 temp |= FDI_LINK_TRAIN_PATTERN_1;
Chris Wilson5eddb702010-09-11 13:48:45 +01002168 I915_WRITE(reg, temp | FDI_TX_ENABLE);
Zhenyu Wang8db9d772010-04-07 16:15:54 +08002169
Chris Wilson5eddb702010-09-11 13:48:45 +01002170 reg = FDI_RX_CTL(pipe);
2171 temp = I915_READ(reg);
Zhenyu Wang8db9d772010-04-07 16:15:54 +08002172 temp &= ~FDI_LINK_TRAIN_NONE;
2173 temp |= FDI_LINK_TRAIN_PATTERN_1;
Chris Wilson5eddb702010-09-11 13:48:45 +01002174 I915_WRITE(reg, temp | FDI_RX_ENABLE);
2175
2176 POSTING_READ(reg);
Zhenyu Wang8db9d772010-04-07 16:15:54 +08002177 udelay(150);
2178
Jesse Barnes5b2adf82010-10-07 16:01:15 -07002179 /* Ironlake workaround, enable clock pointer after FDI enable*/
Jesse Barnes6f06ce12011-01-04 15:09:38 -08002180 if (HAS_PCH_IBX(dev)) {
2181 I915_WRITE(FDI_RX_CHICKEN(pipe), FDI_RX_PHASE_SYNC_POINTER_OVR);
2182 I915_WRITE(FDI_RX_CHICKEN(pipe), FDI_RX_PHASE_SYNC_POINTER_OVR |
2183 FDI_RX_PHASE_SYNC_POINTER_EN);
2184 }
Jesse Barnes5b2adf82010-10-07 16:01:15 -07002185
Chris Wilson5eddb702010-09-11 13:48:45 +01002186 reg = FDI_RX_IIR(pipe);
Adam Jacksone1a44742010-06-25 15:32:14 -04002187 for (tries = 0; tries < 5; tries++) {
Chris Wilson5eddb702010-09-11 13:48:45 +01002188 temp = I915_READ(reg);
Zhenyu Wang8db9d772010-04-07 16:15:54 +08002189 DRM_DEBUG_KMS("FDI_RX_IIR 0x%x\n", temp);
2190
2191 if ((temp & FDI_RX_BIT_LOCK)) {
2192 DRM_DEBUG_KMS("FDI train 1 done.\n");
Chris Wilson5eddb702010-09-11 13:48:45 +01002193 I915_WRITE(reg, temp | FDI_RX_BIT_LOCK);
Zhenyu Wang8db9d772010-04-07 16:15:54 +08002194 break;
2195 }
Zhenyu Wang8db9d772010-04-07 16:15:54 +08002196 }
Adam Jacksone1a44742010-06-25 15:32:14 -04002197 if (tries == 5)
Chris Wilson5eddb702010-09-11 13:48:45 +01002198 DRM_ERROR("FDI train 1 fail!\n");
Zhenyu Wang8db9d772010-04-07 16:15:54 +08002199
2200 /* Train 2 */
Chris Wilson5eddb702010-09-11 13:48:45 +01002201 reg = FDI_TX_CTL(pipe);
2202 temp = I915_READ(reg);
Zhenyu Wang8db9d772010-04-07 16:15:54 +08002203 temp &= ~FDI_LINK_TRAIN_NONE;
2204 temp |= FDI_LINK_TRAIN_PATTERN_2;
Chris Wilson5eddb702010-09-11 13:48:45 +01002205 I915_WRITE(reg, temp);
Zhenyu Wang8db9d772010-04-07 16:15:54 +08002206
Chris Wilson5eddb702010-09-11 13:48:45 +01002207 reg = FDI_RX_CTL(pipe);
2208 temp = I915_READ(reg);
Zhenyu Wang8db9d772010-04-07 16:15:54 +08002209 temp &= ~FDI_LINK_TRAIN_NONE;
2210 temp |= FDI_LINK_TRAIN_PATTERN_2;
Chris Wilson5eddb702010-09-11 13:48:45 +01002211 I915_WRITE(reg, temp);
2212
2213 POSTING_READ(reg);
Zhenyu Wang8db9d772010-04-07 16:15:54 +08002214 udelay(150);
2215
Chris Wilson5eddb702010-09-11 13:48:45 +01002216 reg = FDI_RX_IIR(pipe);
Adam Jacksone1a44742010-06-25 15:32:14 -04002217 for (tries = 0; tries < 5; tries++) {
Chris Wilson5eddb702010-09-11 13:48:45 +01002218 temp = I915_READ(reg);
Zhenyu Wang8db9d772010-04-07 16:15:54 +08002219 DRM_DEBUG_KMS("FDI_RX_IIR 0x%x\n", temp);
2220
2221 if (temp & FDI_RX_SYMBOL_LOCK) {
Chris Wilson5eddb702010-09-11 13:48:45 +01002222 I915_WRITE(reg, temp | FDI_RX_SYMBOL_LOCK);
Zhenyu Wang8db9d772010-04-07 16:15:54 +08002223 DRM_DEBUG_KMS("FDI train 2 done.\n");
2224 break;
2225 }
Zhenyu Wang8db9d772010-04-07 16:15:54 +08002226 }
Adam Jacksone1a44742010-06-25 15:32:14 -04002227 if (tries == 5)
Chris Wilson5eddb702010-09-11 13:48:45 +01002228 DRM_ERROR("FDI train 2 fail!\n");
Zhenyu Wang8db9d772010-04-07 16:15:54 +08002229
2230 DRM_DEBUG_KMS("FDI train done\n");
Jesse Barnes5c5313c2010-10-07 16:01:11 -07002231
Zhenyu Wang8db9d772010-04-07 16:15:54 +08002232}
2233
Akshay Joshi0206e352011-08-16 15:34:10 -04002234static const int snb_b_fdi_train_param[] = {
Zhenyu Wang8db9d772010-04-07 16:15:54 +08002235 FDI_LINK_TRAIN_400MV_0DB_SNB_B,
2236 FDI_LINK_TRAIN_400MV_6DB_SNB_B,
2237 FDI_LINK_TRAIN_600MV_3_5DB_SNB_B,
2238 FDI_LINK_TRAIN_800MV_0DB_SNB_B,
2239};
2240
2241/* The FDI link training functions for SNB/Cougarpoint. */
2242static void gen6_fdi_link_train(struct drm_crtc *crtc)
2243{
2244 struct drm_device *dev = crtc->dev;
2245 struct drm_i915_private *dev_priv = dev->dev_private;
2246 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
2247 int pipe = intel_crtc->pipe;
Sean Paulfa37d392012-03-02 12:53:39 -05002248 u32 reg, temp, i, retry;
Zhenyu Wang8db9d772010-04-07 16:15:54 +08002249
Adam Jacksone1a44742010-06-25 15:32:14 -04002250 /* Train 1: umask FDI RX Interrupt symbol_lock and bit_lock bit
2251 for train result */
Chris Wilson5eddb702010-09-11 13:48:45 +01002252 reg = FDI_RX_IMR(pipe);
2253 temp = I915_READ(reg);
Adam Jacksone1a44742010-06-25 15:32:14 -04002254 temp &= ~FDI_RX_SYMBOL_LOCK;
2255 temp &= ~FDI_RX_BIT_LOCK;
Chris Wilson5eddb702010-09-11 13:48:45 +01002256 I915_WRITE(reg, temp);
2257
2258 POSTING_READ(reg);
Adam Jacksone1a44742010-06-25 15:32:14 -04002259 udelay(150);
2260
Zhenyu Wang8db9d772010-04-07 16:15:54 +08002261 /* enable CPU FDI TX and PCH FDI RX */
Chris Wilson5eddb702010-09-11 13:48:45 +01002262 reg = FDI_TX_CTL(pipe);
2263 temp = I915_READ(reg);
Adam Jackson77ffb592010-04-12 11:38:44 -04002264 temp &= ~(7 << 19);
2265 temp |= (intel_crtc->fdi_lanes - 1) << 19;
Zhenyu Wang8db9d772010-04-07 16:15:54 +08002266 temp &= ~FDI_LINK_TRAIN_NONE;
2267 temp |= FDI_LINK_TRAIN_PATTERN_1;
2268 temp &= ~FDI_LINK_TRAIN_VOL_EMP_MASK;
2269 /* SNB-B */
2270 temp |= FDI_LINK_TRAIN_400MV_0DB_SNB_B;
Chris Wilson5eddb702010-09-11 13:48:45 +01002271 I915_WRITE(reg, temp | FDI_TX_ENABLE);
Zhenyu Wang8db9d772010-04-07 16:15:54 +08002272
Chris Wilson5eddb702010-09-11 13:48:45 +01002273 reg = FDI_RX_CTL(pipe);
2274 temp = I915_READ(reg);
Zhenyu Wang8db9d772010-04-07 16:15:54 +08002275 if (HAS_PCH_CPT(dev)) {
2276 temp &= ~FDI_LINK_TRAIN_PATTERN_MASK_CPT;
2277 temp |= FDI_LINK_TRAIN_PATTERN_1_CPT;
2278 } else {
2279 temp &= ~FDI_LINK_TRAIN_NONE;
2280 temp |= FDI_LINK_TRAIN_PATTERN_1;
2281 }
Chris Wilson5eddb702010-09-11 13:48:45 +01002282 I915_WRITE(reg, temp | FDI_RX_ENABLE);
2283
2284 POSTING_READ(reg);
Zhenyu Wang8db9d772010-04-07 16:15:54 +08002285 udelay(150);
2286
Jesse Barnes291427f2011-07-29 12:42:37 -07002287 if (HAS_PCH_CPT(dev))
2288 cpt_phase_pointer_enable(dev, pipe);
2289
Akshay Joshi0206e352011-08-16 15:34:10 -04002290 for (i = 0; i < 4; i++) {
Chris Wilson5eddb702010-09-11 13:48:45 +01002291 reg = FDI_TX_CTL(pipe);
2292 temp = I915_READ(reg);
Zhenyu Wang8db9d772010-04-07 16:15:54 +08002293 temp &= ~FDI_LINK_TRAIN_VOL_EMP_MASK;
2294 temp |= snb_b_fdi_train_param[i];
Chris Wilson5eddb702010-09-11 13:48:45 +01002295 I915_WRITE(reg, temp);
2296
2297 POSTING_READ(reg);
Zhenyu Wang8db9d772010-04-07 16:15:54 +08002298 udelay(500);
2299
Sean Paulfa37d392012-03-02 12:53:39 -05002300 for (retry = 0; retry < 5; retry++) {
2301 reg = FDI_RX_IIR(pipe);
2302 temp = I915_READ(reg);
2303 DRM_DEBUG_KMS("FDI_RX_IIR 0x%x\n", temp);
2304 if (temp & FDI_RX_BIT_LOCK) {
2305 I915_WRITE(reg, temp | FDI_RX_BIT_LOCK);
2306 DRM_DEBUG_KMS("FDI train 1 done.\n");
2307 break;
2308 }
2309 udelay(50);
Zhenyu Wang8db9d772010-04-07 16:15:54 +08002310 }
Sean Paulfa37d392012-03-02 12:53:39 -05002311 if (retry < 5)
2312 break;
Zhenyu Wang8db9d772010-04-07 16:15:54 +08002313 }
2314 if (i == 4)
Chris Wilson5eddb702010-09-11 13:48:45 +01002315 DRM_ERROR("FDI train 1 fail!\n");
Zhenyu Wang8db9d772010-04-07 16:15:54 +08002316
2317 /* Train 2 */
Chris Wilson5eddb702010-09-11 13:48:45 +01002318 reg = FDI_TX_CTL(pipe);
2319 temp = I915_READ(reg);
Zhenyu Wang8db9d772010-04-07 16:15:54 +08002320 temp &= ~FDI_LINK_TRAIN_NONE;
2321 temp |= FDI_LINK_TRAIN_PATTERN_2;
2322 if (IS_GEN6(dev)) {
2323 temp &= ~FDI_LINK_TRAIN_VOL_EMP_MASK;
2324 /* SNB-B */
2325 temp |= FDI_LINK_TRAIN_400MV_0DB_SNB_B;
2326 }
Chris Wilson5eddb702010-09-11 13:48:45 +01002327 I915_WRITE(reg, temp);
Zhenyu Wang8db9d772010-04-07 16:15:54 +08002328
Chris Wilson5eddb702010-09-11 13:48:45 +01002329 reg = FDI_RX_CTL(pipe);
2330 temp = I915_READ(reg);
Zhenyu Wang8db9d772010-04-07 16:15:54 +08002331 if (HAS_PCH_CPT(dev)) {
2332 temp &= ~FDI_LINK_TRAIN_PATTERN_MASK_CPT;
2333 temp |= FDI_LINK_TRAIN_PATTERN_2_CPT;
2334 } else {
2335 temp &= ~FDI_LINK_TRAIN_NONE;
2336 temp |= FDI_LINK_TRAIN_PATTERN_2;
2337 }
Chris Wilson5eddb702010-09-11 13:48:45 +01002338 I915_WRITE(reg, temp);
2339
2340 POSTING_READ(reg);
Zhenyu Wang8db9d772010-04-07 16:15:54 +08002341 udelay(150);
2342
Akshay Joshi0206e352011-08-16 15:34:10 -04002343 for (i = 0; i < 4; i++) {
Chris Wilson5eddb702010-09-11 13:48:45 +01002344 reg = FDI_TX_CTL(pipe);
2345 temp = I915_READ(reg);
Zhenyu Wang8db9d772010-04-07 16:15:54 +08002346 temp &= ~FDI_LINK_TRAIN_VOL_EMP_MASK;
2347 temp |= snb_b_fdi_train_param[i];
Chris Wilson5eddb702010-09-11 13:48:45 +01002348 I915_WRITE(reg, temp);
2349
2350 POSTING_READ(reg);
Zhenyu Wang8db9d772010-04-07 16:15:54 +08002351 udelay(500);
2352
Sean Paulfa37d392012-03-02 12:53:39 -05002353 for (retry = 0; retry < 5; retry++) {
2354 reg = FDI_RX_IIR(pipe);
2355 temp = I915_READ(reg);
2356 DRM_DEBUG_KMS("FDI_RX_IIR 0x%x\n", temp);
2357 if (temp & FDI_RX_SYMBOL_LOCK) {
2358 I915_WRITE(reg, temp | FDI_RX_SYMBOL_LOCK);
2359 DRM_DEBUG_KMS("FDI train 2 done.\n");
2360 break;
2361 }
2362 udelay(50);
Zhenyu Wang8db9d772010-04-07 16:15:54 +08002363 }
Sean Paulfa37d392012-03-02 12:53:39 -05002364 if (retry < 5)
2365 break;
Zhenyu Wang8db9d772010-04-07 16:15:54 +08002366 }
2367 if (i == 4)
Chris Wilson5eddb702010-09-11 13:48:45 +01002368 DRM_ERROR("FDI train 2 fail!\n");
Zhenyu Wang8db9d772010-04-07 16:15:54 +08002369
2370 DRM_DEBUG_KMS("FDI train done.\n");
2371}
2372
Jesse Barnes357555c2011-04-28 15:09:55 -07002373/* Manual link training for Ivy Bridge A0 parts */
2374static void ivb_manual_fdi_link_train(struct drm_crtc *crtc)
2375{
2376 struct drm_device *dev = crtc->dev;
2377 struct drm_i915_private *dev_priv = dev->dev_private;
2378 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
2379 int pipe = intel_crtc->pipe;
2380 u32 reg, temp, i;
2381
2382 /* Train 1: umask FDI RX Interrupt symbol_lock and bit_lock bit
2383 for train result */
2384 reg = FDI_RX_IMR(pipe);
2385 temp = I915_READ(reg);
2386 temp &= ~FDI_RX_SYMBOL_LOCK;
2387 temp &= ~FDI_RX_BIT_LOCK;
2388 I915_WRITE(reg, temp);
2389
2390 POSTING_READ(reg);
2391 udelay(150);
2392
2393 /* enable CPU FDI TX and PCH FDI RX */
2394 reg = FDI_TX_CTL(pipe);
2395 temp = I915_READ(reg);
2396 temp &= ~(7 << 19);
2397 temp |= (intel_crtc->fdi_lanes - 1) << 19;
2398 temp &= ~(FDI_LINK_TRAIN_AUTO | FDI_LINK_TRAIN_NONE_IVB);
2399 temp |= FDI_LINK_TRAIN_PATTERN_1_IVB;
2400 temp &= ~FDI_LINK_TRAIN_VOL_EMP_MASK;
2401 temp |= FDI_LINK_TRAIN_400MV_0DB_SNB_B;
Jesse Barnesc4f9c4c2011-10-10 14:28:52 -07002402 temp |= FDI_COMPOSITE_SYNC;
Jesse Barnes357555c2011-04-28 15:09:55 -07002403 I915_WRITE(reg, temp | FDI_TX_ENABLE);
2404
2405 reg = FDI_RX_CTL(pipe);
2406 temp = I915_READ(reg);
2407 temp &= ~FDI_LINK_TRAIN_AUTO;
2408 temp &= ~FDI_LINK_TRAIN_PATTERN_MASK_CPT;
2409 temp |= FDI_LINK_TRAIN_PATTERN_1_CPT;
Jesse Barnesc4f9c4c2011-10-10 14:28:52 -07002410 temp |= FDI_COMPOSITE_SYNC;
Jesse Barnes357555c2011-04-28 15:09:55 -07002411 I915_WRITE(reg, temp | FDI_RX_ENABLE);
2412
2413 POSTING_READ(reg);
2414 udelay(150);
2415
Jesse Barnes291427f2011-07-29 12:42:37 -07002416 if (HAS_PCH_CPT(dev))
2417 cpt_phase_pointer_enable(dev, pipe);
2418
Akshay Joshi0206e352011-08-16 15:34:10 -04002419 for (i = 0; i < 4; i++) {
Jesse Barnes357555c2011-04-28 15:09:55 -07002420 reg = FDI_TX_CTL(pipe);
2421 temp = I915_READ(reg);
2422 temp &= ~FDI_LINK_TRAIN_VOL_EMP_MASK;
2423 temp |= snb_b_fdi_train_param[i];
2424 I915_WRITE(reg, temp);
2425
2426 POSTING_READ(reg);
2427 udelay(500);
2428
2429 reg = FDI_RX_IIR(pipe);
2430 temp = I915_READ(reg);
2431 DRM_DEBUG_KMS("FDI_RX_IIR 0x%x\n", temp);
2432
2433 if (temp & FDI_RX_BIT_LOCK ||
2434 (I915_READ(reg) & FDI_RX_BIT_LOCK)) {
2435 I915_WRITE(reg, temp | FDI_RX_BIT_LOCK);
2436 DRM_DEBUG_KMS("FDI train 1 done.\n");
2437 break;
2438 }
2439 }
2440 if (i == 4)
2441 DRM_ERROR("FDI train 1 fail!\n");
2442
2443 /* Train 2 */
2444 reg = FDI_TX_CTL(pipe);
2445 temp = I915_READ(reg);
2446 temp &= ~FDI_LINK_TRAIN_NONE_IVB;
2447 temp |= FDI_LINK_TRAIN_PATTERN_2_IVB;
2448 temp &= ~FDI_LINK_TRAIN_VOL_EMP_MASK;
2449 temp |= FDI_LINK_TRAIN_400MV_0DB_SNB_B;
2450 I915_WRITE(reg, temp);
2451
2452 reg = FDI_RX_CTL(pipe);
2453 temp = I915_READ(reg);
2454 temp &= ~FDI_LINK_TRAIN_PATTERN_MASK_CPT;
2455 temp |= FDI_LINK_TRAIN_PATTERN_2_CPT;
2456 I915_WRITE(reg, temp);
2457
2458 POSTING_READ(reg);
2459 udelay(150);
2460
Akshay Joshi0206e352011-08-16 15:34:10 -04002461 for (i = 0; i < 4; i++) {
Jesse Barnes357555c2011-04-28 15:09:55 -07002462 reg = FDI_TX_CTL(pipe);
2463 temp = I915_READ(reg);
2464 temp &= ~FDI_LINK_TRAIN_VOL_EMP_MASK;
2465 temp |= snb_b_fdi_train_param[i];
2466 I915_WRITE(reg, temp);
2467
2468 POSTING_READ(reg);
2469 udelay(500);
2470
2471 reg = FDI_RX_IIR(pipe);
2472 temp = I915_READ(reg);
2473 DRM_DEBUG_KMS("FDI_RX_IIR 0x%x\n", temp);
2474
2475 if (temp & FDI_RX_SYMBOL_LOCK) {
2476 I915_WRITE(reg, temp | FDI_RX_SYMBOL_LOCK);
2477 DRM_DEBUG_KMS("FDI train 2 done.\n");
2478 break;
2479 }
2480 }
2481 if (i == 4)
2482 DRM_ERROR("FDI train 2 fail!\n");
2483
2484 DRM_DEBUG_KMS("FDI train done.\n");
2485}
2486
2487static void ironlake_fdi_pll_enable(struct drm_crtc *crtc)
Jesse Barnes0e23b992010-09-10 11:10:00 -07002488{
2489 struct drm_device *dev = crtc->dev;
2490 struct drm_i915_private *dev_priv = dev->dev_private;
2491 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
2492 int pipe = intel_crtc->pipe;
Chris Wilson5eddb702010-09-11 13:48:45 +01002493 u32 reg, temp;
Jesse Barnes0e23b992010-09-10 11:10:00 -07002494
Jesse Barnesc64e3112010-09-10 11:27:03 -07002495 /* Write the TU size bits so error detection works */
Chris Wilson5eddb702010-09-11 13:48:45 +01002496 I915_WRITE(FDI_RX_TUSIZE1(pipe),
2497 I915_READ(PIPE_DATA_M1(pipe)) & TU_SIZE_MASK);
Jesse Barnesc64e3112010-09-10 11:27:03 -07002498
Jesse Barnes0e23b992010-09-10 11:10:00 -07002499 /* enable PCH FDI RX PLL, wait warmup plus DMI latency */
Chris Wilson5eddb702010-09-11 13:48:45 +01002500 reg = FDI_RX_CTL(pipe);
2501 temp = I915_READ(reg);
2502 temp &= ~((0x7 << 19) | (0x7 << 16));
Jesse Barnes0e23b992010-09-10 11:10:00 -07002503 temp |= (intel_crtc->fdi_lanes - 1) << 19;
Chris Wilson5eddb702010-09-11 13:48:45 +01002504 temp |= (I915_READ(PIPECONF(pipe)) & PIPE_BPC_MASK) << 11;
2505 I915_WRITE(reg, temp | FDI_RX_PLL_ENABLE);
2506
2507 POSTING_READ(reg);
Jesse Barnes0e23b992010-09-10 11:10:00 -07002508 udelay(200);
2509
2510 /* Switch from Rawclk to PCDclk */
Chris Wilson5eddb702010-09-11 13:48:45 +01002511 temp = I915_READ(reg);
2512 I915_WRITE(reg, temp | FDI_PCDCLK);
2513
2514 POSTING_READ(reg);
Jesse Barnes0e23b992010-09-10 11:10:00 -07002515 udelay(200);
2516
2517 /* Enable CPU FDI TX PLL, always on for Ironlake */
Chris Wilson5eddb702010-09-11 13:48:45 +01002518 reg = FDI_TX_CTL(pipe);
2519 temp = I915_READ(reg);
Jesse Barnes0e23b992010-09-10 11:10:00 -07002520 if ((temp & FDI_TX_PLL_ENABLE) == 0) {
Chris Wilson5eddb702010-09-11 13:48:45 +01002521 I915_WRITE(reg, temp | FDI_TX_PLL_ENABLE);
2522
2523 POSTING_READ(reg);
Jesse Barnes0e23b992010-09-10 11:10:00 -07002524 udelay(100);
2525 }
2526}
2527
Jesse Barnes291427f2011-07-29 12:42:37 -07002528static void cpt_phase_pointer_disable(struct drm_device *dev, int pipe)
2529{
2530 struct drm_i915_private *dev_priv = dev->dev_private;
2531 u32 flags = I915_READ(SOUTH_CHICKEN1);
2532
2533 flags &= ~(FDI_PHASE_SYNC_EN(pipe));
2534 I915_WRITE(SOUTH_CHICKEN1, flags); /* once to disable... */
2535 flags &= ~(FDI_PHASE_SYNC_OVR(pipe));
2536 I915_WRITE(SOUTH_CHICKEN1, flags); /* then again to lock */
2537 POSTING_READ(SOUTH_CHICKEN1);
2538}
Jesse Barnes0fc932b2011-01-04 15:09:37 -08002539static void ironlake_fdi_disable(struct drm_crtc *crtc)
2540{
2541 struct drm_device *dev = crtc->dev;
2542 struct drm_i915_private *dev_priv = dev->dev_private;
2543 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
2544 int pipe = intel_crtc->pipe;
2545 u32 reg, temp;
2546
2547 /* disable CPU FDI tx and PCH FDI rx */
2548 reg = FDI_TX_CTL(pipe);
2549 temp = I915_READ(reg);
2550 I915_WRITE(reg, temp & ~FDI_TX_ENABLE);
2551 POSTING_READ(reg);
2552
2553 reg = FDI_RX_CTL(pipe);
2554 temp = I915_READ(reg);
2555 temp &= ~(0x7 << 16);
2556 temp |= (I915_READ(PIPECONF(pipe)) & PIPE_BPC_MASK) << 11;
2557 I915_WRITE(reg, temp & ~FDI_RX_ENABLE);
2558
2559 POSTING_READ(reg);
2560 udelay(100);
2561
2562 /* Ironlake workaround, disable clock pointer after downing FDI */
Jesse Barnes6f06ce12011-01-04 15:09:38 -08002563 if (HAS_PCH_IBX(dev)) {
2564 I915_WRITE(FDI_RX_CHICKEN(pipe), FDI_RX_PHASE_SYNC_POINTER_OVR);
Jesse Barnes0fc932b2011-01-04 15:09:37 -08002565 I915_WRITE(FDI_RX_CHICKEN(pipe),
2566 I915_READ(FDI_RX_CHICKEN(pipe) &
Jesse Barnes6f06ce12011-01-04 15:09:38 -08002567 ~FDI_RX_PHASE_SYNC_POINTER_EN));
Jesse Barnes291427f2011-07-29 12:42:37 -07002568 } else if (HAS_PCH_CPT(dev)) {
2569 cpt_phase_pointer_disable(dev, pipe);
Jesse Barnes6f06ce12011-01-04 15:09:38 -08002570 }
Jesse Barnes0fc932b2011-01-04 15:09:37 -08002571
2572 /* still set train pattern 1 */
2573 reg = FDI_TX_CTL(pipe);
2574 temp = I915_READ(reg);
2575 temp &= ~FDI_LINK_TRAIN_NONE;
2576 temp |= FDI_LINK_TRAIN_PATTERN_1;
2577 I915_WRITE(reg, temp);
2578
2579 reg = FDI_RX_CTL(pipe);
2580 temp = I915_READ(reg);
2581 if (HAS_PCH_CPT(dev)) {
2582 temp &= ~FDI_LINK_TRAIN_PATTERN_MASK_CPT;
2583 temp |= FDI_LINK_TRAIN_PATTERN_1_CPT;
2584 } else {
2585 temp &= ~FDI_LINK_TRAIN_NONE;
2586 temp |= FDI_LINK_TRAIN_PATTERN_1;
2587 }
2588 /* BPC in FDI rx is consistent with that in PIPECONF */
2589 temp &= ~(0x07 << 16);
2590 temp |= (I915_READ(PIPECONF(pipe)) & PIPE_BPC_MASK) << 11;
2591 I915_WRITE(reg, temp);
2592
2593 POSTING_READ(reg);
2594 udelay(100);
2595}
2596
Chris Wilsone6c3a2a2010-09-23 23:04:43 +01002597static void intel_crtc_wait_for_pending_flips(struct drm_crtc *crtc)
2598{
Chris Wilson0f911282012-04-17 10:05:38 +01002599 struct drm_device *dev = crtc->dev;
Chris Wilsone6c3a2a2010-09-23 23:04:43 +01002600
2601 if (crtc->fb == NULL)
2602 return;
2603
Chris Wilson0f911282012-04-17 10:05:38 +01002604 mutex_lock(&dev->struct_mutex);
2605 intel_finish_fb(crtc->fb);
2606 mutex_unlock(&dev->struct_mutex);
Chris Wilsone6c3a2a2010-09-23 23:04:43 +01002607}
2608
Jesse Barnes040484a2011-01-03 12:14:26 -08002609static bool intel_crtc_driving_pch(struct drm_crtc *crtc)
2610{
2611 struct drm_device *dev = crtc->dev;
2612 struct drm_mode_config *mode_config = &dev->mode_config;
2613 struct intel_encoder *encoder;
2614
2615 /*
2616 * If there's a non-PCH eDP on this crtc, it must be DP_A, and that
2617 * must be driven by its own crtc; no sharing is possible.
2618 */
2619 list_for_each_entry(encoder, &mode_config->encoder_list, base.head) {
2620 if (encoder->base.crtc != crtc)
2621 continue;
2622
Eugeni Dodonov6ee8bab2012-05-09 20:30:31 -03002623 /* On Haswell, LPT PCH handles the VGA connection via FDI, and Haswell
2624 * CPU handles all others */
2625 if (IS_HASWELL(dev)) {
2626 /* It is still unclear how this will work on PPT, so throw up a warning */
2627 WARN_ON(!HAS_PCH_LPT(dev));
2628
2629 if (encoder->type == DRM_MODE_ENCODER_DAC) {
2630 DRM_DEBUG_KMS("Haswell detected DAC encoder, assuming is PCH\n");
2631 return true;
2632 } else {
2633 DRM_DEBUG_KMS("Haswell detected encoder %d, assuming is CPU\n",
2634 encoder->type);
2635 return false;
2636 }
2637 }
2638
Jesse Barnes040484a2011-01-03 12:14:26 -08002639 switch (encoder->type) {
2640 case INTEL_OUTPUT_EDP:
2641 if (!intel_encoder_is_pch_edp(&encoder->base))
2642 return false;
2643 continue;
2644 }
2645 }
2646
2647 return true;
2648}
2649
Jesse Barnesf67a5592011-01-05 10:31:48 -08002650/*
2651 * Enable PCH resources required for PCH ports:
2652 * - PCH PLLs
2653 * - FDI training & RX/TX
2654 * - update transcoder timings
2655 * - DP transcoding bits
2656 * - transcoder
2657 */
2658static void ironlake_pch_enable(struct drm_crtc *crtc)
Jesse Barnes79e53942008-11-07 14:24:08 -08002659{
2660 struct drm_device *dev = crtc->dev;
Zhenyu Wang2c072452009-06-05 15:38:42 +08002661 struct drm_i915_private *dev_priv = dev->dev_private;
2662 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
2663 int pipe = intel_crtc->pipe;
Jesse Barnesee7b9f92012-04-20 17:11:53 +01002664 u32 reg, temp;
Jesse Barnes6be4a602010-09-10 10:26:01 -07002665
Jesse Barnesc98e9dc2010-09-10 10:57:18 -07002666 /* For PCH output, training FDI link */
Jesse Barnes674cf962011-04-28 14:27:04 -07002667 dev_priv->display.fdi_link_train(crtc);
Jesse Barnes6be4a602010-09-10 10:26:01 -07002668
Jesse Barnesee7b9f92012-04-20 17:11:53 +01002669 intel_enable_pch_pll(intel_crtc);
Jesse Barnesc98e9dc2010-09-10 10:57:18 -07002670
2671 if (HAS_PCH_CPT(dev)) {
Jesse Barnesee7b9f92012-04-20 17:11:53 +01002672 u32 sel;
Jesse Barnes4b645f12011-10-12 09:51:31 -07002673
Jesse Barnesc98e9dc2010-09-10 10:57:18 -07002674 temp = I915_READ(PCH_DPLL_SEL);
Jesse Barnesee7b9f92012-04-20 17:11:53 +01002675 switch (pipe) {
2676 default:
2677 case 0:
2678 temp |= TRANSA_DPLL_ENABLE;
2679 sel = TRANSA_DPLLB_SEL;
2680 break;
2681 case 1:
2682 temp |= TRANSB_DPLL_ENABLE;
2683 sel = TRANSB_DPLLB_SEL;
2684 break;
2685 case 2:
2686 temp |= TRANSC_DPLL_ENABLE;
2687 sel = TRANSC_DPLLB_SEL;
2688 break;
Jesse Barnesd64311a2011-10-12 15:01:33 -07002689 }
Jesse Barnesee7b9f92012-04-20 17:11:53 +01002690 if (intel_crtc->pch_pll->pll_reg == _PCH_DPLL_B)
2691 temp |= sel;
2692 else
2693 temp &= ~sel;
Jesse Barnesc98e9dc2010-09-10 10:57:18 -07002694 I915_WRITE(PCH_DPLL_SEL, temp);
Jesse Barnesc98e9dc2010-09-10 10:57:18 -07002695 }
Jesse Barnesc98e9dc2010-09-10 10:57:18 -07002696
Jesse Barnesd9b6cb52011-01-04 15:09:35 -08002697 /* set transcoder timing, panel must allow it */
2698 assert_panel_unlocked(dev_priv, pipe);
Chris Wilson5eddb702010-09-11 13:48:45 +01002699 I915_WRITE(TRANS_HTOTAL(pipe), I915_READ(HTOTAL(pipe)));
2700 I915_WRITE(TRANS_HBLANK(pipe), I915_READ(HBLANK(pipe)));
2701 I915_WRITE(TRANS_HSYNC(pipe), I915_READ(HSYNC(pipe)));
2702
2703 I915_WRITE(TRANS_VTOTAL(pipe), I915_READ(VTOTAL(pipe)));
2704 I915_WRITE(TRANS_VBLANK(pipe), I915_READ(VBLANK(pipe)));
2705 I915_WRITE(TRANS_VSYNC(pipe), I915_READ(VSYNC(pipe)));
Daniel Vetter0529a0d2012-01-28 14:49:24 +01002706 I915_WRITE(TRANS_VSYNCSHIFT(pipe), I915_READ(VSYNCSHIFT(pipe)));
Jesse Barnesc98e9dc2010-09-10 10:57:18 -07002707
Eugeni Dodonovf57e1e32012-05-09 15:37:14 -03002708 if (!IS_HASWELL(dev))
2709 intel_fdi_normal_train(crtc);
Zhenyu Wang5e84e1a2010-10-28 16:38:08 +08002710
Jesse Barnesc98e9dc2010-09-10 10:57:18 -07002711 /* For PCH DP, enable TRANS_DP_CTL */
2712 if (HAS_PCH_CPT(dev) &&
Keith Packard417e8222011-11-01 19:54:11 -07002713 (intel_pipe_has_type(crtc, INTEL_OUTPUT_DISPLAYPORT) ||
2714 intel_pipe_has_type(crtc, INTEL_OUTPUT_EDP))) {
Jesse Barnes9325c9f2011-06-24 12:19:21 -07002715 u32 bpc = (I915_READ(PIPECONF(pipe)) & PIPE_BPC_MASK) >> 5;
Chris Wilson5eddb702010-09-11 13:48:45 +01002716 reg = TRANS_DP_CTL(pipe);
2717 temp = I915_READ(reg);
2718 temp &= ~(TRANS_DP_PORT_SEL_MASK |
Eric Anholt220cad32010-11-18 09:32:58 +08002719 TRANS_DP_SYNC_MASK |
2720 TRANS_DP_BPC_MASK);
Chris Wilson5eddb702010-09-11 13:48:45 +01002721 temp |= (TRANS_DP_OUTPUT_ENABLE |
2722 TRANS_DP_ENH_FRAMING);
Jesse Barnes9325c9f2011-06-24 12:19:21 -07002723 temp |= bpc << 9; /* same format but at 11:9 */
Jesse Barnesc98e9dc2010-09-10 10:57:18 -07002724
2725 if (crtc->mode.flags & DRM_MODE_FLAG_PHSYNC)
Chris Wilson5eddb702010-09-11 13:48:45 +01002726 temp |= TRANS_DP_HSYNC_ACTIVE_HIGH;
Jesse Barnesc98e9dc2010-09-10 10:57:18 -07002727 if (crtc->mode.flags & DRM_MODE_FLAG_PVSYNC)
Chris Wilson5eddb702010-09-11 13:48:45 +01002728 temp |= TRANS_DP_VSYNC_ACTIVE_HIGH;
Jesse Barnesc98e9dc2010-09-10 10:57:18 -07002729
2730 switch (intel_trans_dp_port_sel(crtc)) {
2731 case PCH_DP_B:
Chris Wilson5eddb702010-09-11 13:48:45 +01002732 temp |= TRANS_DP_PORT_SEL_B;
Jesse Barnesc98e9dc2010-09-10 10:57:18 -07002733 break;
2734 case PCH_DP_C:
Chris Wilson5eddb702010-09-11 13:48:45 +01002735 temp |= TRANS_DP_PORT_SEL_C;
Jesse Barnesc98e9dc2010-09-10 10:57:18 -07002736 break;
2737 case PCH_DP_D:
Chris Wilson5eddb702010-09-11 13:48:45 +01002738 temp |= TRANS_DP_PORT_SEL_D;
Jesse Barnesc98e9dc2010-09-10 10:57:18 -07002739 break;
2740 default:
2741 DRM_DEBUG_KMS("Wrong PCH DP port return. Guess port B\n");
Chris Wilson5eddb702010-09-11 13:48:45 +01002742 temp |= TRANS_DP_PORT_SEL_B;
Jesse Barnesc98e9dc2010-09-10 10:57:18 -07002743 break;
2744 }
2745
Chris Wilson5eddb702010-09-11 13:48:45 +01002746 I915_WRITE(reg, temp);
Jesse Barnesc98e9dc2010-09-10 10:57:18 -07002747 }
2748
Jesse Barnes040484a2011-01-03 12:14:26 -08002749 intel_enable_transcoder(dev_priv, pipe);
Jesse Barnesf67a5592011-01-05 10:31:48 -08002750}
2751
Jesse Barnesee7b9f92012-04-20 17:11:53 +01002752static void intel_put_pch_pll(struct intel_crtc *intel_crtc)
2753{
2754 struct intel_pch_pll *pll = intel_crtc->pch_pll;
2755
2756 if (pll == NULL)
2757 return;
2758
2759 if (pll->refcount == 0) {
2760 WARN(1, "bad PCH PLL refcount\n");
2761 return;
2762 }
2763
2764 --pll->refcount;
2765 intel_crtc->pch_pll = NULL;
2766}
2767
2768static struct intel_pch_pll *intel_get_pch_pll(struct intel_crtc *intel_crtc, u32 dpll, u32 fp)
2769{
2770 struct drm_i915_private *dev_priv = intel_crtc->base.dev->dev_private;
2771 struct intel_pch_pll *pll;
2772 int i;
2773
2774 pll = intel_crtc->pch_pll;
2775 if (pll) {
2776 DRM_DEBUG_KMS("CRTC:%d reusing existing PCH PLL %x\n",
2777 intel_crtc->base.base.id, pll->pll_reg);
2778 goto prepare;
2779 }
2780
2781 for (i = 0; i < dev_priv->num_pch_pll; i++) {
2782 pll = &dev_priv->pch_plls[i];
2783
2784 /* Only want to check enabled timings first */
2785 if (pll->refcount == 0)
2786 continue;
2787
2788 if (dpll == (I915_READ(pll->pll_reg) & 0x7fffffff) &&
2789 fp == I915_READ(pll->fp0_reg)) {
2790 DRM_DEBUG_KMS("CRTC:%d sharing existing PCH PLL %x (refcount %d, ative %d)\n",
2791 intel_crtc->base.base.id,
2792 pll->pll_reg, pll->refcount, pll->active);
2793
2794 goto found;
2795 }
2796 }
2797
2798 /* Ok no matching timings, maybe there's a free one? */
2799 for (i = 0; i < dev_priv->num_pch_pll; i++) {
2800 pll = &dev_priv->pch_plls[i];
2801 if (pll->refcount == 0) {
2802 DRM_DEBUG_KMS("CRTC:%d allocated PCH PLL %x\n",
2803 intel_crtc->base.base.id, pll->pll_reg);
2804 goto found;
2805 }
2806 }
2807
2808 return NULL;
2809
2810found:
2811 intel_crtc->pch_pll = pll;
2812 pll->refcount++;
2813 DRM_DEBUG_DRIVER("using pll %d for pipe %d\n", i, intel_crtc->pipe);
2814prepare: /* separate function? */
2815 DRM_DEBUG_DRIVER("switching PLL %x off\n", pll->pll_reg);
Jesse Barnesee7b9f92012-04-20 17:11:53 +01002816
Chris Wilsone04c7352012-05-02 20:43:56 +01002817 /* Wait for the clocks to stabilize before rewriting the regs */
2818 I915_WRITE(pll->pll_reg, dpll & ~DPLL_VCO_ENABLE);
Jesse Barnesee7b9f92012-04-20 17:11:53 +01002819 POSTING_READ(pll->pll_reg);
2820 udelay(150);
Chris Wilsone04c7352012-05-02 20:43:56 +01002821
2822 I915_WRITE(pll->fp0_reg, fp);
2823 I915_WRITE(pll->pll_reg, dpll & ~DPLL_VCO_ENABLE);
Jesse Barnesee7b9f92012-04-20 17:11:53 +01002824 pll->on = false;
2825 return pll;
2826}
2827
Jesse Barnesd4270e52011-10-11 10:43:02 -07002828void intel_cpt_verify_modeset(struct drm_device *dev, int pipe)
2829{
2830 struct drm_i915_private *dev_priv = dev->dev_private;
2831 int dslreg = PIPEDSL(pipe), tc2reg = TRANS_CHICKEN2(pipe);
2832 u32 temp;
2833
2834 temp = I915_READ(dslreg);
2835 udelay(500);
2836 if (wait_for(I915_READ(dslreg) != temp, 5)) {
2837 /* Without this, mode sets may fail silently on FDI */
2838 I915_WRITE(tc2reg, TRANS_AUTOTRAIN_GEN_STALL_DIS);
2839 udelay(250);
2840 I915_WRITE(tc2reg, 0);
2841 if (wait_for(I915_READ(dslreg) != temp, 5))
2842 DRM_ERROR("mode set failed: pipe %d stuck\n", pipe);
2843 }
2844}
2845
Jesse Barnesf67a5592011-01-05 10:31:48 -08002846static void ironlake_crtc_enable(struct drm_crtc *crtc)
2847{
2848 struct drm_device *dev = crtc->dev;
2849 struct drm_i915_private *dev_priv = dev->dev_private;
2850 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
2851 int pipe = intel_crtc->pipe;
2852 int plane = intel_crtc->plane;
2853 u32 temp;
2854 bool is_pch_port;
2855
2856 if (intel_crtc->active)
2857 return;
2858
2859 intel_crtc->active = true;
2860 intel_update_watermarks(dev);
2861
2862 if (intel_pipe_has_type(crtc, INTEL_OUTPUT_LVDS)) {
2863 temp = I915_READ(PCH_LVDS);
2864 if ((temp & LVDS_PORT_EN) == 0)
2865 I915_WRITE(PCH_LVDS, temp | LVDS_PORT_EN);
2866 }
2867
2868 is_pch_port = intel_crtc_driving_pch(crtc);
2869
2870 if (is_pch_port)
Jesse Barnes357555c2011-04-28 15:09:55 -07002871 ironlake_fdi_pll_enable(crtc);
Jesse Barnesf67a5592011-01-05 10:31:48 -08002872 else
2873 ironlake_fdi_disable(crtc);
2874
2875 /* Enable panel fitting for LVDS */
2876 if (dev_priv->pch_pf_size &&
2877 (intel_pipe_has_type(crtc, INTEL_OUTPUT_LVDS) || HAS_eDP)) {
2878 /* Force use of hard-coded filter coefficients
2879 * as some pre-programmed values are broken,
2880 * e.g. x201.
2881 */
Jesse Barnes9db4a9c2011-02-07 12:26:52 -08002882 I915_WRITE(PF_CTL(pipe), PF_ENABLE | PF_FILTER_MED_3x3);
2883 I915_WRITE(PF_WIN_POS(pipe), dev_priv->pch_pf_pos);
2884 I915_WRITE(PF_WIN_SZ(pipe), dev_priv->pch_pf_size);
Jesse Barnesf67a5592011-01-05 10:31:48 -08002885 }
2886
Jesse Barnes9c54c0d2011-06-15 23:32:33 +02002887 /*
2888 * On ILK+ LUT must be loaded before the pipe is running but with
2889 * clocks enabled
2890 */
2891 intel_crtc_load_lut(crtc);
2892
Jesse Barnesf67a5592011-01-05 10:31:48 -08002893 intel_enable_pipe(dev_priv, pipe, is_pch_port);
2894 intel_enable_plane(dev_priv, plane, pipe);
2895
2896 if (is_pch_port)
2897 ironlake_pch_enable(crtc);
Jesse Barnes6be4a602010-09-10 10:26:01 -07002898
Ben Widawskyd1ebd8162011-04-25 20:11:50 +01002899 mutex_lock(&dev->struct_mutex);
Chris Wilsonbed4a672010-09-11 10:47:47 +01002900 intel_update_fbc(dev);
Ben Widawskyd1ebd8162011-04-25 20:11:50 +01002901 mutex_unlock(&dev->struct_mutex);
2902
Chris Wilson6b383a72010-09-13 13:54:26 +01002903 intel_crtc_update_cursor(crtc, true);
Jesse Barnes6be4a602010-09-10 10:26:01 -07002904}
2905
2906static void ironlake_crtc_disable(struct drm_crtc *crtc)
2907{
2908 struct drm_device *dev = crtc->dev;
2909 struct drm_i915_private *dev_priv = dev->dev_private;
2910 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
2911 int pipe = intel_crtc->pipe;
2912 int plane = intel_crtc->plane;
Chris Wilson5eddb702010-09-11 13:48:45 +01002913 u32 reg, temp;
Jesse Barnes6be4a602010-09-10 10:26:01 -07002914
Chris Wilsonf7abfe82010-09-13 14:19:16 +01002915 if (!intel_crtc->active)
2916 return;
2917
Chris Wilsone6c3a2a2010-09-23 23:04:43 +01002918 intel_crtc_wait_for_pending_flips(crtc);
Jesse Barnes6be4a602010-09-10 10:26:01 -07002919 drm_vblank_off(dev, pipe);
Chris Wilson6b383a72010-09-13 13:54:26 +01002920 intel_crtc_update_cursor(crtc, false);
Chris Wilson5eddb702010-09-11 13:48:45 +01002921
Jesse Barnesb24e7172011-01-04 15:09:30 -08002922 intel_disable_plane(dev_priv, plane, pipe);
Jesse Barnes6be4a602010-09-10 10:26:01 -07002923
Chris Wilson973d04f2011-07-08 12:22:37 +01002924 if (dev_priv->cfb_plane == plane)
2925 intel_disable_fbc(dev);
Jesse Barnes6be4a602010-09-10 10:26:01 -07002926
Jesse Barnesb24e7172011-01-04 15:09:30 -08002927 intel_disable_pipe(dev_priv, pipe);
Jesse Barnes6be4a602010-09-10 10:26:01 -07002928
Jesse Barnes6be4a602010-09-10 10:26:01 -07002929 /* Disable PF */
Jesse Barnes9db4a9c2011-02-07 12:26:52 -08002930 I915_WRITE(PF_CTL(pipe), 0);
2931 I915_WRITE(PF_WIN_SZ(pipe), 0);
Jesse Barnes6be4a602010-09-10 10:26:01 -07002932
Jesse Barnes0fc932b2011-01-04 15:09:37 -08002933 ironlake_fdi_disable(crtc);
Jesse Barnes6be4a602010-09-10 10:26:01 -07002934
Jesse Barnes47a05ec2011-02-07 13:46:40 -08002935 /* This is a horrible layering violation; we should be doing this in
2936 * the connector/encoder ->prepare instead, but we don't always have
2937 * enough information there about the config to know whether it will
2938 * actually be necessary or just cause undesired flicker.
2939 */
2940 intel_disable_pch_ports(dev_priv, pipe);
Jesse Barnes6be4a602010-09-10 10:26:01 -07002941
Jesse Barnes040484a2011-01-03 12:14:26 -08002942 intel_disable_transcoder(dev_priv, pipe);
Jesse Barnes6be4a602010-09-10 10:26:01 -07002943
Jesse Barnes6be4a602010-09-10 10:26:01 -07002944 if (HAS_PCH_CPT(dev)) {
2945 /* disable TRANS_DP_CTL */
Chris Wilson5eddb702010-09-11 13:48:45 +01002946 reg = TRANS_DP_CTL(pipe);
2947 temp = I915_READ(reg);
2948 temp &= ~(TRANS_DP_OUTPUT_ENABLE | TRANS_DP_PORT_SEL_MASK);
Eric Anholtcb3543c2011-02-02 12:08:07 -08002949 temp |= TRANS_DP_PORT_SEL_NONE;
Chris Wilson5eddb702010-09-11 13:48:45 +01002950 I915_WRITE(reg, temp);
Jesse Barnes6be4a602010-09-10 10:26:01 -07002951
2952 /* disable DPLL_SEL */
2953 temp = I915_READ(PCH_DPLL_SEL);
Jesse Barnes9db4a9c2011-02-07 12:26:52 -08002954 switch (pipe) {
2955 case 0:
Jesse Barnesd64311a2011-10-12 15:01:33 -07002956 temp &= ~(TRANSA_DPLL_ENABLE | TRANSA_DPLLB_SEL);
Jesse Barnes9db4a9c2011-02-07 12:26:52 -08002957 break;
2958 case 1:
Jesse Barnes6be4a602010-09-10 10:26:01 -07002959 temp &= ~(TRANSB_DPLL_ENABLE | TRANSB_DPLLB_SEL);
Jesse Barnes9db4a9c2011-02-07 12:26:52 -08002960 break;
2961 case 2:
Jesse Barnes4b645f12011-10-12 09:51:31 -07002962 /* C shares PLL A or B */
Jesse Barnesd64311a2011-10-12 15:01:33 -07002963 temp &= ~(TRANSC_DPLL_ENABLE | TRANSC_DPLLB_SEL);
Jesse Barnes9db4a9c2011-02-07 12:26:52 -08002964 break;
2965 default:
2966 BUG(); /* wtf */
2967 }
Jesse Barnes6be4a602010-09-10 10:26:01 -07002968 I915_WRITE(PCH_DPLL_SEL, temp);
Jesse Barnes6be4a602010-09-10 10:26:01 -07002969 }
2970
2971 /* disable PCH DPLL */
Jesse Barnesee7b9f92012-04-20 17:11:53 +01002972 intel_disable_pch_pll(intel_crtc);
Jesse Barnes6be4a602010-09-10 10:26:01 -07002973
2974 /* Switch from PCDclk to Rawclk */
Chris Wilson5eddb702010-09-11 13:48:45 +01002975 reg = FDI_RX_CTL(pipe);
2976 temp = I915_READ(reg);
2977 I915_WRITE(reg, temp & ~FDI_PCDCLK);
Jesse Barnes6be4a602010-09-10 10:26:01 -07002978
2979 /* Disable CPU FDI TX PLL */
Chris Wilson5eddb702010-09-11 13:48:45 +01002980 reg = FDI_TX_CTL(pipe);
2981 temp = I915_READ(reg);
2982 I915_WRITE(reg, temp & ~FDI_TX_PLL_ENABLE);
2983
2984 POSTING_READ(reg);
Jesse Barnes6be4a602010-09-10 10:26:01 -07002985 udelay(100);
2986
Chris Wilson5eddb702010-09-11 13:48:45 +01002987 reg = FDI_RX_CTL(pipe);
2988 temp = I915_READ(reg);
2989 I915_WRITE(reg, temp & ~FDI_RX_PLL_ENABLE);
Jesse Barnes6be4a602010-09-10 10:26:01 -07002990
2991 /* Wait for the clocks to turn off. */
Chris Wilson5eddb702010-09-11 13:48:45 +01002992 POSTING_READ(reg);
Jesse Barnes6be4a602010-09-10 10:26:01 -07002993 udelay(100);
Chris Wilson6b383a72010-09-13 13:54:26 +01002994
Chris Wilsonf7abfe82010-09-13 14:19:16 +01002995 intel_crtc->active = false;
Chris Wilson6b383a72010-09-13 13:54:26 +01002996 intel_update_watermarks(dev);
Ben Widawskyd1ebd8162011-04-25 20:11:50 +01002997
2998 mutex_lock(&dev->struct_mutex);
Chris Wilson6b383a72010-09-13 13:54:26 +01002999 intel_update_fbc(dev);
Ben Widawskyd1ebd8162011-04-25 20:11:50 +01003000 mutex_unlock(&dev->struct_mutex);
Jesse Barnes6be4a602010-09-10 10:26:01 -07003001}
3002
3003static void ironlake_crtc_dpms(struct drm_crtc *crtc, int mode)
3004{
3005 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
3006 int pipe = intel_crtc->pipe;
3007 int plane = intel_crtc->plane;
3008
Zhenyu Wang2c072452009-06-05 15:38:42 +08003009 /* XXX: When our outputs are all unaware of DPMS modes other than off
3010 * and on, we should map those modes to DRM_MODE_DPMS_OFF in the CRTC.
3011 */
3012 switch (mode) {
3013 case DRM_MODE_DPMS_ON:
3014 case DRM_MODE_DPMS_STANDBY:
3015 case DRM_MODE_DPMS_SUSPEND:
Chris Wilson868dc582010-08-07 11:01:31 +01003016 DRM_DEBUG_KMS("crtc %d/%d dpms on\n", pipe, plane);
Jesse Barnes6be4a602010-09-10 10:26:01 -07003017 ironlake_crtc_enable(crtc);
Chris Wilson868dc582010-08-07 11:01:31 +01003018 break;
Zhao Yakuib52eb4d2010-06-12 14:32:27 +08003019
Zhenyu Wang2c072452009-06-05 15:38:42 +08003020 case DRM_MODE_DPMS_OFF:
Chris Wilson868dc582010-08-07 11:01:31 +01003021 DRM_DEBUG_KMS("crtc %d/%d dpms off\n", pipe, plane);
Jesse Barnes6be4a602010-09-10 10:26:01 -07003022 ironlake_crtc_disable(crtc);
Zhenyu Wang2c072452009-06-05 15:38:42 +08003023 break;
3024 }
3025}
3026
Jesse Barnesee7b9f92012-04-20 17:11:53 +01003027static void ironlake_crtc_off(struct drm_crtc *crtc)
3028{
3029 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
3030 intel_put_pch_pll(intel_crtc);
3031}
3032
Daniel Vetter02e792f2009-09-15 22:57:34 +02003033static void intel_crtc_dpms_overlay(struct intel_crtc *intel_crtc, bool enable)
3034{
Daniel Vetter02e792f2009-09-15 22:57:34 +02003035 if (!enable && intel_crtc->overlay) {
Chris Wilson23f09ce2010-08-12 13:53:37 +01003036 struct drm_device *dev = intel_crtc->base.dev;
Chris Wilsonce453d82011-02-21 14:43:56 +00003037 struct drm_i915_private *dev_priv = dev->dev_private;
Daniel Vetter03f77ea2009-09-15 22:57:37 +02003038
Chris Wilson23f09ce2010-08-12 13:53:37 +01003039 mutex_lock(&dev->struct_mutex);
Chris Wilsonce453d82011-02-21 14:43:56 +00003040 dev_priv->mm.interruptible = false;
3041 (void) intel_overlay_switch_off(intel_crtc->overlay);
3042 dev_priv->mm.interruptible = true;
Chris Wilson23f09ce2010-08-12 13:53:37 +01003043 mutex_unlock(&dev->struct_mutex);
Daniel Vetter02e792f2009-09-15 22:57:34 +02003044 }
Daniel Vetter02e792f2009-09-15 22:57:34 +02003045
Chris Wilson5dcdbcb2010-08-12 13:50:28 +01003046 /* Let userspace switch the overlay on again. In most cases userspace
3047 * has to recompute where to put it anyway.
3048 */
Daniel Vetter02e792f2009-09-15 22:57:34 +02003049}
3050
Jesse Barnes0b8765c62010-09-10 10:31:34 -07003051static void i9xx_crtc_enable(struct drm_crtc *crtc)
Zhenyu Wang2c072452009-06-05 15:38:42 +08003052{
3053 struct drm_device *dev = crtc->dev;
Jesse Barnes79e53942008-11-07 14:24:08 -08003054 struct drm_i915_private *dev_priv = dev->dev_private;
3055 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
3056 int pipe = intel_crtc->pipe;
Jesse Barnes80824002009-09-10 15:28:06 -07003057 int plane = intel_crtc->plane;
Jesse Barnes79e53942008-11-07 14:24:08 -08003058
Chris Wilsonf7abfe82010-09-13 14:19:16 +01003059 if (intel_crtc->active)
3060 return;
3061
3062 intel_crtc->active = true;
Chris Wilson6b383a72010-09-13 13:54:26 +01003063 intel_update_watermarks(dev);
3064
Jesse Barnes63d7bbe2011-01-04 15:09:33 -08003065 intel_enable_pll(dev_priv, pipe);
Jesse Barnes040484a2011-01-03 12:14:26 -08003066 intel_enable_pipe(dev_priv, pipe, false);
Jesse Barnesb24e7172011-01-04 15:09:30 -08003067 intel_enable_plane(dev_priv, plane, pipe);
Jesse Barnes0b8765c62010-09-10 10:31:34 -07003068
3069 intel_crtc_load_lut(crtc);
Chris Wilsonbed4a672010-09-11 10:47:47 +01003070 intel_update_fbc(dev);
Jesse Barnes0b8765c62010-09-10 10:31:34 -07003071
3072 /* Give the overlay scaler a chance to enable if it's on this pipe */
3073 intel_crtc_dpms_overlay(intel_crtc, true);
Chris Wilson6b383a72010-09-13 13:54:26 +01003074 intel_crtc_update_cursor(crtc, true);
Jesse Barnes0b8765c62010-09-10 10:31:34 -07003075}
3076
3077static void i9xx_crtc_disable(struct drm_crtc *crtc)
3078{
3079 struct drm_device *dev = crtc->dev;
3080 struct drm_i915_private *dev_priv = dev->dev_private;
3081 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
3082 int pipe = intel_crtc->pipe;
3083 int plane = intel_crtc->plane;
Jesse Barnes0b8765c62010-09-10 10:31:34 -07003084
Chris Wilsonf7abfe82010-09-13 14:19:16 +01003085 if (!intel_crtc->active)
3086 return;
3087
Jesse Barnes0b8765c62010-09-10 10:31:34 -07003088 /* Give the overlay scaler a chance to disable if it's on this pipe */
Chris Wilsone6c3a2a2010-09-23 23:04:43 +01003089 intel_crtc_wait_for_pending_flips(crtc);
3090 drm_vblank_off(dev, pipe);
Jesse Barnes0b8765c62010-09-10 10:31:34 -07003091 intel_crtc_dpms_overlay(intel_crtc, false);
Chris Wilson6b383a72010-09-13 13:54:26 +01003092 intel_crtc_update_cursor(crtc, false);
Jesse Barnes0b8765c62010-09-10 10:31:34 -07003093
Chris Wilson973d04f2011-07-08 12:22:37 +01003094 if (dev_priv->cfb_plane == plane)
3095 intel_disable_fbc(dev);
Jesse Barnes0b8765c62010-09-10 10:31:34 -07003096
Jesse Barnesb24e7172011-01-04 15:09:30 -08003097 intel_disable_plane(dev_priv, plane, pipe);
Jesse Barnesb24e7172011-01-04 15:09:30 -08003098 intel_disable_pipe(dev_priv, pipe);
Jesse Barnes63d7bbe2011-01-04 15:09:33 -08003099 intel_disable_pll(dev_priv, pipe);
Jesse Barnes0b8765c62010-09-10 10:31:34 -07003100
Chris Wilsonf7abfe82010-09-13 14:19:16 +01003101 intel_crtc->active = false;
Chris Wilson6b383a72010-09-13 13:54:26 +01003102 intel_update_fbc(dev);
3103 intel_update_watermarks(dev);
Jesse Barnes0b8765c62010-09-10 10:31:34 -07003104}
3105
3106static void i9xx_crtc_dpms(struct drm_crtc *crtc, int mode)
3107{
Jesse Barnes79e53942008-11-07 14:24:08 -08003108 /* XXX: When our outputs are all unaware of DPMS modes other than off
3109 * and on, we should map those modes to DRM_MODE_DPMS_OFF in the CRTC.
3110 */
3111 switch (mode) {
3112 case DRM_MODE_DPMS_ON:
3113 case DRM_MODE_DPMS_STANDBY:
3114 case DRM_MODE_DPMS_SUSPEND:
Jesse Barnes0b8765c62010-09-10 10:31:34 -07003115 i9xx_crtc_enable(crtc);
3116 break;
Jesse Barnes79e53942008-11-07 14:24:08 -08003117 case DRM_MODE_DPMS_OFF:
Jesse Barnes0b8765c62010-09-10 10:31:34 -07003118 i9xx_crtc_disable(crtc);
Jesse Barnes79e53942008-11-07 14:24:08 -08003119 break;
3120 }
Zhenyu Wang2c072452009-06-05 15:38:42 +08003121}
3122
Jesse Barnesee7b9f92012-04-20 17:11:53 +01003123static void i9xx_crtc_off(struct drm_crtc *crtc)
3124{
3125}
3126
Zhenyu Wang2c072452009-06-05 15:38:42 +08003127/**
3128 * Sets the power management mode of the pipe and plane.
Zhenyu Wang2c072452009-06-05 15:38:42 +08003129 */
3130static void intel_crtc_dpms(struct drm_crtc *crtc, int mode)
3131{
3132 struct drm_device *dev = crtc->dev;
Jesse Barnese70236a2009-09-21 10:42:27 -07003133 struct drm_i915_private *dev_priv = dev->dev_private;
Zhenyu Wang2c072452009-06-05 15:38:42 +08003134 struct drm_i915_master_private *master_priv;
3135 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
3136 int pipe = intel_crtc->pipe;
3137 bool enabled;
3138
Chris Wilson032d2a02010-09-06 16:17:22 +01003139 if (intel_crtc->dpms_mode == mode)
3140 return;
3141
Chris Wilsondebcadd2010-08-07 11:01:33 +01003142 intel_crtc->dpms_mode = mode;
Chris Wilsondebcadd2010-08-07 11:01:33 +01003143
Jesse Barnese70236a2009-09-21 10:42:27 -07003144 dev_priv->display.dpms(crtc, mode);
Jesse Barnes79e53942008-11-07 14:24:08 -08003145
3146 if (!dev->primary->master)
3147 return;
3148
3149 master_priv = dev->primary->master->driver_priv;
3150 if (!master_priv->sarea_priv)
3151 return;
3152
3153 enabled = crtc->enabled && mode != DRM_MODE_DPMS_OFF;
3154
3155 switch (pipe) {
3156 case 0:
3157 master_priv->sarea_priv->pipeA_w = enabled ? crtc->mode.hdisplay : 0;
3158 master_priv->sarea_priv->pipeA_h = enabled ? crtc->mode.vdisplay : 0;
3159 break;
3160 case 1:
3161 master_priv->sarea_priv->pipeB_w = enabled ? crtc->mode.hdisplay : 0;
3162 master_priv->sarea_priv->pipeB_h = enabled ? crtc->mode.vdisplay : 0;
3163 break;
3164 default:
Jesse Barnes9db4a9c2011-02-07 12:26:52 -08003165 DRM_ERROR("Can't update pipe %c in SAREA\n", pipe_name(pipe));
Jesse Barnes79e53942008-11-07 14:24:08 -08003166 break;
3167 }
Jesse Barnes79e53942008-11-07 14:24:08 -08003168}
3169
Chris Wilsoncdd59982010-09-08 16:30:16 +01003170static void intel_crtc_disable(struct drm_crtc *crtc)
3171{
3172 struct drm_crtc_helper_funcs *crtc_funcs = crtc->helper_private;
3173 struct drm_device *dev = crtc->dev;
Jesse Barnesee7b9f92012-04-20 17:11:53 +01003174 struct drm_i915_private *dev_priv = dev->dev_private;
Chris Wilsoncdd59982010-09-08 16:30:16 +01003175
3176 crtc_funcs->dpms(crtc, DRM_MODE_DPMS_OFF);
Jesse Barnesee7b9f92012-04-20 17:11:53 +01003177 dev_priv->display.off(crtc);
3178
Chris Wilson931872f2012-01-16 23:01:13 +00003179 assert_plane_disabled(dev->dev_private, to_intel_crtc(crtc)->plane);
3180 assert_pipe_disabled(dev->dev_private, to_intel_crtc(crtc)->pipe);
Chris Wilsoncdd59982010-09-08 16:30:16 +01003181
3182 if (crtc->fb) {
3183 mutex_lock(&dev->struct_mutex);
Chris Wilson1690e1e2011-12-14 13:57:08 +01003184 intel_unpin_fb_obj(to_intel_framebuffer(crtc->fb)->obj);
Chris Wilsoncdd59982010-09-08 16:30:16 +01003185 mutex_unlock(&dev->struct_mutex);
3186 }
3187}
3188
Jesse Barnes7e7d76c2010-09-10 10:47:20 -07003189/* Prepare for a mode set.
3190 *
3191 * Note we could be a lot smarter here. We need to figure out which outputs
3192 * will be enabled, which disabled (in short, how the config will changes)
3193 * and perform the minimum necessary steps to accomplish that, e.g. updating
3194 * watermarks, FBC configuration, making sure PLLs are programmed correctly,
3195 * panel fitting is in the proper state, etc.
3196 */
3197static void i9xx_crtc_prepare(struct drm_crtc *crtc)
Jesse Barnes79e53942008-11-07 14:24:08 -08003198{
Jesse Barnes7e7d76c2010-09-10 10:47:20 -07003199 i9xx_crtc_disable(crtc);
Jesse Barnes79e53942008-11-07 14:24:08 -08003200}
3201
Jesse Barnes7e7d76c2010-09-10 10:47:20 -07003202static void i9xx_crtc_commit(struct drm_crtc *crtc)
Jesse Barnes79e53942008-11-07 14:24:08 -08003203{
Jesse Barnes7e7d76c2010-09-10 10:47:20 -07003204 i9xx_crtc_enable(crtc);
Jesse Barnes7e7d76c2010-09-10 10:47:20 -07003205}
3206
3207static void ironlake_crtc_prepare(struct drm_crtc *crtc)
3208{
Jesse Barnes7e7d76c2010-09-10 10:47:20 -07003209 ironlake_crtc_disable(crtc);
Jesse Barnes7e7d76c2010-09-10 10:47:20 -07003210}
3211
3212static void ironlake_crtc_commit(struct drm_crtc *crtc)
3213{
Jesse Barnes7e7d76c2010-09-10 10:47:20 -07003214 ironlake_crtc_enable(crtc);
Jesse Barnes79e53942008-11-07 14:24:08 -08003215}
3216
Akshay Joshi0206e352011-08-16 15:34:10 -04003217void intel_encoder_prepare(struct drm_encoder *encoder)
Jesse Barnes79e53942008-11-07 14:24:08 -08003218{
3219 struct drm_encoder_helper_funcs *encoder_funcs = encoder->helper_private;
3220 /* lvds has its own version of prepare see intel_lvds_prepare */
3221 encoder_funcs->dpms(encoder, DRM_MODE_DPMS_OFF);
3222}
3223
Akshay Joshi0206e352011-08-16 15:34:10 -04003224void intel_encoder_commit(struct drm_encoder *encoder)
Jesse Barnes79e53942008-11-07 14:24:08 -08003225{
3226 struct drm_encoder_helper_funcs *encoder_funcs = encoder->helper_private;
Jesse Barnesd4270e52011-10-11 10:43:02 -07003227 struct drm_device *dev = encoder->dev;
Paulo Zanonid47d7cb2012-05-04 17:18:23 -03003228 struct intel_crtc *intel_crtc = to_intel_crtc(encoder->crtc);
Jesse Barnesd4270e52011-10-11 10:43:02 -07003229
Jesse Barnes79e53942008-11-07 14:24:08 -08003230 /* lvds has its own version of commit see intel_lvds_commit */
3231 encoder_funcs->dpms(encoder, DRM_MODE_DPMS_ON);
Jesse Barnesd4270e52011-10-11 10:43:02 -07003232
3233 if (HAS_PCH_CPT(dev))
3234 intel_cpt_verify_modeset(dev, intel_crtc->pipe);
Jesse Barnes79e53942008-11-07 14:24:08 -08003235}
3236
Chris Wilsonea5b2132010-08-04 13:50:23 +01003237void intel_encoder_destroy(struct drm_encoder *encoder)
3238{
Chris Wilson4ef69c72010-09-09 15:14:28 +01003239 struct intel_encoder *intel_encoder = to_intel_encoder(encoder);
Chris Wilsonea5b2132010-08-04 13:50:23 +01003240
Chris Wilsonea5b2132010-08-04 13:50:23 +01003241 drm_encoder_cleanup(encoder);
3242 kfree(intel_encoder);
3243}
3244
Jesse Barnes79e53942008-11-07 14:24:08 -08003245static bool intel_crtc_mode_fixup(struct drm_crtc *crtc,
3246 struct drm_display_mode *mode,
3247 struct drm_display_mode *adjusted_mode)
3248{
Zhenyu Wang2c072452009-06-05 15:38:42 +08003249 struct drm_device *dev = crtc->dev;
Chris Wilson89749352010-09-12 18:25:19 +01003250
Eric Anholtbad720f2009-10-22 16:11:14 -07003251 if (HAS_PCH_SPLIT(dev)) {
Zhenyu Wang2c072452009-06-05 15:38:42 +08003252 /* FDI link clock is fixed at 2.7G */
Jesse Barnes2377b742010-07-07 14:06:43 -07003253 if (mode->clock * 3 > IRONLAKE_FDI_FREQ * 4)
3254 return false;
Zhenyu Wang2c072452009-06-05 15:38:42 +08003255 }
Chris Wilson89749352010-09-12 18:25:19 +01003256
Daniel Vetterf9bef082012-04-15 19:53:19 +02003257 /* All interlaced capable intel hw wants timings in frames. Note though
3258 * that intel_lvds_mode_fixup does some funny tricks with the crtc
3259 * timings, so we need to be careful not to clobber these.*/
3260 if (!(adjusted_mode->private_flags & INTEL_MODE_CRTC_TIMINGS_SET))
3261 drm_mode_set_crtcinfo(adjusted_mode, 0);
Chris Wilson89749352010-09-12 18:25:19 +01003262
Jesse Barnes79e53942008-11-07 14:24:08 -08003263 return true;
3264}
3265
Jesse Barnes25eb05fc2012-03-28 13:39:23 -07003266static int valleyview_get_display_clock_speed(struct drm_device *dev)
3267{
3268 return 400000; /* FIXME */
3269}
3270
Jesse Barnese70236a2009-09-21 10:42:27 -07003271static int i945_get_display_clock_speed(struct drm_device *dev)
Jesse Barnes79e53942008-11-07 14:24:08 -08003272{
Jesse Barnese70236a2009-09-21 10:42:27 -07003273 return 400000;
3274}
Jesse Barnes79e53942008-11-07 14:24:08 -08003275
Jesse Barnese70236a2009-09-21 10:42:27 -07003276static int i915_get_display_clock_speed(struct drm_device *dev)
3277{
3278 return 333000;
3279}
Jesse Barnes79e53942008-11-07 14:24:08 -08003280
Jesse Barnese70236a2009-09-21 10:42:27 -07003281static int i9xx_misc_get_display_clock_speed(struct drm_device *dev)
3282{
3283 return 200000;
3284}
Jesse Barnes79e53942008-11-07 14:24:08 -08003285
Jesse Barnese70236a2009-09-21 10:42:27 -07003286static int i915gm_get_display_clock_speed(struct drm_device *dev)
3287{
3288 u16 gcfgc = 0;
3289
3290 pci_read_config_word(dev->pdev, GCFGC, &gcfgc);
3291
3292 if (gcfgc & GC_LOW_FREQUENCY_ENABLE)
Jesse Barnes79e53942008-11-07 14:24:08 -08003293 return 133000;
Jesse Barnese70236a2009-09-21 10:42:27 -07003294 else {
3295 switch (gcfgc & GC_DISPLAY_CLOCK_MASK) {
3296 case GC_DISPLAY_CLOCK_333_MHZ:
3297 return 333000;
3298 default:
3299 case GC_DISPLAY_CLOCK_190_200_MHZ:
3300 return 190000;
3301 }
3302 }
3303}
Jesse Barnes79e53942008-11-07 14:24:08 -08003304
Jesse Barnese70236a2009-09-21 10:42:27 -07003305static int i865_get_display_clock_speed(struct drm_device *dev)
3306{
3307 return 266000;
3308}
3309
3310static int i855_get_display_clock_speed(struct drm_device *dev)
3311{
3312 u16 hpllcc = 0;
3313 /* Assume that the hardware is in the high speed state. This
3314 * should be the default.
3315 */
3316 switch (hpllcc & GC_CLOCK_CONTROL_MASK) {
3317 case GC_CLOCK_133_200:
3318 case GC_CLOCK_100_200:
3319 return 200000;
3320 case GC_CLOCK_166_250:
3321 return 250000;
3322 case GC_CLOCK_100_133:
3323 return 133000;
3324 }
3325
3326 /* Shouldn't happen */
3327 return 0;
3328}
3329
3330static int i830_get_display_clock_speed(struct drm_device *dev)
3331{
3332 return 133000;
Jesse Barnes79e53942008-11-07 14:24:08 -08003333}
3334
Zhenyu Wang2c072452009-06-05 15:38:42 +08003335struct fdi_m_n {
3336 u32 tu;
3337 u32 gmch_m;
3338 u32 gmch_n;
3339 u32 link_m;
3340 u32 link_n;
3341};
3342
3343static void
3344fdi_reduce_ratio(u32 *num, u32 *den)
3345{
3346 while (*num > 0xffffff || *den > 0xffffff) {
3347 *num >>= 1;
3348 *den >>= 1;
3349 }
3350}
3351
Zhenyu Wang2c072452009-06-05 15:38:42 +08003352static void
Adam Jacksonf2b115e2009-12-03 17:14:42 -05003353ironlake_compute_m_n(int bits_per_pixel, int nlanes, int pixel_clock,
3354 int link_clock, struct fdi_m_n *m_n)
Zhenyu Wang2c072452009-06-05 15:38:42 +08003355{
Zhenyu Wang2c072452009-06-05 15:38:42 +08003356 m_n->tu = 64; /* default size */
3357
Chris Wilson22ed1112010-12-04 01:01:29 +00003358 /* BUG_ON(pixel_clock > INT_MAX / 36); */
3359 m_n->gmch_m = bits_per_pixel * pixel_clock;
3360 m_n->gmch_n = link_clock * nlanes * 8;
Zhenyu Wang2c072452009-06-05 15:38:42 +08003361 fdi_reduce_ratio(&m_n->gmch_m, &m_n->gmch_n);
3362
Chris Wilson22ed1112010-12-04 01:01:29 +00003363 m_n->link_m = pixel_clock;
3364 m_n->link_n = link_clock;
Zhenyu Wang2c072452009-06-05 15:38:42 +08003365 fdi_reduce_ratio(&m_n->link_m, &m_n->link_n);
3366}
3367
Chris Wilsona7615032011-01-12 17:04:08 +00003368static inline bool intel_panel_use_ssc(struct drm_i915_private *dev_priv)
3369{
Keith Packard72bbe582011-09-26 16:09:45 -07003370 if (i915_panel_use_ssc >= 0)
3371 return i915_panel_use_ssc != 0;
3372 return dev_priv->lvds_use_ssc
Keith Packard435793d2011-07-12 14:56:22 -07003373 && !(dev_priv->quirks & QUIRK_LVDS_SSC_DISABLE);
Chris Wilsona7615032011-01-12 17:04:08 +00003374}
3375
Jesse Barnes5a354202011-06-24 12:19:22 -07003376/**
3377 * intel_choose_pipe_bpp_dither - figure out what color depth the pipe should send
3378 * @crtc: CRTC structure
Adam Jackson3b5c78a2011-12-13 15:41:00 -08003379 * @mode: requested mode
Jesse Barnes5a354202011-06-24 12:19:22 -07003380 *
3381 * A pipe may be connected to one or more outputs. Based on the depth of the
3382 * attached framebuffer, choose a good color depth to use on the pipe.
3383 *
3384 * If possible, match the pipe depth to the fb depth. In some cases, this
3385 * isn't ideal, because the connected output supports a lesser or restricted
3386 * set of depths. Resolve that here:
3387 * LVDS typically supports only 6bpc, so clamp down in that case
3388 * HDMI supports only 8bpc or 12bpc, so clamp to 8bpc with dither for 10bpc
3389 * Displays may support a restricted set as well, check EDID and clamp as
3390 * appropriate.
Adam Jackson3b5c78a2011-12-13 15:41:00 -08003391 * DP may want to dither down to 6bpc to fit larger modes
Jesse Barnes5a354202011-06-24 12:19:22 -07003392 *
3393 * RETURNS:
3394 * Dithering requirement (i.e. false if display bpc and pipe bpc match,
3395 * true if they don't match).
3396 */
3397static bool intel_choose_pipe_bpp_dither(struct drm_crtc *crtc,
Adam Jackson3b5c78a2011-12-13 15:41:00 -08003398 unsigned int *pipe_bpp,
3399 struct drm_display_mode *mode)
Jesse Barnes5a354202011-06-24 12:19:22 -07003400{
3401 struct drm_device *dev = crtc->dev;
3402 struct drm_i915_private *dev_priv = dev->dev_private;
3403 struct drm_encoder *encoder;
3404 struct drm_connector *connector;
3405 unsigned int display_bpc = UINT_MAX, bpc;
3406
3407 /* Walk the encoders & connectors on this crtc, get min bpc */
3408 list_for_each_entry(encoder, &dev->mode_config.encoder_list, head) {
3409 struct intel_encoder *intel_encoder = to_intel_encoder(encoder);
3410
3411 if (encoder->crtc != crtc)
3412 continue;
3413
3414 if (intel_encoder->type == INTEL_OUTPUT_LVDS) {
3415 unsigned int lvds_bpc;
3416
3417 if ((I915_READ(PCH_LVDS) & LVDS_A3_POWER_MASK) ==
3418 LVDS_A3_POWER_UP)
3419 lvds_bpc = 8;
3420 else
3421 lvds_bpc = 6;
3422
3423 if (lvds_bpc < display_bpc) {
Adam Jackson82820492011-10-10 16:33:34 -04003424 DRM_DEBUG_KMS("clamping display bpc (was %d) to LVDS (%d)\n", display_bpc, lvds_bpc);
Jesse Barnes5a354202011-06-24 12:19:22 -07003425 display_bpc = lvds_bpc;
3426 }
3427 continue;
3428 }
3429
3430 if (intel_encoder->type == INTEL_OUTPUT_EDP) {
3431 /* Use VBT settings if we have an eDP panel */
3432 unsigned int edp_bpc = dev_priv->edp.bpp / 3;
3433
3434 if (edp_bpc < display_bpc) {
Adam Jackson82820492011-10-10 16:33:34 -04003435 DRM_DEBUG_KMS("clamping display bpc (was %d) to eDP (%d)\n", display_bpc, edp_bpc);
Jesse Barnes5a354202011-06-24 12:19:22 -07003436 display_bpc = edp_bpc;
3437 }
3438 continue;
3439 }
3440
3441 /* Not one of the known troublemakers, check the EDID */
3442 list_for_each_entry(connector, &dev->mode_config.connector_list,
3443 head) {
3444 if (connector->encoder != encoder)
3445 continue;
3446
Jesse Barnes62ac41a2011-07-28 12:55:14 -07003447 /* Don't use an invalid EDID bpc value */
3448 if (connector->display_info.bpc &&
3449 connector->display_info.bpc < display_bpc) {
Adam Jackson82820492011-10-10 16:33:34 -04003450 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 -07003451 display_bpc = connector->display_info.bpc;
3452 }
3453 }
3454
3455 /*
3456 * HDMI is either 12 or 8, so if the display lets 10bpc sneak
3457 * through, clamp it down. (Note: >12bpc will be caught below.)
3458 */
3459 if (intel_encoder->type == INTEL_OUTPUT_HDMI) {
3460 if (display_bpc > 8 && display_bpc < 12) {
Adam Jackson82820492011-10-10 16:33:34 -04003461 DRM_DEBUG_KMS("forcing bpc to 12 for HDMI\n");
Jesse Barnes5a354202011-06-24 12:19:22 -07003462 display_bpc = 12;
3463 } else {
Adam Jackson82820492011-10-10 16:33:34 -04003464 DRM_DEBUG_KMS("forcing bpc to 8 for HDMI\n");
Jesse Barnes5a354202011-06-24 12:19:22 -07003465 display_bpc = 8;
3466 }
3467 }
3468 }
3469
Adam Jackson3b5c78a2011-12-13 15:41:00 -08003470 if (mode->private_flags & INTEL_MODE_DP_FORCE_6BPC) {
3471 DRM_DEBUG_KMS("Dithering DP to 6bpc\n");
3472 display_bpc = 6;
3473 }
3474
Jesse Barnes5a354202011-06-24 12:19:22 -07003475 /*
3476 * We could just drive the pipe at the highest bpc all the time and
3477 * enable dithering as needed, but that costs bandwidth. So choose
3478 * the minimum value that expresses the full color range of the fb but
3479 * also stays within the max display bpc discovered above.
3480 */
3481
3482 switch (crtc->fb->depth) {
3483 case 8:
3484 bpc = 8; /* since we go through a colormap */
3485 break;
3486 case 15:
3487 case 16:
3488 bpc = 6; /* min is 18bpp */
3489 break;
3490 case 24:
Keith Packard578393c2011-09-05 11:53:21 -07003491 bpc = 8;
Jesse Barnes5a354202011-06-24 12:19:22 -07003492 break;
3493 case 30:
Keith Packard578393c2011-09-05 11:53:21 -07003494 bpc = 10;
Jesse Barnes5a354202011-06-24 12:19:22 -07003495 break;
3496 case 48:
Keith Packard578393c2011-09-05 11:53:21 -07003497 bpc = 12;
Jesse Barnes5a354202011-06-24 12:19:22 -07003498 break;
3499 default:
3500 DRM_DEBUG("unsupported depth, assuming 24 bits\n");
3501 bpc = min((unsigned int)8, display_bpc);
3502 break;
3503 }
3504
Keith Packard578393c2011-09-05 11:53:21 -07003505 display_bpc = min(display_bpc, bpc);
3506
Adam Jackson82820492011-10-10 16:33:34 -04003507 DRM_DEBUG_KMS("setting pipe bpc to %d (max display bpc %d)\n",
3508 bpc, display_bpc);
Jesse Barnes5a354202011-06-24 12:19:22 -07003509
Keith Packard578393c2011-09-05 11:53:21 -07003510 *pipe_bpp = display_bpc * 3;
Jesse Barnes5a354202011-06-24 12:19:22 -07003511
3512 return display_bpc != bpc;
3513}
3514
Jesse Barnesc65d77d2011-12-15 12:30:36 -08003515static int i9xx_get_refclk(struct drm_crtc *crtc, int num_connectors)
3516{
3517 struct drm_device *dev = crtc->dev;
3518 struct drm_i915_private *dev_priv = dev->dev_private;
3519 int refclk;
3520
3521 if (intel_pipe_has_type(crtc, INTEL_OUTPUT_LVDS) &&
3522 intel_panel_use_ssc(dev_priv) && num_connectors < 2) {
3523 refclk = dev_priv->lvds_ssc_freq * 1000;
3524 DRM_DEBUG_KMS("using SSC reference clock of %d MHz\n",
3525 refclk / 1000);
3526 } else if (!IS_GEN2(dev)) {
3527 refclk = 96000;
3528 } else {
3529 refclk = 48000;
3530 }
3531
3532 return refclk;
3533}
3534
3535static void i9xx_adjust_sdvo_tv_clock(struct drm_display_mode *adjusted_mode,
3536 intel_clock_t *clock)
3537{
3538 /* SDVO TV has fixed PLL values depend on its clock range,
3539 this mirrors vbios setting. */
3540 if (adjusted_mode->clock >= 100000
3541 && adjusted_mode->clock < 140500) {
3542 clock->p1 = 2;
3543 clock->p2 = 10;
3544 clock->n = 3;
3545 clock->m1 = 16;
3546 clock->m2 = 8;
3547 } else if (adjusted_mode->clock >= 140500
3548 && adjusted_mode->clock <= 200000) {
3549 clock->p1 = 1;
3550 clock->p2 = 10;
3551 clock->n = 6;
3552 clock->m1 = 12;
3553 clock->m2 = 8;
3554 }
3555}
3556
Jesse Barnesa7516a02011-12-15 12:30:37 -08003557static void i9xx_update_pll_dividers(struct drm_crtc *crtc,
3558 intel_clock_t *clock,
3559 intel_clock_t *reduced_clock)
3560{
3561 struct drm_device *dev = crtc->dev;
3562 struct drm_i915_private *dev_priv = dev->dev_private;
3563 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
3564 int pipe = intel_crtc->pipe;
3565 u32 fp, fp2 = 0;
3566
3567 if (IS_PINEVIEW(dev)) {
3568 fp = (1 << clock->n) << 16 | clock->m1 << 8 | clock->m2;
3569 if (reduced_clock)
3570 fp2 = (1 << reduced_clock->n) << 16 |
3571 reduced_clock->m1 << 8 | reduced_clock->m2;
3572 } else {
3573 fp = clock->n << 16 | clock->m1 << 8 | clock->m2;
3574 if (reduced_clock)
3575 fp2 = reduced_clock->n << 16 | reduced_clock->m1 << 8 |
3576 reduced_clock->m2;
3577 }
3578
3579 I915_WRITE(FP0(pipe), fp);
3580
3581 intel_crtc->lowfreq_avail = false;
3582 if (intel_pipe_has_type(crtc, INTEL_OUTPUT_LVDS) &&
3583 reduced_clock && i915_powersave) {
3584 I915_WRITE(FP1(pipe), fp2);
3585 intel_crtc->lowfreq_avail = true;
3586 } else {
3587 I915_WRITE(FP1(pipe), fp);
3588 }
3589}
3590
Daniel Vetter93e537a2012-03-28 23:11:26 +02003591static void intel_update_lvds(struct drm_crtc *crtc, intel_clock_t *clock,
3592 struct drm_display_mode *adjusted_mode)
3593{
3594 struct drm_device *dev = crtc->dev;
3595 struct drm_i915_private *dev_priv = dev->dev_private;
3596 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
3597 int pipe = intel_crtc->pipe;
Chris Wilson284d5df2012-04-14 17:41:59 +01003598 u32 temp;
Daniel Vetter93e537a2012-03-28 23:11:26 +02003599
3600 temp = I915_READ(LVDS);
3601 temp |= LVDS_PORT_EN | LVDS_A0A2_CLKA_POWER_UP;
3602 if (pipe == 1) {
3603 temp |= LVDS_PIPEB_SELECT;
3604 } else {
3605 temp &= ~LVDS_PIPEB_SELECT;
3606 }
3607 /* set the corresponsding LVDS_BORDER bit */
3608 temp |= dev_priv->lvds_border_bits;
3609 /* Set the B0-B3 data pairs corresponding to whether we're going to
3610 * set the DPLLs for dual-channel mode or not.
3611 */
3612 if (clock->p2 == 7)
3613 temp |= LVDS_B0B3_POWER_UP | LVDS_CLKB_POWER_UP;
3614 else
3615 temp &= ~(LVDS_B0B3_POWER_UP | LVDS_CLKB_POWER_UP);
3616
3617 /* It would be nice to set 24 vs 18-bit mode (LVDS_A3_POWER_UP)
3618 * appropriately here, but we need to look more thoroughly into how
3619 * panels behave in the two modes.
3620 */
3621 /* set the dithering flag on LVDS as needed */
3622 if (INTEL_INFO(dev)->gen >= 4) {
3623 if (dev_priv->lvds_dither)
3624 temp |= LVDS_ENABLE_DITHER;
3625 else
3626 temp &= ~LVDS_ENABLE_DITHER;
3627 }
Chris Wilson284d5df2012-04-14 17:41:59 +01003628 temp &= ~(LVDS_HSYNC_POLARITY | LVDS_VSYNC_POLARITY);
Daniel Vetter93e537a2012-03-28 23:11:26 +02003629 if (adjusted_mode->flags & DRM_MODE_FLAG_NHSYNC)
Chris Wilson284d5df2012-04-14 17:41:59 +01003630 temp |= LVDS_HSYNC_POLARITY;
Daniel Vetter93e537a2012-03-28 23:11:26 +02003631 if (adjusted_mode->flags & DRM_MODE_FLAG_NVSYNC)
Chris Wilson284d5df2012-04-14 17:41:59 +01003632 temp |= LVDS_VSYNC_POLARITY;
Daniel Vetter93e537a2012-03-28 23:11:26 +02003633 I915_WRITE(LVDS, temp);
3634}
3635
Daniel Vettereb1cbe42012-03-28 23:12:16 +02003636static void i9xx_update_pll(struct drm_crtc *crtc,
3637 struct drm_display_mode *mode,
3638 struct drm_display_mode *adjusted_mode,
3639 intel_clock_t *clock, intel_clock_t *reduced_clock,
3640 int num_connectors)
3641{
3642 struct drm_device *dev = crtc->dev;
3643 struct drm_i915_private *dev_priv = dev->dev_private;
3644 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
3645 int pipe = intel_crtc->pipe;
3646 u32 dpll;
3647 bool is_sdvo;
3648
3649 is_sdvo = intel_pipe_has_type(crtc, INTEL_OUTPUT_SDVO) ||
3650 intel_pipe_has_type(crtc, INTEL_OUTPUT_HDMI);
3651
3652 dpll = DPLL_VGA_MODE_DIS;
3653
3654 if (intel_pipe_has_type(crtc, INTEL_OUTPUT_LVDS))
3655 dpll |= DPLLB_MODE_LVDS;
3656 else
3657 dpll |= DPLLB_MODE_DAC_SERIAL;
3658 if (is_sdvo) {
3659 int pixel_multiplier = intel_mode_get_pixel_multiplier(adjusted_mode);
3660 if (pixel_multiplier > 1) {
3661 if (IS_I945G(dev) || IS_I945GM(dev) || IS_G33(dev))
3662 dpll |= (pixel_multiplier - 1) << SDVO_MULTIPLIER_SHIFT_HIRES;
3663 }
3664 dpll |= DPLL_DVO_HIGH_SPEED;
3665 }
3666 if (intel_pipe_has_type(crtc, INTEL_OUTPUT_DISPLAYPORT))
3667 dpll |= DPLL_DVO_HIGH_SPEED;
3668
3669 /* compute bitmask from p1 value */
3670 if (IS_PINEVIEW(dev))
3671 dpll |= (1 << (clock->p1 - 1)) << DPLL_FPA01_P1_POST_DIV_SHIFT_PINEVIEW;
3672 else {
3673 dpll |= (1 << (clock->p1 - 1)) << DPLL_FPA01_P1_POST_DIV_SHIFT;
3674 if (IS_G4X(dev) && reduced_clock)
3675 dpll |= (1 << (reduced_clock->p1 - 1)) << DPLL_FPA1_P1_POST_DIV_SHIFT;
3676 }
3677 switch (clock->p2) {
3678 case 5:
3679 dpll |= DPLL_DAC_SERIAL_P2_CLOCK_DIV_5;
3680 break;
3681 case 7:
3682 dpll |= DPLLB_LVDS_P2_CLOCK_DIV_7;
3683 break;
3684 case 10:
3685 dpll |= DPLL_DAC_SERIAL_P2_CLOCK_DIV_10;
3686 break;
3687 case 14:
3688 dpll |= DPLLB_LVDS_P2_CLOCK_DIV_14;
3689 break;
3690 }
3691 if (INTEL_INFO(dev)->gen >= 4)
3692 dpll |= (6 << PLL_LOAD_PULSE_PHASE_SHIFT);
3693
3694 if (is_sdvo && intel_pipe_has_type(crtc, INTEL_OUTPUT_TVOUT))
3695 dpll |= PLL_REF_INPUT_TVCLKINBC;
3696 else if (intel_pipe_has_type(crtc, INTEL_OUTPUT_TVOUT))
3697 /* XXX: just matching BIOS for now */
3698 /* dpll |= PLL_REF_INPUT_TVCLKINBC; */
3699 dpll |= 3;
3700 else if (intel_pipe_has_type(crtc, INTEL_OUTPUT_LVDS) &&
3701 intel_panel_use_ssc(dev_priv) && num_connectors < 2)
3702 dpll |= PLLB_REF_INPUT_SPREADSPECTRUMIN;
3703 else
3704 dpll |= PLL_REF_INPUT_DREFCLK;
3705
3706 dpll |= DPLL_VCO_ENABLE;
3707 I915_WRITE(DPLL(pipe), dpll & ~DPLL_VCO_ENABLE);
3708 POSTING_READ(DPLL(pipe));
3709 udelay(150);
3710
3711 /* The LVDS pin pair needs to be on before the DPLLs are enabled.
3712 * This is an exception to the general rule that mode_set doesn't turn
3713 * things on.
3714 */
3715 if (intel_pipe_has_type(crtc, INTEL_OUTPUT_LVDS))
3716 intel_update_lvds(crtc, clock, adjusted_mode);
3717
3718 if (intel_pipe_has_type(crtc, INTEL_OUTPUT_DISPLAYPORT))
3719 intel_dp_set_m_n(crtc, mode, adjusted_mode);
3720
3721 I915_WRITE(DPLL(pipe), dpll);
3722
3723 /* Wait for the clocks to stabilize. */
3724 POSTING_READ(DPLL(pipe));
3725 udelay(150);
3726
3727 if (INTEL_INFO(dev)->gen >= 4) {
3728 u32 temp = 0;
3729 if (is_sdvo) {
3730 temp = intel_mode_get_pixel_multiplier(adjusted_mode);
3731 if (temp > 1)
3732 temp = (temp - 1) << DPLL_MD_UDI_MULTIPLIER_SHIFT;
3733 else
3734 temp = 0;
3735 }
3736 I915_WRITE(DPLL_MD(pipe), temp);
3737 } else {
3738 /* The pixel multiplier can only be updated once the
3739 * DPLL is enabled and the clocks are stable.
3740 *
3741 * So write it again.
3742 */
3743 I915_WRITE(DPLL(pipe), dpll);
3744 }
3745}
3746
3747static void i8xx_update_pll(struct drm_crtc *crtc,
3748 struct drm_display_mode *adjusted_mode,
3749 intel_clock_t *clock,
3750 int num_connectors)
3751{
3752 struct drm_device *dev = crtc->dev;
3753 struct drm_i915_private *dev_priv = dev->dev_private;
3754 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
3755 int pipe = intel_crtc->pipe;
3756 u32 dpll;
3757
3758 dpll = DPLL_VGA_MODE_DIS;
3759
3760 if (intel_pipe_has_type(crtc, INTEL_OUTPUT_LVDS)) {
3761 dpll |= (1 << (clock->p1 - 1)) << DPLL_FPA01_P1_POST_DIV_SHIFT;
3762 } else {
3763 if (clock->p1 == 2)
3764 dpll |= PLL_P1_DIVIDE_BY_TWO;
3765 else
3766 dpll |= (clock->p1 - 2) << DPLL_FPA01_P1_POST_DIV_SHIFT;
3767 if (clock->p2 == 4)
3768 dpll |= PLL_P2_DIVIDE_BY_4;
3769 }
3770
3771 if (intel_pipe_has_type(crtc, INTEL_OUTPUT_TVOUT))
3772 /* XXX: just matching BIOS for now */
3773 /* dpll |= PLL_REF_INPUT_TVCLKINBC; */
3774 dpll |= 3;
3775 else if (intel_pipe_has_type(crtc, INTEL_OUTPUT_LVDS) &&
3776 intel_panel_use_ssc(dev_priv) && num_connectors < 2)
3777 dpll |= PLLB_REF_INPUT_SPREADSPECTRUMIN;
3778 else
3779 dpll |= PLL_REF_INPUT_DREFCLK;
3780
3781 dpll |= DPLL_VCO_ENABLE;
3782 I915_WRITE(DPLL(pipe), dpll & ~DPLL_VCO_ENABLE);
3783 POSTING_READ(DPLL(pipe));
3784 udelay(150);
3785
3786 I915_WRITE(DPLL(pipe), dpll);
3787
3788 /* Wait for the clocks to stabilize. */
3789 POSTING_READ(DPLL(pipe));
3790 udelay(150);
3791
3792 /* The LVDS pin pair needs to be on before the DPLLs are enabled.
3793 * This is an exception to the general rule that mode_set doesn't turn
3794 * things on.
3795 */
3796 if (intel_pipe_has_type(crtc, INTEL_OUTPUT_LVDS))
3797 intel_update_lvds(crtc, clock, adjusted_mode);
3798
3799 /* The pixel multiplier can only be updated once the
3800 * DPLL is enabled and the clocks are stable.
3801 *
3802 * So write it again.
3803 */
3804 I915_WRITE(DPLL(pipe), dpll);
3805}
3806
Eric Anholtf564048e2011-03-30 13:01:02 -07003807static int i9xx_crtc_mode_set(struct drm_crtc *crtc,
3808 struct drm_display_mode *mode,
3809 struct drm_display_mode *adjusted_mode,
3810 int x, int y,
3811 struct drm_framebuffer *old_fb)
Jesse Barnes79e53942008-11-07 14:24:08 -08003812{
3813 struct drm_device *dev = crtc->dev;
3814 struct drm_i915_private *dev_priv = dev->dev_private;
3815 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
3816 int pipe = intel_crtc->pipe;
Jesse Barnes80824002009-09-10 15:28:06 -07003817 int plane = intel_crtc->plane;
Eric Anholtc751ce42010-03-25 11:48:48 -07003818 int refclk, num_connectors = 0;
Jesse Barnes652c3932009-08-17 13:31:43 -07003819 intel_clock_t clock, reduced_clock;
Daniel Vettereb1cbe42012-03-28 23:12:16 +02003820 u32 dspcntr, pipeconf, vsyncshift;
3821 bool ok, has_reduced_clock = false, is_sdvo = false;
3822 bool is_lvds = false, is_tv = false, is_dp = false;
Jesse Barnes79e53942008-11-07 14:24:08 -08003823 struct drm_mode_config *mode_config = &dev->mode_config;
Chris Wilson5eddb702010-09-11 13:48:45 +01003824 struct intel_encoder *encoder;
Ma Lingd4906092009-03-18 20:13:27 +08003825 const intel_limit_t *limit;
Chris Wilson5c3b82e2009-02-11 13:25:09 +00003826 int ret;
Jesse Barnes79e53942008-11-07 14:24:08 -08003827
Chris Wilson5eddb702010-09-11 13:48:45 +01003828 list_for_each_entry(encoder, &mode_config->encoder_list, base.head) {
3829 if (encoder->base.crtc != crtc)
Jesse Barnes79e53942008-11-07 14:24:08 -08003830 continue;
3831
Chris Wilson5eddb702010-09-11 13:48:45 +01003832 switch (encoder->type) {
Jesse Barnes79e53942008-11-07 14:24:08 -08003833 case INTEL_OUTPUT_LVDS:
3834 is_lvds = true;
3835 break;
3836 case INTEL_OUTPUT_SDVO:
Eric Anholt7d573822009-01-02 13:33:00 -08003837 case INTEL_OUTPUT_HDMI:
Jesse Barnes79e53942008-11-07 14:24:08 -08003838 is_sdvo = true;
Chris Wilson5eddb702010-09-11 13:48:45 +01003839 if (encoder->needs_tv_clock)
Jesse Barnese2f0ba92009-02-02 15:11:52 -08003840 is_tv = true;
Jesse Barnes79e53942008-11-07 14:24:08 -08003841 break;
Jesse Barnes79e53942008-11-07 14:24:08 -08003842 case INTEL_OUTPUT_TVOUT:
3843 is_tv = true;
3844 break;
Keith Packarda4fc5ed2009-04-07 16:16:42 -07003845 case INTEL_OUTPUT_DISPLAYPORT:
3846 is_dp = true;
3847 break;
Jesse Barnes79e53942008-11-07 14:24:08 -08003848 }
Kristian Høgsberg43565a02009-02-13 20:56:52 -05003849
Eric Anholtc751ce42010-03-25 11:48:48 -07003850 num_connectors++;
Jesse Barnes79e53942008-11-07 14:24:08 -08003851 }
3852
Jesse Barnesc65d77d2011-12-15 12:30:36 -08003853 refclk = i9xx_get_refclk(crtc, num_connectors);
Jesse Barnes79e53942008-11-07 14:24:08 -08003854
Ma Lingd4906092009-03-18 20:13:27 +08003855 /*
3856 * Returns a set of divisors for the desired target clock with the given
3857 * refclk, or FALSE. The returned values represent the clock equation:
3858 * reflck * (5 * (m1 + 2) + (m2 + 2)) / (n + 2) / p1 / p2.
3859 */
Chris Wilson1b894b52010-12-14 20:04:54 +00003860 limit = intel_limit(crtc, refclk);
Sean Paulcec2f352012-01-10 15:09:36 -08003861 ok = limit->find_pll(limit, crtc, adjusted_mode->clock, refclk, NULL,
3862 &clock);
Jesse Barnes79e53942008-11-07 14:24:08 -08003863 if (!ok) {
3864 DRM_ERROR("Couldn't find PLL settings for mode!\n");
Eric Anholtf564048e2011-03-30 13:01:02 -07003865 return -EINVAL;
3866 }
3867
3868 /* Ensure that the cursor is valid for the new mode before changing... */
3869 intel_crtc_update_cursor(crtc, true);
3870
3871 if (is_lvds && dev_priv->lvds_downclock_avail) {
Sean Paulcec2f352012-01-10 15:09:36 -08003872 /*
3873 * Ensure we match the reduced clock's P to the target clock.
3874 * If the clocks don't match, we can't switch the display clock
3875 * by using the FP0/FP1. In such case we will disable the LVDS
3876 * downclock feature.
3877 */
Eric Anholtf564048e2011-03-30 13:01:02 -07003878 has_reduced_clock = limit->find_pll(limit, crtc,
3879 dev_priv->lvds_downclock,
3880 refclk,
Sean Paulcec2f352012-01-10 15:09:36 -08003881 &clock,
Eric Anholtf564048e2011-03-30 13:01:02 -07003882 &reduced_clock);
Eric Anholtf564048e2011-03-30 13:01:02 -07003883 }
3884
Jesse Barnesc65d77d2011-12-15 12:30:36 -08003885 if (is_sdvo && is_tv)
3886 i9xx_adjust_sdvo_tv_clock(adjusted_mode, &clock);
Eric Anholtf564048e2011-03-30 13:01:02 -07003887
Jesse Barnesa7516a02011-12-15 12:30:37 -08003888 i9xx_update_pll_dividers(crtc, &clock, has_reduced_clock ?
3889 &reduced_clock : NULL);
Eric Anholtf564048e2011-03-30 13:01:02 -07003890
Daniel Vettereb1cbe42012-03-28 23:12:16 +02003891 if (IS_GEN2(dev))
3892 i8xx_update_pll(crtc, adjusted_mode, &clock, num_connectors);
Eric Anholtf564048e2011-03-30 13:01:02 -07003893 else
Daniel Vettereb1cbe42012-03-28 23:12:16 +02003894 i9xx_update_pll(crtc, mode, adjusted_mode, &clock,
3895 has_reduced_clock ? &reduced_clock : NULL,
3896 num_connectors);
Eric Anholtf564048e2011-03-30 13:01:02 -07003897
3898 /* setup pipeconf */
3899 pipeconf = I915_READ(PIPECONF(pipe));
3900
3901 /* Set up the display plane register */
3902 dspcntr = DISPPLANE_GAMMA_ENABLE;
3903
Eric Anholt929c77f2011-03-30 13:01:04 -07003904 if (pipe == 0)
3905 dspcntr &= ~DISPPLANE_SEL_PIPE_MASK;
3906 else
3907 dspcntr |= DISPPLANE_SEL_PIPE_B;
Eric Anholtf564048e2011-03-30 13:01:02 -07003908
3909 if (pipe == 0 && INTEL_INFO(dev)->gen < 4) {
3910 /* Enable pixel doubling when the dot clock is > 90% of the (display)
3911 * core speed.
3912 *
3913 * XXX: No double-wide on 915GM pipe B. Is that the only reason for the
3914 * pipe == 0 check?
3915 */
3916 if (mode->clock >
3917 dev_priv->display.get_display_clock_speed(dev) * 9 / 10)
3918 pipeconf |= PIPECONF_DOUBLE_WIDE;
3919 else
3920 pipeconf &= ~PIPECONF_DOUBLE_WIDE;
3921 }
3922
Adam Jackson3b5c78a2011-12-13 15:41:00 -08003923 /* default to 8bpc */
3924 pipeconf &= ~(PIPECONF_BPP_MASK | PIPECONF_DITHER_EN);
3925 if (is_dp) {
3926 if (mode->private_flags & INTEL_MODE_DP_FORCE_6BPC) {
3927 pipeconf |= PIPECONF_BPP_6 |
3928 PIPECONF_DITHER_EN |
3929 PIPECONF_DITHER_TYPE_SP;
3930 }
3931 }
3932
Eric Anholtf564048e2011-03-30 13:01:02 -07003933 DRM_DEBUG_KMS("Mode for pipe %c:\n", pipe == 0 ? 'A' : 'B');
3934 drm_mode_debug_printmodeline(mode);
3935
Jesse Barnesa7516a02011-12-15 12:30:37 -08003936 if (HAS_PIPE_CXSR(dev)) {
3937 if (intel_crtc->lowfreq_avail) {
Eric Anholtf564048e2011-03-30 13:01:02 -07003938 DRM_DEBUG_KMS("enabling CxSR downclocking\n");
3939 pipeconf |= PIPECONF_CXSR_DOWNCLOCK;
Jesse Barnesa7516a02011-12-15 12:30:37 -08003940 } else {
Eric Anholtf564048e2011-03-30 13:01:02 -07003941 DRM_DEBUG_KMS("disabling CxSR downclocking\n");
3942 pipeconf &= ~PIPECONF_CXSR_DOWNCLOCK;
3943 }
3944 }
3945
Keith Packard617cf882012-02-08 13:53:38 -08003946 pipeconf &= ~PIPECONF_INTERLACE_MASK;
Daniel Vetterdbb02572012-01-28 14:49:23 +01003947 if (!IS_GEN2(dev) &&
3948 adjusted_mode->flags & DRM_MODE_FLAG_INTERLACE) {
Eric Anholtf564048e2011-03-30 13:01:02 -07003949 pipeconf |= PIPECONF_INTERLACE_W_FIELD_INDICATION;
3950 /* the chip adds 2 halflines automatically */
Eric Anholtf564048e2011-03-30 13:01:02 -07003951 adjusted_mode->crtc_vtotal -= 1;
Eric Anholtf564048e2011-03-30 13:01:02 -07003952 adjusted_mode->crtc_vblank_end -= 1;
Daniel Vetter0529a0d2012-01-28 14:49:24 +01003953 vsyncshift = adjusted_mode->crtc_hsync_start
3954 - adjusted_mode->crtc_htotal/2;
3955 } else {
Keith Packard617cf882012-02-08 13:53:38 -08003956 pipeconf |= PIPECONF_PROGRESSIVE;
Daniel Vetter0529a0d2012-01-28 14:49:24 +01003957 vsyncshift = 0;
3958 }
3959
3960 if (!IS_GEN3(dev))
3961 I915_WRITE(VSYNCSHIFT(pipe), vsyncshift);
Eric Anholtf564048e2011-03-30 13:01:02 -07003962
3963 I915_WRITE(HTOTAL(pipe),
3964 (adjusted_mode->crtc_hdisplay - 1) |
3965 ((adjusted_mode->crtc_htotal - 1) << 16));
3966 I915_WRITE(HBLANK(pipe),
3967 (adjusted_mode->crtc_hblank_start - 1) |
3968 ((adjusted_mode->crtc_hblank_end - 1) << 16));
3969 I915_WRITE(HSYNC(pipe),
3970 (adjusted_mode->crtc_hsync_start - 1) |
3971 ((adjusted_mode->crtc_hsync_end - 1) << 16));
3972
3973 I915_WRITE(VTOTAL(pipe),
3974 (adjusted_mode->crtc_vdisplay - 1) |
3975 ((adjusted_mode->crtc_vtotal - 1) << 16));
3976 I915_WRITE(VBLANK(pipe),
3977 (adjusted_mode->crtc_vblank_start - 1) |
3978 ((adjusted_mode->crtc_vblank_end - 1) << 16));
3979 I915_WRITE(VSYNC(pipe),
3980 (adjusted_mode->crtc_vsync_start - 1) |
3981 ((adjusted_mode->crtc_vsync_end - 1) << 16));
3982
3983 /* pipesrc and dspsize control the size that is scaled from,
3984 * which should always be the user's requested size.
3985 */
Eric Anholt929c77f2011-03-30 13:01:04 -07003986 I915_WRITE(DSPSIZE(plane),
3987 ((mode->vdisplay - 1) << 16) |
3988 (mode->hdisplay - 1));
3989 I915_WRITE(DSPPOS(plane), 0);
Eric Anholtf564048e2011-03-30 13:01:02 -07003990 I915_WRITE(PIPESRC(pipe),
3991 ((mode->hdisplay - 1) << 16) | (mode->vdisplay - 1));
3992
Eric Anholtf564048e2011-03-30 13:01:02 -07003993 I915_WRITE(PIPECONF(pipe), pipeconf);
3994 POSTING_READ(PIPECONF(pipe));
Eric Anholt929c77f2011-03-30 13:01:04 -07003995 intel_enable_pipe(dev_priv, pipe, false);
Eric Anholtf564048e2011-03-30 13:01:02 -07003996
3997 intel_wait_for_vblank(dev, pipe);
3998
Eric Anholtf564048e2011-03-30 13:01:02 -07003999 I915_WRITE(DSPCNTR(plane), dspcntr);
4000 POSTING_READ(DSPCNTR(plane));
4001
4002 ret = intel_pipe_set_base(crtc, x, y, old_fb);
4003
4004 intel_update_watermarks(dev);
4005
Eric Anholtf564048e2011-03-30 13:01:02 -07004006 return ret;
4007}
4008
Keith Packard9fb526d2011-09-26 22:24:57 -07004009/*
4010 * Initialize reference clocks when the driver loads
4011 */
4012void ironlake_init_pch_refclk(struct drm_device *dev)
Jesse Barnes13d83a62011-08-03 12:59:20 -07004013{
4014 struct drm_i915_private *dev_priv = dev->dev_private;
4015 struct drm_mode_config *mode_config = &dev->mode_config;
Jesse Barnes13d83a62011-08-03 12:59:20 -07004016 struct intel_encoder *encoder;
Jesse Barnes13d83a62011-08-03 12:59:20 -07004017 u32 temp;
4018 bool has_lvds = false;
Keith Packard199e5d72011-09-22 12:01:57 -07004019 bool has_cpu_edp = false;
4020 bool has_pch_edp = false;
4021 bool has_panel = false;
Keith Packard99eb6a02011-09-26 14:29:12 -07004022 bool has_ck505 = false;
4023 bool can_ssc = false;
Jesse Barnes13d83a62011-08-03 12:59:20 -07004024
4025 /* We need to take the global config into account */
Keith Packard199e5d72011-09-22 12:01:57 -07004026 list_for_each_entry(encoder, &mode_config->encoder_list,
4027 base.head) {
4028 switch (encoder->type) {
4029 case INTEL_OUTPUT_LVDS:
4030 has_panel = true;
4031 has_lvds = true;
4032 break;
4033 case INTEL_OUTPUT_EDP:
4034 has_panel = true;
4035 if (intel_encoder_is_pch_edp(&encoder->base))
4036 has_pch_edp = true;
4037 else
4038 has_cpu_edp = true;
4039 break;
Jesse Barnes13d83a62011-08-03 12:59:20 -07004040 }
4041 }
4042
Keith Packard99eb6a02011-09-26 14:29:12 -07004043 if (HAS_PCH_IBX(dev)) {
4044 has_ck505 = dev_priv->display_clock_mode;
4045 can_ssc = has_ck505;
4046 } else {
4047 has_ck505 = false;
4048 can_ssc = true;
4049 }
4050
4051 DRM_DEBUG_KMS("has_panel %d has_lvds %d has_pch_edp %d has_cpu_edp %d has_ck505 %d\n",
4052 has_panel, has_lvds, has_pch_edp, has_cpu_edp,
4053 has_ck505);
Jesse Barnes13d83a62011-08-03 12:59:20 -07004054
4055 /* Ironlake: try to setup display ref clock before DPLL
4056 * enabling. This is only under driver's control after
4057 * PCH B stepping, previous chipset stepping should be
4058 * ignoring this setting.
4059 */
4060 temp = I915_READ(PCH_DREF_CONTROL);
4061 /* Always enable nonspread source */
4062 temp &= ~DREF_NONSPREAD_SOURCE_MASK;
Jesse Barnes13d83a62011-08-03 12:59:20 -07004063
Keith Packard99eb6a02011-09-26 14:29:12 -07004064 if (has_ck505)
4065 temp |= DREF_NONSPREAD_CK505_ENABLE;
4066 else
4067 temp |= DREF_NONSPREAD_SOURCE_ENABLE;
Jesse Barnes13d83a62011-08-03 12:59:20 -07004068
Keith Packard199e5d72011-09-22 12:01:57 -07004069 if (has_panel) {
4070 temp &= ~DREF_SSC_SOURCE_MASK;
4071 temp |= DREF_SSC_SOURCE_ENABLE;
Jesse Barnes13d83a62011-08-03 12:59:20 -07004072
Keith Packard199e5d72011-09-22 12:01:57 -07004073 /* SSC must be turned on before enabling the CPU output */
Keith Packard99eb6a02011-09-26 14:29:12 -07004074 if (intel_panel_use_ssc(dev_priv) && can_ssc) {
Keith Packard199e5d72011-09-22 12:01:57 -07004075 DRM_DEBUG_KMS("Using SSC on panel\n");
Jesse Barnes13d83a62011-08-03 12:59:20 -07004076 temp |= DREF_SSC1_ENABLE;
Daniel Vettere77166b2012-03-30 22:14:05 +02004077 } else
4078 temp &= ~DREF_SSC1_ENABLE;
Keith Packard199e5d72011-09-22 12:01:57 -07004079
4080 /* Get SSC going before enabling the outputs */
4081 I915_WRITE(PCH_DREF_CONTROL, temp);
4082 POSTING_READ(PCH_DREF_CONTROL);
4083 udelay(200);
4084
Jesse Barnes13d83a62011-08-03 12:59:20 -07004085 temp &= ~DREF_CPU_SOURCE_OUTPUT_MASK;
4086
4087 /* Enable CPU source on CPU attached eDP */
Keith Packard199e5d72011-09-22 12:01:57 -07004088 if (has_cpu_edp) {
Keith Packard99eb6a02011-09-26 14:29:12 -07004089 if (intel_panel_use_ssc(dev_priv) && can_ssc) {
Keith Packard199e5d72011-09-22 12:01:57 -07004090 DRM_DEBUG_KMS("Using SSC on eDP\n");
Jesse Barnes13d83a62011-08-03 12:59:20 -07004091 temp |= DREF_CPU_SOURCE_OUTPUT_DOWNSPREAD;
Keith Packard199e5d72011-09-22 12:01:57 -07004092 }
Jesse Barnes13d83a62011-08-03 12:59:20 -07004093 else
4094 temp |= DREF_CPU_SOURCE_OUTPUT_NONSPREAD;
Keith Packard199e5d72011-09-22 12:01:57 -07004095 } else
4096 temp |= DREF_CPU_SOURCE_OUTPUT_DISABLE;
4097
4098 I915_WRITE(PCH_DREF_CONTROL, temp);
4099 POSTING_READ(PCH_DREF_CONTROL);
4100 udelay(200);
4101 } else {
4102 DRM_DEBUG_KMS("Disabling SSC entirely\n");
4103
4104 temp &= ~DREF_CPU_SOURCE_OUTPUT_MASK;
4105
4106 /* Turn off CPU output */
4107 temp |= DREF_CPU_SOURCE_OUTPUT_DISABLE;
4108
4109 I915_WRITE(PCH_DREF_CONTROL, temp);
4110 POSTING_READ(PCH_DREF_CONTROL);
4111 udelay(200);
4112
4113 /* Turn off the SSC source */
4114 temp &= ~DREF_SSC_SOURCE_MASK;
4115 temp |= DREF_SSC_SOURCE_DISABLE;
4116
4117 /* Turn off SSC1 */
4118 temp &= ~ DREF_SSC1_ENABLE;
4119
Jesse Barnes13d83a62011-08-03 12:59:20 -07004120 I915_WRITE(PCH_DREF_CONTROL, temp);
4121 POSTING_READ(PCH_DREF_CONTROL);
4122 udelay(200);
4123 }
4124}
4125
Jesse Barnesd9d444c2011-09-02 13:03:05 -07004126static int ironlake_get_refclk(struct drm_crtc *crtc)
4127{
4128 struct drm_device *dev = crtc->dev;
4129 struct drm_i915_private *dev_priv = dev->dev_private;
4130 struct intel_encoder *encoder;
4131 struct drm_mode_config *mode_config = &dev->mode_config;
4132 struct intel_encoder *edp_encoder = NULL;
4133 int num_connectors = 0;
4134 bool is_lvds = false;
4135
4136 list_for_each_entry(encoder, &mode_config->encoder_list, base.head) {
4137 if (encoder->base.crtc != crtc)
4138 continue;
4139
4140 switch (encoder->type) {
4141 case INTEL_OUTPUT_LVDS:
4142 is_lvds = true;
4143 break;
4144 case INTEL_OUTPUT_EDP:
4145 edp_encoder = encoder;
4146 break;
4147 }
4148 num_connectors++;
4149 }
4150
4151 if (is_lvds && intel_panel_use_ssc(dev_priv) && num_connectors < 2) {
4152 DRM_DEBUG_KMS("using SSC reference clock of %d MHz\n",
4153 dev_priv->lvds_ssc_freq);
4154 return dev_priv->lvds_ssc_freq * 1000;
4155 }
4156
4157 return 120000;
4158}
4159
Eric Anholtf564048e2011-03-30 13:01:02 -07004160static int ironlake_crtc_mode_set(struct drm_crtc *crtc,
4161 struct drm_display_mode *mode,
4162 struct drm_display_mode *adjusted_mode,
4163 int x, int y,
4164 struct drm_framebuffer *old_fb)
Jesse Barnes79e53942008-11-07 14:24:08 -08004165{
4166 struct drm_device *dev = crtc->dev;
4167 struct drm_i915_private *dev_priv = dev->dev_private;
4168 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
4169 int pipe = intel_crtc->pipe;
Chris Wilson5c3b82e2009-02-11 13:25:09 +00004170 int plane = intel_crtc->plane;
Jesse Barnes79e53942008-11-07 14:24:08 -08004171 int refclk, num_connectors = 0;
4172 intel_clock_t clock, reduced_clock;
4173 u32 dpll, fp = 0, fp2 = 0, dspcntr, pipeconf;
Eric Anholta07d6782011-03-30 13:01:08 -07004174 bool ok, has_reduced_clock = false, is_sdvo = false;
Jesse Barnes79e53942008-11-07 14:24:08 -08004175 bool is_crt = false, is_lvds = false, is_tv = false, is_dp = false;
Jesse Barnes79e53942008-11-07 14:24:08 -08004176 struct drm_mode_config *mode_config = &dev->mode_config;
Jesse Barnese3aef172012-04-10 11:58:03 -07004177 struct intel_encoder *encoder, *edp_encoder = NULL;
Jesse Barnes79e53942008-11-07 14:24:08 -08004178 const intel_limit_t *limit;
4179 int ret;
4180 struct fdi_m_n m_n = {0};
Eric Anholtfae14982011-03-30 13:01:09 -07004181 u32 temp;
Jesse Barnes5a354202011-06-24 12:19:22 -07004182 int target_clock, pixel_multiplier, lane, link_bw, factor;
4183 unsigned int pipe_bpp;
4184 bool dither;
Jesse Barnese3aef172012-04-10 11:58:03 -07004185 bool is_cpu_edp = false, is_pch_edp = false;
Jesse Barnes79e53942008-11-07 14:24:08 -08004186
Jesse Barnes79e53942008-11-07 14:24:08 -08004187 list_for_each_entry(encoder, &mode_config->encoder_list, base.head) {
4188 if (encoder->base.crtc != crtc)
4189 continue;
4190
4191 switch (encoder->type) {
4192 case INTEL_OUTPUT_LVDS:
4193 is_lvds = true;
4194 break;
4195 case INTEL_OUTPUT_SDVO:
4196 case INTEL_OUTPUT_HDMI:
4197 is_sdvo = true;
4198 if (encoder->needs_tv_clock)
4199 is_tv = true;
4200 break;
Jesse Barnes79e53942008-11-07 14:24:08 -08004201 case INTEL_OUTPUT_TVOUT:
4202 is_tv = true;
4203 break;
4204 case INTEL_OUTPUT_ANALOG:
4205 is_crt = true;
4206 break;
4207 case INTEL_OUTPUT_DISPLAYPORT:
4208 is_dp = true;
4209 break;
4210 case INTEL_OUTPUT_EDP:
Jesse Barnese3aef172012-04-10 11:58:03 -07004211 is_dp = true;
4212 if (intel_encoder_is_pch_edp(&encoder->base))
4213 is_pch_edp = true;
4214 else
4215 is_cpu_edp = true;
4216 edp_encoder = encoder;
Jesse Barnes79e53942008-11-07 14:24:08 -08004217 break;
4218 }
4219
Kristian Høgsberg43565a02009-02-13 20:56:52 -05004220 num_connectors++;
4221 }
4222
Jesse Barnesd9d444c2011-09-02 13:03:05 -07004223 refclk = ironlake_get_refclk(crtc);
Jesse Barnes79e53942008-11-07 14:24:08 -08004224
4225 /*
4226 * Returns a set of divisors for the desired target clock with the given
4227 * refclk, or FALSE. The returned values represent the clock equation:
4228 * reflck * (5 * (m1 + 2) + (m2 + 2)) / (n + 2) / p1 / p2.
4229 */
4230 limit = intel_limit(crtc, refclk);
Sean Paulcec2f352012-01-10 15:09:36 -08004231 ok = limit->find_pll(limit, crtc, adjusted_mode->clock, refclk, NULL,
4232 &clock);
Jesse Barnes79e53942008-11-07 14:24:08 -08004233 if (!ok) {
4234 DRM_ERROR("Couldn't find PLL settings for mode!\n");
4235 return -EINVAL;
4236 }
4237
Chris Wilsoncda4b7d2010-07-09 08:45:04 +01004238 /* Ensure that the cursor is valid for the new mode before changing... */
Chris Wilson6b383a72010-09-13 13:54:26 +01004239 intel_crtc_update_cursor(crtc, true);
Chris Wilsoncda4b7d2010-07-09 08:45:04 +01004240
Zhao Yakuiddc90032010-01-06 22:05:56 +08004241 if (is_lvds && dev_priv->lvds_downclock_avail) {
Sean Paulcec2f352012-01-10 15:09:36 -08004242 /*
4243 * Ensure we match the reduced clock's P to the target clock.
4244 * If the clocks don't match, we can't switch the display clock
4245 * by using the FP0/FP1. In such case we will disable the LVDS
4246 * downclock feature.
4247 */
Zhao Yakuiddc90032010-01-06 22:05:56 +08004248 has_reduced_clock = limit->find_pll(limit, crtc,
Chris Wilson5eddb702010-09-11 13:48:45 +01004249 dev_priv->lvds_downclock,
4250 refclk,
Sean Paulcec2f352012-01-10 15:09:36 -08004251 &clock,
Chris Wilson5eddb702010-09-11 13:48:45 +01004252 &reduced_clock);
Jesse Barnes652c3932009-08-17 13:31:43 -07004253 }
Zhenyu Wang7026d4a2009-03-24 14:02:43 +08004254 /* SDVO TV has fixed PLL values depend on its clock range,
4255 this mirrors vbios setting. */
4256 if (is_sdvo && is_tv) {
4257 if (adjusted_mode->clock >= 100000
Chris Wilson5eddb702010-09-11 13:48:45 +01004258 && adjusted_mode->clock < 140500) {
Zhenyu Wang7026d4a2009-03-24 14:02:43 +08004259 clock.p1 = 2;
4260 clock.p2 = 10;
4261 clock.n = 3;
4262 clock.m1 = 16;
4263 clock.m2 = 8;
4264 } else if (adjusted_mode->clock >= 140500
Chris Wilson5eddb702010-09-11 13:48:45 +01004265 && adjusted_mode->clock <= 200000) {
Zhenyu Wang7026d4a2009-03-24 14:02:43 +08004266 clock.p1 = 1;
4267 clock.p2 = 10;
4268 clock.n = 6;
4269 clock.m1 = 12;
4270 clock.m2 = 8;
4271 }
4272 }
4273
Zhenyu Wang2c072452009-06-05 15:38:42 +08004274 /* FDI link */
Eric Anholt8febb292011-03-30 13:01:07 -07004275 pixel_multiplier = intel_mode_get_pixel_multiplier(adjusted_mode);
4276 lane = 0;
4277 /* CPU eDP doesn't require FDI link, so just set DP M/N
4278 according to current link config */
Jesse Barnese3aef172012-04-10 11:58:03 -07004279 if (is_cpu_edp) {
Eric Anholt8febb292011-03-30 13:01:07 -07004280 target_clock = mode->clock;
Jesse Barnese3aef172012-04-10 11:58:03 -07004281 intel_edp_link_config(edp_encoder, &lane, &link_bw);
Eric Anholt8febb292011-03-30 13:01:07 -07004282 } else {
4283 /* [e]DP over FDI requires target mode clock
4284 instead of link clock */
Jesse Barnese3aef172012-04-10 11:58:03 -07004285 if (is_dp)
Zhenyu Wang5eb08b62009-07-24 01:00:31 +08004286 target_clock = mode->clock;
Eric Anholt8febb292011-03-30 13:01:07 -07004287 else
4288 target_clock = adjusted_mode->clock;
Chris Wilson021357a2010-09-07 20:54:59 +01004289
Eric Anholt8febb292011-03-30 13:01:07 -07004290 /* FDI is a binary signal running at ~2.7GHz, encoding
4291 * each output octet as 10 bits. The actual frequency
4292 * is stored as a divider into a 100MHz clock, and the
4293 * mode pixel clock is stored in units of 1KHz.
4294 * Hence the bw of each lane in terms of the mode signal
4295 * is:
4296 */
4297 link_bw = intel_fdi_link_freq(dev) * MHz(100)/KHz(1)/10;
Zhenyu Wang5eb08b62009-07-24 01:00:31 +08004298 }
Zhenyu Wang2c072452009-06-05 15:38:42 +08004299
Eric Anholt8febb292011-03-30 13:01:07 -07004300 /* determine panel color depth */
4301 temp = I915_READ(PIPECONF(pipe));
4302 temp &= ~PIPE_BPC_MASK;
Adam Jackson3b5c78a2011-12-13 15:41:00 -08004303 dither = intel_choose_pipe_bpp_dither(crtc, &pipe_bpp, mode);
Jesse Barnes5a354202011-06-24 12:19:22 -07004304 switch (pipe_bpp) {
4305 case 18:
4306 temp |= PIPE_6BPC;
4307 break;
4308 case 24:
Eric Anholt8febb292011-03-30 13:01:07 -07004309 temp |= PIPE_8BPC;
Eric Anholt8febb292011-03-30 13:01:07 -07004310 break;
Jesse Barnes5a354202011-06-24 12:19:22 -07004311 case 30:
4312 temp |= PIPE_10BPC;
Eric Anholt8febb292011-03-30 13:01:07 -07004313 break;
Jesse Barnes5a354202011-06-24 12:19:22 -07004314 case 36:
4315 temp |= PIPE_12BPC;
Eric Anholt8febb292011-03-30 13:01:07 -07004316 break;
4317 default:
Jesse Barnes62ac41a2011-07-28 12:55:14 -07004318 WARN(1, "intel_choose_pipe_bpp returned invalid value %d\n",
4319 pipe_bpp);
Jesse Barnes5a354202011-06-24 12:19:22 -07004320 temp |= PIPE_8BPC;
4321 pipe_bpp = 24;
4322 break;
Eric Anholt8febb292011-03-30 13:01:07 -07004323 }
4324
Jesse Barnes5a354202011-06-24 12:19:22 -07004325 intel_crtc->bpp = pipe_bpp;
4326 I915_WRITE(PIPECONF(pipe), temp);
4327
Eric Anholt8febb292011-03-30 13:01:07 -07004328 if (!lane) {
4329 /*
4330 * Account for spread spectrum to avoid
4331 * oversubscribing the link. Max center spread
4332 * is 2.5%; use 5% for safety's sake.
4333 */
Jesse Barnes5a354202011-06-24 12:19:22 -07004334 u32 bps = target_clock * intel_crtc->bpp * 21 / 20;
Eric Anholt8febb292011-03-30 13:01:07 -07004335 lane = bps / (link_bw * 8) + 1;
4336 }
4337
4338 intel_crtc->fdi_lanes = lane;
4339
4340 if (pixel_multiplier > 1)
4341 link_bw *= pixel_multiplier;
Jesse Barnes5a354202011-06-24 12:19:22 -07004342 ironlake_compute_m_n(intel_crtc->bpp, lane, target_clock, link_bw,
4343 &m_n);
Eric Anholt8febb292011-03-30 13:01:07 -07004344
Eric Anholta07d6782011-03-30 13:01:08 -07004345 fp = clock.n << 16 | clock.m1 << 8 | clock.m2;
4346 if (has_reduced_clock)
4347 fp2 = reduced_clock.n << 16 | reduced_clock.m1 << 8 |
4348 reduced_clock.m2;
Jesse Barnes79e53942008-11-07 14:24:08 -08004349
Chris Wilsonc1858122010-12-03 21:35:48 +00004350 /* Enable autotuning of the PLL clock (if permissible) */
Eric Anholt8febb292011-03-30 13:01:07 -07004351 factor = 21;
4352 if (is_lvds) {
4353 if ((intel_panel_use_ssc(dev_priv) &&
4354 dev_priv->lvds_ssc_freq == 100) ||
4355 (I915_READ(PCH_LVDS) & LVDS_CLKB_POWER_MASK) == LVDS_CLKB_POWER_UP)
4356 factor = 25;
4357 } else if (is_sdvo && is_tv)
4358 factor = 20;
Chris Wilsonc1858122010-12-03 21:35:48 +00004359
Jesse Barnescb0e0932011-07-28 14:50:30 -07004360 if (clock.m < factor * clock.n)
Eric Anholt8febb292011-03-30 13:01:07 -07004361 fp |= FP_CB_TUNE;
Chris Wilsonc1858122010-12-03 21:35:48 +00004362
Chris Wilson5eddb702010-09-11 13:48:45 +01004363 dpll = 0;
Zhenyu Wang2c072452009-06-05 15:38:42 +08004364
Eric Anholta07d6782011-03-30 13:01:08 -07004365 if (is_lvds)
4366 dpll |= DPLLB_MODE_LVDS;
4367 else
4368 dpll |= DPLLB_MODE_DAC_SERIAL;
4369 if (is_sdvo) {
4370 int pixel_multiplier = intel_mode_get_pixel_multiplier(adjusted_mode);
4371 if (pixel_multiplier > 1) {
4372 dpll |= (pixel_multiplier - 1) << PLL_REF_SDVO_HDMI_MULTIPLIER_SHIFT;
Jesse Barnes79e53942008-11-07 14:24:08 -08004373 }
Eric Anholta07d6782011-03-30 13:01:08 -07004374 dpll |= DPLL_DVO_HIGH_SPEED;
4375 }
Jesse Barnese3aef172012-04-10 11:58:03 -07004376 if (is_dp && !is_cpu_edp)
Eric Anholta07d6782011-03-30 13:01:08 -07004377 dpll |= DPLL_DVO_HIGH_SPEED;
Jesse Barnes79e53942008-11-07 14:24:08 -08004378
Eric Anholta07d6782011-03-30 13:01:08 -07004379 /* compute bitmask from p1 value */
4380 dpll |= (1 << (clock.p1 - 1)) << DPLL_FPA01_P1_POST_DIV_SHIFT;
4381 /* also FPA1 */
4382 dpll |= (1 << (clock.p1 - 1)) << DPLL_FPA1_P1_POST_DIV_SHIFT;
4383
4384 switch (clock.p2) {
4385 case 5:
4386 dpll |= DPLL_DAC_SERIAL_P2_CLOCK_DIV_5;
4387 break;
4388 case 7:
4389 dpll |= DPLLB_LVDS_P2_CLOCK_DIV_7;
4390 break;
4391 case 10:
4392 dpll |= DPLL_DAC_SERIAL_P2_CLOCK_DIV_10;
4393 break;
4394 case 14:
4395 dpll |= DPLLB_LVDS_P2_CLOCK_DIV_14;
4396 break;
Jesse Barnes79e53942008-11-07 14:24:08 -08004397 }
4398
4399 if (is_sdvo && is_tv)
4400 dpll |= PLL_REF_INPUT_TVCLKINBC;
4401 else if (is_tv)
4402 /* XXX: just matching BIOS for now */
4403 /* dpll |= PLL_REF_INPUT_TVCLKINBC; */
4404 dpll |= 3;
Chris Wilsona7615032011-01-12 17:04:08 +00004405 else if (is_lvds && intel_panel_use_ssc(dev_priv) && num_connectors < 2)
Jesse Barnes79e53942008-11-07 14:24:08 -08004406 dpll |= PLLB_REF_INPUT_SPREADSPECTRUMIN;
4407 else
4408 dpll |= PLL_REF_INPUT_DREFCLK;
4409
4410 /* setup pipeconf */
Chris Wilson5eddb702010-09-11 13:48:45 +01004411 pipeconf = I915_READ(PIPECONF(pipe));
Jesse Barnes79e53942008-11-07 14:24:08 -08004412
4413 /* Set up the display plane register */
4414 dspcntr = DISPPLANE_GAMMA_ENABLE;
4415
Jesse Barnesf7cb34d2011-10-12 10:49:14 -07004416 DRM_DEBUG_KMS("Mode for pipe %d:\n", pipe);
Jesse Barnes79e53942008-11-07 14:24:08 -08004417 drm_mode_debug_printmodeline(mode);
4418
Eugeni Dodonov9d82aa12012-05-09 15:37:17 -03004419 /* CPU eDP is the only output that doesn't need a PCH PLL of its own on
4420 * pre-Haswell/LPT generation */
4421 if (HAS_PCH_LPT(dev)) {
4422 DRM_DEBUG_KMS("LPT detected: no PLL for pipe %d necessary\n",
4423 pipe);
4424 } else if (!is_cpu_edp) {
Jesse Barnesee7b9f92012-04-20 17:11:53 +01004425 struct intel_pch_pll *pll;
Chris Wilson5eddb702010-09-11 13:48:45 +01004426
Jesse Barnesee7b9f92012-04-20 17:11:53 +01004427 pll = intel_get_pch_pll(intel_crtc, dpll, fp);
4428 if (pll == NULL) {
4429 DRM_DEBUG_DRIVER("failed to find PLL for pipe %d\n",
4430 pipe);
Jesse Barnes4b645f12011-10-12 09:51:31 -07004431 return -EINVAL;
4432 }
Jesse Barnesee7b9f92012-04-20 17:11:53 +01004433 } else
4434 intel_put_pch_pll(intel_crtc);
Jesse Barnes79e53942008-11-07 14:24:08 -08004435
4436 /* The LVDS pin pair needs to be on before the DPLLs are enabled.
4437 * This is an exception to the general rule that mode_set doesn't turn
4438 * things on.
4439 */
4440 if (is_lvds) {
Eric Anholtfae14982011-03-30 13:01:09 -07004441 temp = I915_READ(PCH_LVDS);
Chris Wilson5eddb702010-09-11 13:48:45 +01004442 temp |= LVDS_PORT_EN | LVDS_A0A2_CLKA_POWER_UP;
Jesse Barnes7885d202012-01-12 14:51:17 -08004443 if (HAS_PCH_CPT(dev)) {
4444 temp &= ~PORT_TRANS_SEL_MASK;
Jesse Barnes4b645f12011-10-12 09:51:31 -07004445 temp |= PORT_TRANS_SEL_CPT(pipe);
Jesse Barnes7885d202012-01-12 14:51:17 -08004446 } else {
4447 if (pipe == 1)
4448 temp |= LVDS_PIPEB_SELECT;
4449 else
4450 temp &= ~LVDS_PIPEB_SELECT;
4451 }
Jesse Barnes4b645f12011-10-12 09:51:31 -07004452
Zhao Yakuia3e17eb2009-10-10 10:42:37 +08004453 /* set the corresponsding LVDS_BORDER bit */
Chris Wilson5eddb702010-09-11 13:48:45 +01004454 temp |= dev_priv->lvds_border_bits;
Jesse Barnes79e53942008-11-07 14:24:08 -08004455 /* Set the B0-B3 data pairs corresponding to whether we're going to
4456 * set the DPLLs for dual-channel mode or not.
4457 */
4458 if (clock.p2 == 7)
Chris Wilson5eddb702010-09-11 13:48:45 +01004459 temp |= LVDS_B0B3_POWER_UP | LVDS_CLKB_POWER_UP;
Jesse Barnes79e53942008-11-07 14:24:08 -08004460 else
Chris Wilson5eddb702010-09-11 13:48:45 +01004461 temp &= ~(LVDS_B0B3_POWER_UP | LVDS_CLKB_POWER_UP);
Jesse Barnes79e53942008-11-07 14:24:08 -08004462
4463 /* It would be nice to set 24 vs 18-bit mode (LVDS_A3_POWER_UP)
4464 * appropriately here, but we need to look more thoroughly into how
4465 * panels behave in the two modes.
4466 */
Chris Wilson284d5df2012-04-14 17:41:59 +01004467 temp &= ~(LVDS_HSYNC_POLARITY | LVDS_VSYNC_POLARITY);
Bryan Freedaa9b5002011-01-12 13:43:19 -08004468 if (adjusted_mode->flags & DRM_MODE_FLAG_NHSYNC)
Chris Wilson284d5df2012-04-14 17:41:59 +01004469 temp |= LVDS_HSYNC_POLARITY;
Bryan Freedaa9b5002011-01-12 13:43:19 -08004470 if (adjusted_mode->flags & DRM_MODE_FLAG_NVSYNC)
Chris Wilson284d5df2012-04-14 17:41:59 +01004471 temp |= LVDS_VSYNC_POLARITY;
Eric Anholtfae14982011-03-30 13:01:09 -07004472 I915_WRITE(PCH_LVDS, temp);
Jesse Barnes79e53942008-11-07 14:24:08 -08004473 }
Jesse Barnes434ed092010-09-07 14:48:06 -07004474
Eric Anholt8febb292011-03-30 13:01:07 -07004475 pipeconf &= ~PIPECONF_DITHER_EN;
4476 pipeconf &= ~PIPECONF_DITHER_TYPE_MASK;
Jesse Barnes5a354202011-06-24 12:19:22 -07004477 if ((is_lvds && dev_priv->lvds_dither) || dither) {
Eric Anholt8febb292011-03-30 13:01:07 -07004478 pipeconf |= PIPECONF_DITHER_EN;
Daniel Vetterf74974c2011-10-11 17:27:51 +02004479 pipeconf |= PIPECONF_DITHER_TYPE_SP;
Jesse Barnes434ed092010-09-07 14:48:06 -07004480 }
Jesse Barnese3aef172012-04-10 11:58:03 -07004481 if (is_dp && !is_cpu_edp) {
Keith Packarda4fc5ed2009-04-07 16:16:42 -07004482 intel_dp_set_m_n(crtc, mode, adjusted_mode);
Eric Anholt8febb292011-03-30 13:01:07 -07004483 } else {
Zhenyu Wang8db9d772010-04-07 16:15:54 +08004484 /* For non-DP output, clear any trans DP clock recovery setting.*/
Jesse Barnes9db4a9c2011-02-07 12:26:52 -08004485 I915_WRITE(TRANSDATA_M1(pipe), 0);
4486 I915_WRITE(TRANSDATA_N1(pipe), 0);
4487 I915_WRITE(TRANSDPLINK_M1(pipe), 0);
4488 I915_WRITE(TRANSDPLINK_N1(pipe), 0);
Zhenyu Wang8db9d772010-04-07 16:15:54 +08004489 }
Jesse Barnes79e53942008-11-07 14:24:08 -08004490
Jesse Barnesee7b9f92012-04-20 17:11:53 +01004491 if (intel_crtc->pch_pll) {
4492 I915_WRITE(intel_crtc->pch_pll->pll_reg, dpll);
Chris Wilson5eddb702010-09-11 13:48:45 +01004493
Zhenyu Wang32f9d652009-07-24 01:00:32 +08004494 /* Wait for the clocks to stabilize. */
Jesse Barnesee7b9f92012-04-20 17:11:53 +01004495 POSTING_READ(intel_crtc->pch_pll->pll_reg);
Zhenyu Wang32f9d652009-07-24 01:00:32 +08004496 udelay(150);
4497
Eric Anholt8febb292011-03-30 13:01:07 -07004498 /* The pixel multiplier can only be updated once the
4499 * DPLL is enabled and the clocks are stable.
4500 *
4501 * So write it again.
4502 */
Jesse Barnesee7b9f92012-04-20 17:11:53 +01004503 I915_WRITE(intel_crtc->pch_pll->pll_reg, dpll);
Jesse Barnes79e53942008-11-07 14:24:08 -08004504 }
Jesse Barnes79e53942008-11-07 14:24:08 -08004505
Chris Wilson5eddb702010-09-11 13:48:45 +01004506 intel_crtc->lowfreq_avail = false;
Jesse Barnesee7b9f92012-04-20 17:11:53 +01004507 if (intel_crtc->pch_pll) {
Jesse Barnes4b645f12011-10-12 09:51:31 -07004508 if (is_lvds && has_reduced_clock && i915_powersave) {
Jesse Barnesee7b9f92012-04-20 17:11:53 +01004509 I915_WRITE(intel_crtc->pch_pll->fp1_reg, fp2);
Jesse Barnes4b645f12011-10-12 09:51:31 -07004510 intel_crtc->lowfreq_avail = true;
4511 if (HAS_PIPE_CXSR(dev)) {
4512 DRM_DEBUG_KMS("enabling CxSR downclocking\n");
4513 pipeconf |= PIPECONF_CXSR_DOWNCLOCK;
4514 }
4515 } else {
Jesse Barnesee7b9f92012-04-20 17:11:53 +01004516 I915_WRITE(intel_crtc->pch_pll->fp1_reg, fp);
Jesse Barnes4b645f12011-10-12 09:51:31 -07004517 if (HAS_PIPE_CXSR(dev)) {
4518 DRM_DEBUG_KMS("disabling CxSR downclocking\n");
4519 pipeconf &= ~PIPECONF_CXSR_DOWNCLOCK;
4520 }
Jesse Barnes652c3932009-08-17 13:31:43 -07004521 }
4522 }
4523
Keith Packard617cf882012-02-08 13:53:38 -08004524 pipeconf &= ~PIPECONF_INTERLACE_MASK;
Krzysztof Halasa734b4152010-05-25 18:41:46 +02004525 if (adjusted_mode->flags & DRM_MODE_FLAG_INTERLACE) {
Daniel Vetter5def4742012-01-28 14:49:22 +01004526 pipeconf |= PIPECONF_INTERLACED_ILK;
Krzysztof Halasa734b4152010-05-25 18:41:46 +02004527 /* the chip adds 2 halflines automatically */
Krzysztof Halasa734b4152010-05-25 18:41:46 +02004528 adjusted_mode->crtc_vtotal -= 1;
Krzysztof Halasa734b4152010-05-25 18:41:46 +02004529 adjusted_mode->crtc_vblank_end -= 1;
Daniel Vetter0529a0d2012-01-28 14:49:24 +01004530 I915_WRITE(VSYNCSHIFT(pipe),
4531 adjusted_mode->crtc_hsync_start
4532 - adjusted_mode->crtc_htotal/2);
4533 } else {
Keith Packard617cf882012-02-08 13:53:38 -08004534 pipeconf |= PIPECONF_PROGRESSIVE;
Daniel Vetter0529a0d2012-01-28 14:49:24 +01004535 I915_WRITE(VSYNCSHIFT(pipe), 0);
4536 }
Krzysztof Halasa734b4152010-05-25 18:41:46 +02004537
Chris Wilson5eddb702010-09-11 13:48:45 +01004538 I915_WRITE(HTOTAL(pipe),
4539 (adjusted_mode->crtc_hdisplay - 1) |
Jesse Barnes79e53942008-11-07 14:24:08 -08004540 ((adjusted_mode->crtc_htotal - 1) << 16));
Chris Wilson5eddb702010-09-11 13:48:45 +01004541 I915_WRITE(HBLANK(pipe),
4542 (adjusted_mode->crtc_hblank_start - 1) |
Jesse Barnes79e53942008-11-07 14:24:08 -08004543 ((adjusted_mode->crtc_hblank_end - 1) << 16));
Chris Wilson5eddb702010-09-11 13:48:45 +01004544 I915_WRITE(HSYNC(pipe),
4545 (adjusted_mode->crtc_hsync_start - 1) |
Jesse Barnes79e53942008-11-07 14:24:08 -08004546 ((adjusted_mode->crtc_hsync_end - 1) << 16));
Chris Wilson5eddb702010-09-11 13:48:45 +01004547
4548 I915_WRITE(VTOTAL(pipe),
4549 (adjusted_mode->crtc_vdisplay - 1) |
Jesse Barnes79e53942008-11-07 14:24:08 -08004550 ((adjusted_mode->crtc_vtotal - 1) << 16));
Chris Wilson5eddb702010-09-11 13:48:45 +01004551 I915_WRITE(VBLANK(pipe),
4552 (adjusted_mode->crtc_vblank_start - 1) |
Jesse Barnes79e53942008-11-07 14:24:08 -08004553 ((adjusted_mode->crtc_vblank_end - 1) << 16));
Chris Wilson5eddb702010-09-11 13:48:45 +01004554 I915_WRITE(VSYNC(pipe),
4555 (adjusted_mode->crtc_vsync_start - 1) |
Jesse Barnes79e53942008-11-07 14:24:08 -08004556 ((adjusted_mode->crtc_vsync_end - 1) << 16));
Chris Wilson5eddb702010-09-11 13:48:45 +01004557
Eric Anholt8febb292011-03-30 13:01:07 -07004558 /* pipesrc controls the size that is scaled from, which should
4559 * always be the user's requested size.
Jesse Barnes79e53942008-11-07 14:24:08 -08004560 */
Chris Wilson5eddb702010-09-11 13:48:45 +01004561 I915_WRITE(PIPESRC(pipe),
4562 ((mode->hdisplay - 1) << 16) | (mode->vdisplay - 1));
Zhenyu Wang2c072452009-06-05 15:38:42 +08004563
Eric Anholt8febb292011-03-30 13:01:07 -07004564 I915_WRITE(PIPE_DATA_M1(pipe), TU_SIZE(m_n.tu) | m_n.gmch_m);
4565 I915_WRITE(PIPE_DATA_N1(pipe), m_n.gmch_n);
4566 I915_WRITE(PIPE_LINK_M1(pipe), m_n.link_m);
4567 I915_WRITE(PIPE_LINK_N1(pipe), m_n.link_n);
Zhenyu Wang2c072452009-06-05 15:38:42 +08004568
Jesse Barnese3aef172012-04-10 11:58:03 -07004569 if (is_cpu_edp)
Eric Anholt8febb292011-03-30 13:01:07 -07004570 ironlake_set_pll_edp(crtc, adjusted_mode->clock);
Zhenyu Wang2c072452009-06-05 15:38:42 +08004571
Chris Wilson5eddb702010-09-11 13:48:45 +01004572 I915_WRITE(PIPECONF(pipe), pipeconf);
4573 POSTING_READ(PIPECONF(pipe));
Jesse Barnes79e53942008-11-07 14:24:08 -08004574
Jesse Barnes9d0498a2010-08-18 13:20:54 -07004575 intel_wait_for_vblank(dev, pipe);
Jesse Barnes79e53942008-11-07 14:24:08 -08004576
Chris Wilson5eddb702010-09-11 13:48:45 +01004577 I915_WRITE(DSPCNTR(plane), dspcntr);
Jesse Barnesb24e7172011-01-04 15:09:30 -08004578 POSTING_READ(DSPCNTR(plane));
Jesse Barnes79e53942008-11-07 14:24:08 -08004579
Chris Wilson5c3b82e2009-02-11 13:25:09 +00004580 ret = intel_pipe_set_base(crtc, x, y, old_fb);
Shaohua Li7662c8b2009-06-26 11:23:55 +08004581
4582 intel_update_watermarks(dev);
4583
Chris Wilson1f803ee2009-06-06 09:45:59 +01004584 return ret;
Jesse Barnes79e53942008-11-07 14:24:08 -08004585}
4586
Eric Anholtf564048e2011-03-30 13:01:02 -07004587static int intel_crtc_mode_set(struct drm_crtc *crtc,
4588 struct drm_display_mode *mode,
4589 struct drm_display_mode *adjusted_mode,
4590 int x, int y,
4591 struct drm_framebuffer *old_fb)
4592{
4593 struct drm_device *dev = crtc->dev;
4594 struct drm_i915_private *dev_priv = dev->dev_private;
Eric Anholt0b701d22011-03-30 13:01:03 -07004595 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
4596 int pipe = intel_crtc->pipe;
Eric Anholtf564048e2011-03-30 13:01:02 -07004597 int ret;
4598
Eric Anholt0b701d22011-03-30 13:01:03 -07004599 drm_vblank_pre_modeset(dev, pipe);
4600
Eric Anholtf564048e2011-03-30 13:01:02 -07004601 ret = dev_priv->display.crtc_mode_set(crtc, mode, adjusted_mode,
4602 x, y, old_fb);
Jesse Barnes79e53942008-11-07 14:24:08 -08004603 drm_vblank_post_modeset(dev, pipe);
4604
Jesse Barnesd8e70a22011-11-15 10:28:54 -08004605 if (ret)
4606 intel_crtc->dpms_mode = DRM_MODE_DPMS_OFF;
4607 else
4608 intel_crtc->dpms_mode = DRM_MODE_DPMS_ON;
Keith Packard120eced2011-07-27 01:21:40 -07004609
Jesse Barnes79e53942008-11-07 14:24:08 -08004610 return ret;
4611}
4612
Wu Fengguang3a9627f2011-12-09 20:42:19 +08004613static bool intel_eld_uptodate(struct drm_connector *connector,
4614 int reg_eldv, uint32_t bits_eldv,
4615 int reg_elda, uint32_t bits_elda,
4616 int reg_edid)
4617{
4618 struct drm_i915_private *dev_priv = connector->dev->dev_private;
4619 uint8_t *eld = connector->eld;
4620 uint32_t i;
4621
4622 i = I915_READ(reg_eldv);
4623 i &= bits_eldv;
4624
4625 if (!eld[0])
4626 return !i;
4627
4628 if (!i)
4629 return false;
4630
4631 i = I915_READ(reg_elda);
4632 i &= ~bits_elda;
4633 I915_WRITE(reg_elda, i);
4634
4635 for (i = 0; i < eld[2]; i++)
4636 if (I915_READ(reg_edid) != *((uint32_t *)eld + i))
4637 return false;
4638
4639 return true;
4640}
4641
Wu Fengguange0dac652011-09-05 14:25:34 +08004642static void g4x_write_eld(struct drm_connector *connector,
4643 struct drm_crtc *crtc)
4644{
4645 struct drm_i915_private *dev_priv = connector->dev->dev_private;
4646 uint8_t *eld = connector->eld;
4647 uint32_t eldv;
4648 uint32_t len;
4649 uint32_t i;
4650
4651 i = I915_READ(G4X_AUD_VID_DID);
4652
4653 if (i == INTEL_AUDIO_DEVBLC || i == INTEL_AUDIO_DEVCL)
4654 eldv = G4X_ELDV_DEVCL_DEVBLC;
4655 else
4656 eldv = G4X_ELDV_DEVCTG;
4657
Wu Fengguang3a9627f2011-12-09 20:42:19 +08004658 if (intel_eld_uptodate(connector,
4659 G4X_AUD_CNTL_ST, eldv,
4660 G4X_AUD_CNTL_ST, G4X_ELD_ADDR,
4661 G4X_HDMIW_HDMIEDID))
4662 return;
4663
Wu Fengguange0dac652011-09-05 14:25:34 +08004664 i = I915_READ(G4X_AUD_CNTL_ST);
4665 i &= ~(eldv | G4X_ELD_ADDR);
4666 len = (i >> 9) & 0x1f; /* ELD buffer size */
4667 I915_WRITE(G4X_AUD_CNTL_ST, i);
4668
4669 if (!eld[0])
4670 return;
4671
4672 len = min_t(uint8_t, eld[2], len);
4673 DRM_DEBUG_DRIVER("ELD size %d\n", len);
4674 for (i = 0; i < len; i++)
4675 I915_WRITE(G4X_HDMIW_HDMIEDID, *((uint32_t *)eld + i));
4676
4677 i = I915_READ(G4X_AUD_CNTL_ST);
4678 i |= eldv;
4679 I915_WRITE(G4X_AUD_CNTL_ST, i);
4680}
4681
4682static void ironlake_write_eld(struct drm_connector *connector,
4683 struct drm_crtc *crtc)
4684{
4685 struct drm_i915_private *dev_priv = connector->dev->dev_private;
4686 uint8_t *eld = connector->eld;
4687 uint32_t eldv;
4688 uint32_t i;
4689 int len;
4690 int hdmiw_hdmiedid;
Wu Fengguangb6daa022012-01-06 14:41:31 -06004691 int aud_config;
Wu Fengguange0dac652011-09-05 14:25:34 +08004692 int aud_cntl_st;
4693 int aud_cntrl_st2;
4694
Wu Fengguangb3f33cb2011-12-09 20:42:17 +08004695 if (HAS_PCH_IBX(connector->dev)) {
Wu Fengguang1202b4c62011-12-09 20:42:18 +08004696 hdmiw_hdmiedid = IBX_HDMIW_HDMIEDID_A;
Wu Fengguangb6daa022012-01-06 14:41:31 -06004697 aud_config = IBX_AUD_CONFIG_A;
Wu Fengguang1202b4c62011-12-09 20:42:18 +08004698 aud_cntl_st = IBX_AUD_CNTL_ST_A;
4699 aud_cntrl_st2 = IBX_AUD_CNTL_ST2;
Wu Fengguange0dac652011-09-05 14:25:34 +08004700 } else {
Wu Fengguang1202b4c62011-12-09 20:42:18 +08004701 hdmiw_hdmiedid = CPT_HDMIW_HDMIEDID_A;
Wu Fengguangb6daa022012-01-06 14:41:31 -06004702 aud_config = CPT_AUD_CONFIG_A;
Wu Fengguang1202b4c62011-12-09 20:42:18 +08004703 aud_cntl_st = CPT_AUD_CNTL_ST_A;
4704 aud_cntrl_st2 = CPT_AUD_CNTRL_ST2;
Wu Fengguange0dac652011-09-05 14:25:34 +08004705 }
4706
4707 i = to_intel_crtc(crtc)->pipe;
4708 hdmiw_hdmiedid += i * 0x100;
4709 aud_cntl_st += i * 0x100;
Wu Fengguangb6daa022012-01-06 14:41:31 -06004710 aud_config += i * 0x100;
Wu Fengguange0dac652011-09-05 14:25:34 +08004711
4712 DRM_DEBUG_DRIVER("ELD on pipe %c\n", pipe_name(i));
4713
4714 i = I915_READ(aud_cntl_st);
4715 i = (i >> 29) & 0x3; /* DIP_Port_Select, 0x1 = PortB */
4716 if (!i) {
4717 DRM_DEBUG_DRIVER("Audio directed to unknown port\n");
4718 /* operate blindly on all ports */
Wu Fengguang1202b4c62011-12-09 20:42:18 +08004719 eldv = IBX_ELD_VALIDB;
4720 eldv |= IBX_ELD_VALIDB << 4;
4721 eldv |= IBX_ELD_VALIDB << 8;
Wu Fengguange0dac652011-09-05 14:25:34 +08004722 } else {
4723 DRM_DEBUG_DRIVER("ELD on port %c\n", 'A' + i);
Wu Fengguang1202b4c62011-12-09 20:42:18 +08004724 eldv = IBX_ELD_VALIDB << ((i - 1) * 4);
Wu Fengguange0dac652011-09-05 14:25:34 +08004725 }
4726
Wu Fengguang3a9627f2011-12-09 20:42:19 +08004727 if (intel_pipe_has_type(crtc, INTEL_OUTPUT_DISPLAYPORT)) {
4728 DRM_DEBUG_DRIVER("ELD: DisplayPort detected\n");
4729 eld[5] |= (1 << 2); /* Conn_Type, 0x1 = DisplayPort */
Wu Fengguangb6daa022012-01-06 14:41:31 -06004730 I915_WRITE(aud_config, AUD_CONFIG_N_VALUE_INDEX); /* 0x1 = DP */
4731 } else
4732 I915_WRITE(aud_config, 0);
Wu Fengguang3a9627f2011-12-09 20:42:19 +08004733
4734 if (intel_eld_uptodate(connector,
4735 aud_cntrl_st2, eldv,
4736 aud_cntl_st, IBX_ELD_ADDRESS,
4737 hdmiw_hdmiedid))
4738 return;
4739
Wu Fengguange0dac652011-09-05 14:25:34 +08004740 i = I915_READ(aud_cntrl_st2);
4741 i &= ~eldv;
4742 I915_WRITE(aud_cntrl_st2, i);
4743
4744 if (!eld[0])
4745 return;
4746
Wu Fengguange0dac652011-09-05 14:25:34 +08004747 i = I915_READ(aud_cntl_st);
Wu Fengguang1202b4c62011-12-09 20:42:18 +08004748 i &= ~IBX_ELD_ADDRESS;
Wu Fengguange0dac652011-09-05 14:25:34 +08004749 I915_WRITE(aud_cntl_st, i);
4750
4751 len = min_t(uint8_t, eld[2], 21); /* 84 bytes of hw ELD buffer */
4752 DRM_DEBUG_DRIVER("ELD size %d\n", len);
4753 for (i = 0; i < len; i++)
4754 I915_WRITE(hdmiw_hdmiedid, *((uint32_t *)eld + i));
4755
4756 i = I915_READ(aud_cntrl_st2);
4757 i |= eldv;
4758 I915_WRITE(aud_cntrl_st2, i);
4759}
4760
4761void intel_write_eld(struct drm_encoder *encoder,
4762 struct drm_display_mode *mode)
4763{
4764 struct drm_crtc *crtc = encoder->crtc;
4765 struct drm_connector *connector;
4766 struct drm_device *dev = encoder->dev;
4767 struct drm_i915_private *dev_priv = dev->dev_private;
4768
4769 connector = drm_select_eld(encoder, mode);
4770 if (!connector)
4771 return;
4772
4773 DRM_DEBUG_DRIVER("ELD on [CONNECTOR:%d:%s], [ENCODER:%d:%s]\n",
4774 connector->base.id,
4775 drm_get_connector_name(connector),
4776 connector->encoder->base.id,
4777 drm_get_encoder_name(connector->encoder));
4778
4779 connector->eld[6] = drm_av_sync_delay(connector, mode) / 2;
4780
4781 if (dev_priv->display.write_eld)
4782 dev_priv->display.write_eld(connector, crtc);
4783}
4784
Jesse Barnes79e53942008-11-07 14:24:08 -08004785/** Loads the palette/gamma unit for the CRTC with the prepared values */
4786void intel_crtc_load_lut(struct drm_crtc *crtc)
4787{
4788 struct drm_device *dev = crtc->dev;
4789 struct drm_i915_private *dev_priv = dev->dev_private;
4790 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
Jesse Barnes9db4a9c2011-02-07 12:26:52 -08004791 int palreg = PALETTE(intel_crtc->pipe);
Jesse Barnes79e53942008-11-07 14:24:08 -08004792 int i;
4793
4794 /* The clocks have to be on to load the palette. */
Alban Browaeysaed3f092012-02-24 17:12:45 +00004795 if (!crtc->enabled || !intel_crtc->active)
Jesse Barnes79e53942008-11-07 14:24:08 -08004796 return;
4797
Adam Jacksonf2b115e2009-12-03 17:14:42 -05004798 /* use legacy palette for Ironlake */
Eric Anholtbad720f2009-10-22 16:11:14 -07004799 if (HAS_PCH_SPLIT(dev))
Jesse Barnes9db4a9c2011-02-07 12:26:52 -08004800 palreg = LGC_PALETTE(intel_crtc->pipe);
Zhenyu Wang2c072452009-06-05 15:38:42 +08004801
Jesse Barnes79e53942008-11-07 14:24:08 -08004802 for (i = 0; i < 256; i++) {
4803 I915_WRITE(palreg + 4 * i,
4804 (intel_crtc->lut_r[i] << 16) |
4805 (intel_crtc->lut_g[i] << 8) |
4806 intel_crtc->lut_b[i]);
4807 }
4808}
4809
Chris Wilson560b85b2010-08-07 11:01:38 +01004810static void i845_update_cursor(struct drm_crtc *crtc, u32 base)
4811{
4812 struct drm_device *dev = crtc->dev;
4813 struct drm_i915_private *dev_priv = dev->dev_private;
4814 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
4815 bool visible = base != 0;
4816 u32 cntl;
4817
4818 if (intel_crtc->cursor_visible == visible)
4819 return;
4820
Jesse Barnes9db4a9c2011-02-07 12:26:52 -08004821 cntl = I915_READ(_CURACNTR);
Chris Wilson560b85b2010-08-07 11:01:38 +01004822 if (visible) {
4823 /* On these chipsets we can only modify the base whilst
4824 * the cursor is disabled.
4825 */
Jesse Barnes9db4a9c2011-02-07 12:26:52 -08004826 I915_WRITE(_CURABASE, base);
Chris Wilson560b85b2010-08-07 11:01:38 +01004827
4828 cntl &= ~(CURSOR_FORMAT_MASK);
4829 /* XXX width must be 64, stride 256 => 0x00 << 28 */
4830 cntl |= CURSOR_ENABLE |
4831 CURSOR_GAMMA_ENABLE |
4832 CURSOR_FORMAT_ARGB;
4833 } else
4834 cntl &= ~(CURSOR_ENABLE | CURSOR_GAMMA_ENABLE);
Jesse Barnes9db4a9c2011-02-07 12:26:52 -08004835 I915_WRITE(_CURACNTR, cntl);
Chris Wilson560b85b2010-08-07 11:01:38 +01004836
4837 intel_crtc->cursor_visible = visible;
4838}
4839
4840static void i9xx_update_cursor(struct drm_crtc *crtc, u32 base)
4841{
4842 struct drm_device *dev = crtc->dev;
4843 struct drm_i915_private *dev_priv = dev->dev_private;
4844 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
4845 int pipe = intel_crtc->pipe;
4846 bool visible = base != 0;
4847
4848 if (intel_crtc->cursor_visible != visible) {
Jesse Barnes548f2452011-02-17 10:40:53 -08004849 uint32_t cntl = I915_READ(CURCNTR(pipe));
Chris Wilson560b85b2010-08-07 11:01:38 +01004850 if (base) {
4851 cntl &= ~(CURSOR_MODE | MCURSOR_PIPE_SELECT);
4852 cntl |= CURSOR_MODE_64_ARGB_AX | MCURSOR_GAMMA_ENABLE;
4853 cntl |= pipe << 28; /* Connect to correct pipe */
4854 } else {
4855 cntl &= ~(CURSOR_MODE | MCURSOR_GAMMA_ENABLE);
4856 cntl |= CURSOR_MODE_DISABLE;
4857 }
Jesse Barnes9db4a9c2011-02-07 12:26:52 -08004858 I915_WRITE(CURCNTR(pipe), cntl);
Chris Wilson560b85b2010-08-07 11:01:38 +01004859
4860 intel_crtc->cursor_visible = visible;
4861 }
4862 /* and commit changes on next vblank */
Jesse Barnes9db4a9c2011-02-07 12:26:52 -08004863 I915_WRITE(CURBASE(pipe), base);
Chris Wilson560b85b2010-08-07 11:01:38 +01004864}
4865
Jesse Barnes65a21cd2011-10-12 11:10:21 -07004866static void ivb_update_cursor(struct drm_crtc *crtc, u32 base)
4867{
4868 struct drm_device *dev = crtc->dev;
4869 struct drm_i915_private *dev_priv = dev->dev_private;
4870 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
4871 int pipe = intel_crtc->pipe;
4872 bool visible = base != 0;
4873
4874 if (intel_crtc->cursor_visible != visible) {
4875 uint32_t cntl = I915_READ(CURCNTR_IVB(pipe));
4876 if (base) {
4877 cntl &= ~CURSOR_MODE;
4878 cntl |= CURSOR_MODE_64_ARGB_AX | MCURSOR_GAMMA_ENABLE;
4879 } else {
4880 cntl &= ~(CURSOR_MODE | MCURSOR_GAMMA_ENABLE);
4881 cntl |= CURSOR_MODE_DISABLE;
4882 }
4883 I915_WRITE(CURCNTR_IVB(pipe), cntl);
4884
4885 intel_crtc->cursor_visible = visible;
4886 }
4887 /* and commit changes on next vblank */
4888 I915_WRITE(CURBASE_IVB(pipe), base);
4889}
4890
Chris Wilsoncda4b7d2010-07-09 08:45:04 +01004891/* If no-part of the cursor is visible on the framebuffer, then the GPU may hang... */
Chris Wilson6b383a72010-09-13 13:54:26 +01004892static void intel_crtc_update_cursor(struct drm_crtc *crtc,
4893 bool on)
Chris Wilsoncda4b7d2010-07-09 08:45:04 +01004894{
4895 struct drm_device *dev = crtc->dev;
4896 struct drm_i915_private *dev_priv = dev->dev_private;
4897 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
4898 int pipe = intel_crtc->pipe;
4899 int x = intel_crtc->cursor_x;
4900 int y = intel_crtc->cursor_y;
Chris Wilson560b85b2010-08-07 11:01:38 +01004901 u32 base, pos;
Chris Wilsoncda4b7d2010-07-09 08:45:04 +01004902 bool visible;
4903
4904 pos = 0;
4905
Chris Wilson6b383a72010-09-13 13:54:26 +01004906 if (on && crtc->enabled && crtc->fb) {
Chris Wilsoncda4b7d2010-07-09 08:45:04 +01004907 base = intel_crtc->cursor_addr;
4908 if (x > (int) crtc->fb->width)
4909 base = 0;
4910
4911 if (y > (int) crtc->fb->height)
4912 base = 0;
4913 } else
4914 base = 0;
4915
4916 if (x < 0) {
4917 if (x + intel_crtc->cursor_width < 0)
4918 base = 0;
4919
4920 pos |= CURSOR_POS_SIGN << CURSOR_X_SHIFT;
4921 x = -x;
4922 }
4923 pos |= x << CURSOR_X_SHIFT;
4924
4925 if (y < 0) {
4926 if (y + intel_crtc->cursor_height < 0)
4927 base = 0;
4928
4929 pos |= CURSOR_POS_SIGN << CURSOR_Y_SHIFT;
4930 y = -y;
4931 }
4932 pos |= y << CURSOR_Y_SHIFT;
4933
4934 visible = base != 0;
Chris Wilson560b85b2010-08-07 11:01:38 +01004935 if (!visible && !intel_crtc->cursor_visible)
Chris Wilsoncda4b7d2010-07-09 08:45:04 +01004936 return;
4937
Eugeni Dodonov0cd83aa2012-04-13 17:08:48 -03004938 if (IS_IVYBRIDGE(dev) || IS_HASWELL(dev)) {
Jesse Barnes65a21cd2011-10-12 11:10:21 -07004939 I915_WRITE(CURPOS_IVB(pipe), pos);
4940 ivb_update_cursor(crtc, base);
4941 } else {
4942 I915_WRITE(CURPOS(pipe), pos);
4943 if (IS_845G(dev) || IS_I865G(dev))
4944 i845_update_cursor(crtc, base);
4945 else
4946 i9xx_update_cursor(crtc, base);
4947 }
Chris Wilsoncda4b7d2010-07-09 08:45:04 +01004948}
4949
Jesse Barnes79e53942008-11-07 14:24:08 -08004950static int intel_crtc_cursor_set(struct drm_crtc *crtc,
Chris Wilson05394f32010-11-08 19:18:58 +00004951 struct drm_file *file,
Jesse Barnes79e53942008-11-07 14:24:08 -08004952 uint32_t handle,
4953 uint32_t width, uint32_t height)
4954{
4955 struct drm_device *dev = crtc->dev;
4956 struct drm_i915_private *dev_priv = dev->dev_private;
4957 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
Chris Wilson05394f32010-11-08 19:18:58 +00004958 struct drm_i915_gem_object *obj;
Chris Wilsoncda4b7d2010-07-09 08:45:04 +01004959 uint32_t addr;
Kristian Høgsberg3f8bc372008-12-17 22:14:59 -05004960 int ret;
Jesse Barnes79e53942008-11-07 14:24:08 -08004961
Zhao Yakui28c97732009-10-09 11:39:41 +08004962 DRM_DEBUG_KMS("\n");
Jesse Barnes79e53942008-11-07 14:24:08 -08004963
4964 /* if we want to turn off the cursor ignore width and height */
4965 if (!handle) {
Zhao Yakui28c97732009-10-09 11:39:41 +08004966 DRM_DEBUG_KMS("cursor off\n");
Kristian Høgsberg3f8bc372008-12-17 22:14:59 -05004967 addr = 0;
Chris Wilson05394f32010-11-08 19:18:58 +00004968 obj = NULL;
Pierre Willenbrock50044172009-02-23 10:12:15 +10004969 mutex_lock(&dev->struct_mutex);
Kristian Høgsberg3f8bc372008-12-17 22:14:59 -05004970 goto finish;
Jesse Barnes79e53942008-11-07 14:24:08 -08004971 }
4972
4973 /* Currently we only support 64x64 cursors */
4974 if (width != 64 || height != 64) {
4975 DRM_ERROR("we currently only support 64x64 cursors\n");
4976 return -EINVAL;
4977 }
4978
Chris Wilson05394f32010-11-08 19:18:58 +00004979 obj = to_intel_bo(drm_gem_object_lookup(dev, file, handle));
Chris Wilsonc8725222011-02-19 11:31:06 +00004980 if (&obj->base == NULL)
Jesse Barnes79e53942008-11-07 14:24:08 -08004981 return -ENOENT;
4982
Chris Wilson05394f32010-11-08 19:18:58 +00004983 if (obj->base.size < width * height * 4) {
Jesse Barnes79e53942008-11-07 14:24:08 -08004984 DRM_ERROR("buffer is to small\n");
Dave Airlie34b8686e2009-01-15 14:03:07 +10004985 ret = -ENOMEM;
4986 goto fail;
Jesse Barnes79e53942008-11-07 14:24:08 -08004987 }
4988
Dave Airlie71acb5e2008-12-30 20:31:46 +10004989 /* we only need to pin inside GTT if cursor is non-phy */
Kristian Høgsberg7f9872e2009-02-13 20:56:49 -05004990 mutex_lock(&dev->struct_mutex);
Kristian Høgsbergb295d1b2009-12-16 15:16:17 -05004991 if (!dev_priv->info->cursor_needs_physical) {
Chris Wilsond9e86c02010-11-10 16:40:20 +00004992 if (obj->tiling_mode) {
4993 DRM_ERROR("cursor cannot be tiled\n");
4994 ret = -EINVAL;
4995 goto fail_locked;
4996 }
4997
Chris Wilson2da3b9b2011-04-14 09:41:17 +01004998 ret = i915_gem_object_pin_to_display_plane(obj, 0, NULL);
Chris Wilsone7b526b2010-06-02 08:30:48 +01004999 if (ret) {
5000 DRM_ERROR("failed to move cursor bo into the GTT\n");
Chris Wilson2da3b9b2011-04-14 09:41:17 +01005001 goto fail_locked;
Chris Wilsone7b526b2010-06-02 08:30:48 +01005002 }
5003
Chris Wilsond9e86c02010-11-10 16:40:20 +00005004 ret = i915_gem_object_put_fence(obj);
5005 if (ret) {
Chris Wilson2da3b9b2011-04-14 09:41:17 +01005006 DRM_ERROR("failed to release fence for cursor");
Chris Wilsond9e86c02010-11-10 16:40:20 +00005007 goto fail_unpin;
5008 }
5009
Chris Wilson05394f32010-11-08 19:18:58 +00005010 addr = obj->gtt_offset;
Dave Airlie71acb5e2008-12-30 20:31:46 +10005011 } else {
Chris Wilson6eeefaf2010-08-07 11:01:39 +01005012 int align = IS_I830(dev) ? 16 * 1024 : 256;
Chris Wilson05394f32010-11-08 19:18:58 +00005013 ret = i915_gem_attach_phys_object(dev, obj,
Chris Wilson6eeefaf2010-08-07 11:01:39 +01005014 (intel_crtc->pipe == 0) ? I915_GEM_PHYS_CURSOR_0 : I915_GEM_PHYS_CURSOR_1,
5015 align);
Dave Airlie71acb5e2008-12-30 20:31:46 +10005016 if (ret) {
5017 DRM_ERROR("failed to attach phys object\n");
Kristian Høgsberg7f9872e2009-02-13 20:56:49 -05005018 goto fail_locked;
Dave Airlie71acb5e2008-12-30 20:31:46 +10005019 }
Chris Wilson05394f32010-11-08 19:18:58 +00005020 addr = obj->phys_obj->handle->busaddr;
Kristian Høgsberg3f8bc372008-12-17 22:14:59 -05005021 }
5022
Chris Wilsona6c45cf2010-09-17 00:32:17 +01005023 if (IS_GEN2(dev))
Jesse Barnes14b60392009-05-20 16:47:08 -04005024 I915_WRITE(CURSIZE, (height << 12) | width);
5025
Kristian Høgsberg3f8bc372008-12-17 22:14:59 -05005026 finish:
Kristian Høgsberg3f8bc372008-12-17 22:14:59 -05005027 if (intel_crtc->cursor_bo) {
Kristian Høgsbergb295d1b2009-12-16 15:16:17 -05005028 if (dev_priv->info->cursor_needs_physical) {
Chris Wilson05394f32010-11-08 19:18:58 +00005029 if (intel_crtc->cursor_bo != obj)
Dave Airlie71acb5e2008-12-30 20:31:46 +10005030 i915_gem_detach_phys_object(dev, intel_crtc->cursor_bo);
5031 } else
5032 i915_gem_object_unpin(intel_crtc->cursor_bo);
Chris Wilson05394f32010-11-08 19:18:58 +00005033 drm_gem_object_unreference(&intel_crtc->cursor_bo->base);
Kristian Høgsberg3f8bc372008-12-17 22:14:59 -05005034 }
Jesse Barnes80824002009-09-10 15:28:06 -07005035
Kristian Høgsberg7f9872e2009-02-13 20:56:49 -05005036 mutex_unlock(&dev->struct_mutex);
Kristian Høgsberg3f8bc372008-12-17 22:14:59 -05005037
5038 intel_crtc->cursor_addr = addr;
Chris Wilson05394f32010-11-08 19:18:58 +00005039 intel_crtc->cursor_bo = obj;
Chris Wilsoncda4b7d2010-07-09 08:45:04 +01005040 intel_crtc->cursor_width = width;
5041 intel_crtc->cursor_height = height;
5042
Chris Wilson6b383a72010-09-13 13:54:26 +01005043 intel_crtc_update_cursor(crtc, true);
Kristian Høgsberg3f8bc372008-12-17 22:14:59 -05005044
Jesse Barnes79e53942008-11-07 14:24:08 -08005045 return 0;
Chris Wilsone7b526b2010-06-02 08:30:48 +01005046fail_unpin:
Chris Wilson05394f32010-11-08 19:18:58 +00005047 i915_gem_object_unpin(obj);
Kristian Høgsberg7f9872e2009-02-13 20:56:49 -05005048fail_locked:
Dave Airlie34b8686e2009-01-15 14:03:07 +10005049 mutex_unlock(&dev->struct_mutex);
Luca Barbieribc9025b2010-02-09 05:49:12 +00005050fail:
Chris Wilson05394f32010-11-08 19:18:58 +00005051 drm_gem_object_unreference_unlocked(&obj->base);
Dave Airlie34b8686e2009-01-15 14:03:07 +10005052 return ret;
Jesse Barnes79e53942008-11-07 14:24:08 -08005053}
5054
5055static int intel_crtc_cursor_move(struct drm_crtc *crtc, int x, int y)
5056{
Jesse Barnes79e53942008-11-07 14:24:08 -08005057 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
Jesse Barnes79e53942008-11-07 14:24:08 -08005058
Chris Wilsoncda4b7d2010-07-09 08:45:04 +01005059 intel_crtc->cursor_x = x;
5060 intel_crtc->cursor_y = y;
Jesse Barnes652c3932009-08-17 13:31:43 -07005061
Chris Wilson6b383a72010-09-13 13:54:26 +01005062 intel_crtc_update_cursor(crtc, true);
Jesse Barnes79e53942008-11-07 14:24:08 -08005063
5064 return 0;
5065}
5066
5067/** Sets the color ramps on behalf of RandR */
5068void intel_crtc_fb_gamma_set(struct drm_crtc *crtc, u16 red, u16 green,
5069 u16 blue, int regno)
5070{
5071 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
5072
5073 intel_crtc->lut_r[regno] = red >> 8;
5074 intel_crtc->lut_g[regno] = green >> 8;
5075 intel_crtc->lut_b[regno] = blue >> 8;
5076}
5077
Dave Airlieb8c00ac2009-10-06 13:54:01 +10005078void intel_crtc_fb_gamma_get(struct drm_crtc *crtc, u16 *red, u16 *green,
5079 u16 *blue, int regno)
5080{
5081 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
5082
5083 *red = intel_crtc->lut_r[regno] << 8;
5084 *green = intel_crtc->lut_g[regno] << 8;
5085 *blue = intel_crtc->lut_b[regno] << 8;
5086}
5087
Jesse Barnes79e53942008-11-07 14:24:08 -08005088static void intel_crtc_gamma_set(struct drm_crtc *crtc, u16 *red, u16 *green,
James Simmons72034252010-08-03 01:33:19 +01005089 u16 *blue, uint32_t start, uint32_t size)
Jesse Barnes79e53942008-11-07 14:24:08 -08005090{
James Simmons72034252010-08-03 01:33:19 +01005091 int end = (start + size > 256) ? 256 : start + size, i;
Jesse Barnes79e53942008-11-07 14:24:08 -08005092 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
Jesse Barnes79e53942008-11-07 14:24:08 -08005093
James Simmons72034252010-08-03 01:33:19 +01005094 for (i = start; i < end; i++) {
Jesse Barnes79e53942008-11-07 14:24:08 -08005095 intel_crtc->lut_r[i] = red[i] >> 8;
5096 intel_crtc->lut_g[i] = green[i] >> 8;
5097 intel_crtc->lut_b[i] = blue[i] >> 8;
5098 }
5099
5100 intel_crtc_load_lut(crtc);
5101}
5102
5103/**
5104 * Get a pipe with a simple mode set on it for doing load-based monitor
5105 * detection.
5106 *
5107 * It will be up to the load-detect code to adjust the pipe as appropriate for
Eric Anholtc751ce42010-03-25 11:48:48 -07005108 * its requirements. The pipe will be connected to no other encoders.
Jesse Barnes79e53942008-11-07 14:24:08 -08005109 *
Eric Anholtc751ce42010-03-25 11:48:48 -07005110 * Currently this code will only succeed if there is a pipe with no encoders
Jesse Barnes79e53942008-11-07 14:24:08 -08005111 * configured for it. In the future, it could choose to temporarily disable
5112 * some outputs to free up a pipe for its use.
5113 *
5114 * \return crtc, or NULL if no pipes are available.
5115 */
5116
5117/* VESA 640x480x72Hz mode to set on the pipe */
5118static struct drm_display_mode load_detect_mode = {
5119 DRM_MODE("640x480", DRM_MODE_TYPE_DEFAULT, 31500, 640, 664,
5120 704, 832, 0, 480, 489, 491, 520, 0, DRM_MODE_FLAG_NHSYNC | DRM_MODE_FLAG_NVSYNC),
5121};
5122
Chris Wilsond2dff872011-04-19 08:36:26 +01005123static struct drm_framebuffer *
5124intel_framebuffer_create(struct drm_device *dev,
Jesse Barnes308e5bc2011-11-14 14:51:28 -08005125 struct drm_mode_fb_cmd2 *mode_cmd,
Chris Wilsond2dff872011-04-19 08:36:26 +01005126 struct drm_i915_gem_object *obj)
5127{
5128 struct intel_framebuffer *intel_fb;
5129 int ret;
5130
5131 intel_fb = kzalloc(sizeof(*intel_fb), GFP_KERNEL);
5132 if (!intel_fb) {
5133 drm_gem_object_unreference_unlocked(&obj->base);
5134 return ERR_PTR(-ENOMEM);
5135 }
5136
5137 ret = intel_framebuffer_init(dev, intel_fb, mode_cmd, obj);
5138 if (ret) {
5139 drm_gem_object_unreference_unlocked(&obj->base);
5140 kfree(intel_fb);
5141 return ERR_PTR(ret);
5142 }
5143
5144 return &intel_fb->base;
5145}
5146
5147static u32
5148intel_framebuffer_pitch_for_width(int width, int bpp)
5149{
5150 u32 pitch = DIV_ROUND_UP(width * bpp, 8);
5151 return ALIGN(pitch, 64);
5152}
5153
5154static u32
5155intel_framebuffer_size_for_mode(struct drm_display_mode *mode, int bpp)
5156{
5157 u32 pitch = intel_framebuffer_pitch_for_width(mode->hdisplay, bpp);
5158 return ALIGN(pitch * mode->vdisplay, PAGE_SIZE);
5159}
5160
5161static struct drm_framebuffer *
5162intel_framebuffer_create_for_mode(struct drm_device *dev,
5163 struct drm_display_mode *mode,
5164 int depth, int bpp)
5165{
5166 struct drm_i915_gem_object *obj;
Jesse Barnes308e5bc2011-11-14 14:51:28 -08005167 struct drm_mode_fb_cmd2 mode_cmd;
Chris Wilsond2dff872011-04-19 08:36:26 +01005168
5169 obj = i915_gem_alloc_object(dev,
5170 intel_framebuffer_size_for_mode(mode, bpp));
5171 if (obj == NULL)
5172 return ERR_PTR(-ENOMEM);
5173
5174 mode_cmd.width = mode->hdisplay;
5175 mode_cmd.height = mode->vdisplay;
Jesse Barnes308e5bc2011-11-14 14:51:28 -08005176 mode_cmd.pitches[0] = intel_framebuffer_pitch_for_width(mode_cmd.width,
5177 bpp);
Dave Airlie5ca0c342012-02-23 15:33:40 +00005178 mode_cmd.pixel_format = drm_mode_legacy_fb_format(bpp, depth);
Chris Wilsond2dff872011-04-19 08:36:26 +01005179
5180 return intel_framebuffer_create(dev, &mode_cmd, obj);
5181}
5182
5183static struct drm_framebuffer *
5184mode_fits_in_fbdev(struct drm_device *dev,
5185 struct drm_display_mode *mode)
5186{
5187 struct drm_i915_private *dev_priv = dev->dev_private;
5188 struct drm_i915_gem_object *obj;
5189 struct drm_framebuffer *fb;
5190
5191 if (dev_priv->fbdev == NULL)
5192 return NULL;
5193
5194 obj = dev_priv->fbdev->ifb.obj;
5195 if (obj == NULL)
5196 return NULL;
5197
5198 fb = &dev_priv->fbdev->ifb.base;
Ville Syrjälä01f2c772011-12-20 00:06:49 +02005199 if (fb->pitches[0] < intel_framebuffer_pitch_for_width(mode->hdisplay,
5200 fb->bits_per_pixel))
Chris Wilsond2dff872011-04-19 08:36:26 +01005201 return NULL;
5202
Ville Syrjälä01f2c772011-12-20 00:06:49 +02005203 if (obj->base.size < mode->vdisplay * fb->pitches[0])
Chris Wilsond2dff872011-04-19 08:36:26 +01005204 return NULL;
5205
5206 return fb;
5207}
5208
Chris Wilson71731882011-04-19 23:10:58 +01005209bool intel_get_load_detect_pipe(struct intel_encoder *intel_encoder,
5210 struct drm_connector *connector,
5211 struct drm_display_mode *mode,
Chris Wilson8261b192011-04-19 23:18:09 +01005212 struct intel_load_detect_pipe *old)
Jesse Barnes79e53942008-11-07 14:24:08 -08005213{
5214 struct intel_crtc *intel_crtc;
5215 struct drm_crtc *possible_crtc;
Chris Wilson4ef69c72010-09-09 15:14:28 +01005216 struct drm_encoder *encoder = &intel_encoder->base;
Jesse Barnes79e53942008-11-07 14:24:08 -08005217 struct drm_crtc *crtc = NULL;
5218 struct drm_device *dev = encoder->dev;
Chris Wilsond2dff872011-04-19 08:36:26 +01005219 struct drm_framebuffer *old_fb;
Jesse Barnes79e53942008-11-07 14:24:08 -08005220 int i = -1;
5221
Chris Wilsond2dff872011-04-19 08:36:26 +01005222 DRM_DEBUG_KMS("[CONNECTOR:%d:%s], [ENCODER:%d:%s]\n",
5223 connector->base.id, drm_get_connector_name(connector),
5224 encoder->base.id, drm_get_encoder_name(encoder));
5225
Jesse Barnes79e53942008-11-07 14:24:08 -08005226 /*
5227 * Algorithm gets a little messy:
Chris Wilson7a5e4802011-04-19 23:21:12 +01005228 *
Jesse Barnes79e53942008-11-07 14:24:08 -08005229 * - if the connector already has an assigned crtc, use it (but make
5230 * sure it's on first)
Chris Wilson7a5e4802011-04-19 23:21:12 +01005231 *
Jesse Barnes79e53942008-11-07 14:24:08 -08005232 * - try to find the first unused crtc that can drive this connector,
5233 * and use that if we find one
Jesse Barnes79e53942008-11-07 14:24:08 -08005234 */
5235
5236 /* See if we already have a CRTC for this connector */
5237 if (encoder->crtc) {
5238 crtc = encoder->crtc;
Chris Wilson8261b192011-04-19 23:18:09 +01005239
Jesse Barnes79e53942008-11-07 14:24:08 -08005240 intel_crtc = to_intel_crtc(crtc);
Chris Wilson8261b192011-04-19 23:18:09 +01005241 old->dpms_mode = intel_crtc->dpms_mode;
5242 old->load_detect_temp = false;
5243
5244 /* Make sure the crtc and connector are running */
Jesse Barnes79e53942008-11-07 14:24:08 -08005245 if (intel_crtc->dpms_mode != DRM_MODE_DPMS_ON) {
Chris Wilson64927112011-04-20 07:25:26 +01005246 struct drm_encoder_helper_funcs *encoder_funcs;
5247 struct drm_crtc_helper_funcs *crtc_funcs;
5248
Jesse Barnes79e53942008-11-07 14:24:08 -08005249 crtc_funcs = crtc->helper_private;
5250 crtc_funcs->dpms(crtc, DRM_MODE_DPMS_ON);
Chris Wilson64927112011-04-20 07:25:26 +01005251
5252 encoder_funcs = encoder->helper_private;
Jesse Barnes79e53942008-11-07 14:24:08 -08005253 encoder_funcs->dpms(encoder, DRM_MODE_DPMS_ON);
5254 }
Chris Wilson8261b192011-04-19 23:18:09 +01005255
Chris Wilson71731882011-04-19 23:10:58 +01005256 return true;
Jesse Barnes79e53942008-11-07 14:24:08 -08005257 }
5258
5259 /* Find an unused one (if possible) */
5260 list_for_each_entry(possible_crtc, &dev->mode_config.crtc_list, head) {
5261 i++;
5262 if (!(encoder->possible_crtcs & (1 << i)))
5263 continue;
5264 if (!possible_crtc->enabled) {
5265 crtc = possible_crtc;
5266 break;
5267 }
Jesse Barnes79e53942008-11-07 14:24:08 -08005268 }
5269
5270 /*
5271 * If we didn't find an unused CRTC, don't use any.
5272 */
5273 if (!crtc) {
Chris Wilson71731882011-04-19 23:10:58 +01005274 DRM_DEBUG_KMS("no pipe available for load-detect\n");
5275 return false;
Jesse Barnes79e53942008-11-07 14:24:08 -08005276 }
5277
5278 encoder->crtc = crtc;
Zhenyu Wangc1c43972010-03-30 14:39:30 +08005279 connector->encoder = encoder;
Jesse Barnes79e53942008-11-07 14:24:08 -08005280
5281 intel_crtc = to_intel_crtc(crtc);
Chris Wilson8261b192011-04-19 23:18:09 +01005282 old->dpms_mode = intel_crtc->dpms_mode;
5283 old->load_detect_temp = true;
Chris Wilsond2dff872011-04-19 08:36:26 +01005284 old->release_fb = NULL;
Jesse Barnes79e53942008-11-07 14:24:08 -08005285
Chris Wilson64927112011-04-20 07:25:26 +01005286 if (!mode)
5287 mode = &load_detect_mode;
Jesse Barnes79e53942008-11-07 14:24:08 -08005288
Chris Wilsond2dff872011-04-19 08:36:26 +01005289 old_fb = crtc->fb;
5290
5291 /* We need a framebuffer large enough to accommodate all accesses
5292 * that the plane may generate whilst we perform load detection.
5293 * We can not rely on the fbcon either being present (we get called
5294 * during its initialisation to detect all boot displays, or it may
5295 * not even exist) or that it is large enough to satisfy the
5296 * requested mode.
5297 */
5298 crtc->fb = mode_fits_in_fbdev(dev, mode);
5299 if (crtc->fb == NULL) {
5300 DRM_DEBUG_KMS("creating tmp fb for load-detection\n");
5301 crtc->fb = intel_framebuffer_create_for_mode(dev, mode, 24, 32);
5302 old->release_fb = crtc->fb;
5303 } else
5304 DRM_DEBUG_KMS("reusing fbdev for load-detection framebuffer\n");
5305 if (IS_ERR(crtc->fb)) {
5306 DRM_DEBUG_KMS("failed to allocate framebuffer for load-detection\n");
5307 crtc->fb = old_fb;
5308 return false;
Jesse Barnes79e53942008-11-07 14:24:08 -08005309 }
Chris Wilsond2dff872011-04-19 08:36:26 +01005310
5311 if (!drm_crtc_helper_set_mode(crtc, mode, 0, 0, old_fb)) {
Chris Wilson64927112011-04-20 07:25:26 +01005312 DRM_DEBUG_KMS("failed to set mode on load-detect pipe\n");
Chris Wilsond2dff872011-04-19 08:36:26 +01005313 if (old->release_fb)
5314 old->release_fb->funcs->destroy(old->release_fb);
5315 crtc->fb = old_fb;
Chris Wilson64927112011-04-20 07:25:26 +01005316 return false;
Jesse Barnes79e53942008-11-07 14:24:08 -08005317 }
Chris Wilson71731882011-04-19 23:10:58 +01005318
Jesse Barnes79e53942008-11-07 14:24:08 -08005319 /* let the connector get through one full cycle before testing */
Jesse Barnes9d0498a2010-08-18 13:20:54 -07005320 intel_wait_for_vblank(dev, intel_crtc->pipe);
Jesse Barnes79e53942008-11-07 14:24:08 -08005321
Chris Wilson71731882011-04-19 23:10:58 +01005322 return true;
Jesse Barnes79e53942008-11-07 14:24:08 -08005323}
5324
Zhenyu Wangc1c43972010-03-30 14:39:30 +08005325void intel_release_load_detect_pipe(struct intel_encoder *intel_encoder,
Chris Wilson8261b192011-04-19 23:18:09 +01005326 struct drm_connector *connector,
5327 struct intel_load_detect_pipe *old)
Jesse Barnes79e53942008-11-07 14:24:08 -08005328{
Chris Wilson4ef69c72010-09-09 15:14:28 +01005329 struct drm_encoder *encoder = &intel_encoder->base;
Jesse Barnes79e53942008-11-07 14:24:08 -08005330 struct drm_device *dev = encoder->dev;
5331 struct drm_crtc *crtc = encoder->crtc;
5332 struct drm_encoder_helper_funcs *encoder_funcs = encoder->helper_private;
5333 struct drm_crtc_helper_funcs *crtc_funcs = crtc->helper_private;
5334
Chris Wilsond2dff872011-04-19 08:36:26 +01005335 DRM_DEBUG_KMS("[CONNECTOR:%d:%s], [ENCODER:%d:%s]\n",
5336 connector->base.id, drm_get_connector_name(connector),
5337 encoder->base.id, drm_get_encoder_name(encoder));
5338
Chris Wilson8261b192011-04-19 23:18:09 +01005339 if (old->load_detect_temp) {
Zhenyu Wangc1c43972010-03-30 14:39:30 +08005340 connector->encoder = NULL;
Jesse Barnes79e53942008-11-07 14:24:08 -08005341 drm_helper_disable_unused_functions(dev);
Chris Wilsond2dff872011-04-19 08:36:26 +01005342
5343 if (old->release_fb)
5344 old->release_fb->funcs->destroy(old->release_fb);
5345
Chris Wilson0622a532011-04-21 09:32:11 +01005346 return;
Jesse Barnes79e53942008-11-07 14:24:08 -08005347 }
5348
Eric Anholtc751ce42010-03-25 11:48:48 -07005349 /* Switch crtc and encoder back off if necessary */
Chris Wilson0622a532011-04-21 09:32:11 +01005350 if (old->dpms_mode != DRM_MODE_DPMS_ON) {
5351 encoder_funcs->dpms(encoder, old->dpms_mode);
Chris Wilson8261b192011-04-19 23:18:09 +01005352 crtc_funcs->dpms(crtc, old->dpms_mode);
Jesse Barnes79e53942008-11-07 14:24:08 -08005353 }
5354}
5355
5356/* Returns the clock of the currently programmed mode of the given pipe. */
5357static int intel_crtc_clock_get(struct drm_device *dev, struct drm_crtc *crtc)
5358{
5359 struct drm_i915_private *dev_priv = dev->dev_private;
5360 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
5361 int pipe = intel_crtc->pipe;
Jesse Barnes548f2452011-02-17 10:40:53 -08005362 u32 dpll = I915_READ(DPLL(pipe));
Jesse Barnes79e53942008-11-07 14:24:08 -08005363 u32 fp;
5364 intel_clock_t clock;
5365
5366 if ((dpll & DISPLAY_RATE_SELECT_FPA1) == 0)
Chris Wilson39adb7a2011-04-22 22:17:21 +01005367 fp = I915_READ(FP0(pipe));
Jesse Barnes79e53942008-11-07 14:24:08 -08005368 else
Chris Wilson39adb7a2011-04-22 22:17:21 +01005369 fp = I915_READ(FP1(pipe));
Jesse Barnes79e53942008-11-07 14:24:08 -08005370
5371 clock.m1 = (fp & FP_M1_DIV_MASK) >> FP_M1_DIV_SHIFT;
Adam Jacksonf2b115e2009-12-03 17:14:42 -05005372 if (IS_PINEVIEW(dev)) {
5373 clock.n = ffs((fp & FP_N_PINEVIEW_DIV_MASK) >> FP_N_DIV_SHIFT) - 1;
5374 clock.m2 = (fp & FP_M2_PINEVIEW_DIV_MASK) >> FP_M2_DIV_SHIFT;
Shaohua Li21778322009-02-23 15:19:16 +08005375 } else {
5376 clock.n = (fp & FP_N_DIV_MASK) >> FP_N_DIV_SHIFT;
5377 clock.m2 = (fp & FP_M2_DIV_MASK) >> FP_M2_DIV_SHIFT;
5378 }
5379
Chris Wilsona6c45cf2010-09-17 00:32:17 +01005380 if (!IS_GEN2(dev)) {
Adam Jacksonf2b115e2009-12-03 17:14:42 -05005381 if (IS_PINEVIEW(dev))
5382 clock.p1 = ffs((dpll & DPLL_FPA01_P1_POST_DIV_MASK_PINEVIEW) >>
5383 DPLL_FPA01_P1_POST_DIV_SHIFT_PINEVIEW);
Shaohua Li21778322009-02-23 15:19:16 +08005384 else
5385 clock.p1 = ffs((dpll & DPLL_FPA01_P1_POST_DIV_MASK) >>
Jesse Barnes79e53942008-11-07 14:24:08 -08005386 DPLL_FPA01_P1_POST_DIV_SHIFT);
5387
5388 switch (dpll & DPLL_MODE_MASK) {
5389 case DPLLB_MODE_DAC_SERIAL:
5390 clock.p2 = dpll & DPLL_DAC_SERIAL_P2_CLOCK_DIV_5 ?
5391 5 : 10;
5392 break;
5393 case DPLLB_MODE_LVDS:
5394 clock.p2 = dpll & DPLLB_LVDS_P2_CLOCK_DIV_7 ?
5395 7 : 14;
5396 break;
5397 default:
Zhao Yakui28c97732009-10-09 11:39:41 +08005398 DRM_DEBUG_KMS("Unknown DPLL mode %08x in programmed "
Jesse Barnes79e53942008-11-07 14:24:08 -08005399 "mode\n", (int)(dpll & DPLL_MODE_MASK));
5400 return 0;
5401 }
5402
5403 /* XXX: Handle the 100Mhz refclk */
Shaohua Li21778322009-02-23 15:19:16 +08005404 intel_clock(dev, 96000, &clock);
Jesse Barnes79e53942008-11-07 14:24:08 -08005405 } else {
5406 bool is_lvds = (pipe == 1) && (I915_READ(LVDS) & LVDS_PORT_EN);
5407
5408 if (is_lvds) {
5409 clock.p1 = ffs((dpll & DPLL_FPA01_P1_POST_DIV_MASK_I830_LVDS) >>
5410 DPLL_FPA01_P1_POST_DIV_SHIFT);
5411 clock.p2 = 14;
5412
5413 if ((dpll & PLL_REF_INPUT_MASK) ==
5414 PLLB_REF_INPUT_SPREADSPECTRUMIN) {
5415 /* XXX: might not be 66MHz */
Shaohua Li21778322009-02-23 15:19:16 +08005416 intel_clock(dev, 66000, &clock);
Jesse Barnes79e53942008-11-07 14:24:08 -08005417 } else
Shaohua Li21778322009-02-23 15:19:16 +08005418 intel_clock(dev, 48000, &clock);
Jesse Barnes79e53942008-11-07 14:24:08 -08005419 } else {
5420 if (dpll & PLL_P1_DIVIDE_BY_TWO)
5421 clock.p1 = 2;
5422 else {
5423 clock.p1 = ((dpll & DPLL_FPA01_P1_POST_DIV_MASK_I830) >>
5424 DPLL_FPA01_P1_POST_DIV_SHIFT) + 2;
5425 }
5426 if (dpll & PLL_P2_DIVIDE_BY_4)
5427 clock.p2 = 4;
5428 else
5429 clock.p2 = 2;
5430
Shaohua Li21778322009-02-23 15:19:16 +08005431 intel_clock(dev, 48000, &clock);
Jesse Barnes79e53942008-11-07 14:24:08 -08005432 }
5433 }
5434
5435 /* XXX: It would be nice to validate the clocks, but we can't reuse
5436 * i830PllIsValid() because it relies on the xf86_config connector
5437 * configuration being accurate, which it isn't necessarily.
5438 */
5439
5440 return clock.dot;
5441}
5442
5443/** Returns the currently programmed mode of the given pipe. */
5444struct drm_display_mode *intel_crtc_mode_get(struct drm_device *dev,
5445 struct drm_crtc *crtc)
5446{
Jesse Barnes548f2452011-02-17 10:40:53 -08005447 struct drm_i915_private *dev_priv = dev->dev_private;
Jesse Barnes79e53942008-11-07 14:24:08 -08005448 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
5449 int pipe = intel_crtc->pipe;
5450 struct drm_display_mode *mode;
Jesse Barnes548f2452011-02-17 10:40:53 -08005451 int htot = I915_READ(HTOTAL(pipe));
5452 int hsync = I915_READ(HSYNC(pipe));
5453 int vtot = I915_READ(VTOTAL(pipe));
5454 int vsync = I915_READ(VSYNC(pipe));
Jesse Barnes79e53942008-11-07 14:24:08 -08005455
5456 mode = kzalloc(sizeof(*mode), GFP_KERNEL);
5457 if (!mode)
5458 return NULL;
5459
5460 mode->clock = intel_crtc_clock_get(dev, crtc);
5461 mode->hdisplay = (htot & 0xffff) + 1;
5462 mode->htotal = ((htot & 0xffff0000) >> 16) + 1;
5463 mode->hsync_start = (hsync & 0xffff) + 1;
5464 mode->hsync_end = ((hsync & 0xffff0000) >> 16) + 1;
5465 mode->vdisplay = (vtot & 0xffff) + 1;
5466 mode->vtotal = ((vtot & 0xffff0000) >> 16) + 1;
5467 mode->vsync_start = (vsync & 0xffff) + 1;
5468 mode->vsync_end = ((vsync & 0xffff0000) >> 16) + 1;
5469
5470 drm_mode_set_name(mode);
Jesse Barnes79e53942008-11-07 14:24:08 -08005471
5472 return mode;
5473}
5474
Jesse Barnes652c3932009-08-17 13:31:43 -07005475#define GPU_IDLE_TIMEOUT 500 /* ms */
5476
5477/* When this timer fires, we've been idle for awhile */
5478static void intel_gpu_idle_timer(unsigned long arg)
5479{
5480 struct drm_device *dev = (struct drm_device *)arg;
5481 drm_i915_private_t *dev_priv = dev->dev_private;
5482
Chris Wilsonff7ea4c2010-12-08 09:43:41 +00005483 if (!list_empty(&dev_priv->mm.active_list)) {
5484 /* Still processing requests, so just re-arm the timer. */
5485 mod_timer(&dev_priv->idle_timer, jiffies +
5486 msecs_to_jiffies(GPU_IDLE_TIMEOUT));
5487 return;
5488 }
Jesse Barnes652c3932009-08-17 13:31:43 -07005489
Chris Wilsonff7ea4c2010-12-08 09:43:41 +00005490 dev_priv->busy = false;
Eric Anholt01dfba92009-09-06 15:18:53 -07005491 queue_work(dev_priv->wq, &dev_priv->idle_work);
Jesse Barnes652c3932009-08-17 13:31:43 -07005492}
5493
Jesse Barnes652c3932009-08-17 13:31:43 -07005494#define CRTC_IDLE_TIMEOUT 1000 /* ms */
5495
5496static void intel_crtc_idle_timer(unsigned long arg)
5497{
5498 struct intel_crtc *intel_crtc = (struct intel_crtc *)arg;
5499 struct drm_crtc *crtc = &intel_crtc->base;
5500 drm_i915_private_t *dev_priv = crtc->dev->dev_private;
Chris Wilsonff7ea4c2010-12-08 09:43:41 +00005501 struct intel_framebuffer *intel_fb;
5502
5503 intel_fb = to_intel_framebuffer(crtc->fb);
5504 if (intel_fb && intel_fb->obj->active) {
5505 /* The framebuffer is still being accessed by the GPU. */
5506 mod_timer(&intel_crtc->idle_timer, jiffies +
5507 msecs_to_jiffies(CRTC_IDLE_TIMEOUT));
5508 return;
5509 }
Jesse Barnes652c3932009-08-17 13:31:43 -07005510
Jesse Barnes652c3932009-08-17 13:31:43 -07005511 intel_crtc->busy = false;
Eric Anholt01dfba92009-09-06 15:18:53 -07005512 queue_work(dev_priv->wq, &dev_priv->idle_work);
Jesse Barnes652c3932009-08-17 13:31:43 -07005513}
5514
Daniel Vetter3dec0092010-08-20 21:40:52 +02005515static void intel_increase_pllclock(struct drm_crtc *crtc)
Jesse Barnes652c3932009-08-17 13:31:43 -07005516{
5517 struct drm_device *dev = crtc->dev;
5518 drm_i915_private_t *dev_priv = dev->dev_private;
5519 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
5520 int pipe = intel_crtc->pipe;
Jesse Barnesdbdc6472010-12-30 09:36:39 -08005521 int dpll_reg = DPLL(pipe);
5522 int dpll;
Jesse Barnes652c3932009-08-17 13:31:43 -07005523
Eric Anholtbad720f2009-10-22 16:11:14 -07005524 if (HAS_PCH_SPLIT(dev))
Jesse Barnes652c3932009-08-17 13:31:43 -07005525 return;
5526
5527 if (!dev_priv->lvds_downclock_avail)
5528 return;
5529
Jesse Barnesdbdc6472010-12-30 09:36:39 -08005530 dpll = I915_READ(dpll_reg);
Jesse Barnes652c3932009-08-17 13:31:43 -07005531 if (!HAS_PIPE_CXSR(dev) && (dpll & DISPLAY_RATE_SELECT_FPA1)) {
Zhao Yakui44d98a62009-10-09 11:39:40 +08005532 DRM_DEBUG_DRIVER("upclocking LVDS\n");
Jesse Barnes652c3932009-08-17 13:31:43 -07005533
Sean Paul8ac5a6d2012-02-13 13:14:51 -05005534 assert_panel_unlocked(dev_priv, pipe);
Jesse Barnes652c3932009-08-17 13:31:43 -07005535
5536 dpll &= ~DISPLAY_RATE_SELECT_FPA1;
5537 I915_WRITE(dpll_reg, dpll);
Jesse Barnes9d0498a2010-08-18 13:20:54 -07005538 intel_wait_for_vblank(dev, pipe);
Jesse Barnesdbdc6472010-12-30 09:36:39 -08005539
Jesse Barnes652c3932009-08-17 13:31:43 -07005540 dpll = I915_READ(dpll_reg);
5541 if (dpll & DISPLAY_RATE_SELECT_FPA1)
Zhao Yakui44d98a62009-10-09 11:39:40 +08005542 DRM_DEBUG_DRIVER("failed to upclock LVDS!\n");
Jesse Barnes652c3932009-08-17 13:31:43 -07005543 }
5544
5545 /* Schedule downclock */
Daniel Vetter3dec0092010-08-20 21:40:52 +02005546 mod_timer(&intel_crtc->idle_timer, jiffies +
5547 msecs_to_jiffies(CRTC_IDLE_TIMEOUT));
Jesse Barnes652c3932009-08-17 13:31:43 -07005548}
5549
5550static void intel_decrease_pllclock(struct drm_crtc *crtc)
5551{
5552 struct drm_device *dev = crtc->dev;
5553 drm_i915_private_t *dev_priv = dev->dev_private;
5554 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
Jesse Barnes652c3932009-08-17 13:31:43 -07005555
Eric Anholtbad720f2009-10-22 16:11:14 -07005556 if (HAS_PCH_SPLIT(dev))
Jesse Barnes652c3932009-08-17 13:31:43 -07005557 return;
5558
5559 if (!dev_priv->lvds_downclock_avail)
5560 return;
5561
5562 /*
5563 * Since this is called by a timer, we should never get here in
5564 * the manual case.
5565 */
5566 if (!HAS_PIPE_CXSR(dev) && intel_crtc->lowfreq_avail) {
Chris Wilson074b5e12012-05-02 12:07:06 +01005567 int pipe = intel_crtc->pipe;
5568 int dpll_reg = DPLL(pipe);
Daniel Vetterdc257cf2012-05-07 11:30:46 +02005569 int dpll;
Chris Wilson074b5e12012-05-02 12:07:06 +01005570
Zhao Yakui44d98a62009-10-09 11:39:40 +08005571 DRM_DEBUG_DRIVER("downclocking LVDS\n");
Jesse Barnes652c3932009-08-17 13:31:43 -07005572
Sean Paul8ac5a6d2012-02-13 13:14:51 -05005573 assert_panel_unlocked(dev_priv, pipe);
Jesse Barnes652c3932009-08-17 13:31:43 -07005574
Chris Wilson074b5e12012-05-02 12:07:06 +01005575 dpll = I915_READ(dpll_reg);
Jesse Barnes652c3932009-08-17 13:31:43 -07005576 dpll |= DISPLAY_RATE_SELECT_FPA1;
5577 I915_WRITE(dpll_reg, dpll);
Jesse Barnes9d0498a2010-08-18 13:20:54 -07005578 intel_wait_for_vblank(dev, pipe);
Jesse Barnes652c3932009-08-17 13:31:43 -07005579 dpll = I915_READ(dpll_reg);
5580 if (!(dpll & DISPLAY_RATE_SELECT_FPA1))
Zhao Yakui44d98a62009-10-09 11:39:40 +08005581 DRM_DEBUG_DRIVER("failed to downclock LVDS!\n");
Jesse Barnes652c3932009-08-17 13:31:43 -07005582 }
5583
5584}
5585
5586/**
5587 * intel_idle_update - adjust clocks for idleness
5588 * @work: work struct
5589 *
5590 * Either the GPU or display (or both) went idle. Check the busy status
5591 * here and adjust the CRTC and GPU clocks as necessary.
5592 */
5593static void intel_idle_update(struct work_struct *work)
5594{
5595 drm_i915_private_t *dev_priv = container_of(work, drm_i915_private_t,
5596 idle_work);
5597 struct drm_device *dev = dev_priv->dev;
5598 struct drm_crtc *crtc;
5599 struct intel_crtc *intel_crtc;
5600
5601 if (!i915_powersave)
5602 return;
5603
5604 mutex_lock(&dev->struct_mutex);
5605
Jesse Barnes7648fa92010-05-20 14:28:11 -07005606 i915_update_gfx_val(dev_priv);
5607
Jesse Barnes652c3932009-08-17 13:31:43 -07005608 list_for_each_entry(crtc, &dev->mode_config.crtc_list, head) {
5609 /* Skip inactive CRTCs */
5610 if (!crtc->fb)
5611 continue;
5612
5613 intel_crtc = to_intel_crtc(crtc);
5614 if (!intel_crtc->busy)
5615 intel_decrease_pllclock(crtc);
5616 }
5617
Li Peng45ac22c2010-06-12 23:38:35 +08005618
Jesse Barnes652c3932009-08-17 13:31:43 -07005619 mutex_unlock(&dev->struct_mutex);
5620}
5621
5622/**
5623 * intel_mark_busy - mark the GPU and possibly the display busy
5624 * @dev: drm device
5625 * @obj: object we're operating on
5626 *
5627 * Callers can use this function to indicate that the GPU is busy processing
5628 * commands. If @obj matches one of the CRTC objects (i.e. it's a scanout
5629 * buffer), we'll also mark the display as busy, so we know to increase its
5630 * clock frequency.
5631 */
Chris Wilson05394f32010-11-08 19:18:58 +00005632void intel_mark_busy(struct drm_device *dev, struct drm_i915_gem_object *obj)
Jesse Barnes652c3932009-08-17 13:31:43 -07005633{
5634 drm_i915_private_t *dev_priv = dev->dev_private;
5635 struct drm_crtc *crtc = NULL;
5636 struct intel_framebuffer *intel_fb;
5637 struct intel_crtc *intel_crtc;
5638
Zhenyu Wang5e17ee72009-09-03 09:30:06 +08005639 if (!drm_core_check_feature(dev, DRIVER_MODESET))
5640 return;
5641
Chris Wilson91041832012-04-26 11:28:42 +01005642 if (!dev_priv->busy) {
5643 intel_sanitize_pm(dev);
Chris Wilson28cf7982009-11-30 01:08:56 +00005644 dev_priv->busy = true;
Chris Wilson91041832012-04-26 11:28:42 +01005645 } else
Chris Wilson28cf7982009-11-30 01:08:56 +00005646 mod_timer(&dev_priv->idle_timer, jiffies +
5647 msecs_to_jiffies(GPU_IDLE_TIMEOUT));
Jesse Barnes652c3932009-08-17 13:31:43 -07005648
Chris Wilsonacb87df2012-05-03 15:47:57 +01005649 if (obj == NULL)
5650 return;
5651
Jesse Barnes652c3932009-08-17 13:31:43 -07005652 list_for_each_entry(crtc, &dev->mode_config.crtc_list, head) {
5653 if (!crtc->fb)
5654 continue;
5655
5656 intel_crtc = to_intel_crtc(crtc);
5657 intel_fb = to_intel_framebuffer(crtc->fb);
5658 if (intel_fb->obj == obj) {
5659 if (!intel_crtc->busy) {
5660 /* Non-busy -> busy, upclock */
Daniel Vetter3dec0092010-08-20 21:40:52 +02005661 intel_increase_pllclock(crtc);
Jesse Barnes652c3932009-08-17 13:31:43 -07005662 intel_crtc->busy = true;
5663 } else {
5664 /* Busy -> busy, put off timer */
5665 mod_timer(&intel_crtc->idle_timer, jiffies +
5666 msecs_to_jiffies(CRTC_IDLE_TIMEOUT));
5667 }
5668 }
5669 }
5670}
5671
Jesse Barnes79e53942008-11-07 14:24:08 -08005672static void intel_crtc_destroy(struct drm_crtc *crtc)
5673{
5674 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
Daniel Vetter67e77c52010-08-20 22:26:30 +02005675 struct drm_device *dev = crtc->dev;
5676 struct intel_unpin_work *work;
5677 unsigned long flags;
5678
5679 spin_lock_irqsave(&dev->event_lock, flags);
5680 work = intel_crtc->unpin_work;
5681 intel_crtc->unpin_work = NULL;
5682 spin_unlock_irqrestore(&dev->event_lock, flags);
5683
5684 if (work) {
5685 cancel_work_sync(&work->work);
5686 kfree(work);
5687 }
Jesse Barnes79e53942008-11-07 14:24:08 -08005688
5689 drm_crtc_cleanup(crtc);
Daniel Vetter67e77c52010-08-20 22:26:30 +02005690
Jesse Barnes79e53942008-11-07 14:24:08 -08005691 kfree(intel_crtc);
5692}
5693
Kristian Høgsberg6b95a202009-11-18 11:25:18 -05005694static void intel_unpin_work_fn(struct work_struct *__work)
5695{
5696 struct intel_unpin_work *work =
5697 container_of(__work, struct intel_unpin_work, work);
5698
5699 mutex_lock(&work->dev->struct_mutex);
Chris Wilson1690e1e2011-12-14 13:57:08 +01005700 intel_unpin_fb_obj(work->old_fb_obj);
Chris Wilson05394f32010-11-08 19:18:58 +00005701 drm_gem_object_unreference(&work->pending_flip_obj->base);
5702 drm_gem_object_unreference(&work->old_fb_obj->base);
Chris Wilsond9e86c02010-11-10 16:40:20 +00005703
Chris Wilson7782de32011-07-08 12:22:41 +01005704 intel_update_fbc(work->dev);
Kristian Høgsberg6b95a202009-11-18 11:25:18 -05005705 mutex_unlock(&work->dev->struct_mutex);
5706 kfree(work);
5707}
5708
Jesse Barnes1afe3e92010-03-26 10:35:20 -07005709static void do_intel_finish_page_flip(struct drm_device *dev,
Mario Kleiner49b14a52010-12-09 07:00:07 +01005710 struct drm_crtc *crtc)
Kristian Høgsberg6b95a202009-11-18 11:25:18 -05005711{
5712 drm_i915_private_t *dev_priv = dev->dev_private;
Kristian Høgsberg6b95a202009-11-18 11:25:18 -05005713 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
5714 struct intel_unpin_work *work;
Chris Wilson05394f32010-11-08 19:18:58 +00005715 struct drm_i915_gem_object *obj;
Kristian Høgsberg6b95a202009-11-18 11:25:18 -05005716 struct drm_pending_vblank_event *e;
Mario Kleiner49b14a52010-12-09 07:00:07 +01005717 struct timeval tnow, tvbl;
Kristian Høgsberg6b95a202009-11-18 11:25:18 -05005718 unsigned long flags;
5719
5720 /* Ignore early vblank irqs */
5721 if (intel_crtc == NULL)
5722 return;
5723
Mario Kleiner49b14a52010-12-09 07:00:07 +01005724 do_gettimeofday(&tnow);
5725
Kristian Høgsberg6b95a202009-11-18 11:25:18 -05005726 spin_lock_irqsave(&dev->event_lock, flags);
5727 work = intel_crtc->unpin_work;
5728 if (work == NULL || !work->pending) {
5729 spin_unlock_irqrestore(&dev->event_lock, flags);
5730 return;
5731 }
5732
5733 intel_crtc->unpin_work = NULL;
Kristian Høgsberg6b95a202009-11-18 11:25:18 -05005734
5735 if (work->event) {
5736 e = work->event;
Mario Kleiner49b14a52010-12-09 07:00:07 +01005737 e->event.sequence = drm_vblank_count_and_time(dev, intel_crtc->pipe, &tvbl);
Mario Kleiner0af7e4d2010-12-08 04:07:19 +01005738
5739 /* Called before vblank count and timestamps have
5740 * been updated for the vblank interval of flip
5741 * completion? Need to increment vblank count and
5742 * add one videorefresh duration to returned timestamp
Mario Kleiner49b14a52010-12-09 07:00:07 +01005743 * to account for this. We assume this happened if we
5744 * get called over 0.9 frame durations after the last
5745 * timestamped vblank.
5746 *
5747 * This calculation can not be used with vrefresh rates
5748 * below 5Hz (10Hz to be on the safe side) without
5749 * promoting to 64 integers.
Mario Kleiner0af7e4d2010-12-08 04:07:19 +01005750 */
Mario Kleiner49b14a52010-12-09 07:00:07 +01005751 if (10 * (timeval_to_ns(&tnow) - timeval_to_ns(&tvbl)) >
5752 9 * crtc->framedur_ns) {
Mario Kleiner0af7e4d2010-12-08 04:07:19 +01005753 e->event.sequence++;
Mario Kleiner49b14a52010-12-09 07:00:07 +01005754 tvbl = ns_to_timeval(timeval_to_ns(&tvbl) +
5755 crtc->framedur_ns);
Mario Kleiner0af7e4d2010-12-08 04:07:19 +01005756 }
5757
Mario Kleiner49b14a52010-12-09 07:00:07 +01005758 e->event.tv_sec = tvbl.tv_sec;
5759 e->event.tv_usec = tvbl.tv_usec;
Mario Kleiner0af7e4d2010-12-08 04:07:19 +01005760
Kristian Høgsberg6b95a202009-11-18 11:25:18 -05005761 list_add_tail(&e->base.link,
5762 &e->base.file_priv->event_list);
5763 wake_up_interruptible(&e->base.file_priv->event_wait);
5764 }
5765
Mario Kleiner0af7e4d2010-12-08 04:07:19 +01005766 drm_vblank_put(dev, intel_crtc->pipe);
5767
Kristian Høgsberg6b95a202009-11-18 11:25:18 -05005768 spin_unlock_irqrestore(&dev->event_lock, flags);
5769
Chris Wilson05394f32010-11-08 19:18:58 +00005770 obj = work->old_fb_obj;
Chris Wilsond9e86c02010-11-10 16:40:20 +00005771
Chris Wilsone59f2ba2010-10-07 17:28:15 +01005772 atomic_clear_mask(1 << intel_crtc->plane,
Chris Wilson05394f32010-11-08 19:18:58 +00005773 &obj->pending_flip.counter);
5774 if (atomic_read(&obj->pending_flip) == 0)
Chris Wilsonf787a5f2010-09-24 16:02:42 +01005775 wake_up(&dev_priv->pending_flip_queue);
Chris Wilsond9e86c02010-11-10 16:40:20 +00005776
Kristian Høgsberg6b95a202009-11-18 11:25:18 -05005777 schedule_work(&work->work);
Jesse Barnese5510fa2010-07-01 16:48:37 -07005778
5779 trace_i915_flip_complete(intel_crtc->plane, work->pending_flip_obj);
Kristian Høgsberg6b95a202009-11-18 11:25:18 -05005780}
5781
Jesse Barnes1afe3e92010-03-26 10:35:20 -07005782void intel_finish_page_flip(struct drm_device *dev, int pipe)
5783{
5784 drm_i915_private_t *dev_priv = dev->dev_private;
5785 struct drm_crtc *crtc = dev_priv->pipe_to_crtc_mapping[pipe];
5786
Mario Kleiner49b14a52010-12-09 07:00:07 +01005787 do_intel_finish_page_flip(dev, crtc);
Jesse Barnes1afe3e92010-03-26 10:35:20 -07005788}
5789
5790void intel_finish_page_flip_plane(struct drm_device *dev, int plane)
5791{
5792 drm_i915_private_t *dev_priv = dev->dev_private;
5793 struct drm_crtc *crtc = dev_priv->plane_to_crtc_mapping[plane];
5794
Mario Kleiner49b14a52010-12-09 07:00:07 +01005795 do_intel_finish_page_flip(dev, crtc);
Jesse Barnes1afe3e92010-03-26 10:35:20 -07005796}
5797
Kristian Høgsberg6b95a202009-11-18 11:25:18 -05005798void intel_prepare_page_flip(struct drm_device *dev, int plane)
5799{
5800 drm_i915_private_t *dev_priv = dev->dev_private;
5801 struct intel_crtc *intel_crtc =
5802 to_intel_crtc(dev_priv->plane_to_crtc_mapping[plane]);
5803 unsigned long flags;
5804
5805 spin_lock_irqsave(&dev->event_lock, flags);
Jesse Barnesde3f4402010-01-14 13:18:02 -08005806 if (intel_crtc->unpin_work) {
Simon Farnsworth4e5359c2010-09-01 17:47:52 +01005807 if ((++intel_crtc->unpin_work->pending) > 1)
5808 DRM_ERROR("Prepared flip multiple times\n");
Jesse Barnesde3f4402010-01-14 13:18:02 -08005809 } else {
5810 DRM_DEBUG_DRIVER("preparing flip with no unpin work?\n");
5811 }
Kristian Høgsberg6b95a202009-11-18 11:25:18 -05005812 spin_unlock_irqrestore(&dev->event_lock, flags);
5813}
5814
Jesse Barnes8c9f3aa2011-06-16 09:19:13 -07005815static int intel_gen2_queue_flip(struct drm_device *dev,
5816 struct drm_crtc *crtc,
5817 struct drm_framebuffer *fb,
5818 struct drm_i915_gem_object *obj)
5819{
5820 struct drm_i915_private *dev_priv = dev->dev_private;
5821 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
5822 unsigned long offset;
5823 u32 flip_mask;
Daniel Vetter6d90c952012-04-26 23:28:05 +02005824 struct intel_ring_buffer *ring = &dev_priv->ring[RCS];
Jesse Barnes8c9f3aa2011-06-16 09:19:13 -07005825 int ret;
5826
Daniel Vetter6d90c952012-04-26 23:28:05 +02005827 ret = intel_pin_and_fence_fb_obj(dev, obj, ring);
Jesse Barnes8c9f3aa2011-06-16 09:19:13 -07005828 if (ret)
Chris Wilson83d40922012-04-17 19:35:53 +01005829 goto err;
Jesse Barnes8c9f3aa2011-06-16 09:19:13 -07005830
5831 /* Offset into the new buffer for cases of shared fbs between CRTCs */
Ville Syrjälä01f2c772011-12-20 00:06:49 +02005832 offset = crtc->y * fb->pitches[0] + crtc->x * fb->bits_per_pixel/8;
Jesse Barnes8c9f3aa2011-06-16 09:19:13 -07005833
Daniel Vetter6d90c952012-04-26 23:28:05 +02005834 ret = intel_ring_begin(ring, 6);
Jesse Barnes8c9f3aa2011-06-16 09:19:13 -07005835 if (ret)
Chris Wilson83d40922012-04-17 19:35:53 +01005836 goto err_unpin;
Jesse Barnes8c9f3aa2011-06-16 09:19:13 -07005837
5838 /* Can't queue multiple flips, so wait for the previous
5839 * one to finish before executing the next.
5840 */
5841 if (intel_crtc->plane)
5842 flip_mask = MI_WAIT_FOR_PLANE_B_FLIP;
5843 else
5844 flip_mask = MI_WAIT_FOR_PLANE_A_FLIP;
Daniel Vetter6d90c952012-04-26 23:28:05 +02005845 intel_ring_emit(ring, MI_WAIT_FOR_EVENT | flip_mask);
5846 intel_ring_emit(ring, MI_NOOP);
5847 intel_ring_emit(ring, MI_DISPLAY_FLIP |
5848 MI_DISPLAY_FLIP_PLANE(intel_crtc->plane));
5849 intel_ring_emit(ring, fb->pitches[0]);
5850 intel_ring_emit(ring, obj->gtt_offset + offset);
5851 intel_ring_emit(ring, 0); /* aux display base address, unused */
5852 intel_ring_advance(ring);
Chris Wilson83d40922012-04-17 19:35:53 +01005853 return 0;
5854
5855err_unpin:
5856 intel_unpin_fb_obj(obj);
5857err:
Jesse Barnes8c9f3aa2011-06-16 09:19:13 -07005858 return ret;
5859}
5860
5861static int intel_gen3_queue_flip(struct drm_device *dev,
5862 struct drm_crtc *crtc,
5863 struct drm_framebuffer *fb,
5864 struct drm_i915_gem_object *obj)
5865{
5866 struct drm_i915_private *dev_priv = dev->dev_private;
5867 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
5868 unsigned long offset;
5869 u32 flip_mask;
Daniel Vetter6d90c952012-04-26 23:28:05 +02005870 struct intel_ring_buffer *ring = &dev_priv->ring[RCS];
Jesse Barnes8c9f3aa2011-06-16 09:19:13 -07005871 int ret;
5872
Daniel Vetter6d90c952012-04-26 23:28:05 +02005873 ret = intel_pin_and_fence_fb_obj(dev, obj, ring);
Jesse Barnes8c9f3aa2011-06-16 09:19:13 -07005874 if (ret)
Chris Wilson83d40922012-04-17 19:35:53 +01005875 goto err;
Jesse Barnes8c9f3aa2011-06-16 09:19:13 -07005876
5877 /* Offset into the new buffer for cases of shared fbs between CRTCs */
Ville Syrjälä01f2c772011-12-20 00:06:49 +02005878 offset = crtc->y * fb->pitches[0] + crtc->x * fb->bits_per_pixel/8;
Jesse Barnes8c9f3aa2011-06-16 09:19:13 -07005879
Daniel Vetter6d90c952012-04-26 23:28:05 +02005880 ret = intel_ring_begin(ring, 6);
Jesse Barnes8c9f3aa2011-06-16 09:19:13 -07005881 if (ret)
Chris Wilson83d40922012-04-17 19:35:53 +01005882 goto err_unpin;
Jesse Barnes8c9f3aa2011-06-16 09:19:13 -07005883
5884 if (intel_crtc->plane)
5885 flip_mask = MI_WAIT_FOR_PLANE_B_FLIP;
5886 else
5887 flip_mask = MI_WAIT_FOR_PLANE_A_FLIP;
Daniel Vetter6d90c952012-04-26 23:28:05 +02005888 intel_ring_emit(ring, MI_WAIT_FOR_EVENT | flip_mask);
5889 intel_ring_emit(ring, MI_NOOP);
5890 intel_ring_emit(ring, MI_DISPLAY_FLIP_I915 |
5891 MI_DISPLAY_FLIP_PLANE(intel_crtc->plane));
5892 intel_ring_emit(ring, fb->pitches[0]);
5893 intel_ring_emit(ring, obj->gtt_offset + offset);
5894 intel_ring_emit(ring, MI_NOOP);
Jesse Barnes8c9f3aa2011-06-16 09:19:13 -07005895
Daniel Vetter6d90c952012-04-26 23:28:05 +02005896 intel_ring_advance(ring);
Chris Wilson83d40922012-04-17 19:35:53 +01005897 return 0;
5898
5899err_unpin:
5900 intel_unpin_fb_obj(obj);
5901err:
Jesse Barnes8c9f3aa2011-06-16 09:19:13 -07005902 return ret;
5903}
5904
5905static int intel_gen4_queue_flip(struct drm_device *dev,
5906 struct drm_crtc *crtc,
5907 struct drm_framebuffer *fb,
5908 struct drm_i915_gem_object *obj)
5909{
5910 struct drm_i915_private *dev_priv = dev->dev_private;
5911 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
5912 uint32_t pf, pipesrc;
Daniel Vetter6d90c952012-04-26 23:28:05 +02005913 struct intel_ring_buffer *ring = &dev_priv->ring[RCS];
Jesse Barnes8c9f3aa2011-06-16 09:19:13 -07005914 int ret;
5915
Daniel Vetter6d90c952012-04-26 23:28:05 +02005916 ret = intel_pin_and_fence_fb_obj(dev, obj, ring);
Jesse Barnes8c9f3aa2011-06-16 09:19:13 -07005917 if (ret)
Chris Wilson83d40922012-04-17 19:35:53 +01005918 goto err;
Jesse Barnes8c9f3aa2011-06-16 09:19:13 -07005919
Daniel Vetter6d90c952012-04-26 23:28:05 +02005920 ret = intel_ring_begin(ring, 4);
Jesse Barnes8c9f3aa2011-06-16 09:19:13 -07005921 if (ret)
Chris Wilson83d40922012-04-17 19:35:53 +01005922 goto err_unpin;
Jesse Barnes8c9f3aa2011-06-16 09:19:13 -07005923
5924 /* i965+ uses the linear or tiled offsets from the
5925 * Display Registers (which do not change across a page-flip)
5926 * so we need only reprogram the base address.
5927 */
Daniel Vetter6d90c952012-04-26 23:28:05 +02005928 intel_ring_emit(ring, MI_DISPLAY_FLIP |
5929 MI_DISPLAY_FLIP_PLANE(intel_crtc->plane));
5930 intel_ring_emit(ring, fb->pitches[0]);
5931 intel_ring_emit(ring, obj->gtt_offset | obj->tiling_mode);
Jesse Barnes8c9f3aa2011-06-16 09:19:13 -07005932
5933 /* XXX Enabling the panel-fitter across page-flip is so far
5934 * untested on non-native modes, so ignore it for now.
5935 * pf = I915_READ(pipe == 0 ? PFA_CTL_1 : PFB_CTL_1) & PF_ENABLE;
5936 */
5937 pf = 0;
5938 pipesrc = I915_READ(PIPESRC(intel_crtc->pipe)) & 0x0fff0fff;
Daniel Vetter6d90c952012-04-26 23:28:05 +02005939 intel_ring_emit(ring, pf | pipesrc);
5940 intel_ring_advance(ring);
Chris Wilson83d40922012-04-17 19:35:53 +01005941 return 0;
5942
5943err_unpin:
5944 intel_unpin_fb_obj(obj);
5945err:
Jesse Barnes8c9f3aa2011-06-16 09:19:13 -07005946 return ret;
5947}
5948
5949static int intel_gen6_queue_flip(struct drm_device *dev,
5950 struct drm_crtc *crtc,
5951 struct drm_framebuffer *fb,
5952 struct drm_i915_gem_object *obj)
5953{
5954 struct drm_i915_private *dev_priv = dev->dev_private;
5955 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
Daniel Vetter6d90c952012-04-26 23:28:05 +02005956 struct intel_ring_buffer *ring = &dev_priv->ring[RCS];
Jesse Barnes8c9f3aa2011-06-16 09:19:13 -07005957 uint32_t pf, pipesrc;
5958 int ret;
5959
Daniel Vetter6d90c952012-04-26 23:28:05 +02005960 ret = intel_pin_and_fence_fb_obj(dev, obj, ring);
Jesse Barnes8c9f3aa2011-06-16 09:19:13 -07005961 if (ret)
Chris Wilson83d40922012-04-17 19:35:53 +01005962 goto err;
Jesse Barnes8c9f3aa2011-06-16 09:19:13 -07005963
Daniel Vetter6d90c952012-04-26 23:28:05 +02005964 ret = intel_ring_begin(ring, 4);
Jesse Barnes8c9f3aa2011-06-16 09:19:13 -07005965 if (ret)
Chris Wilson83d40922012-04-17 19:35:53 +01005966 goto err_unpin;
Jesse Barnes8c9f3aa2011-06-16 09:19:13 -07005967
Daniel Vetter6d90c952012-04-26 23:28:05 +02005968 intel_ring_emit(ring, MI_DISPLAY_FLIP |
5969 MI_DISPLAY_FLIP_PLANE(intel_crtc->plane));
5970 intel_ring_emit(ring, fb->pitches[0] | obj->tiling_mode);
5971 intel_ring_emit(ring, obj->gtt_offset);
Jesse Barnes8c9f3aa2011-06-16 09:19:13 -07005972
Chris Wilson99d9acd2012-04-17 20:37:00 +01005973 /* Contrary to the suggestions in the documentation,
5974 * "Enable Panel Fitter" does not seem to be required when page
5975 * flipping with a non-native mode, and worse causes a normal
5976 * modeset to fail.
5977 * pf = I915_READ(PF_CTL(intel_crtc->pipe)) & PF_ENABLE;
5978 */
5979 pf = 0;
Jesse Barnes8c9f3aa2011-06-16 09:19:13 -07005980 pipesrc = I915_READ(PIPESRC(intel_crtc->pipe)) & 0x0fff0fff;
Daniel Vetter6d90c952012-04-26 23:28:05 +02005981 intel_ring_emit(ring, pf | pipesrc);
5982 intel_ring_advance(ring);
Chris Wilson83d40922012-04-17 19:35:53 +01005983 return 0;
5984
5985err_unpin:
5986 intel_unpin_fb_obj(obj);
5987err:
Jesse Barnes8c9f3aa2011-06-16 09:19:13 -07005988 return ret;
5989}
5990
Jesse Barnes7c9017e2011-06-16 12:18:54 -07005991/*
5992 * On gen7 we currently use the blit ring because (in early silicon at least)
5993 * the render ring doesn't give us interrpts for page flip completion, which
5994 * means clients will hang after the first flip is queued. Fortunately the
5995 * blit ring generates interrupts properly, so use it instead.
5996 */
5997static int intel_gen7_queue_flip(struct drm_device *dev,
5998 struct drm_crtc *crtc,
5999 struct drm_framebuffer *fb,
6000 struct drm_i915_gem_object *obj)
6001{
6002 struct drm_i915_private *dev_priv = dev->dev_private;
6003 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
6004 struct intel_ring_buffer *ring = &dev_priv->ring[BCS];
6005 int ret;
6006
6007 ret = intel_pin_and_fence_fb_obj(dev, obj, ring);
6008 if (ret)
Chris Wilson83d40922012-04-17 19:35:53 +01006009 goto err;
Jesse Barnes7c9017e2011-06-16 12:18:54 -07006010
6011 ret = intel_ring_begin(ring, 4);
6012 if (ret)
Chris Wilson83d40922012-04-17 19:35:53 +01006013 goto err_unpin;
Jesse Barnes7c9017e2011-06-16 12:18:54 -07006014
6015 intel_ring_emit(ring, MI_DISPLAY_FLIP_I915 | (intel_crtc->plane << 19));
Ville Syrjälä01f2c772011-12-20 00:06:49 +02006016 intel_ring_emit(ring, (fb->pitches[0] | obj->tiling_mode));
Jesse Barnes7c9017e2011-06-16 12:18:54 -07006017 intel_ring_emit(ring, (obj->gtt_offset));
6018 intel_ring_emit(ring, (MI_NOOP));
6019 intel_ring_advance(ring);
Chris Wilson83d40922012-04-17 19:35:53 +01006020 return 0;
6021
6022err_unpin:
6023 intel_unpin_fb_obj(obj);
6024err:
Jesse Barnes7c9017e2011-06-16 12:18:54 -07006025 return ret;
6026}
6027
Jesse Barnes8c9f3aa2011-06-16 09:19:13 -07006028static int intel_default_queue_flip(struct drm_device *dev,
6029 struct drm_crtc *crtc,
6030 struct drm_framebuffer *fb,
6031 struct drm_i915_gem_object *obj)
6032{
6033 return -ENODEV;
6034}
6035
Kristian Høgsberg6b95a202009-11-18 11:25:18 -05006036static int intel_crtc_page_flip(struct drm_crtc *crtc,
6037 struct drm_framebuffer *fb,
6038 struct drm_pending_vblank_event *event)
6039{
6040 struct drm_device *dev = crtc->dev;
6041 struct drm_i915_private *dev_priv = dev->dev_private;
6042 struct intel_framebuffer *intel_fb;
Chris Wilson05394f32010-11-08 19:18:58 +00006043 struct drm_i915_gem_object *obj;
Kristian Høgsberg6b95a202009-11-18 11:25:18 -05006044 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
6045 struct intel_unpin_work *work;
Jesse Barnes8c9f3aa2011-06-16 09:19:13 -07006046 unsigned long flags;
Chris Wilson52e68632010-08-08 10:15:59 +01006047 int ret;
Kristian Høgsberg6b95a202009-11-18 11:25:18 -05006048
6049 work = kzalloc(sizeof *work, GFP_KERNEL);
6050 if (work == NULL)
6051 return -ENOMEM;
6052
Kristian Høgsberg6b95a202009-11-18 11:25:18 -05006053 work->event = event;
6054 work->dev = crtc->dev;
6055 intel_fb = to_intel_framebuffer(crtc->fb);
Jesse Barnesb1b87f62010-01-26 14:40:05 -08006056 work->old_fb_obj = intel_fb->obj;
Kristian Høgsberg6b95a202009-11-18 11:25:18 -05006057 INIT_WORK(&work->work, intel_unpin_work_fn);
6058
Jesse Barnes7317c75e62011-08-29 09:45:28 -07006059 ret = drm_vblank_get(dev, intel_crtc->pipe);
6060 if (ret)
6061 goto free_work;
6062
Kristian Høgsberg6b95a202009-11-18 11:25:18 -05006063 /* We borrow the event spin lock for protecting unpin_work */
6064 spin_lock_irqsave(&dev->event_lock, flags);
6065 if (intel_crtc->unpin_work) {
6066 spin_unlock_irqrestore(&dev->event_lock, flags);
6067 kfree(work);
Jesse Barnes7317c75e62011-08-29 09:45:28 -07006068 drm_vblank_put(dev, intel_crtc->pipe);
Chris Wilson468f0b42010-05-27 13:18:13 +01006069
6070 DRM_DEBUG_DRIVER("flip queue: crtc already busy\n");
Kristian Høgsberg6b95a202009-11-18 11:25:18 -05006071 return -EBUSY;
6072 }
6073 intel_crtc->unpin_work = work;
6074 spin_unlock_irqrestore(&dev->event_lock, flags);
6075
6076 intel_fb = to_intel_framebuffer(fb);
6077 obj = intel_fb->obj;
6078
Chris Wilson468f0b42010-05-27 13:18:13 +01006079 mutex_lock(&dev->struct_mutex);
Kristian Høgsberg6b95a202009-11-18 11:25:18 -05006080
Jesse Barnes75dfca82010-02-10 15:09:44 -08006081 /* Reference the objects for the scheduled work. */
Chris Wilson05394f32010-11-08 19:18:58 +00006082 drm_gem_object_reference(&work->old_fb_obj->base);
6083 drm_gem_object_reference(&obj->base);
Kristian Høgsberg6b95a202009-11-18 11:25:18 -05006084
6085 crtc->fb = fb;
Chris Wilson96b099f2010-06-07 14:03:04 +01006086
Chris Wilsone1f99ce2010-10-27 12:45:26 +01006087 work->pending_flip_obj = obj;
Chris Wilsone1f99ce2010-10-27 12:45:26 +01006088
Simon Farnsworth4e5359c2010-09-01 17:47:52 +01006089 work->enable_stall_check = true;
6090
Chris Wilsone1f99ce2010-10-27 12:45:26 +01006091 /* Block clients from rendering to the new back buffer until
6092 * the flip occurs and the object is no longer visible.
6093 */
Chris Wilson05394f32010-11-08 19:18:58 +00006094 atomic_add(1 << intel_crtc->plane, &work->old_fb_obj->pending_flip);
Chris Wilsone1f99ce2010-10-27 12:45:26 +01006095
Jesse Barnes8c9f3aa2011-06-16 09:19:13 -07006096 ret = dev_priv->display.queue_flip(dev, crtc, fb, obj);
6097 if (ret)
6098 goto cleanup_pending;
Kristian Høgsberg6b95a202009-11-18 11:25:18 -05006099
Chris Wilson7782de32011-07-08 12:22:41 +01006100 intel_disable_fbc(dev);
Chris Wilsonacb87df2012-05-03 15:47:57 +01006101 intel_mark_busy(dev, obj);
Kristian Høgsberg6b95a202009-11-18 11:25:18 -05006102 mutex_unlock(&dev->struct_mutex);
6103
Jesse Barnese5510fa2010-07-01 16:48:37 -07006104 trace_i915_flip_request(intel_crtc->plane, obj);
6105
Kristian Høgsberg6b95a202009-11-18 11:25:18 -05006106 return 0;
Chris Wilson96b099f2010-06-07 14:03:04 +01006107
Jesse Barnes8c9f3aa2011-06-16 09:19:13 -07006108cleanup_pending:
6109 atomic_sub(1 << intel_crtc->plane, &work->old_fb_obj->pending_flip);
Chris Wilson05394f32010-11-08 19:18:58 +00006110 drm_gem_object_unreference(&work->old_fb_obj->base);
6111 drm_gem_object_unreference(&obj->base);
Chris Wilson96b099f2010-06-07 14:03:04 +01006112 mutex_unlock(&dev->struct_mutex);
6113
6114 spin_lock_irqsave(&dev->event_lock, flags);
6115 intel_crtc->unpin_work = NULL;
6116 spin_unlock_irqrestore(&dev->event_lock, flags);
6117
Jesse Barnes7317c75e62011-08-29 09:45:28 -07006118 drm_vblank_put(dev, intel_crtc->pipe);
6119free_work:
Chris Wilson96b099f2010-06-07 14:03:04 +01006120 kfree(work);
6121
6122 return ret;
Kristian Høgsberg6b95a202009-11-18 11:25:18 -05006123}
6124
Chris Wilson47f1c6c2010-12-03 15:37:31 +00006125static void intel_sanitize_modesetting(struct drm_device *dev,
6126 int pipe, int plane)
6127{
6128 struct drm_i915_private *dev_priv = dev->dev_private;
6129 u32 reg, val;
6130
Chris Wilsonf47166d2012-03-22 15:00:50 +00006131 /* Clear any frame start delays used for debugging left by the BIOS */
6132 for_each_pipe(pipe) {
6133 reg = PIPECONF(pipe);
6134 I915_WRITE(reg, I915_READ(reg) & ~PIPECONF_FRAME_START_DELAY_MASK);
6135 }
6136
Chris Wilson47f1c6c2010-12-03 15:37:31 +00006137 if (HAS_PCH_SPLIT(dev))
6138 return;
6139
6140 /* Who knows what state these registers were left in by the BIOS or
6141 * grub?
6142 *
6143 * If we leave the registers in a conflicting state (e.g. with the
6144 * display plane reading from the other pipe than the one we intend
6145 * to use) then when we attempt to teardown the active mode, we will
6146 * not disable the pipes and planes in the correct order -- leaving
6147 * a plane reading from a disabled pipe and possibly leading to
6148 * undefined behaviour.
6149 */
6150
6151 reg = DSPCNTR(plane);
6152 val = I915_READ(reg);
6153
6154 if ((val & DISPLAY_PLANE_ENABLE) == 0)
6155 return;
6156 if (!!(val & DISPPLANE_SEL_PIPE_MASK) == pipe)
6157 return;
6158
6159 /* This display plane is active and attached to the other CPU pipe. */
6160 pipe = !pipe;
6161
6162 /* Disable the plane and wait for it to stop reading from the pipe. */
Jesse Barnesb24e7172011-01-04 15:09:30 -08006163 intel_disable_plane(dev_priv, plane, pipe);
6164 intel_disable_pipe(dev_priv, pipe);
Chris Wilson47f1c6c2010-12-03 15:37:31 +00006165}
Jesse Barnes79e53942008-11-07 14:24:08 -08006166
Chris Wilsonf6e5b162011-04-12 18:06:51 +01006167static void intel_crtc_reset(struct drm_crtc *crtc)
6168{
6169 struct drm_device *dev = crtc->dev;
6170 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
6171
6172 /* Reset flags back to the 'unknown' status so that they
6173 * will be correctly set on the initial modeset.
6174 */
6175 intel_crtc->dpms_mode = -1;
6176
6177 /* We need to fix up any BIOS configuration that conflicts with
6178 * our expectations.
6179 */
6180 intel_sanitize_modesetting(dev, intel_crtc->pipe, intel_crtc->plane);
6181}
6182
6183static struct drm_crtc_helper_funcs intel_helper_funcs = {
6184 .dpms = intel_crtc_dpms,
6185 .mode_fixup = intel_crtc_mode_fixup,
6186 .mode_set = intel_crtc_mode_set,
6187 .mode_set_base = intel_pipe_set_base,
6188 .mode_set_base_atomic = intel_pipe_set_base_atomic,
6189 .load_lut = intel_crtc_load_lut,
6190 .disable = intel_crtc_disable,
6191};
6192
6193static const struct drm_crtc_funcs intel_crtc_funcs = {
6194 .reset = intel_crtc_reset,
6195 .cursor_set = intel_crtc_cursor_set,
6196 .cursor_move = intel_crtc_cursor_move,
6197 .gamma_set = intel_crtc_gamma_set,
6198 .set_config = drm_crtc_helper_set_config,
6199 .destroy = intel_crtc_destroy,
6200 .page_flip = intel_crtc_page_flip,
6201};
6202
Jesse Barnesee7b9f92012-04-20 17:11:53 +01006203static void intel_pch_pll_init(struct drm_device *dev)
6204{
6205 drm_i915_private_t *dev_priv = dev->dev_private;
6206 int i;
6207
6208 if (dev_priv->num_pch_pll == 0) {
6209 DRM_DEBUG_KMS("No PCH PLLs on this hardware, skipping initialisation\n");
6210 return;
6211 }
6212
6213 for (i = 0; i < dev_priv->num_pch_pll; i++) {
6214 dev_priv->pch_plls[i].pll_reg = _PCH_DPLL(i);
6215 dev_priv->pch_plls[i].fp0_reg = _PCH_FP0(i);
6216 dev_priv->pch_plls[i].fp1_reg = _PCH_FP1(i);
6217 }
6218}
6219
Hannes Ederb358d0a2008-12-18 21:18:47 +01006220static void intel_crtc_init(struct drm_device *dev, int pipe)
Jesse Barnes79e53942008-11-07 14:24:08 -08006221{
Jesse Barnes22fd0fa2009-12-02 13:42:53 -08006222 drm_i915_private_t *dev_priv = dev->dev_private;
Jesse Barnes79e53942008-11-07 14:24:08 -08006223 struct intel_crtc *intel_crtc;
6224 int i;
6225
6226 intel_crtc = kzalloc(sizeof(struct intel_crtc) + (INTELFB_CONN_LIMIT * sizeof(struct drm_connector *)), GFP_KERNEL);
6227 if (intel_crtc == NULL)
6228 return;
6229
6230 drm_crtc_init(dev, &intel_crtc->base, &intel_crtc_funcs);
6231
6232 drm_mode_crtc_set_gamma_size(&intel_crtc->base, 256);
Jesse Barnes79e53942008-11-07 14:24:08 -08006233 for (i = 0; i < 256; i++) {
6234 intel_crtc->lut_r[i] = i;
6235 intel_crtc->lut_g[i] = i;
6236 intel_crtc->lut_b[i] = i;
6237 }
6238
Jesse Barnes80824002009-09-10 15:28:06 -07006239 /* Swap pipes & planes for FBC on pre-965 */
6240 intel_crtc->pipe = pipe;
6241 intel_crtc->plane = pipe;
Chris Wilsone2e767a2010-09-13 16:53:12 +01006242 if (IS_MOBILE(dev) && IS_GEN3(dev)) {
Zhao Yakui28c97732009-10-09 11:39:41 +08006243 DRM_DEBUG_KMS("swapping pipes & planes for FBC\n");
Chris Wilsone2e767a2010-09-13 16:53:12 +01006244 intel_crtc->plane = !pipe;
Jesse Barnes80824002009-09-10 15:28:06 -07006245 }
6246
Jesse Barnes22fd0fa2009-12-02 13:42:53 -08006247 BUG_ON(pipe >= ARRAY_SIZE(dev_priv->plane_to_crtc_mapping) ||
6248 dev_priv->plane_to_crtc_mapping[intel_crtc->plane] != NULL);
6249 dev_priv->plane_to_crtc_mapping[intel_crtc->plane] = &intel_crtc->base;
6250 dev_priv->pipe_to_crtc_mapping[intel_crtc->pipe] = &intel_crtc->base;
6251
Chris Wilson5d1d0cc2011-01-24 15:02:15 +00006252 intel_crtc_reset(&intel_crtc->base);
Chris Wilson04dbff52011-02-10 17:38:35 +00006253 intel_crtc->active = true; /* force the pipe off on setup_init_config */
Jesse Barnes5a354202011-06-24 12:19:22 -07006254 intel_crtc->bpp = 24; /* default for pre-Ironlake */
Jesse Barnes7e7d76c2010-09-10 10:47:20 -07006255
6256 if (HAS_PCH_SPLIT(dev)) {
6257 intel_helper_funcs.prepare = ironlake_crtc_prepare;
6258 intel_helper_funcs.commit = ironlake_crtc_commit;
6259 } else {
6260 intel_helper_funcs.prepare = i9xx_crtc_prepare;
6261 intel_helper_funcs.commit = i9xx_crtc_commit;
6262 }
6263
Jesse Barnes79e53942008-11-07 14:24:08 -08006264 drm_crtc_helper_add(&intel_crtc->base, &intel_helper_funcs);
6265
Jesse Barnes652c3932009-08-17 13:31:43 -07006266 intel_crtc->busy = false;
6267
6268 setup_timer(&intel_crtc->idle_timer, intel_crtc_idle_timer,
6269 (unsigned long)intel_crtc);
Jesse Barnes79e53942008-11-07 14:24:08 -08006270}
6271
Carl Worth08d7b3d2009-04-29 14:43:54 -07006272int intel_get_pipe_from_crtc_id(struct drm_device *dev, void *data,
Chris Wilson05394f32010-11-08 19:18:58 +00006273 struct drm_file *file)
Carl Worth08d7b3d2009-04-29 14:43:54 -07006274{
Carl Worth08d7b3d2009-04-29 14:43:54 -07006275 struct drm_i915_get_pipe_from_crtc_id *pipe_from_crtc_id = data;
Daniel Vetterc05422d2009-08-11 16:05:30 +02006276 struct drm_mode_object *drmmode_obj;
6277 struct intel_crtc *crtc;
Carl Worth08d7b3d2009-04-29 14:43:54 -07006278
Daniel Vetter1cff8f62012-04-24 09:55:08 +02006279 if (!drm_core_check_feature(dev, DRIVER_MODESET))
6280 return -ENODEV;
Carl Worth08d7b3d2009-04-29 14:43:54 -07006281
Daniel Vetterc05422d2009-08-11 16:05:30 +02006282 drmmode_obj = drm_mode_object_find(dev, pipe_from_crtc_id->crtc_id,
6283 DRM_MODE_OBJECT_CRTC);
Carl Worth08d7b3d2009-04-29 14:43:54 -07006284
Daniel Vetterc05422d2009-08-11 16:05:30 +02006285 if (!drmmode_obj) {
Carl Worth08d7b3d2009-04-29 14:43:54 -07006286 DRM_ERROR("no such CRTC id\n");
6287 return -EINVAL;
6288 }
6289
Daniel Vetterc05422d2009-08-11 16:05:30 +02006290 crtc = to_intel_crtc(obj_to_crtc(drmmode_obj));
6291 pipe_from_crtc_id->pipe = crtc->pipe;
Carl Worth08d7b3d2009-04-29 14:43:54 -07006292
Daniel Vetterc05422d2009-08-11 16:05:30 +02006293 return 0;
Carl Worth08d7b3d2009-04-29 14:43:54 -07006294}
6295
Zhenyu Wangc5e4df32010-03-30 14:39:27 +08006296static int intel_encoder_clones(struct drm_device *dev, int type_mask)
Jesse Barnes79e53942008-11-07 14:24:08 -08006297{
Chris Wilson4ef69c72010-09-09 15:14:28 +01006298 struct intel_encoder *encoder;
Jesse Barnes79e53942008-11-07 14:24:08 -08006299 int index_mask = 0;
Jesse Barnes79e53942008-11-07 14:24:08 -08006300 int entry = 0;
6301
Chris Wilson4ef69c72010-09-09 15:14:28 +01006302 list_for_each_entry(encoder, &dev->mode_config.encoder_list, base.head) {
6303 if (type_mask & encoder->clone_mask)
Jesse Barnes79e53942008-11-07 14:24:08 -08006304 index_mask |= (1 << entry);
6305 entry++;
6306 }
Chris Wilson4ef69c72010-09-09 15:14:28 +01006307
Jesse Barnes79e53942008-11-07 14:24:08 -08006308 return index_mask;
6309}
6310
Chris Wilson4d302442010-12-14 19:21:29 +00006311static bool has_edp_a(struct drm_device *dev)
6312{
6313 struct drm_i915_private *dev_priv = dev->dev_private;
6314
6315 if (!IS_MOBILE(dev))
6316 return false;
6317
6318 if ((I915_READ(DP_A) & DP_DETECTED) == 0)
6319 return false;
6320
6321 if (IS_GEN5(dev) &&
6322 (I915_READ(ILK_DISPLAY_CHICKEN_FUSES) & ILK_eDP_A_DISABLE))
6323 return false;
6324
6325 return true;
6326}
6327
Jesse Barnes79e53942008-11-07 14:24:08 -08006328static void intel_setup_outputs(struct drm_device *dev)
6329{
Eric Anholt725e30a2009-01-22 13:01:02 -08006330 struct drm_i915_private *dev_priv = dev->dev_private;
Chris Wilson4ef69c72010-09-09 15:14:28 +01006331 struct intel_encoder *encoder;
Adam Jacksoncb0953d2010-07-16 14:46:29 -04006332 bool dpd_is_edp = false;
Chris Wilsonf3cfcba2012-02-09 09:35:53 +00006333 bool has_lvds;
Jesse Barnes79e53942008-11-07 14:24:08 -08006334
Chris Wilsonf3cfcba2012-02-09 09:35:53 +00006335 has_lvds = intel_lvds_init(dev);
Chris Wilsonc5d1b512010-11-29 18:00:23 +00006336 if (!has_lvds && !HAS_PCH_SPLIT(dev)) {
6337 /* disable the panel fitter on everything but LVDS */
6338 I915_WRITE(PFIT_CONTROL, 0);
6339 }
Jesse Barnes79e53942008-11-07 14:24:08 -08006340
Eric Anholtbad720f2009-10-22 16:11:14 -07006341 if (HAS_PCH_SPLIT(dev)) {
Adam Jacksoncb0953d2010-07-16 14:46:29 -04006342 dpd_is_edp = intel_dpd_is_edp(dev);
Zhenyu Wang30ad48b2009-06-05 15:38:43 +08006343
Chris Wilson4d302442010-12-14 19:21:29 +00006344 if (has_edp_a(dev))
Zhenyu Wang32f9d652009-07-24 01:00:32 +08006345 intel_dp_init(dev, DP_A);
6346
Adam Jacksoncb0953d2010-07-16 14:46:29 -04006347 if (dpd_is_edp && (I915_READ(PCH_DP_D) & DP_DETECTED))
6348 intel_dp_init(dev, PCH_DP_D);
6349 }
6350
6351 intel_crt_init(dev);
6352
6353 if (HAS_PCH_SPLIT(dev)) {
6354 int found;
6355
Zhenyu Wang30ad48b2009-06-05 15:38:43 +08006356 if (I915_READ(HDMIB) & PORT_DETECTED) {
Zhao Yakui461ed3c2010-03-30 15:11:33 +08006357 /* PCH SDVOB multiplex with HDMIB */
Daniel Vettereef4eac2012-03-23 23:43:35 +01006358 found = intel_sdvo_init(dev, PCH_SDVOB, true);
Zhenyu Wang30ad48b2009-06-05 15:38:43 +08006359 if (!found)
6360 intel_hdmi_init(dev, HDMIB);
Zhenyu Wang5eb08b62009-07-24 01:00:31 +08006361 if (!found && (I915_READ(PCH_DP_B) & DP_DETECTED))
6362 intel_dp_init(dev, PCH_DP_B);
Zhenyu Wang30ad48b2009-06-05 15:38:43 +08006363 }
6364
6365 if (I915_READ(HDMIC) & PORT_DETECTED)
6366 intel_hdmi_init(dev, HDMIC);
6367
6368 if (I915_READ(HDMID) & PORT_DETECTED)
6369 intel_hdmi_init(dev, HDMID);
6370
Zhenyu Wang5eb08b62009-07-24 01:00:31 +08006371 if (I915_READ(PCH_DP_C) & DP_DETECTED)
6372 intel_dp_init(dev, PCH_DP_C);
6373
Adam Jacksoncb0953d2010-07-16 14:46:29 -04006374 if (!dpd_is_edp && (I915_READ(PCH_DP_D) & DP_DETECTED))
Zhenyu Wang5eb08b62009-07-24 01:00:31 +08006375 intel_dp_init(dev, PCH_DP_D);
6376
Zhenyu Wang103a1962009-11-27 11:44:36 +08006377 } else if (SUPPORTS_DIGITAL_OUTPUTS(dev)) {
Ma Ling27185ae2009-08-24 13:50:23 +08006378 bool found = false;
Eric Anholt7d573822009-01-02 13:33:00 -08006379
Eric Anholt725e30a2009-01-22 13:01:02 -08006380 if (I915_READ(SDVOB) & SDVO_DETECTED) {
Jesse Barnesb01f2c32009-12-11 11:07:17 -08006381 DRM_DEBUG_KMS("probing SDVOB\n");
Daniel Vettereef4eac2012-03-23 23:43:35 +01006382 found = intel_sdvo_init(dev, SDVOB, true);
Jesse Barnesb01f2c32009-12-11 11:07:17 -08006383 if (!found && SUPPORTS_INTEGRATED_HDMI(dev)) {
6384 DRM_DEBUG_KMS("probing HDMI on SDVOB\n");
Eric Anholt725e30a2009-01-22 13:01:02 -08006385 intel_hdmi_init(dev, SDVOB);
Jesse Barnesb01f2c32009-12-11 11:07:17 -08006386 }
Ma Ling27185ae2009-08-24 13:50:23 +08006387
Jesse Barnesb01f2c32009-12-11 11:07:17 -08006388 if (!found && SUPPORTS_INTEGRATED_DP(dev)) {
6389 DRM_DEBUG_KMS("probing DP_B\n");
Keith Packarda4fc5ed2009-04-07 16:16:42 -07006390 intel_dp_init(dev, DP_B);
Jesse Barnesb01f2c32009-12-11 11:07:17 -08006391 }
Eric Anholt725e30a2009-01-22 13:01:02 -08006392 }
Kristian Høgsberg13520b02009-03-13 15:42:14 -04006393
6394 /* Before G4X SDVOC doesn't have its own detect register */
Kristian Høgsberg13520b02009-03-13 15:42:14 -04006395
Jesse Barnesb01f2c32009-12-11 11:07:17 -08006396 if (I915_READ(SDVOB) & SDVO_DETECTED) {
6397 DRM_DEBUG_KMS("probing SDVOC\n");
Daniel Vettereef4eac2012-03-23 23:43:35 +01006398 found = intel_sdvo_init(dev, SDVOC, false);
Jesse Barnesb01f2c32009-12-11 11:07:17 -08006399 }
Ma Ling27185ae2009-08-24 13:50:23 +08006400
6401 if (!found && (I915_READ(SDVOC) & SDVO_DETECTED)) {
6402
Jesse Barnesb01f2c32009-12-11 11:07:17 -08006403 if (SUPPORTS_INTEGRATED_HDMI(dev)) {
6404 DRM_DEBUG_KMS("probing HDMI on SDVOC\n");
Eric Anholt725e30a2009-01-22 13:01:02 -08006405 intel_hdmi_init(dev, SDVOC);
Jesse Barnesb01f2c32009-12-11 11:07:17 -08006406 }
6407 if (SUPPORTS_INTEGRATED_DP(dev)) {
6408 DRM_DEBUG_KMS("probing DP_C\n");
Keith Packarda4fc5ed2009-04-07 16:16:42 -07006409 intel_dp_init(dev, DP_C);
Jesse Barnesb01f2c32009-12-11 11:07:17 -08006410 }
Eric Anholt725e30a2009-01-22 13:01:02 -08006411 }
Ma Ling27185ae2009-08-24 13:50:23 +08006412
Jesse Barnesb01f2c32009-12-11 11:07:17 -08006413 if (SUPPORTS_INTEGRATED_DP(dev) &&
6414 (I915_READ(DP_D) & DP_DETECTED)) {
6415 DRM_DEBUG_KMS("probing DP_D\n");
Keith Packarda4fc5ed2009-04-07 16:16:42 -07006416 intel_dp_init(dev, DP_D);
Jesse Barnesb01f2c32009-12-11 11:07:17 -08006417 }
Eric Anholtbad720f2009-10-22 16:11:14 -07006418 } else if (IS_GEN2(dev))
Jesse Barnes79e53942008-11-07 14:24:08 -08006419 intel_dvo_init(dev);
6420
Zhenyu Wang103a1962009-11-27 11:44:36 +08006421 if (SUPPORTS_TV(dev))
Jesse Barnes79e53942008-11-07 14:24:08 -08006422 intel_tv_init(dev);
6423
Chris Wilson4ef69c72010-09-09 15:14:28 +01006424 list_for_each_entry(encoder, &dev->mode_config.encoder_list, base.head) {
6425 encoder->base.possible_crtcs = encoder->crtc_mask;
6426 encoder->base.possible_clones =
6427 intel_encoder_clones(dev, encoder->clone_mask);
Jesse Barnes79e53942008-11-07 14:24:08 -08006428 }
Chris Wilson47356eb2011-01-11 17:06:04 +00006429
Chris Wilson2c7111d2011-03-29 10:40:27 +01006430 /* disable all the possible outputs/crtcs before entering KMS mode */
6431 drm_helper_disable_unused_functions(dev);
Keith Packard9fb526d2011-09-26 22:24:57 -07006432
6433 if (HAS_PCH_SPLIT(dev))
6434 ironlake_init_pch_refclk(dev);
Jesse Barnes79e53942008-11-07 14:24:08 -08006435}
6436
6437static void intel_user_framebuffer_destroy(struct drm_framebuffer *fb)
6438{
6439 struct intel_framebuffer *intel_fb = to_intel_framebuffer(fb);
Jesse Barnes79e53942008-11-07 14:24:08 -08006440
6441 drm_framebuffer_cleanup(fb);
Chris Wilson05394f32010-11-08 19:18:58 +00006442 drm_gem_object_unreference_unlocked(&intel_fb->obj->base);
Jesse Barnes79e53942008-11-07 14:24:08 -08006443
6444 kfree(intel_fb);
6445}
6446
6447static int intel_user_framebuffer_create_handle(struct drm_framebuffer *fb,
Chris Wilson05394f32010-11-08 19:18:58 +00006448 struct drm_file *file,
Jesse Barnes79e53942008-11-07 14:24:08 -08006449 unsigned int *handle)
6450{
6451 struct intel_framebuffer *intel_fb = to_intel_framebuffer(fb);
Chris Wilson05394f32010-11-08 19:18:58 +00006452 struct drm_i915_gem_object *obj = intel_fb->obj;
Jesse Barnes79e53942008-11-07 14:24:08 -08006453
Chris Wilson05394f32010-11-08 19:18:58 +00006454 return drm_gem_handle_create(file, &obj->base, handle);
Jesse Barnes79e53942008-11-07 14:24:08 -08006455}
6456
6457static const struct drm_framebuffer_funcs intel_fb_funcs = {
6458 .destroy = intel_user_framebuffer_destroy,
6459 .create_handle = intel_user_framebuffer_create_handle,
6460};
6461
Dave Airlie38651672010-03-30 05:34:13 +00006462int intel_framebuffer_init(struct drm_device *dev,
6463 struct intel_framebuffer *intel_fb,
Jesse Barnes308e5bc2011-11-14 14:51:28 -08006464 struct drm_mode_fb_cmd2 *mode_cmd,
Chris Wilson05394f32010-11-08 19:18:58 +00006465 struct drm_i915_gem_object *obj)
Jesse Barnes79e53942008-11-07 14:24:08 -08006466{
Jesse Barnes79e53942008-11-07 14:24:08 -08006467 int ret;
6468
Chris Wilson05394f32010-11-08 19:18:58 +00006469 if (obj->tiling_mode == I915_TILING_Y)
Chris Wilson57cd6502010-08-08 12:34:44 +01006470 return -EINVAL;
6471
Jesse Barnes308e5bc2011-11-14 14:51:28 -08006472 if (mode_cmd->pitches[0] & 63)
Chris Wilson57cd6502010-08-08 12:34:44 +01006473 return -EINVAL;
6474
Jesse Barnes308e5bc2011-11-14 14:51:28 -08006475 switch (mode_cmd->pixel_format) {
Ville Syrjälä04b39242011-11-17 18:05:13 +02006476 case DRM_FORMAT_RGB332:
6477 case DRM_FORMAT_RGB565:
6478 case DRM_FORMAT_XRGB8888:
Jesse Barnesb250da72012-03-07 08:49:29 -08006479 case DRM_FORMAT_XBGR8888:
Ville Syrjälä04b39242011-11-17 18:05:13 +02006480 case DRM_FORMAT_ARGB8888:
6481 case DRM_FORMAT_XRGB2101010:
6482 case DRM_FORMAT_ARGB2101010:
Jesse Barnes308e5bc2011-11-14 14:51:28 -08006483 /* RGB formats are common across chipsets */
Jesse Barnesb5626742011-06-24 12:19:27 -07006484 break;
Ville Syrjälä04b39242011-11-17 18:05:13 +02006485 case DRM_FORMAT_YUYV:
6486 case DRM_FORMAT_UYVY:
6487 case DRM_FORMAT_YVYU:
6488 case DRM_FORMAT_VYUY:
Chris Wilson57cd6502010-08-08 12:34:44 +01006489 break;
6490 default:
Eugeni Dodonovaca25842012-01-17 15:25:45 -02006491 DRM_DEBUG_KMS("unsupported pixel format %u\n",
6492 mode_cmd->pixel_format);
Chris Wilson57cd6502010-08-08 12:34:44 +01006493 return -EINVAL;
6494 }
6495
Jesse Barnes79e53942008-11-07 14:24:08 -08006496 ret = drm_framebuffer_init(dev, &intel_fb->base, &intel_fb_funcs);
6497 if (ret) {
6498 DRM_ERROR("framebuffer init failed %d\n", ret);
6499 return ret;
6500 }
6501
6502 drm_helper_mode_fill_fb_struct(&intel_fb->base, mode_cmd);
Jesse Barnes79e53942008-11-07 14:24:08 -08006503 intel_fb->obj = obj;
Jesse Barnes79e53942008-11-07 14:24:08 -08006504 return 0;
6505}
6506
Jesse Barnes79e53942008-11-07 14:24:08 -08006507static struct drm_framebuffer *
6508intel_user_framebuffer_create(struct drm_device *dev,
6509 struct drm_file *filp,
Jesse Barnes308e5bc2011-11-14 14:51:28 -08006510 struct drm_mode_fb_cmd2 *mode_cmd)
Jesse Barnes79e53942008-11-07 14:24:08 -08006511{
Chris Wilson05394f32010-11-08 19:18:58 +00006512 struct drm_i915_gem_object *obj;
Jesse Barnes79e53942008-11-07 14:24:08 -08006513
Jesse Barnes308e5bc2011-11-14 14:51:28 -08006514 obj = to_intel_bo(drm_gem_object_lookup(dev, filp,
6515 mode_cmd->handles[0]));
Chris Wilsonc8725222011-02-19 11:31:06 +00006516 if (&obj->base == NULL)
Chris Wilsoncce13ff2010-08-08 13:36:38 +01006517 return ERR_PTR(-ENOENT);
Jesse Barnes79e53942008-11-07 14:24:08 -08006518
Chris Wilsond2dff872011-04-19 08:36:26 +01006519 return intel_framebuffer_create(dev, mode_cmd, obj);
Jesse Barnes79e53942008-11-07 14:24:08 -08006520}
6521
Jesse Barnes79e53942008-11-07 14:24:08 -08006522static const struct drm_mode_config_funcs intel_mode_funcs = {
Jesse Barnes79e53942008-11-07 14:24:08 -08006523 .fb_create = intel_user_framebuffer_create,
Dave Airlieeb1f8e42010-05-07 06:42:51 +00006524 .output_poll_changed = intel_fb_output_poll_changed,
Jesse Barnes79e53942008-11-07 14:24:08 -08006525};
6526
Jesse Barnese70236a2009-09-21 10:42:27 -07006527/* Set up chip specific display functions */
6528static void intel_init_display(struct drm_device *dev)
6529{
6530 struct drm_i915_private *dev_priv = dev->dev_private;
6531
6532 /* We always want a DPMS function */
Eric Anholtf564048e2011-03-30 13:01:02 -07006533 if (HAS_PCH_SPLIT(dev)) {
Adam Jacksonf2b115e2009-12-03 17:14:42 -05006534 dev_priv->display.dpms = ironlake_crtc_dpms;
Eric Anholtf564048e2011-03-30 13:01:02 -07006535 dev_priv->display.crtc_mode_set = ironlake_crtc_mode_set;
Jesse Barnesee7b9f92012-04-20 17:11:53 +01006536 dev_priv->display.off = ironlake_crtc_off;
Jesse Barnes17638cd2011-06-24 12:19:23 -07006537 dev_priv->display.update_plane = ironlake_update_plane;
Eric Anholtf564048e2011-03-30 13:01:02 -07006538 } else {
Jesse Barnese70236a2009-09-21 10:42:27 -07006539 dev_priv->display.dpms = i9xx_crtc_dpms;
Eric Anholtf564048e2011-03-30 13:01:02 -07006540 dev_priv->display.crtc_mode_set = i9xx_crtc_mode_set;
Jesse Barnesee7b9f92012-04-20 17:11:53 +01006541 dev_priv->display.off = i9xx_crtc_off;
Jesse Barnes17638cd2011-06-24 12:19:23 -07006542 dev_priv->display.update_plane = i9xx_update_plane;
Eric Anholtf564048e2011-03-30 13:01:02 -07006543 }
Jesse Barnese70236a2009-09-21 10:42:27 -07006544
Jesse Barnese70236a2009-09-21 10:42:27 -07006545 /* Returns the core display clock speed */
Jesse Barnes25eb05fc2012-03-28 13:39:23 -07006546 if (IS_VALLEYVIEW(dev))
6547 dev_priv->display.get_display_clock_speed =
6548 valleyview_get_display_clock_speed;
6549 else if (IS_I945G(dev) || (IS_G33(dev) && !IS_PINEVIEW_M(dev)))
Jesse Barnese70236a2009-09-21 10:42:27 -07006550 dev_priv->display.get_display_clock_speed =
6551 i945_get_display_clock_speed;
6552 else if (IS_I915G(dev))
6553 dev_priv->display.get_display_clock_speed =
6554 i915_get_display_clock_speed;
Adam Jacksonf2b115e2009-12-03 17:14:42 -05006555 else if (IS_I945GM(dev) || IS_845G(dev) || IS_PINEVIEW_M(dev))
Jesse Barnese70236a2009-09-21 10:42:27 -07006556 dev_priv->display.get_display_clock_speed =
6557 i9xx_misc_get_display_clock_speed;
6558 else if (IS_I915GM(dev))
6559 dev_priv->display.get_display_clock_speed =
6560 i915gm_get_display_clock_speed;
6561 else if (IS_I865G(dev))
6562 dev_priv->display.get_display_clock_speed =
6563 i865_get_display_clock_speed;
Daniel Vetterf0f8a9c2009-09-15 22:57:33 +02006564 else if (IS_I85X(dev))
Jesse Barnese70236a2009-09-21 10:42:27 -07006565 dev_priv->display.get_display_clock_speed =
6566 i855_get_display_clock_speed;
6567 else /* 852, 830 */
6568 dev_priv->display.get_display_clock_speed =
6569 i830_get_display_clock_speed;
6570
Zhenyu Wang7f8a8562010-04-01 13:07:53 +08006571 if (HAS_PCH_SPLIT(dev)) {
Chris Wilsonf00a3dd2010-10-21 14:57:17 +01006572 if (IS_GEN5(dev)) {
Jesse Barnes674cf962011-04-28 14:27:04 -07006573 dev_priv->display.fdi_link_train = ironlake_fdi_link_train;
Wu Fengguange0dac652011-09-05 14:25:34 +08006574 dev_priv->display.write_eld = ironlake_write_eld;
Yuanhan Liu13982612010-12-15 15:42:31 +08006575 } else if (IS_GEN6(dev)) {
Jesse Barnes674cf962011-04-28 14:27:04 -07006576 dev_priv->display.fdi_link_train = gen6_fdi_link_train;
Wu Fengguange0dac652011-09-05 14:25:34 +08006577 dev_priv->display.write_eld = ironlake_write_eld;
Jesse Barnes357555c2011-04-28 15:09:55 -07006578 } else if (IS_IVYBRIDGE(dev)) {
6579 /* FIXME: detect B0+ stepping and use auto training */
6580 dev_priv->display.fdi_link_train = ivb_manual_fdi_link_train;
Wu Fengguange0dac652011-09-05 14:25:34 +08006581 dev_priv->display.write_eld = ironlake_write_eld;
Zhenyu Wang7f8a8562010-04-01 13:07:53 +08006582 } else
6583 dev_priv->display.update_wm = NULL;
Jesse Barnesceb04242012-03-28 13:39:22 -07006584 } else if (IS_VALLEYVIEW(dev)) {
Jesse Barnes575155a2012-03-28 13:39:37 -07006585 dev_priv->display.force_wake_get = vlv_force_wake_get;
6586 dev_priv->display.force_wake_put = vlv_force_wake_put;
Jesse Barnes6067aae2011-04-28 15:04:31 -07006587 } else if (IS_G4X(dev)) {
Wu Fengguange0dac652011-09-05 14:25:34 +08006588 dev_priv->display.write_eld = g4x_write_eld;
Jesse Barnese70236a2009-09-21 10:42:27 -07006589 }
Jesse Barnes8c9f3aa2011-06-16 09:19:13 -07006590
6591 /* Default just returns -ENODEV to indicate unsupported */
6592 dev_priv->display.queue_flip = intel_default_queue_flip;
6593
6594 switch (INTEL_INFO(dev)->gen) {
6595 case 2:
6596 dev_priv->display.queue_flip = intel_gen2_queue_flip;
6597 break;
6598
6599 case 3:
6600 dev_priv->display.queue_flip = intel_gen3_queue_flip;
6601 break;
6602
6603 case 4:
6604 case 5:
6605 dev_priv->display.queue_flip = intel_gen4_queue_flip;
6606 break;
6607
6608 case 6:
6609 dev_priv->display.queue_flip = intel_gen6_queue_flip;
6610 break;
Jesse Barnes7c9017e2011-06-16 12:18:54 -07006611 case 7:
6612 dev_priv->display.queue_flip = intel_gen7_queue_flip;
6613 break;
Jesse Barnes8c9f3aa2011-06-16 09:19:13 -07006614 }
Jesse Barnese70236a2009-09-21 10:42:27 -07006615}
6616
Jesse Barnesb690e962010-07-19 13:53:12 -07006617/*
6618 * Some BIOSes insist on assuming the GPU's pipe A is enabled at suspend,
6619 * resume, or other times. This quirk makes sure that's the case for
6620 * affected systems.
6621 */
Akshay Joshi0206e352011-08-16 15:34:10 -04006622static void quirk_pipea_force(struct drm_device *dev)
Jesse Barnesb690e962010-07-19 13:53:12 -07006623{
6624 struct drm_i915_private *dev_priv = dev->dev_private;
6625
6626 dev_priv->quirks |= QUIRK_PIPEA_FORCE;
Daniel Vetterbc0daf42012-04-01 13:16:49 +02006627 DRM_INFO("applying pipe a force quirk\n");
Jesse Barnesb690e962010-07-19 13:53:12 -07006628}
6629
Keith Packard435793d2011-07-12 14:56:22 -07006630/*
6631 * Some machines (Lenovo U160) do not work with SSC on LVDS for some reason
6632 */
6633static void quirk_ssc_force_disable(struct drm_device *dev)
6634{
6635 struct drm_i915_private *dev_priv = dev->dev_private;
6636 dev_priv->quirks |= QUIRK_LVDS_SSC_DISABLE;
Daniel Vetterbc0daf42012-04-01 13:16:49 +02006637 DRM_INFO("applying lvds SSC disable quirk\n");
Keith Packard435793d2011-07-12 14:56:22 -07006638}
6639
Carsten Emde4dca20e2012-03-15 15:56:26 +01006640/*
Carsten Emde5a15ab52012-03-15 15:56:27 +01006641 * A machine (e.g. Acer Aspire 5734Z) may need to invert the panel backlight
6642 * brightness value
Carsten Emde4dca20e2012-03-15 15:56:26 +01006643 */
6644static void quirk_invert_brightness(struct drm_device *dev)
6645{
6646 struct drm_i915_private *dev_priv = dev->dev_private;
6647 dev_priv->quirks |= QUIRK_INVERT_BRIGHTNESS;
Daniel Vetterbc0daf42012-04-01 13:16:49 +02006648 DRM_INFO("applying inverted panel brightness quirk\n");
Jesse Barnesb690e962010-07-19 13:53:12 -07006649}
6650
6651struct intel_quirk {
6652 int device;
6653 int subsystem_vendor;
6654 int subsystem_device;
6655 void (*hook)(struct drm_device *dev);
6656};
6657
Ben Widawskyc43b5632012-04-16 14:07:40 -07006658static struct intel_quirk intel_quirks[] = {
Jesse Barnesb690e962010-07-19 13:53:12 -07006659 /* HP Mini needs pipe A force quirk (LP: #322104) */
Akshay Joshi0206e352011-08-16 15:34:10 -04006660 { 0x27ae, 0x103c, 0x361a, quirk_pipea_force },
Jesse Barnesb690e962010-07-19 13:53:12 -07006661
6662 /* Thinkpad R31 needs pipe A force quirk */
6663 { 0x3577, 0x1014, 0x0505, quirk_pipea_force },
6664 /* Toshiba Protege R-205, S-209 needs pipe A force quirk */
6665 { 0x2592, 0x1179, 0x0001, quirk_pipea_force },
6666
6667 /* ThinkPad X30 needs pipe A force quirk (LP: #304614) */
6668 { 0x3577, 0x1014, 0x0513, quirk_pipea_force },
6669 /* ThinkPad X40 needs pipe A force quirk */
6670
6671 /* ThinkPad T60 needs pipe A force quirk (bug #16494) */
6672 { 0x2782, 0x17aa, 0x201a, quirk_pipea_force },
6673
6674 /* 855 & before need to leave pipe A & dpll A up */
6675 { 0x3582, PCI_ANY_ID, PCI_ANY_ID, quirk_pipea_force },
6676 { 0x2562, PCI_ANY_ID, PCI_ANY_ID, quirk_pipea_force },
Keith Packard435793d2011-07-12 14:56:22 -07006677
6678 /* Lenovo U160 cannot use SSC on LVDS */
6679 { 0x0046, 0x17aa, 0x3920, quirk_ssc_force_disable },
Michel Alexandre Salim070d3292011-07-28 18:52:06 +02006680
6681 /* Sony Vaio Y cannot use SSC on LVDS */
6682 { 0x0046, 0x104d, 0x9076, quirk_ssc_force_disable },
Carsten Emde5a15ab52012-03-15 15:56:27 +01006683
6684 /* Acer Aspire 5734Z must invert backlight brightness */
6685 { 0x2a42, 0x1025, 0x0459, quirk_invert_brightness },
Jesse Barnesb690e962010-07-19 13:53:12 -07006686};
6687
6688static void intel_init_quirks(struct drm_device *dev)
6689{
6690 struct pci_dev *d = dev->pdev;
6691 int i;
6692
6693 for (i = 0; i < ARRAY_SIZE(intel_quirks); i++) {
6694 struct intel_quirk *q = &intel_quirks[i];
6695
6696 if (d->device == q->device &&
6697 (d->subsystem_vendor == q->subsystem_vendor ||
6698 q->subsystem_vendor == PCI_ANY_ID) &&
6699 (d->subsystem_device == q->subsystem_device ||
6700 q->subsystem_device == PCI_ANY_ID))
6701 q->hook(dev);
6702 }
6703}
6704
Jesse Barnes9cce37f2010-08-13 15:11:26 -07006705/* Disable the VGA plane that we never use */
6706static void i915_disable_vga(struct drm_device *dev)
6707{
6708 struct drm_i915_private *dev_priv = dev->dev_private;
6709 u8 sr1;
6710 u32 vga_reg;
6711
6712 if (HAS_PCH_SPLIT(dev))
6713 vga_reg = CPU_VGACNTRL;
6714 else
6715 vga_reg = VGACNTRL;
6716
6717 vga_get_uninterruptible(dev->pdev, VGA_RSRC_LEGACY_IO);
Jesse Barnes3fdcf432012-04-06 11:46:27 -07006718 outb(SR01, VGA_SR_INDEX);
Jesse Barnes9cce37f2010-08-13 15:11:26 -07006719 sr1 = inb(VGA_SR_DATA);
6720 outb(sr1 | 1<<5, VGA_SR_DATA);
6721 vga_put(dev->pdev, VGA_RSRC_LEGACY_IO);
6722 udelay(300);
6723
6724 I915_WRITE(vga_reg, VGA_DISP_DISABLE);
6725 POSTING_READ(vga_reg);
6726}
6727
Jesse Barnesf82cfb62012-04-11 09:23:35 -07006728static void ivb_pch_pwm_override(struct drm_device *dev)
6729{
6730 struct drm_i915_private *dev_priv = dev->dev_private;
6731
6732 /*
6733 * IVB has CPU eDP backlight regs too, set things up to let the
6734 * PCH regs control the backlight
6735 */
6736 I915_WRITE(BLC_PWM_CPU_CTL2, PWM_ENABLE);
6737 I915_WRITE(BLC_PWM_CPU_CTL, 0);
6738 I915_WRITE(BLC_PWM_PCH_CTL1, PWM_ENABLE | (1<<30));
6739}
6740
Daniel Vetterf8175862012-04-10 15:50:11 +02006741void intel_modeset_init_hw(struct drm_device *dev)
6742{
6743 struct drm_i915_private *dev_priv = dev->dev_private;
6744
6745 intel_init_clock_gating(dev);
6746
6747 if (IS_IRONLAKE_M(dev)) {
6748 ironlake_enable_drps(dev);
Chris Wilson1833b132012-05-09 11:56:28 +01006749 ironlake_enable_rc6(dev);
Daniel Vetterf8175862012-04-10 15:50:11 +02006750 intel_init_emon(dev);
6751 }
6752
Jesse Barnesb6834bd2012-04-11 09:23:33 -07006753 if ((IS_GEN6(dev) || IS_GEN7(dev)) && !IS_VALLEYVIEW(dev)) {
Daniel Vetterf8175862012-04-10 15:50:11 +02006754 gen6_enable_rps(dev_priv);
6755 gen6_update_ring_freq(dev_priv);
6756 }
Jesse Barnesf82cfb62012-04-11 09:23:35 -07006757
6758 if (IS_IVYBRIDGE(dev))
6759 ivb_pch_pwm_override(dev);
Daniel Vetterf8175862012-04-10 15:50:11 +02006760}
6761
Jesse Barnes79e53942008-11-07 14:24:08 -08006762void intel_modeset_init(struct drm_device *dev)
6763{
Jesse Barnes652c3932009-08-17 13:31:43 -07006764 struct drm_i915_private *dev_priv = dev->dev_private;
Jesse Barnesb840d907f2011-12-13 13:19:38 -08006765 int i, ret;
Jesse Barnes79e53942008-11-07 14:24:08 -08006766
6767 drm_mode_config_init(dev);
6768
6769 dev->mode_config.min_width = 0;
6770 dev->mode_config.min_height = 0;
6771
Dave Airlie019d96c2011-09-29 16:20:42 +01006772 dev->mode_config.preferred_depth = 24;
6773 dev->mode_config.prefer_shadow = 1;
6774
Jesse Barnes79e53942008-11-07 14:24:08 -08006775 dev->mode_config.funcs = (void *)&intel_mode_funcs;
6776
Jesse Barnesb690e962010-07-19 13:53:12 -07006777 intel_init_quirks(dev);
6778
Eugeni Dodonov1fa61102012-04-18 15:29:26 -03006779 intel_init_pm(dev);
6780
Jesse Barnese70236a2009-09-21 10:42:27 -07006781 intel_init_display(dev);
6782
Chris Wilsona6c45cf2010-09-17 00:32:17 +01006783 if (IS_GEN2(dev)) {
6784 dev->mode_config.max_width = 2048;
6785 dev->mode_config.max_height = 2048;
6786 } else if (IS_GEN3(dev)) {
Keith Packard5e4d6fa2009-07-12 23:53:17 -07006787 dev->mode_config.max_width = 4096;
6788 dev->mode_config.max_height = 4096;
Jesse Barnes79e53942008-11-07 14:24:08 -08006789 } else {
Chris Wilsona6c45cf2010-09-17 00:32:17 +01006790 dev->mode_config.max_width = 8192;
6791 dev->mode_config.max_height = 8192;
Jesse Barnes79e53942008-11-07 14:24:08 -08006792 }
Chris Wilson35c30472010-12-22 14:07:12 +00006793 dev->mode_config.fb_base = dev->agp->base;
Jesse Barnes79e53942008-11-07 14:24:08 -08006794
Zhao Yakui28c97732009-10-09 11:39:41 +08006795 DRM_DEBUG_KMS("%d display pipe%s available.\n",
Dave Airliea3524f12010-06-06 18:59:41 +10006796 dev_priv->num_pipe, dev_priv->num_pipe > 1 ? "s" : "");
Jesse Barnes79e53942008-11-07 14:24:08 -08006797
Dave Airliea3524f12010-06-06 18:59:41 +10006798 for (i = 0; i < dev_priv->num_pipe; i++) {
Jesse Barnes79e53942008-11-07 14:24:08 -08006799 intel_crtc_init(dev, i);
Jesse Barnes00c2064b2012-01-13 15:48:39 -08006800 ret = intel_plane_init(dev, i);
6801 if (ret)
6802 DRM_DEBUG_KMS("plane %d init failed: %d\n", i, ret);
Jesse Barnes79e53942008-11-07 14:24:08 -08006803 }
6804
Jesse Barnesee7b9f92012-04-20 17:11:53 +01006805 intel_pch_pll_init(dev);
6806
Jesse Barnes9cce37f2010-08-13 15:11:26 -07006807 /* Just disable it once at startup */
6808 i915_disable_vga(dev);
Jesse Barnes79e53942008-11-07 14:24:08 -08006809 intel_setup_outputs(dev);
Jesse Barnes652c3932009-08-17 13:31:43 -07006810
Jesse Barnes652c3932009-08-17 13:31:43 -07006811 INIT_WORK(&dev_priv->idle_work, intel_idle_update);
6812 setup_timer(&dev_priv->idle_timer, intel_gpu_idle_timer,
6813 (unsigned long)dev);
Chris Wilson2c7111d2011-03-29 10:40:27 +01006814}
6815
6816void intel_modeset_gem_init(struct drm_device *dev)
6817{
Chris Wilson1833b132012-05-09 11:56:28 +01006818 intel_modeset_init_hw(dev);
Daniel Vetter02e792f2009-09-15 22:57:34 +02006819
6820 intel_setup_overlay(dev);
Jesse Barnes79e53942008-11-07 14:24:08 -08006821}
6822
6823void intel_modeset_cleanup(struct drm_device *dev)
6824{
Jesse Barnes652c3932009-08-17 13:31:43 -07006825 struct drm_i915_private *dev_priv = dev->dev_private;
6826 struct drm_crtc *crtc;
6827 struct intel_crtc *intel_crtc;
6828
Keith Packardf87ea762010-10-03 19:36:26 -07006829 drm_kms_helper_poll_fini(dev);
Jesse Barnes652c3932009-08-17 13:31:43 -07006830 mutex_lock(&dev->struct_mutex);
6831
Jesse Barnes723bfd72010-10-07 16:01:13 -07006832 intel_unregister_dsm_handler();
6833
6834
Jesse Barnes652c3932009-08-17 13:31:43 -07006835 list_for_each_entry(crtc, &dev->mode_config.crtc_list, head) {
6836 /* Skip inactive CRTCs */
6837 if (!crtc->fb)
6838 continue;
6839
6840 intel_crtc = to_intel_crtc(crtc);
Daniel Vetter3dec0092010-08-20 21:40:52 +02006841 intel_increase_pllclock(crtc);
Jesse Barnes652c3932009-08-17 13:31:43 -07006842 }
6843
Chris Wilson973d04f2011-07-08 12:22:37 +01006844 intel_disable_fbc(dev);
Jesse Barnese70236a2009-09-21 10:42:27 -07006845
Jesse Barnesf97108d2010-01-29 11:27:07 -08006846 if (IS_IRONLAKE_M(dev))
6847 ironlake_disable_drps(dev);
Jesse Barnesb6834bd2012-04-11 09:23:33 -07006848 if ((IS_GEN6(dev) || IS_GEN7(dev)) && !IS_VALLEYVIEW(dev))
Jesse Barnes3b8d8d92010-12-17 14:19:02 -08006849 gen6_disable_rps(dev);
Jesse Barnesf97108d2010-01-29 11:27:07 -08006850
Jesse Barnesd5bb0812011-01-05 12:01:26 -08006851 if (IS_IRONLAKE_M(dev))
6852 ironlake_disable_rc6(dev);
Chris Wilson0cdab212010-12-05 17:27:06 +00006853
Jesse Barnes57f350b2012-03-28 13:39:25 -07006854 if (IS_VALLEYVIEW(dev))
6855 vlv_init_dpio(dev);
6856
Kristian Høgsberg69341a52009-11-11 12:19:17 -05006857 mutex_unlock(&dev->struct_mutex);
6858
Daniel Vetter6c0d93502010-08-20 18:26:46 +02006859 /* Disable the irq before mode object teardown, for the irq might
6860 * enqueue unpin/hotplug work. */
6861 drm_irq_uninstall(dev);
6862 cancel_work_sync(&dev_priv->hotplug_work);
Daniel Vetter6fdd4d92011-09-08 14:00:22 +02006863 cancel_work_sync(&dev_priv->rps_work);
Daniel Vetter6c0d93502010-08-20 18:26:46 +02006864
Chris Wilson1630fe72011-07-08 12:22:42 +01006865 /* flush any delayed tasks or pending work */
6866 flush_scheduled_work();
6867
Daniel Vetter3dec0092010-08-20 21:40:52 +02006868 /* Shut off idle work before the crtcs get freed. */
6869 list_for_each_entry(crtc, &dev->mode_config.crtc_list, head) {
6870 intel_crtc = to_intel_crtc(crtc);
6871 del_timer_sync(&intel_crtc->idle_timer);
6872 }
6873 del_timer_sync(&dev_priv->idle_timer);
6874 cancel_work_sync(&dev_priv->idle_work);
6875
Jesse Barnes79e53942008-11-07 14:24:08 -08006876 drm_mode_config_cleanup(dev);
6877}
6878
Dave Airlie28d52042009-09-21 14:33:58 +10006879/*
Zhenyu Wangf1c79df2010-03-30 14:39:29 +08006880 * Return which encoder is currently attached for connector.
6881 */
Chris Wilsondf0e9242010-09-09 16:20:55 +01006882struct drm_encoder *intel_best_encoder(struct drm_connector *connector)
Jesse Barnes79e53942008-11-07 14:24:08 -08006883{
Chris Wilsondf0e9242010-09-09 16:20:55 +01006884 return &intel_attached_encoder(connector)->base;
6885}
Jesse Barnes79e53942008-11-07 14:24:08 -08006886
Chris Wilsondf0e9242010-09-09 16:20:55 +01006887void intel_connector_attach_encoder(struct intel_connector *connector,
6888 struct intel_encoder *encoder)
6889{
6890 connector->encoder = encoder;
6891 drm_mode_connector_attach_encoder(&connector->base,
6892 &encoder->base);
Jesse Barnes79e53942008-11-07 14:24:08 -08006893}
Dave Airlie28d52042009-09-21 14:33:58 +10006894
6895/*
6896 * set vga decode state - true == enable VGA decode
6897 */
6898int intel_modeset_vga_set_state(struct drm_device *dev, bool state)
6899{
6900 struct drm_i915_private *dev_priv = dev->dev_private;
6901 u16 gmch_ctrl;
6902
6903 pci_read_config_word(dev_priv->bridge_dev, INTEL_GMCH_CTRL, &gmch_ctrl);
6904 if (state)
6905 gmch_ctrl &= ~INTEL_GMCH_VGA_DISABLE;
6906 else
6907 gmch_ctrl |= INTEL_GMCH_VGA_DISABLE;
6908 pci_write_config_word(dev_priv->bridge_dev, INTEL_GMCH_CTRL, gmch_ctrl);
6909 return 0;
6910}
Chris Wilsonc4a1d9e2010-11-21 13:12:35 +00006911
6912#ifdef CONFIG_DEBUG_FS
6913#include <linux/seq_file.h>
6914
6915struct intel_display_error_state {
6916 struct intel_cursor_error_state {
6917 u32 control;
6918 u32 position;
6919 u32 base;
6920 u32 size;
6921 } cursor[2];
6922
6923 struct intel_pipe_error_state {
6924 u32 conf;
6925 u32 source;
6926
6927 u32 htotal;
6928 u32 hblank;
6929 u32 hsync;
6930 u32 vtotal;
6931 u32 vblank;
6932 u32 vsync;
6933 } pipe[2];
6934
6935 struct intel_plane_error_state {
6936 u32 control;
6937 u32 stride;
6938 u32 size;
6939 u32 pos;
6940 u32 addr;
6941 u32 surface;
6942 u32 tile_offset;
6943 } plane[2];
6944};
6945
6946struct intel_display_error_state *
6947intel_display_capture_error_state(struct drm_device *dev)
6948{
Akshay Joshi0206e352011-08-16 15:34:10 -04006949 drm_i915_private_t *dev_priv = dev->dev_private;
Chris Wilsonc4a1d9e2010-11-21 13:12:35 +00006950 struct intel_display_error_state *error;
6951 int i;
6952
6953 error = kmalloc(sizeof(*error), GFP_ATOMIC);
6954 if (error == NULL)
6955 return NULL;
6956
6957 for (i = 0; i < 2; i++) {
6958 error->cursor[i].control = I915_READ(CURCNTR(i));
6959 error->cursor[i].position = I915_READ(CURPOS(i));
6960 error->cursor[i].base = I915_READ(CURBASE(i));
6961
6962 error->plane[i].control = I915_READ(DSPCNTR(i));
6963 error->plane[i].stride = I915_READ(DSPSTRIDE(i));
6964 error->plane[i].size = I915_READ(DSPSIZE(i));
Akshay Joshi0206e352011-08-16 15:34:10 -04006965 error->plane[i].pos = I915_READ(DSPPOS(i));
Chris Wilsonc4a1d9e2010-11-21 13:12:35 +00006966 error->plane[i].addr = I915_READ(DSPADDR(i));
6967 if (INTEL_INFO(dev)->gen >= 4) {
6968 error->plane[i].surface = I915_READ(DSPSURF(i));
6969 error->plane[i].tile_offset = I915_READ(DSPTILEOFF(i));
6970 }
6971
6972 error->pipe[i].conf = I915_READ(PIPECONF(i));
6973 error->pipe[i].source = I915_READ(PIPESRC(i));
6974 error->pipe[i].htotal = I915_READ(HTOTAL(i));
6975 error->pipe[i].hblank = I915_READ(HBLANK(i));
6976 error->pipe[i].hsync = I915_READ(HSYNC(i));
6977 error->pipe[i].vtotal = I915_READ(VTOTAL(i));
6978 error->pipe[i].vblank = I915_READ(VBLANK(i));
6979 error->pipe[i].vsync = I915_READ(VSYNC(i));
6980 }
6981
6982 return error;
6983}
6984
6985void
6986intel_display_print_error_state(struct seq_file *m,
6987 struct drm_device *dev,
6988 struct intel_display_error_state *error)
6989{
6990 int i;
6991
6992 for (i = 0; i < 2; i++) {
6993 seq_printf(m, "Pipe [%d]:\n", i);
6994 seq_printf(m, " CONF: %08x\n", error->pipe[i].conf);
6995 seq_printf(m, " SRC: %08x\n", error->pipe[i].source);
6996 seq_printf(m, " HTOTAL: %08x\n", error->pipe[i].htotal);
6997 seq_printf(m, " HBLANK: %08x\n", error->pipe[i].hblank);
6998 seq_printf(m, " HSYNC: %08x\n", error->pipe[i].hsync);
6999 seq_printf(m, " VTOTAL: %08x\n", error->pipe[i].vtotal);
7000 seq_printf(m, " VBLANK: %08x\n", error->pipe[i].vblank);
7001 seq_printf(m, " VSYNC: %08x\n", error->pipe[i].vsync);
7002
7003 seq_printf(m, "Plane [%d]:\n", i);
7004 seq_printf(m, " CNTR: %08x\n", error->plane[i].control);
7005 seq_printf(m, " STRIDE: %08x\n", error->plane[i].stride);
7006 seq_printf(m, " SIZE: %08x\n", error->plane[i].size);
7007 seq_printf(m, " POS: %08x\n", error->plane[i].pos);
7008 seq_printf(m, " ADDR: %08x\n", error->plane[i].addr);
7009 if (INTEL_INFO(dev)->gen >= 4) {
7010 seq_printf(m, " SURF: %08x\n", error->plane[i].surface);
7011 seq_printf(m, " TILEOFF: %08x\n", error->plane[i].tile_offset);
7012 }
7013
7014 seq_printf(m, "Cursor [%d]:\n", i);
7015 seq_printf(m, " CNTR: %08x\n", error->cursor[i].control);
7016 seq_printf(m, " POS: %08x\n", error->cursor[i].position);
7017 seq_printf(m, " BASE: %08x\n", error->cursor[i].base);
7018 }
7019}
7020#endif