blob: 059e4684efd10300d599b67a8d7c3d80ae92d5ab [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
Jesse Barnes9d0498a2010-08-18 13:20:54 -0700787/**
788 * intel_wait_for_vblank - wait for vblank on a given pipe
789 * @dev: drm device
790 * @pipe: pipe to wait for
791 *
792 * Wait for vblank to occur on a given pipe. Needed for various bits of
793 * mode setting code.
794 */
795void intel_wait_for_vblank(struct drm_device *dev, int pipe)
Jesse Barnes79e53942008-11-07 14:24:08 -0800796{
Jesse Barnes9d0498a2010-08-18 13:20:54 -0700797 struct drm_i915_private *dev_priv = dev->dev_private;
Jesse Barnes9db4a9c2011-02-07 12:26:52 -0800798 int pipestat_reg = PIPESTAT(pipe);
Jesse Barnes9d0498a2010-08-18 13:20:54 -0700799
Chris Wilson300387c2010-09-05 20:25:43 +0100800 /* Clear existing vblank status. Note this will clear any other
801 * sticky status fields as well.
802 *
803 * This races with i915_driver_irq_handler() with the result
804 * that either function could miss a vblank event. Here it is not
805 * fatal, as we will either wait upon the next vblank interrupt or
806 * timeout. Generally speaking intel_wait_for_vblank() is only
807 * called during modeset at which time the GPU should be idle and
808 * should *not* be performing page flips and thus not waiting on
809 * vblanks...
810 * Currently, the result of us stealing a vblank from the irq
811 * handler is that a single frame will be skipped during swapbuffers.
812 */
813 I915_WRITE(pipestat_reg,
814 I915_READ(pipestat_reg) | PIPE_VBLANK_INTERRUPT_STATUS);
815
Jesse Barnes9d0498a2010-08-18 13:20:54 -0700816 /* Wait for vblank interrupt bit to set */
Chris Wilson481b6af2010-08-23 17:43:35 +0100817 if (wait_for(I915_READ(pipestat_reg) &
818 PIPE_VBLANK_INTERRUPT_STATUS,
819 50))
Jesse Barnes9d0498a2010-08-18 13:20:54 -0700820 DRM_DEBUG_KMS("vblank wait timed out\n");
821}
822
Keith Packardab7ad7f2010-10-03 00:33:06 -0700823/*
824 * intel_wait_for_pipe_off - wait for pipe to turn off
Jesse Barnes9d0498a2010-08-18 13:20:54 -0700825 * @dev: drm device
826 * @pipe: pipe to wait for
827 *
828 * After disabling a pipe, we can't wait for vblank in the usual way,
829 * spinning on the vblank interrupt status bit, since we won't actually
830 * see an interrupt when the pipe is disabled.
831 *
Keith Packardab7ad7f2010-10-03 00:33:06 -0700832 * On Gen4 and above:
833 * wait for the pipe register state bit to turn off
834 *
835 * Otherwise:
836 * wait for the display line value to settle (it usually
837 * ends up stopping at the start of the next frame).
Chris Wilson58e10eb2010-10-03 10:56:11 +0100838 *
Jesse Barnes9d0498a2010-08-18 13:20:54 -0700839 */
Chris Wilson58e10eb2010-10-03 10:56:11 +0100840void intel_wait_for_pipe_off(struct drm_device *dev, int pipe)
Jesse Barnes9d0498a2010-08-18 13:20:54 -0700841{
842 struct drm_i915_private *dev_priv = dev->dev_private;
Jesse Barnes9d0498a2010-08-18 13:20:54 -0700843
Keith Packardab7ad7f2010-10-03 00:33:06 -0700844 if (INTEL_INFO(dev)->gen >= 4) {
Chris Wilson58e10eb2010-10-03 10:56:11 +0100845 int reg = PIPECONF(pipe);
Jesse Barnes9d0498a2010-08-18 13:20:54 -0700846
Keith Packardab7ad7f2010-10-03 00:33:06 -0700847 /* Wait for the Pipe State to go off */
Chris Wilson58e10eb2010-10-03 10:56:11 +0100848 if (wait_for((I915_READ(reg) & I965_PIPECONF_ACTIVE) == 0,
849 100))
Keith Packardab7ad7f2010-10-03 00:33:06 -0700850 DRM_DEBUG_KMS("pipe_off wait timed out\n");
851 } else {
852 u32 last_line;
Chris Wilson58e10eb2010-10-03 10:56:11 +0100853 int reg = PIPEDSL(pipe);
Keith Packardab7ad7f2010-10-03 00:33:06 -0700854 unsigned long timeout = jiffies + msecs_to_jiffies(100);
855
856 /* Wait for the display line to settle */
857 do {
Chris Wilson58e10eb2010-10-03 10:56:11 +0100858 last_line = I915_READ(reg) & DSL_LINEMASK;
Keith Packardab7ad7f2010-10-03 00:33:06 -0700859 mdelay(5);
Chris Wilson58e10eb2010-10-03 10:56:11 +0100860 } while (((I915_READ(reg) & DSL_LINEMASK) != last_line) &&
Keith Packardab7ad7f2010-10-03 00:33:06 -0700861 time_after(timeout, jiffies));
862 if (time_after(jiffies, timeout))
863 DRM_DEBUG_KMS("pipe_off wait timed out\n");
864 }
Jesse Barnes79e53942008-11-07 14:24:08 -0800865}
866
Jesse Barnesb24e7172011-01-04 15:09:30 -0800867static const char *state_string(bool enabled)
868{
869 return enabled ? "on" : "off";
870}
871
872/* Only for pre-ILK configs */
873static void assert_pll(struct drm_i915_private *dev_priv,
874 enum pipe pipe, bool state)
875{
876 int reg;
877 u32 val;
878 bool cur_state;
879
880 reg = DPLL(pipe);
881 val = I915_READ(reg);
882 cur_state = !!(val & DPLL_VCO_ENABLE);
883 WARN(cur_state != state,
884 "PLL state assertion failure (expected %s, current %s)\n",
885 state_string(state), state_string(cur_state));
886}
887#define assert_pll_enabled(d, p) assert_pll(d, p, true)
888#define assert_pll_disabled(d, p) assert_pll(d, p, false)
889
Jesse Barnes040484a2011-01-03 12:14:26 -0800890/* For ILK+ */
891static void assert_pch_pll(struct drm_i915_private *dev_priv,
Jesse Barnesee7b9f92012-04-20 17:11:53 +0100892 struct intel_crtc *intel_crtc, bool state)
Jesse Barnes040484a2011-01-03 12:14:26 -0800893{
894 int reg;
895 u32 val;
896 bool cur_state;
897
Jesse Barnesee7b9f92012-04-20 17:11:53 +0100898 if (!intel_crtc->pch_pll) {
899 WARN(1, "asserting PCH PLL enabled with no PLL\n");
900 return;
901 }
902
Jesse Barnesd3ccbe82011-10-12 09:27:42 -0700903 if (HAS_PCH_CPT(dev_priv->dev)) {
904 u32 pch_dpll;
905
906 pch_dpll = I915_READ(PCH_DPLL_SEL);
907
908 /* Make sure the selected PLL is enabled to the transcoder */
Jesse Barnesee7b9f92012-04-20 17:11:53 +0100909 WARN(!((pch_dpll >> (4 * intel_crtc->pipe)) & 8),
910 "transcoder %d PLL not enabled\n", intel_crtc->pipe);
Jesse Barnesd3ccbe82011-10-12 09:27:42 -0700911 }
912
Jesse Barnesee7b9f92012-04-20 17:11:53 +0100913 reg = intel_crtc->pch_pll->pll_reg;
Jesse Barnes040484a2011-01-03 12:14:26 -0800914 val = I915_READ(reg);
915 cur_state = !!(val & DPLL_VCO_ENABLE);
916 WARN(cur_state != state,
917 "PCH PLL state assertion failure (expected %s, current %s)\n",
918 state_string(state), state_string(cur_state));
919}
920#define assert_pch_pll_enabled(d, p) assert_pch_pll(d, p, true)
921#define assert_pch_pll_disabled(d, p) assert_pch_pll(d, p, false)
922
923static void assert_fdi_tx(struct drm_i915_private *dev_priv,
924 enum pipe pipe, bool state)
925{
926 int reg;
927 u32 val;
928 bool cur_state;
929
930 reg = FDI_TX_CTL(pipe);
931 val = I915_READ(reg);
932 cur_state = !!(val & FDI_TX_ENABLE);
933 WARN(cur_state != state,
934 "FDI TX state assertion failure (expected %s, current %s)\n",
935 state_string(state), state_string(cur_state));
936}
937#define assert_fdi_tx_enabled(d, p) assert_fdi_tx(d, p, true)
938#define assert_fdi_tx_disabled(d, p) assert_fdi_tx(d, p, false)
939
940static void assert_fdi_rx(struct drm_i915_private *dev_priv,
941 enum pipe pipe, bool state)
942{
943 int reg;
944 u32 val;
945 bool cur_state;
946
947 reg = FDI_RX_CTL(pipe);
948 val = I915_READ(reg);
949 cur_state = !!(val & FDI_RX_ENABLE);
950 WARN(cur_state != state,
951 "FDI RX state assertion failure (expected %s, current %s)\n",
952 state_string(state), state_string(cur_state));
953}
954#define assert_fdi_rx_enabled(d, p) assert_fdi_rx(d, p, true)
955#define assert_fdi_rx_disabled(d, p) assert_fdi_rx(d, p, false)
956
957static void assert_fdi_tx_pll_enabled(struct drm_i915_private *dev_priv,
958 enum pipe pipe)
959{
960 int reg;
961 u32 val;
962
963 /* ILK FDI PLL is always enabled */
964 if (dev_priv->info->gen == 5)
965 return;
966
967 reg = FDI_TX_CTL(pipe);
968 val = I915_READ(reg);
969 WARN(!(val & FDI_TX_PLL_ENABLE), "FDI TX PLL assertion failure, should be active but is disabled\n");
970}
971
972static void assert_fdi_rx_pll_enabled(struct drm_i915_private *dev_priv,
973 enum pipe pipe)
974{
975 int reg;
976 u32 val;
977
978 reg = FDI_RX_CTL(pipe);
979 val = I915_READ(reg);
980 WARN(!(val & FDI_RX_PLL_ENABLE), "FDI RX PLL assertion failure, should be active but is disabled\n");
981}
982
Jesse Barnesea0760c2011-01-04 15:09:32 -0800983static void assert_panel_unlocked(struct drm_i915_private *dev_priv,
984 enum pipe pipe)
985{
986 int pp_reg, lvds_reg;
987 u32 val;
988 enum pipe panel_pipe = PIPE_A;
Thomas Jarosch0de3b482011-08-25 15:37:45 +0200989 bool locked = true;
Jesse Barnesea0760c2011-01-04 15:09:32 -0800990
991 if (HAS_PCH_SPLIT(dev_priv->dev)) {
992 pp_reg = PCH_PP_CONTROL;
993 lvds_reg = PCH_LVDS;
994 } else {
995 pp_reg = PP_CONTROL;
996 lvds_reg = LVDS;
997 }
998
999 val = I915_READ(pp_reg);
1000 if (!(val & PANEL_POWER_ON) ||
1001 ((val & PANEL_UNLOCK_REGS) == PANEL_UNLOCK_REGS))
1002 locked = false;
1003
1004 if (I915_READ(lvds_reg) & LVDS_PIPEB_SELECT)
1005 panel_pipe = PIPE_B;
1006
1007 WARN(panel_pipe == pipe && locked,
1008 "panel assertion failure, pipe %c regs locked\n",
Jesse Barnes9db4a9c2011-02-07 12:26:52 -08001009 pipe_name(pipe));
Jesse Barnesea0760c2011-01-04 15:09:32 -08001010}
1011
Jesse Barnesb840d907f2011-12-13 13:19:38 -08001012void assert_pipe(struct drm_i915_private *dev_priv,
1013 enum pipe pipe, bool state)
Jesse Barnesb24e7172011-01-04 15:09:30 -08001014{
1015 int reg;
1016 u32 val;
Jesse Barnes63d7bbe2011-01-04 15:09:33 -08001017 bool cur_state;
Jesse Barnesb24e7172011-01-04 15:09:30 -08001018
Daniel Vetter8e636782012-01-22 01:36:48 +01001019 /* if we need the pipe A quirk it must be always on */
1020 if (pipe == PIPE_A && dev_priv->quirks & QUIRK_PIPEA_FORCE)
1021 state = true;
1022
Jesse Barnesb24e7172011-01-04 15:09:30 -08001023 reg = PIPECONF(pipe);
1024 val = I915_READ(reg);
Jesse Barnes63d7bbe2011-01-04 15:09:33 -08001025 cur_state = !!(val & PIPECONF_ENABLE);
1026 WARN(cur_state != state,
1027 "pipe %c assertion failure (expected %s, current %s)\n",
Jesse Barnes9db4a9c2011-02-07 12:26:52 -08001028 pipe_name(pipe), state_string(state), state_string(cur_state));
Jesse Barnesb24e7172011-01-04 15:09:30 -08001029}
1030
Chris Wilson931872f2012-01-16 23:01:13 +00001031static void assert_plane(struct drm_i915_private *dev_priv,
1032 enum plane plane, bool state)
Jesse Barnesb24e7172011-01-04 15:09:30 -08001033{
1034 int reg;
1035 u32 val;
Chris Wilson931872f2012-01-16 23:01:13 +00001036 bool cur_state;
Jesse Barnesb24e7172011-01-04 15:09:30 -08001037
1038 reg = DSPCNTR(plane);
1039 val = I915_READ(reg);
Chris Wilson931872f2012-01-16 23:01:13 +00001040 cur_state = !!(val & DISPLAY_PLANE_ENABLE);
1041 WARN(cur_state != state,
1042 "plane %c assertion failure (expected %s, current %s)\n",
1043 plane_name(plane), state_string(state), state_string(cur_state));
Jesse Barnesb24e7172011-01-04 15:09:30 -08001044}
1045
Chris Wilson931872f2012-01-16 23:01:13 +00001046#define assert_plane_enabled(d, p) assert_plane(d, p, true)
1047#define assert_plane_disabled(d, p) assert_plane(d, p, false)
1048
Jesse Barnesb24e7172011-01-04 15:09:30 -08001049static void assert_planes_disabled(struct drm_i915_private *dev_priv,
1050 enum pipe pipe)
1051{
1052 int reg, i;
1053 u32 val;
1054 int cur_pipe;
1055
Jesse Barnes19ec1352011-02-02 12:28:02 -08001056 /* Planes are fixed to pipes on ILK+ */
Adam Jackson28c057942011-10-07 14:38:42 -04001057 if (HAS_PCH_SPLIT(dev_priv->dev)) {
1058 reg = DSPCNTR(pipe);
1059 val = I915_READ(reg);
1060 WARN((val & DISPLAY_PLANE_ENABLE),
1061 "plane %c assertion failure, should be disabled but not\n",
1062 plane_name(pipe));
Jesse Barnes19ec1352011-02-02 12:28:02 -08001063 return;
Adam Jackson28c057942011-10-07 14:38:42 -04001064 }
Jesse Barnes19ec1352011-02-02 12:28:02 -08001065
Jesse Barnesb24e7172011-01-04 15:09:30 -08001066 /* Need to check both planes against the pipe */
1067 for (i = 0; i < 2; i++) {
1068 reg = DSPCNTR(i);
1069 val = I915_READ(reg);
1070 cur_pipe = (val & DISPPLANE_SEL_PIPE_MASK) >>
1071 DISPPLANE_SEL_PIPE_SHIFT;
1072 WARN((val & DISPLAY_PLANE_ENABLE) && pipe == cur_pipe,
Jesse Barnes9db4a9c2011-02-07 12:26:52 -08001073 "plane %c assertion failure, should be off on pipe %c but is still active\n",
1074 plane_name(i), pipe_name(pipe));
Jesse Barnesb24e7172011-01-04 15:09:30 -08001075 }
1076}
1077
Jesse Barnes92f25842011-01-04 15:09:34 -08001078static void assert_pch_refclk_enabled(struct drm_i915_private *dev_priv)
1079{
1080 u32 val;
1081 bool enabled;
1082
1083 val = I915_READ(PCH_DREF_CONTROL);
1084 enabled = !!(val & (DREF_SSC_SOURCE_MASK | DREF_NONSPREAD_SOURCE_MASK |
1085 DREF_SUPERSPREAD_SOURCE_MASK));
1086 WARN(!enabled, "PCH refclk assertion failure, should be active but is disabled\n");
1087}
1088
1089static void assert_transcoder_disabled(struct drm_i915_private *dev_priv,
1090 enum pipe pipe)
1091{
1092 int reg;
1093 u32 val;
1094 bool enabled;
1095
1096 reg = TRANSCONF(pipe);
1097 val = I915_READ(reg);
1098 enabled = !!(val & TRANS_ENABLE);
Jesse Barnes9db4a9c2011-02-07 12:26:52 -08001099 WARN(enabled,
1100 "transcoder assertion failed, should be off on pipe %c but is still active\n",
1101 pipe_name(pipe));
Jesse Barnes92f25842011-01-04 15:09:34 -08001102}
1103
Keith Packard4e634382011-08-06 10:39:45 -07001104static bool dp_pipe_enabled(struct drm_i915_private *dev_priv,
1105 enum pipe pipe, u32 port_sel, u32 val)
Keith Packardf0575e92011-07-25 22:12:43 -07001106{
1107 if ((val & DP_PORT_EN) == 0)
1108 return false;
1109
1110 if (HAS_PCH_CPT(dev_priv->dev)) {
1111 u32 trans_dp_ctl_reg = TRANS_DP_CTL(pipe);
1112 u32 trans_dp_ctl = I915_READ(trans_dp_ctl_reg);
1113 if ((trans_dp_ctl & TRANS_DP_PORT_SEL_MASK) != port_sel)
1114 return false;
1115 } else {
1116 if ((val & DP_PIPE_MASK) != (pipe << 30))
1117 return false;
1118 }
1119 return true;
1120}
1121
Keith Packard1519b992011-08-06 10:35:34 -07001122static bool hdmi_pipe_enabled(struct drm_i915_private *dev_priv,
1123 enum pipe pipe, u32 val)
1124{
1125 if ((val & PORT_ENABLE) == 0)
1126 return false;
1127
1128 if (HAS_PCH_CPT(dev_priv->dev)) {
1129 if ((val & PORT_TRANS_SEL_MASK) != PORT_TRANS_SEL_CPT(pipe))
1130 return false;
1131 } else {
1132 if ((val & TRANSCODER_MASK) != TRANSCODER(pipe))
1133 return false;
1134 }
1135 return true;
1136}
1137
1138static bool lvds_pipe_enabled(struct drm_i915_private *dev_priv,
1139 enum pipe pipe, u32 val)
1140{
1141 if ((val & LVDS_PORT_EN) == 0)
1142 return false;
1143
1144 if (HAS_PCH_CPT(dev_priv->dev)) {
1145 if ((val & PORT_TRANS_SEL_MASK) != PORT_TRANS_SEL_CPT(pipe))
1146 return false;
1147 } else {
1148 if ((val & LVDS_PIPE_MASK) != LVDS_PIPE(pipe))
1149 return false;
1150 }
1151 return true;
1152}
1153
1154static bool adpa_pipe_enabled(struct drm_i915_private *dev_priv,
1155 enum pipe pipe, u32 val)
1156{
1157 if ((val & ADPA_DAC_ENABLE) == 0)
1158 return false;
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 & ADPA_PIPE_SELECT_MASK) != ADPA_PIPE_SELECT(pipe))
1164 return false;
1165 }
1166 return true;
1167}
1168
Jesse Barnes291906f2011-02-02 12:28:03 -08001169static void assert_pch_dp_disabled(struct drm_i915_private *dev_priv,
Keith Packardf0575e92011-07-25 22:12:43 -07001170 enum pipe pipe, int reg, u32 port_sel)
Jesse Barnes291906f2011-02-02 12:28:03 -08001171{
Jesse Barnes47a05ec2011-02-07 13:46:40 -08001172 u32 val = I915_READ(reg);
Keith Packard4e634382011-08-06 10:39:45 -07001173 WARN(dp_pipe_enabled(dev_priv, pipe, port_sel, val),
Jesse Barnes291906f2011-02-02 12:28:03 -08001174 "PCH DP (0x%08x) enabled on transcoder %c, should be disabled\n",
Jesse Barnes9db4a9c2011-02-07 12:26:52 -08001175 reg, pipe_name(pipe));
Jesse Barnes291906f2011-02-02 12:28:03 -08001176}
1177
1178static void assert_pch_hdmi_disabled(struct drm_i915_private *dev_priv,
1179 enum pipe pipe, int reg)
1180{
Jesse Barnes47a05ec2011-02-07 13:46:40 -08001181 u32 val = I915_READ(reg);
Keith Packard1519b992011-08-06 10:35:34 -07001182 WARN(hdmi_pipe_enabled(dev_priv, val, pipe),
Adam Jackson23c99e72011-10-07 14:38:43 -04001183 "PCH HDMI (0x%08x) enabled on transcoder %c, should be disabled\n",
Jesse Barnes9db4a9c2011-02-07 12:26:52 -08001184 reg, pipe_name(pipe));
Jesse Barnes291906f2011-02-02 12:28:03 -08001185}
1186
1187static void assert_pch_ports_disabled(struct drm_i915_private *dev_priv,
1188 enum pipe pipe)
1189{
1190 int reg;
1191 u32 val;
Jesse Barnes291906f2011-02-02 12:28:03 -08001192
Keith Packardf0575e92011-07-25 22:12:43 -07001193 assert_pch_dp_disabled(dev_priv, pipe, PCH_DP_B, TRANS_DP_PORT_SEL_B);
1194 assert_pch_dp_disabled(dev_priv, pipe, PCH_DP_C, TRANS_DP_PORT_SEL_C);
1195 assert_pch_dp_disabled(dev_priv, pipe, PCH_DP_D, TRANS_DP_PORT_SEL_D);
Jesse Barnes291906f2011-02-02 12:28:03 -08001196
1197 reg = PCH_ADPA;
1198 val = I915_READ(reg);
Keith Packard1519b992011-08-06 10:35:34 -07001199 WARN(adpa_pipe_enabled(dev_priv, val, pipe),
Jesse Barnes291906f2011-02-02 12:28:03 -08001200 "PCH VGA enabled on transcoder %c, should be disabled\n",
Jesse Barnes9db4a9c2011-02-07 12:26:52 -08001201 pipe_name(pipe));
Jesse Barnes291906f2011-02-02 12:28:03 -08001202
1203 reg = PCH_LVDS;
1204 val = I915_READ(reg);
Keith Packard1519b992011-08-06 10:35:34 -07001205 WARN(lvds_pipe_enabled(dev_priv, val, pipe),
Jesse Barnes291906f2011-02-02 12:28:03 -08001206 "PCH LVDS enabled on transcoder %c, should be disabled\n",
Jesse Barnes9db4a9c2011-02-07 12:26:52 -08001207 pipe_name(pipe));
Jesse Barnes291906f2011-02-02 12:28:03 -08001208
1209 assert_pch_hdmi_disabled(dev_priv, pipe, HDMIB);
1210 assert_pch_hdmi_disabled(dev_priv, pipe, HDMIC);
1211 assert_pch_hdmi_disabled(dev_priv, pipe, HDMID);
1212}
1213
Jesse Barnesb24e7172011-01-04 15:09:30 -08001214/**
Jesse Barnes63d7bbe2011-01-04 15:09:33 -08001215 * intel_enable_pll - enable a PLL
1216 * @dev_priv: i915 private structure
1217 * @pipe: pipe PLL to enable
1218 *
1219 * Enable @pipe's PLL so we can start pumping pixels from a plane. Check to
1220 * make sure the PLL reg is writable first though, since the panel write
1221 * protect mechanism may be enabled.
1222 *
1223 * Note! This is for pre-ILK only.
1224 */
1225static void intel_enable_pll(struct drm_i915_private *dev_priv, enum pipe pipe)
1226{
1227 int reg;
1228 u32 val;
1229
1230 /* No really, not for ILK+ */
1231 BUG_ON(dev_priv->info->gen >= 5);
1232
1233 /* PLL is protected by panel, make sure we can write it */
1234 if (IS_MOBILE(dev_priv->dev) && !IS_I830(dev_priv->dev))
1235 assert_panel_unlocked(dev_priv, pipe);
1236
1237 reg = DPLL(pipe);
1238 val = I915_READ(reg);
1239 val |= DPLL_VCO_ENABLE;
1240
1241 /* We do this three times for luck */
1242 I915_WRITE(reg, val);
1243 POSTING_READ(reg);
1244 udelay(150); /* wait for warmup */
1245 I915_WRITE(reg, val);
1246 POSTING_READ(reg);
1247 udelay(150); /* wait for warmup */
1248 I915_WRITE(reg, val);
1249 POSTING_READ(reg);
1250 udelay(150); /* wait for warmup */
1251}
1252
1253/**
1254 * intel_disable_pll - disable a PLL
1255 * @dev_priv: i915 private structure
1256 * @pipe: pipe PLL to disable
1257 *
1258 * Disable the PLL for @pipe, making sure the pipe is off first.
1259 *
1260 * Note! This is for pre-ILK only.
1261 */
1262static void intel_disable_pll(struct drm_i915_private *dev_priv, enum pipe pipe)
1263{
1264 int reg;
1265 u32 val;
1266
1267 /* Don't disable pipe A or pipe A PLLs if needed */
1268 if (pipe == PIPE_A && (dev_priv->quirks & QUIRK_PIPEA_FORCE))
1269 return;
1270
1271 /* Make sure the pipe isn't still relying on us */
1272 assert_pipe_disabled(dev_priv, pipe);
1273
1274 reg = DPLL(pipe);
1275 val = I915_READ(reg);
1276 val &= ~DPLL_VCO_ENABLE;
1277 I915_WRITE(reg, val);
1278 POSTING_READ(reg);
1279}
1280
1281/**
Jesse Barnes92f25842011-01-04 15:09:34 -08001282 * intel_enable_pch_pll - enable PCH PLL
1283 * @dev_priv: i915 private structure
1284 * @pipe: pipe PLL to enable
1285 *
1286 * The PCH PLL needs to be enabled before the PCH transcoder, since it
1287 * drives the transcoder clock.
1288 */
Jesse Barnesee7b9f92012-04-20 17:11:53 +01001289static void intel_enable_pch_pll(struct intel_crtc *intel_crtc)
Jesse Barnes92f25842011-01-04 15:09:34 -08001290{
Jesse Barnesee7b9f92012-04-20 17:11:53 +01001291 struct drm_i915_private *dev_priv = intel_crtc->base.dev->dev_private;
1292 struct intel_pch_pll *pll = intel_crtc->pch_pll;
Jesse Barnes92f25842011-01-04 15:09:34 -08001293 int reg;
1294 u32 val;
1295
1296 /* PCH only available on ILK+ */
1297 BUG_ON(dev_priv->info->gen < 5);
Jesse Barnesee7b9f92012-04-20 17:11:53 +01001298 BUG_ON(pll == NULL);
1299 BUG_ON(pll->refcount == 0);
1300
1301 DRM_DEBUG_KMS("enable PCH PLL %x (active %d, on? %d)for crtc %d\n",
1302 pll->pll_reg, pll->active, pll->on,
1303 intel_crtc->base.base.id);
Jesse Barnes92f25842011-01-04 15:09:34 -08001304
1305 /* PCH refclock must be enabled first */
1306 assert_pch_refclk_enabled(dev_priv);
1307
Jesse Barnesee7b9f92012-04-20 17:11:53 +01001308 if (pll->active++ && pll->on) {
1309 assert_pch_pll_enabled(dev_priv, intel_crtc);
1310 return;
1311 }
1312
1313 DRM_DEBUG_KMS("enabling PCH PLL %x\n", pll->pll_reg);
1314
1315 reg = pll->pll_reg;
Jesse Barnes92f25842011-01-04 15:09:34 -08001316 val = I915_READ(reg);
1317 val |= DPLL_VCO_ENABLE;
1318 I915_WRITE(reg, val);
1319 POSTING_READ(reg);
1320 udelay(200);
Jesse Barnesee7b9f92012-04-20 17:11:53 +01001321
1322 pll->on = true;
Jesse Barnes92f25842011-01-04 15:09:34 -08001323}
1324
Jesse Barnesee7b9f92012-04-20 17:11:53 +01001325static void intel_disable_pch_pll(struct intel_crtc *intel_crtc)
Jesse Barnes92f25842011-01-04 15:09:34 -08001326{
Jesse Barnesee7b9f92012-04-20 17:11:53 +01001327 struct drm_i915_private *dev_priv = intel_crtc->base.dev->dev_private;
1328 struct intel_pch_pll *pll = intel_crtc->pch_pll;
Jesse Barnes92f25842011-01-04 15:09:34 -08001329 int reg;
Jesse Barnesee7b9f92012-04-20 17:11:53 +01001330 u32 val;
Jesse Barnes4c609cb2011-09-02 12:52:11 -07001331
Jesse Barnes92f25842011-01-04 15:09:34 -08001332 /* PCH only available on ILK+ */
1333 BUG_ON(dev_priv->info->gen < 5);
Jesse Barnesee7b9f92012-04-20 17:11:53 +01001334 if (pll == NULL)
1335 return;
1336
1337 BUG_ON(pll->refcount == 0);
1338
1339 DRM_DEBUG_KMS("disable PCH PLL %x (active %d, on? %d) for crtc %d\n",
1340 pll->pll_reg, pll->active, pll->on,
1341 intel_crtc->base.base.id);
1342
1343 BUG_ON(pll->active == 0);
1344 if (--pll->active) {
1345 assert_pch_pll_enabled(dev_priv, intel_crtc);
1346 return;
1347 }
1348
1349 DRM_DEBUG_KMS("disabling PCH PLL %x\n", pll->pll_reg);
Jesse Barnes92f25842011-01-04 15:09:34 -08001350
1351 /* Make sure transcoder isn't still depending on us */
Jesse Barnesee7b9f92012-04-20 17:11:53 +01001352 assert_transcoder_disabled(dev_priv, intel_crtc->pipe);
Jesse Barnes92f25842011-01-04 15:09:34 -08001353
Jesse Barnesee7b9f92012-04-20 17:11:53 +01001354 reg = pll->pll_reg;
Jesse Barnes92f25842011-01-04 15:09:34 -08001355 val = I915_READ(reg);
1356 val &= ~DPLL_VCO_ENABLE;
1357 I915_WRITE(reg, val);
1358 POSTING_READ(reg);
1359 udelay(200);
Jesse Barnesee7b9f92012-04-20 17:11:53 +01001360
1361 pll->on = false;
Jesse Barnes92f25842011-01-04 15:09:34 -08001362}
1363
Jesse Barnes040484a2011-01-03 12:14:26 -08001364static void intel_enable_transcoder(struct drm_i915_private *dev_priv,
1365 enum pipe pipe)
1366{
1367 int reg;
Paulo Zanoni5f7f7262012-02-03 17:47:15 -02001368 u32 val, pipeconf_val;
Paulo Zanoni7c26e5c2012-02-14 17:07:09 -02001369 struct drm_crtc *crtc = dev_priv->pipe_to_crtc_mapping[pipe];
Jesse Barnes040484a2011-01-03 12:14:26 -08001370
1371 /* PCH only available on ILK+ */
1372 BUG_ON(dev_priv->info->gen < 5);
1373
1374 /* Make sure PCH DPLL is enabled */
Jesse Barnesee7b9f92012-04-20 17:11:53 +01001375 assert_pch_pll_enabled(dev_priv, to_intel_crtc(crtc));
Jesse Barnes040484a2011-01-03 12:14:26 -08001376
1377 /* FDI must be feeding us bits for PCH ports */
1378 assert_fdi_tx_enabled(dev_priv, pipe);
1379 assert_fdi_rx_enabled(dev_priv, pipe);
1380
1381 reg = TRANSCONF(pipe);
1382 val = I915_READ(reg);
Paulo Zanoni5f7f7262012-02-03 17:47:15 -02001383 pipeconf_val = I915_READ(PIPECONF(pipe));
Jesse Barnese9bcff52011-06-24 12:19:20 -07001384
1385 if (HAS_PCH_IBX(dev_priv->dev)) {
1386 /*
1387 * make the BPC in transcoder be consistent with
1388 * that in pipeconf reg.
1389 */
1390 val &= ~PIPE_BPC_MASK;
Paulo Zanoni5f7f7262012-02-03 17:47:15 -02001391 val |= pipeconf_val & PIPE_BPC_MASK;
Jesse Barnese9bcff52011-06-24 12:19:20 -07001392 }
Paulo Zanoni5f7f7262012-02-03 17:47:15 -02001393
1394 val &= ~TRANS_INTERLACE_MASK;
1395 if ((pipeconf_val & PIPECONF_INTERLACE_MASK) == PIPECONF_INTERLACED_ILK)
Paulo Zanoni7c26e5c2012-02-14 17:07:09 -02001396 if (HAS_PCH_IBX(dev_priv->dev) &&
1397 intel_pipe_has_type(crtc, INTEL_OUTPUT_SDVO))
1398 val |= TRANS_LEGACY_INTERLACED_ILK;
1399 else
1400 val |= TRANS_INTERLACED;
Paulo Zanoni5f7f7262012-02-03 17:47:15 -02001401 else
1402 val |= TRANS_PROGRESSIVE;
1403
Jesse Barnes040484a2011-01-03 12:14:26 -08001404 I915_WRITE(reg, val | TRANS_ENABLE);
1405 if (wait_for(I915_READ(reg) & TRANS_STATE_ENABLE, 100))
1406 DRM_ERROR("failed to enable transcoder %d\n", pipe);
1407}
1408
1409static void intel_disable_transcoder(struct drm_i915_private *dev_priv,
1410 enum pipe pipe)
1411{
1412 int reg;
1413 u32 val;
1414
1415 /* FDI relies on the transcoder */
1416 assert_fdi_tx_disabled(dev_priv, pipe);
1417 assert_fdi_rx_disabled(dev_priv, pipe);
1418
Jesse Barnes291906f2011-02-02 12:28:03 -08001419 /* Ports must be off as well */
1420 assert_pch_ports_disabled(dev_priv, pipe);
1421
Jesse Barnes040484a2011-01-03 12:14:26 -08001422 reg = TRANSCONF(pipe);
1423 val = I915_READ(reg);
1424 val &= ~TRANS_ENABLE;
1425 I915_WRITE(reg, val);
1426 /* wait for PCH transcoder off, transcoder state */
1427 if (wait_for((I915_READ(reg) & TRANS_STATE_ENABLE) == 0, 50))
Jesse Barnes4c9c18c2011-10-13 09:46:32 -07001428 DRM_ERROR("failed to disable transcoder %d\n", pipe);
Jesse Barnes040484a2011-01-03 12:14:26 -08001429}
1430
Jesse Barnes92f25842011-01-04 15:09:34 -08001431/**
Chris Wilson309cfea2011-01-28 13:54:53 +00001432 * intel_enable_pipe - enable a pipe, asserting requirements
Jesse Barnesb24e7172011-01-04 15:09:30 -08001433 * @dev_priv: i915 private structure
1434 * @pipe: pipe to enable
Jesse Barnes040484a2011-01-03 12:14:26 -08001435 * @pch_port: on ILK+, is this pipe driving a PCH port or not
Jesse Barnesb24e7172011-01-04 15:09:30 -08001436 *
1437 * Enable @pipe, making sure that various hardware specific requirements
1438 * are met, if applicable, e.g. PLL enabled, LVDS pairs enabled, etc.
1439 *
1440 * @pipe should be %PIPE_A or %PIPE_B.
1441 *
1442 * Will wait until the pipe is actually running (i.e. first vblank) before
1443 * returning.
1444 */
Jesse Barnes040484a2011-01-03 12:14:26 -08001445static void intel_enable_pipe(struct drm_i915_private *dev_priv, enum pipe pipe,
1446 bool pch_port)
Jesse Barnesb24e7172011-01-04 15:09:30 -08001447{
1448 int reg;
1449 u32 val;
1450
1451 /*
1452 * A pipe without a PLL won't actually be able to drive bits from
1453 * a plane. On ILK+ the pipe PLLs are integrated, so we don't
1454 * need the check.
1455 */
1456 if (!HAS_PCH_SPLIT(dev_priv->dev))
1457 assert_pll_enabled(dev_priv, pipe);
Jesse Barnes040484a2011-01-03 12:14:26 -08001458 else {
1459 if (pch_port) {
1460 /* if driving the PCH, we need FDI enabled */
1461 assert_fdi_rx_pll_enabled(dev_priv, pipe);
1462 assert_fdi_tx_pll_enabled(dev_priv, pipe);
1463 }
1464 /* FIXME: assert CPU port conditions for SNB+ */
1465 }
Jesse Barnesb24e7172011-01-04 15:09:30 -08001466
1467 reg = PIPECONF(pipe);
1468 val = I915_READ(reg);
Chris Wilson00d70b12011-03-17 07:18:29 +00001469 if (val & PIPECONF_ENABLE)
1470 return;
1471
1472 I915_WRITE(reg, val | PIPECONF_ENABLE);
Jesse Barnesb24e7172011-01-04 15:09:30 -08001473 intel_wait_for_vblank(dev_priv->dev, pipe);
1474}
1475
1476/**
Chris Wilson309cfea2011-01-28 13:54:53 +00001477 * intel_disable_pipe - disable a pipe, asserting requirements
Jesse Barnesb24e7172011-01-04 15:09:30 -08001478 * @dev_priv: i915 private structure
1479 * @pipe: pipe to disable
1480 *
1481 * Disable @pipe, making sure that various hardware specific requirements
1482 * are met, if applicable, e.g. plane disabled, panel fitter off, etc.
1483 *
1484 * @pipe should be %PIPE_A or %PIPE_B.
1485 *
1486 * Will wait until the pipe has shut down before returning.
1487 */
1488static void intel_disable_pipe(struct drm_i915_private *dev_priv,
1489 enum pipe pipe)
1490{
1491 int reg;
1492 u32 val;
1493
1494 /*
1495 * Make sure planes won't keep trying to pump pixels to us,
1496 * or we might hang the display.
1497 */
1498 assert_planes_disabled(dev_priv, pipe);
1499
1500 /* Don't disable pipe A or pipe A PLLs if needed */
1501 if (pipe == PIPE_A && (dev_priv->quirks & QUIRK_PIPEA_FORCE))
1502 return;
1503
1504 reg = PIPECONF(pipe);
1505 val = I915_READ(reg);
Chris Wilson00d70b12011-03-17 07:18:29 +00001506 if ((val & PIPECONF_ENABLE) == 0)
1507 return;
1508
1509 I915_WRITE(reg, val & ~PIPECONF_ENABLE);
Jesse Barnesb24e7172011-01-04 15:09:30 -08001510 intel_wait_for_pipe_off(dev_priv->dev, pipe);
1511}
1512
Keith Packardd74362c2011-07-28 14:47:14 -07001513/*
1514 * Plane regs are double buffered, going from enabled->disabled needs a
1515 * trigger in order to latch. The display address reg provides this.
1516 */
Eugeni Dodonov6f1d69b2012-04-18 15:29:25 -03001517void intel_flush_display_plane(struct drm_i915_private *dev_priv,
Keith Packardd74362c2011-07-28 14:47:14 -07001518 enum plane plane)
1519{
1520 I915_WRITE(DSPADDR(plane), I915_READ(DSPADDR(plane)));
1521 I915_WRITE(DSPSURF(plane), I915_READ(DSPSURF(plane)));
1522}
1523
Jesse Barnesb24e7172011-01-04 15:09:30 -08001524/**
1525 * intel_enable_plane - enable a display plane on a given pipe
1526 * @dev_priv: i915 private structure
1527 * @plane: plane to enable
1528 * @pipe: pipe being fed
1529 *
1530 * Enable @plane on @pipe, making sure that @pipe is running first.
1531 */
1532static void intel_enable_plane(struct drm_i915_private *dev_priv,
1533 enum plane plane, enum pipe pipe)
1534{
1535 int reg;
1536 u32 val;
1537
1538 /* If the pipe isn't enabled, we can't pump pixels and may hang */
1539 assert_pipe_enabled(dev_priv, pipe);
1540
1541 reg = DSPCNTR(plane);
1542 val = I915_READ(reg);
Chris Wilson00d70b12011-03-17 07:18:29 +00001543 if (val & DISPLAY_PLANE_ENABLE)
1544 return;
1545
1546 I915_WRITE(reg, val | DISPLAY_PLANE_ENABLE);
Keith Packardd74362c2011-07-28 14:47:14 -07001547 intel_flush_display_plane(dev_priv, plane);
Jesse Barnesb24e7172011-01-04 15:09:30 -08001548 intel_wait_for_vblank(dev_priv->dev, pipe);
1549}
1550
Jesse Barnesb24e7172011-01-04 15:09:30 -08001551/**
1552 * intel_disable_plane - disable a display plane
1553 * @dev_priv: i915 private structure
1554 * @plane: plane to disable
1555 * @pipe: pipe consuming the data
1556 *
1557 * Disable @plane; should be an independent operation.
1558 */
1559static void intel_disable_plane(struct drm_i915_private *dev_priv,
1560 enum plane plane, enum pipe pipe)
1561{
1562 int reg;
1563 u32 val;
1564
1565 reg = DSPCNTR(plane);
1566 val = I915_READ(reg);
Chris Wilson00d70b12011-03-17 07:18:29 +00001567 if ((val & DISPLAY_PLANE_ENABLE) == 0)
1568 return;
1569
1570 I915_WRITE(reg, val & ~DISPLAY_PLANE_ENABLE);
Jesse Barnesb24e7172011-01-04 15:09:30 -08001571 intel_flush_display_plane(dev_priv, plane);
1572 intel_wait_for_vblank(dev_priv->dev, pipe);
1573}
1574
Jesse Barnes47a05ec2011-02-07 13:46:40 -08001575static void disable_pch_dp(struct drm_i915_private *dev_priv,
Keith Packardf0575e92011-07-25 22:12:43 -07001576 enum pipe pipe, int reg, u32 port_sel)
Jesse Barnes47a05ec2011-02-07 13:46:40 -08001577{
1578 u32 val = I915_READ(reg);
Keith Packard4e634382011-08-06 10:39:45 -07001579 if (dp_pipe_enabled(dev_priv, pipe, port_sel, val)) {
Keith Packardf0575e92011-07-25 22:12:43 -07001580 DRM_DEBUG_KMS("Disabling pch dp %x on pipe %d\n", reg, pipe);
Jesse Barnes47a05ec2011-02-07 13:46:40 -08001581 I915_WRITE(reg, val & ~DP_PORT_EN);
Keith Packardf0575e92011-07-25 22:12:43 -07001582 }
Jesse Barnes47a05ec2011-02-07 13:46:40 -08001583}
1584
1585static void disable_pch_hdmi(struct drm_i915_private *dev_priv,
1586 enum pipe pipe, int reg)
1587{
1588 u32 val = I915_READ(reg);
Keith Packard1519b992011-08-06 10:35:34 -07001589 if (hdmi_pipe_enabled(dev_priv, val, pipe)) {
Keith Packardf0575e92011-07-25 22:12:43 -07001590 DRM_DEBUG_KMS("Disabling pch HDMI %x on pipe %d\n",
1591 reg, pipe);
Jesse Barnes47a05ec2011-02-07 13:46:40 -08001592 I915_WRITE(reg, val & ~PORT_ENABLE);
Keith Packardf0575e92011-07-25 22:12:43 -07001593 }
Jesse Barnes47a05ec2011-02-07 13:46:40 -08001594}
1595
1596/* Disable any ports connected to this transcoder */
1597static void intel_disable_pch_ports(struct drm_i915_private *dev_priv,
1598 enum pipe pipe)
1599{
1600 u32 reg, val;
1601
1602 val = I915_READ(PCH_PP_CONTROL);
1603 I915_WRITE(PCH_PP_CONTROL, val | PANEL_UNLOCK_REGS);
1604
Keith Packardf0575e92011-07-25 22:12:43 -07001605 disable_pch_dp(dev_priv, pipe, PCH_DP_B, TRANS_DP_PORT_SEL_B);
1606 disable_pch_dp(dev_priv, pipe, PCH_DP_C, TRANS_DP_PORT_SEL_C);
1607 disable_pch_dp(dev_priv, pipe, PCH_DP_D, TRANS_DP_PORT_SEL_D);
Jesse Barnes47a05ec2011-02-07 13:46:40 -08001608
1609 reg = PCH_ADPA;
1610 val = I915_READ(reg);
Keith Packard1519b992011-08-06 10:35:34 -07001611 if (adpa_pipe_enabled(dev_priv, val, pipe))
Jesse Barnes47a05ec2011-02-07 13:46:40 -08001612 I915_WRITE(reg, val & ~ADPA_DAC_ENABLE);
1613
1614 reg = PCH_LVDS;
1615 val = I915_READ(reg);
Keith Packard1519b992011-08-06 10:35:34 -07001616 if (lvds_pipe_enabled(dev_priv, val, pipe)) {
1617 DRM_DEBUG_KMS("disable lvds on pipe %d val 0x%08x\n", pipe, val);
Jesse Barnes47a05ec2011-02-07 13:46:40 -08001618 I915_WRITE(reg, val & ~LVDS_PORT_EN);
1619 POSTING_READ(reg);
1620 udelay(100);
1621 }
1622
1623 disable_pch_hdmi(dev_priv, pipe, HDMIB);
1624 disable_pch_hdmi(dev_priv, pipe, HDMIC);
1625 disable_pch_hdmi(dev_priv, pipe, HDMID);
1626}
1627
Chris Wilson127bd2a2010-07-23 23:32:05 +01001628int
Chris Wilson48b956c2010-09-14 12:50:34 +01001629intel_pin_and_fence_fb_obj(struct drm_device *dev,
Chris Wilson05394f32010-11-08 19:18:58 +00001630 struct drm_i915_gem_object *obj,
Chris Wilson919926a2010-11-12 13:42:53 +00001631 struct intel_ring_buffer *pipelined)
Kristian Høgsberg6b95a202009-11-18 11:25:18 -05001632{
Chris Wilsonce453d82011-02-21 14:43:56 +00001633 struct drm_i915_private *dev_priv = dev->dev_private;
Kristian Høgsberg6b95a202009-11-18 11:25:18 -05001634 u32 alignment;
1635 int ret;
1636
Chris Wilson05394f32010-11-08 19:18:58 +00001637 switch (obj->tiling_mode) {
Kristian Høgsberg6b95a202009-11-18 11:25:18 -05001638 case I915_TILING_NONE:
Chris Wilson534843d2010-07-05 18:01:46 +01001639 if (IS_BROADWATER(dev) || IS_CRESTLINE(dev))
1640 alignment = 128 * 1024;
Chris Wilsona6c45cf2010-09-17 00:32:17 +01001641 else if (INTEL_INFO(dev)->gen >= 4)
Chris Wilson534843d2010-07-05 18:01:46 +01001642 alignment = 4 * 1024;
1643 else
1644 alignment = 64 * 1024;
Kristian Høgsberg6b95a202009-11-18 11:25:18 -05001645 break;
1646 case I915_TILING_X:
1647 /* pin() will align the object as required by fence */
1648 alignment = 0;
1649 break;
1650 case I915_TILING_Y:
1651 /* FIXME: Is this true? */
1652 DRM_ERROR("Y tiled not allowed for scan out buffers\n");
1653 return -EINVAL;
1654 default:
1655 BUG();
1656 }
1657
Chris Wilsonce453d82011-02-21 14:43:56 +00001658 dev_priv->mm.interruptible = false;
Chris Wilson2da3b9b2011-04-14 09:41:17 +01001659 ret = i915_gem_object_pin_to_display_plane(obj, alignment, pipelined);
Chris Wilson48b956c2010-09-14 12:50:34 +01001660 if (ret)
Chris Wilsonce453d82011-02-21 14:43:56 +00001661 goto err_interruptible;
Kristian Høgsberg6b95a202009-11-18 11:25:18 -05001662
1663 /* Install a fence for tiled scan-out. Pre-i965 always needs a
1664 * fence, whereas 965+ only requires a fence if using
1665 * framebuffer compression. For simplicity, we always install
1666 * a fence as the cost is not that onerous.
1667 */
Chris Wilson06d98132012-04-17 15:31:24 +01001668 ret = i915_gem_object_get_fence(obj);
Chris Wilson9a5a53b2012-03-22 15:10:00 +00001669 if (ret)
1670 goto err_unpin;
Chris Wilson1690e1e2011-12-14 13:57:08 +01001671
Chris Wilson9a5a53b2012-03-22 15:10:00 +00001672 i915_gem_object_pin_fence(obj);
Kristian Høgsberg6b95a202009-11-18 11:25:18 -05001673
Chris Wilsonce453d82011-02-21 14:43:56 +00001674 dev_priv->mm.interruptible = true;
Kristian Høgsberg6b95a202009-11-18 11:25:18 -05001675 return 0;
Chris Wilson48b956c2010-09-14 12:50:34 +01001676
1677err_unpin:
1678 i915_gem_object_unpin(obj);
Chris Wilsonce453d82011-02-21 14:43:56 +00001679err_interruptible:
1680 dev_priv->mm.interruptible = true;
Chris Wilson48b956c2010-09-14 12:50:34 +01001681 return ret;
Kristian Høgsberg6b95a202009-11-18 11:25:18 -05001682}
1683
Chris Wilson1690e1e2011-12-14 13:57:08 +01001684void intel_unpin_fb_obj(struct drm_i915_gem_object *obj)
1685{
1686 i915_gem_object_unpin_fence(obj);
1687 i915_gem_object_unpin(obj);
1688}
1689
Jesse Barnes17638cd2011-06-24 12:19:23 -07001690static int i9xx_update_plane(struct drm_crtc *crtc, struct drm_framebuffer *fb,
1691 int x, int y)
Jesse Barnes81255562010-08-02 12:07:50 -07001692{
1693 struct drm_device *dev = crtc->dev;
1694 struct drm_i915_private *dev_priv = dev->dev_private;
1695 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
1696 struct intel_framebuffer *intel_fb;
Chris Wilson05394f32010-11-08 19:18:58 +00001697 struct drm_i915_gem_object *obj;
Jesse Barnes81255562010-08-02 12:07:50 -07001698 int plane = intel_crtc->plane;
1699 unsigned long Start, Offset;
Jesse Barnes81255562010-08-02 12:07:50 -07001700 u32 dspcntr;
Chris Wilson5eddb702010-09-11 13:48:45 +01001701 u32 reg;
Jesse Barnes81255562010-08-02 12:07:50 -07001702
1703 switch (plane) {
1704 case 0:
1705 case 1:
1706 break;
1707 default:
1708 DRM_ERROR("Can't update plane %d in SAREA\n", plane);
1709 return -EINVAL;
1710 }
1711
1712 intel_fb = to_intel_framebuffer(fb);
1713 obj = intel_fb->obj;
Jesse Barnes81255562010-08-02 12:07:50 -07001714
Chris Wilson5eddb702010-09-11 13:48:45 +01001715 reg = DSPCNTR(plane);
1716 dspcntr = I915_READ(reg);
Jesse Barnes81255562010-08-02 12:07:50 -07001717 /* Mask out pixel format bits in case we change it */
1718 dspcntr &= ~DISPPLANE_PIXFORMAT_MASK;
1719 switch (fb->bits_per_pixel) {
1720 case 8:
1721 dspcntr |= DISPPLANE_8BPP;
1722 break;
1723 case 16:
1724 if (fb->depth == 15)
1725 dspcntr |= DISPPLANE_15_16BPP;
1726 else
1727 dspcntr |= DISPPLANE_16BPP;
1728 break;
1729 case 24:
1730 case 32:
1731 dspcntr |= DISPPLANE_32BPP_NO_ALPHA;
1732 break;
1733 default:
Jesse Barnes17638cd2011-06-24 12:19:23 -07001734 DRM_ERROR("Unknown color depth %d\n", fb->bits_per_pixel);
Jesse Barnes81255562010-08-02 12:07:50 -07001735 return -EINVAL;
1736 }
Chris Wilsona6c45cf2010-09-17 00:32:17 +01001737 if (INTEL_INFO(dev)->gen >= 4) {
Chris Wilson05394f32010-11-08 19:18:58 +00001738 if (obj->tiling_mode != I915_TILING_NONE)
Jesse Barnes81255562010-08-02 12:07:50 -07001739 dspcntr |= DISPPLANE_TILED;
1740 else
1741 dspcntr &= ~DISPPLANE_TILED;
1742 }
1743
Chris Wilson5eddb702010-09-11 13:48:45 +01001744 I915_WRITE(reg, dspcntr);
Jesse Barnes81255562010-08-02 12:07:50 -07001745
Chris Wilson05394f32010-11-08 19:18:58 +00001746 Start = obj->gtt_offset;
Ville Syrjälä01f2c772011-12-20 00:06:49 +02001747 Offset = y * fb->pitches[0] + x * (fb->bits_per_pixel / 8);
Jesse Barnes81255562010-08-02 12:07:50 -07001748
Chris Wilson4e6cfef2010-08-08 13:20:19 +01001749 DRM_DEBUG_KMS("Writing base %08lX %08lX %d %d %d\n",
Ville Syrjälä01f2c772011-12-20 00:06:49 +02001750 Start, Offset, x, y, fb->pitches[0]);
1751 I915_WRITE(DSPSTRIDE(plane), fb->pitches[0]);
Chris Wilsona6c45cf2010-09-17 00:32:17 +01001752 if (INTEL_INFO(dev)->gen >= 4) {
Armin Reese446f2542012-03-30 16:20:16 -07001753 I915_MODIFY_DISPBASE(DSPSURF(plane), Start);
Chris Wilson5eddb702010-09-11 13:48:45 +01001754 I915_WRITE(DSPTILEOFF(plane), (y << 16) | x);
1755 I915_WRITE(DSPADDR(plane), Offset);
1756 } else
1757 I915_WRITE(DSPADDR(plane), Start + Offset);
1758 POSTING_READ(reg);
Jesse Barnes81255562010-08-02 12:07:50 -07001759
Jesse Barnes17638cd2011-06-24 12:19:23 -07001760 return 0;
1761}
1762
1763static int ironlake_update_plane(struct drm_crtc *crtc,
1764 struct drm_framebuffer *fb, int x, int y)
1765{
1766 struct drm_device *dev = crtc->dev;
1767 struct drm_i915_private *dev_priv = dev->dev_private;
1768 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
1769 struct intel_framebuffer *intel_fb;
1770 struct drm_i915_gem_object *obj;
1771 int plane = intel_crtc->plane;
1772 unsigned long Start, Offset;
1773 u32 dspcntr;
1774 u32 reg;
1775
1776 switch (plane) {
1777 case 0:
1778 case 1:
Jesse Barnes27f82272011-09-02 12:54:37 -07001779 case 2:
Jesse Barnes17638cd2011-06-24 12:19:23 -07001780 break;
1781 default:
1782 DRM_ERROR("Can't update plane %d in SAREA\n", plane);
1783 return -EINVAL;
1784 }
1785
1786 intel_fb = to_intel_framebuffer(fb);
1787 obj = intel_fb->obj;
1788
1789 reg = DSPCNTR(plane);
1790 dspcntr = I915_READ(reg);
1791 /* Mask out pixel format bits in case we change it */
1792 dspcntr &= ~DISPPLANE_PIXFORMAT_MASK;
1793 switch (fb->bits_per_pixel) {
1794 case 8:
1795 dspcntr |= DISPPLANE_8BPP;
1796 break;
1797 case 16:
1798 if (fb->depth != 16)
1799 return -EINVAL;
1800
1801 dspcntr |= DISPPLANE_16BPP;
1802 break;
1803 case 24:
1804 case 32:
1805 if (fb->depth == 24)
1806 dspcntr |= DISPPLANE_32BPP_NO_ALPHA;
1807 else if (fb->depth == 30)
1808 dspcntr |= DISPPLANE_32BPP_30BIT_NO_ALPHA;
1809 else
1810 return -EINVAL;
1811 break;
1812 default:
1813 DRM_ERROR("Unknown color depth %d\n", fb->bits_per_pixel);
1814 return -EINVAL;
1815 }
1816
1817 if (obj->tiling_mode != I915_TILING_NONE)
1818 dspcntr |= DISPPLANE_TILED;
1819 else
1820 dspcntr &= ~DISPPLANE_TILED;
1821
1822 /* must disable */
1823 dspcntr |= DISPPLANE_TRICKLE_FEED_DISABLE;
1824
1825 I915_WRITE(reg, dspcntr);
1826
1827 Start = obj->gtt_offset;
Ville Syrjälä01f2c772011-12-20 00:06:49 +02001828 Offset = y * fb->pitches[0] + x * (fb->bits_per_pixel / 8);
Jesse Barnes17638cd2011-06-24 12:19:23 -07001829
1830 DRM_DEBUG_KMS("Writing base %08lX %08lX %d %d %d\n",
Ville Syrjälä01f2c772011-12-20 00:06:49 +02001831 Start, Offset, x, y, fb->pitches[0]);
1832 I915_WRITE(DSPSTRIDE(plane), fb->pitches[0]);
Armin Reese446f2542012-03-30 16:20:16 -07001833 I915_MODIFY_DISPBASE(DSPSURF(plane), Start);
Jesse Barnes17638cd2011-06-24 12:19:23 -07001834 I915_WRITE(DSPTILEOFF(plane), (y << 16) | x);
1835 I915_WRITE(DSPADDR(plane), Offset);
1836 POSTING_READ(reg);
1837
1838 return 0;
1839}
1840
1841/* Assume fb object is pinned & idle & fenced and just update base pointers */
1842static int
1843intel_pipe_set_base_atomic(struct drm_crtc *crtc, struct drm_framebuffer *fb,
1844 int x, int y, enum mode_set_atomic state)
1845{
1846 struct drm_device *dev = crtc->dev;
1847 struct drm_i915_private *dev_priv = dev->dev_private;
Jesse Barnes17638cd2011-06-24 12:19:23 -07001848
Chris Wilson6b8e6ed2012-04-17 15:08:19 +01001849 if (dev_priv->display.disable_fbc)
1850 dev_priv->display.disable_fbc(dev);
Daniel Vetter3dec0092010-08-20 21:40:52 +02001851 intel_increase_pllclock(crtc);
Jesse Barnes81255562010-08-02 12:07:50 -07001852
Chris Wilson6b8e6ed2012-04-17 15:08:19 +01001853 return dev_priv->display.update_plane(crtc, fb, x, y);
Jesse Barnes81255562010-08-02 12:07:50 -07001854}
1855
Kristian Høgsberg6b95a202009-11-18 11:25:18 -05001856static int
Chris Wilson14667a42012-04-03 17:58:35 +01001857intel_finish_fb(struct drm_framebuffer *old_fb)
1858{
1859 struct drm_i915_gem_object *obj = to_intel_framebuffer(old_fb)->obj;
1860 struct drm_i915_private *dev_priv = obj->base.dev->dev_private;
1861 bool was_interruptible = dev_priv->mm.interruptible;
1862 int ret;
1863
1864 wait_event(dev_priv->pending_flip_queue,
1865 atomic_read(&dev_priv->mm.wedged) ||
1866 atomic_read(&obj->pending_flip) == 0);
1867
1868 /* Big Hammer, we also need to ensure that any pending
1869 * MI_WAIT_FOR_EVENT inside a user batch buffer on the
1870 * current scanout is retired before unpinning the old
1871 * framebuffer.
1872 *
1873 * This should only fail upon a hung GPU, in which case we
1874 * can safely continue.
1875 */
1876 dev_priv->mm.interruptible = false;
1877 ret = i915_gem_object_finish_gpu(obj);
1878 dev_priv->mm.interruptible = was_interruptible;
1879
1880 return ret;
1881}
1882
1883static int
Kristian Høgsberg3c4fdcf2008-12-17 22:14:46 -05001884intel_pipe_set_base(struct drm_crtc *crtc, int x, int y,
1885 struct drm_framebuffer *old_fb)
Jesse Barnes79e53942008-11-07 14:24:08 -08001886{
1887 struct drm_device *dev = crtc->dev;
Chris Wilson6b8e6ed2012-04-17 15:08:19 +01001888 struct drm_i915_private *dev_priv = dev->dev_private;
Jesse Barnes79e53942008-11-07 14:24:08 -08001889 struct drm_i915_master_private *master_priv;
1890 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
Chris Wilson5c3b82e2009-02-11 13:25:09 +00001891 int ret;
Jesse Barnes79e53942008-11-07 14:24:08 -08001892
1893 /* no fb bound */
1894 if (!crtc->fb) {
Jesse Barnesa5071c22011-07-19 15:38:56 -07001895 DRM_ERROR("No FB bound\n");
Chris Wilson5c3b82e2009-02-11 13:25:09 +00001896 return 0;
1897 }
1898
Chris Wilson265db952010-09-20 15:41:01 +01001899 switch (intel_crtc->plane) {
Chris Wilson5c3b82e2009-02-11 13:25:09 +00001900 case 0:
1901 case 1:
1902 break;
Jesse Barnes27f82272011-09-02 12:54:37 -07001903 case 2:
1904 if (IS_IVYBRIDGE(dev))
1905 break;
1906 /* fall through otherwise */
Chris Wilson5c3b82e2009-02-11 13:25:09 +00001907 default:
Jesse Barnesa5071c22011-07-19 15:38:56 -07001908 DRM_ERROR("no plane for crtc\n");
Chris Wilson5c3b82e2009-02-11 13:25:09 +00001909 return -EINVAL;
Jesse Barnes79e53942008-11-07 14:24:08 -08001910 }
1911
Chris Wilson5c3b82e2009-02-11 13:25:09 +00001912 mutex_lock(&dev->struct_mutex);
Chris Wilson265db952010-09-20 15:41:01 +01001913 ret = intel_pin_and_fence_fb_obj(dev,
1914 to_intel_framebuffer(crtc->fb)->obj,
Chris Wilson919926a2010-11-12 13:42:53 +00001915 NULL);
Chris Wilson5c3b82e2009-02-11 13:25:09 +00001916 if (ret != 0) {
1917 mutex_unlock(&dev->struct_mutex);
Jesse Barnesa5071c22011-07-19 15:38:56 -07001918 DRM_ERROR("pin & fence failed\n");
Chris Wilson5c3b82e2009-02-11 13:25:09 +00001919 return ret;
1920 }
Kristian Høgsberg3c4fdcf2008-12-17 22:14:46 -05001921
Chris Wilson14667a42012-04-03 17:58:35 +01001922 if (old_fb)
1923 intel_finish_fb(old_fb);
Chris Wilson265db952010-09-20 15:41:01 +01001924
Chris Wilson6b8e6ed2012-04-17 15:08:19 +01001925 ret = dev_priv->display.update_plane(crtc, crtc->fb, x, y);
Chris Wilson4e6cfef2010-08-08 13:20:19 +01001926 if (ret) {
Chris Wilson1690e1e2011-12-14 13:57:08 +01001927 intel_unpin_fb_obj(to_intel_framebuffer(crtc->fb)->obj);
Chris Wilson5c3b82e2009-02-11 13:25:09 +00001928 mutex_unlock(&dev->struct_mutex);
Jesse Barnesa5071c22011-07-19 15:38:56 -07001929 DRM_ERROR("failed to update base address\n");
Chris Wilson4e6cfef2010-08-08 13:20:19 +01001930 return ret;
Jesse Barnes79e53942008-11-07 14:24:08 -08001931 }
Kristian Høgsberg3c4fdcf2008-12-17 22:14:46 -05001932
Chris Wilsonb7f1de22010-12-14 16:09:31 +00001933 if (old_fb) {
1934 intel_wait_for_vblank(dev, intel_crtc->pipe);
Chris Wilson1690e1e2011-12-14 13:57:08 +01001935 intel_unpin_fb_obj(to_intel_framebuffer(old_fb)->obj);
Chris Wilsonb7f1de22010-12-14 16:09:31 +00001936 }
Jesse Barnes652c3932009-08-17 13:31:43 -07001937
Chris Wilson6b8e6ed2012-04-17 15:08:19 +01001938 intel_update_fbc(dev);
Chris Wilson5c3b82e2009-02-11 13:25:09 +00001939 mutex_unlock(&dev->struct_mutex);
Jesse Barnes79e53942008-11-07 14:24:08 -08001940
1941 if (!dev->primary->master)
Chris Wilson5c3b82e2009-02-11 13:25:09 +00001942 return 0;
Jesse Barnes79e53942008-11-07 14:24:08 -08001943
1944 master_priv = dev->primary->master->driver_priv;
1945 if (!master_priv->sarea_priv)
Chris Wilson5c3b82e2009-02-11 13:25:09 +00001946 return 0;
Jesse Barnes79e53942008-11-07 14:24:08 -08001947
Chris Wilson265db952010-09-20 15:41:01 +01001948 if (intel_crtc->pipe) {
Jesse Barnes79e53942008-11-07 14:24:08 -08001949 master_priv->sarea_priv->pipeB_x = x;
1950 master_priv->sarea_priv->pipeB_y = y;
Chris Wilson5c3b82e2009-02-11 13:25:09 +00001951 } else {
1952 master_priv->sarea_priv->pipeA_x = x;
1953 master_priv->sarea_priv->pipeA_y = y;
Jesse Barnes79e53942008-11-07 14:24:08 -08001954 }
Chris Wilson5c3b82e2009-02-11 13:25:09 +00001955
1956 return 0;
Jesse Barnes79e53942008-11-07 14:24:08 -08001957}
1958
Chris Wilson5eddb702010-09-11 13:48:45 +01001959static void ironlake_set_pll_edp(struct drm_crtc *crtc, int clock)
Zhenyu Wang32f9d652009-07-24 01:00:32 +08001960{
1961 struct drm_device *dev = crtc->dev;
1962 struct drm_i915_private *dev_priv = dev->dev_private;
1963 u32 dpa_ctl;
1964
Zhao Yakui28c97732009-10-09 11:39:41 +08001965 DRM_DEBUG_KMS("eDP PLL enable for clock %d\n", clock);
Zhenyu Wang32f9d652009-07-24 01:00:32 +08001966 dpa_ctl = I915_READ(DP_A);
1967 dpa_ctl &= ~DP_PLL_FREQ_MASK;
1968
1969 if (clock < 200000) {
1970 u32 temp;
1971 dpa_ctl |= DP_PLL_FREQ_160MHZ;
1972 /* workaround for 160Mhz:
1973 1) program 0x4600c bits 15:0 = 0x8124
1974 2) program 0x46010 bit 0 = 1
1975 3) program 0x46034 bit 24 = 1
1976 4) program 0x64000 bit 14 = 1
1977 */
1978 temp = I915_READ(0x4600c);
1979 temp &= 0xffff0000;
1980 I915_WRITE(0x4600c, temp | 0x8124);
1981
1982 temp = I915_READ(0x46010);
1983 I915_WRITE(0x46010, temp | 1);
1984
1985 temp = I915_READ(0x46034);
1986 I915_WRITE(0x46034, temp | (1 << 24));
1987 } else {
1988 dpa_ctl |= DP_PLL_FREQ_270MHZ;
1989 }
1990 I915_WRITE(DP_A, dpa_ctl);
1991
Chris Wilson5eddb702010-09-11 13:48:45 +01001992 POSTING_READ(DP_A);
Zhenyu Wang32f9d652009-07-24 01:00:32 +08001993 udelay(500);
1994}
1995
Zhenyu Wang5e84e1a2010-10-28 16:38:08 +08001996static void intel_fdi_normal_train(struct drm_crtc *crtc)
1997{
1998 struct drm_device *dev = crtc->dev;
1999 struct drm_i915_private *dev_priv = dev->dev_private;
2000 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
2001 int pipe = intel_crtc->pipe;
2002 u32 reg, temp;
2003
2004 /* enable normal train */
2005 reg = FDI_TX_CTL(pipe);
2006 temp = I915_READ(reg);
Keith Packard61e499b2011-05-17 16:13:52 -07002007 if (IS_IVYBRIDGE(dev)) {
Jesse Barnes357555c2011-04-28 15:09:55 -07002008 temp &= ~FDI_LINK_TRAIN_NONE_IVB;
2009 temp |= FDI_LINK_TRAIN_NONE_IVB | FDI_TX_ENHANCE_FRAME_ENABLE;
Keith Packard61e499b2011-05-17 16:13:52 -07002010 } else {
2011 temp &= ~FDI_LINK_TRAIN_NONE;
2012 temp |= FDI_LINK_TRAIN_NONE | FDI_TX_ENHANCE_FRAME_ENABLE;
Jesse Barnes357555c2011-04-28 15:09:55 -07002013 }
Zhenyu Wang5e84e1a2010-10-28 16:38:08 +08002014 I915_WRITE(reg, temp);
2015
2016 reg = FDI_RX_CTL(pipe);
2017 temp = I915_READ(reg);
2018 if (HAS_PCH_CPT(dev)) {
2019 temp &= ~FDI_LINK_TRAIN_PATTERN_MASK_CPT;
2020 temp |= FDI_LINK_TRAIN_NORMAL_CPT;
2021 } else {
2022 temp &= ~FDI_LINK_TRAIN_NONE;
2023 temp |= FDI_LINK_TRAIN_NONE;
2024 }
2025 I915_WRITE(reg, temp | FDI_RX_ENHANCE_FRAME_ENABLE);
2026
2027 /* wait one idle pattern time */
2028 POSTING_READ(reg);
2029 udelay(1000);
Jesse Barnes357555c2011-04-28 15:09:55 -07002030
2031 /* IVB wants error correction enabled */
2032 if (IS_IVYBRIDGE(dev))
2033 I915_WRITE(reg, I915_READ(reg) | FDI_FS_ERRC_ENABLE |
2034 FDI_FE_ERRC_ENABLE);
Zhenyu Wang5e84e1a2010-10-28 16:38:08 +08002035}
2036
Jesse Barnes291427f2011-07-29 12:42:37 -07002037static void cpt_phase_pointer_enable(struct drm_device *dev, int pipe)
2038{
2039 struct drm_i915_private *dev_priv = dev->dev_private;
2040 u32 flags = I915_READ(SOUTH_CHICKEN1);
2041
2042 flags |= FDI_PHASE_SYNC_OVR(pipe);
2043 I915_WRITE(SOUTH_CHICKEN1, flags); /* once to unlock... */
2044 flags |= FDI_PHASE_SYNC_EN(pipe);
2045 I915_WRITE(SOUTH_CHICKEN1, flags); /* then again to enable */
2046 POSTING_READ(SOUTH_CHICKEN1);
2047}
2048
Zhenyu Wang8db9d772010-04-07 16:15:54 +08002049/* The FDI link training functions for ILK/Ibexpeak. */
2050static void ironlake_fdi_link_train(struct drm_crtc *crtc)
2051{
2052 struct drm_device *dev = crtc->dev;
2053 struct drm_i915_private *dev_priv = dev->dev_private;
2054 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
2055 int pipe = intel_crtc->pipe;
Jesse Barnes0fc932b2011-01-04 15:09:37 -08002056 int plane = intel_crtc->plane;
Chris Wilson5eddb702010-09-11 13:48:45 +01002057 u32 reg, temp, tries;
Zhenyu Wang8db9d772010-04-07 16:15:54 +08002058
Jesse Barnes0fc932b2011-01-04 15:09:37 -08002059 /* FDI needs bits from pipe & plane first */
2060 assert_pipe_enabled(dev_priv, pipe);
2061 assert_plane_enabled(dev_priv, plane);
2062
Adam Jacksone1a44742010-06-25 15:32:14 -04002063 /* Train 1: umask FDI RX Interrupt symbol_lock and bit_lock bit
2064 for train result */
Chris Wilson5eddb702010-09-11 13:48:45 +01002065 reg = FDI_RX_IMR(pipe);
2066 temp = I915_READ(reg);
Adam Jacksone1a44742010-06-25 15:32:14 -04002067 temp &= ~FDI_RX_SYMBOL_LOCK;
2068 temp &= ~FDI_RX_BIT_LOCK;
Chris Wilson5eddb702010-09-11 13:48:45 +01002069 I915_WRITE(reg, temp);
2070 I915_READ(reg);
Adam Jacksone1a44742010-06-25 15:32:14 -04002071 udelay(150);
2072
Zhenyu Wang8db9d772010-04-07 16:15:54 +08002073 /* enable CPU FDI TX and PCH FDI RX */
Chris Wilson5eddb702010-09-11 13:48:45 +01002074 reg = FDI_TX_CTL(pipe);
2075 temp = I915_READ(reg);
Adam Jackson77ffb592010-04-12 11:38:44 -04002076 temp &= ~(7 << 19);
2077 temp |= (intel_crtc->fdi_lanes - 1) << 19;
Zhenyu Wang8db9d772010-04-07 16:15:54 +08002078 temp &= ~FDI_LINK_TRAIN_NONE;
2079 temp |= FDI_LINK_TRAIN_PATTERN_1;
Chris Wilson5eddb702010-09-11 13:48:45 +01002080 I915_WRITE(reg, temp | FDI_TX_ENABLE);
Zhenyu Wang8db9d772010-04-07 16:15:54 +08002081
Chris Wilson5eddb702010-09-11 13:48:45 +01002082 reg = FDI_RX_CTL(pipe);
2083 temp = I915_READ(reg);
Zhenyu Wang8db9d772010-04-07 16:15:54 +08002084 temp &= ~FDI_LINK_TRAIN_NONE;
2085 temp |= FDI_LINK_TRAIN_PATTERN_1;
Chris Wilson5eddb702010-09-11 13:48:45 +01002086 I915_WRITE(reg, temp | FDI_RX_ENABLE);
2087
2088 POSTING_READ(reg);
Zhenyu Wang8db9d772010-04-07 16:15:54 +08002089 udelay(150);
2090
Jesse Barnes5b2adf82010-10-07 16:01:15 -07002091 /* Ironlake workaround, enable clock pointer after FDI enable*/
Jesse Barnes6f06ce12011-01-04 15:09:38 -08002092 if (HAS_PCH_IBX(dev)) {
2093 I915_WRITE(FDI_RX_CHICKEN(pipe), FDI_RX_PHASE_SYNC_POINTER_OVR);
2094 I915_WRITE(FDI_RX_CHICKEN(pipe), FDI_RX_PHASE_SYNC_POINTER_OVR |
2095 FDI_RX_PHASE_SYNC_POINTER_EN);
2096 }
Jesse Barnes5b2adf82010-10-07 16:01:15 -07002097
Chris Wilson5eddb702010-09-11 13:48:45 +01002098 reg = FDI_RX_IIR(pipe);
Adam Jacksone1a44742010-06-25 15:32:14 -04002099 for (tries = 0; tries < 5; tries++) {
Chris Wilson5eddb702010-09-11 13:48:45 +01002100 temp = I915_READ(reg);
Zhenyu Wang8db9d772010-04-07 16:15:54 +08002101 DRM_DEBUG_KMS("FDI_RX_IIR 0x%x\n", temp);
2102
2103 if ((temp & FDI_RX_BIT_LOCK)) {
2104 DRM_DEBUG_KMS("FDI train 1 done.\n");
Chris Wilson5eddb702010-09-11 13:48:45 +01002105 I915_WRITE(reg, temp | FDI_RX_BIT_LOCK);
Zhenyu Wang8db9d772010-04-07 16:15:54 +08002106 break;
2107 }
Zhenyu Wang8db9d772010-04-07 16:15:54 +08002108 }
Adam Jacksone1a44742010-06-25 15:32:14 -04002109 if (tries == 5)
Chris Wilson5eddb702010-09-11 13:48:45 +01002110 DRM_ERROR("FDI train 1 fail!\n");
Zhenyu Wang8db9d772010-04-07 16:15:54 +08002111
2112 /* Train 2 */
Chris Wilson5eddb702010-09-11 13:48:45 +01002113 reg = FDI_TX_CTL(pipe);
2114 temp = I915_READ(reg);
Zhenyu Wang8db9d772010-04-07 16:15:54 +08002115 temp &= ~FDI_LINK_TRAIN_NONE;
2116 temp |= FDI_LINK_TRAIN_PATTERN_2;
Chris Wilson5eddb702010-09-11 13:48:45 +01002117 I915_WRITE(reg, temp);
Zhenyu Wang8db9d772010-04-07 16:15:54 +08002118
Chris Wilson5eddb702010-09-11 13:48:45 +01002119 reg = FDI_RX_CTL(pipe);
2120 temp = I915_READ(reg);
Zhenyu Wang8db9d772010-04-07 16:15:54 +08002121 temp &= ~FDI_LINK_TRAIN_NONE;
2122 temp |= FDI_LINK_TRAIN_PATTERN_2;
Chris Wilson5eddb702010-09-11 13:48:45 +01002123 I915_WRITE(reg, temp);
2124
2125 POSTING_READ(reg);
Zhenyu Wang8db9d772010-04-07 16:15:54 +08002126 udelay(150);
2127
Chris Wilson5eddb702010-09-11 13:48:45 +01002128 reg = FDI_RX_IIR(pipe);
Adam Jacksone1a44742010-06-25 15:32:14 -04002129 for (tries = 0; tries < 5; tries++) {
Chris Wilson5eddb702010-09-11 13:48:45 +01002130 temp = I915_READ(reg);
Zhenyu Wang8db9d772010-04-07 16:15:54 +08002131 DRM_DEBUG_KMS("FDI_RX_IIR 0x%x\n", temp);
2132
2133 if (temp & FDI_RX_SYMBOL_LOCK) {
Chris Wilson5eddb702010-09-11 13:48:45 +01002134 I915_WRITE(reg, temp | FDI_RX_SYMBOL_LOCK);
Zhenyu Wang8db9d772010-04-07 16:15:54 +08002135 DRM_DEBUG_KMS("FDI train 2 done.\n");
2136 break;
2137 }
Zhenyu Wang8db9d772010-04-07 16:15:54 +08002138 }
Adam Jacksone1a44742010-06-25 15:32:14 -04002139 if (tries == 5)
Chris Wilson5eddb702010-09-11 13:48:45 +01002140 DRM_ERROR("FDI train 2 fail!\n");
Zhenyu Wang8db9d772010-04-07 16:15:54 +08002141
2142 DRM_DEBUG_KMS("FDI train done\n");
Jesse Barnes5c5313c2010-10-07 16:01:11 -07002143
Zhenyu Wang8db9d772010-04-07 16:15:54 +08002144}
2145
Akshay Joshi0206e352011-08-16 15:34:10 -04002146static const int snb_b_fdi_train_param[] = {
Zhenyu Wang8db9d772010-04-07 16:15:54 +08002147 FDI_LINK_TRAIN_400MV_0DB_SNB_B,
2148 FDI_LINK_TRAIN_400MV_6DB_SNB_B,
2149 FDI_LINK_TRAIN_600MV_3_5DB_SNB_B,
2150 FDI_LINK_TRAIN_800MV_0DB_SNB_B,
2151};
2152
2153/* The FDI link training functions for SNB/Cougarpoint. */
2154static void gen6_fdi_link_train(struct drm_crtc *crtc)
2155{
2156 struct drm_device *dev = crtc->dev;
2157 struct drm_i915_private *dev_priv = dev->dev_private;
2158 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
2159 int pipe = intel_crtc->pipe;
Sean Paulfa37d392012-03-02 12:53:39 -05002160 u32 reg, temp, i, retry;
Zhenyu Wang8db9d772010-04-07 16:15:54 +08002161
Adam Jacksone1a44742010-06-25 15:32:14 -04002162 /* Train 1: umask FDI RX Interrupt symbol_lock and bit_lock bit
2163 for train result */
Chris Wilson5eddb702010-09-11 13:48:45 +01002164 reg = FDI_RX_IMR(pipe);
2165 temp = I915_READ(reg);
Adam Jacksone1a44742010-06-25 15:32:14 -04002166 temp &= ~FDI_RX_SYMBOL_LOCK;
2167 temp &= ~FDI_RX_BIT_LOCK;
Chris Wilson5eddb702010-09-11 13:48:45 +01002168 I915_WRITE(reg, temp);
2169
2170 POSTING_READ(reg);
Adam Jacksone1a44742010-06-25 15:32:14 -04002171 udelay(150);
2172
Zhenyu Wang8db9d772010-04-07 16:15:54 +08002173 /* enable CPU FDI TX and PCH FDI RX */
Chris Wilson5eddb702010-09-11 13:48:45 +01002174 reg = FDI_TX_CTL(pipe);
2175 temp = I915_READ(reg);
Adam Jackson77ffb592010-04-12 11:38:44 -04002176 temp &= ~(7 << 19);
2177 temp |= (intel_crtc->fdi_lanes - 1) << 19;
Zhenyu Wang8db9d772010-04-07 16:15:54 +08002178 temp &= ~FDI_LINK_TRAIN_NONE;
2179 temp |= FDI_LINK_TRAIN_PATTERN_1;
2180 temp &= ~FDI_LINK_TRAIN_VOL_EMP_MASK;
2181 /* SNB-B */
2182 temp |= FDI_LINK_TRAIN_400MV_0DB_SNB_B;
Chris Wilson5eddb702010-09-11 13:48:45 +01002183 I915_WRITE(reg, temp | FDI_TX_ENABLE);
Zhenyu Wang8db9d772010-04-07 16:15:54 +08002184
Chris Wilson5eddb702010-09-11 13:48:45 +01002185 reg = FDI_RX_CTL(pipe);
2186 temp = I915_READ(reg);
Zhenyu Wang8db9d772010-04-07 16:15:54 +08002187 if (HAS_PCH_CPT(dev)) {
2188 temp &= ~FDI_LINK_TRAIN_PATTERN_MASK_CPT;
2189 temp |= FDI_LINK_TRAIN_PATTERN_1_CPT;
2190 } else {
2191 temp &= ~FDI_LINK_TRAIN_NONE;
2192 temp |= FDI_LINK_TRAIN_PATTERN_1;
2193 }
Chris Wilson5eddb702010-09-11 13:48:45 +01002194 I915_WRITE(reg, temp | FDI_RX_ENABLE);
2195
2196 POSTING_READ(reg);
Zhenyu Wang8db9d772010-04-07 16:15:54 +08002197 udelay(150);
2198
Jesse Barnes291427f2011-07-29 12:42:37 -07002199 if (HAS_PCH_CPT(dev))
2200 cpt_phase_pointer_enable(dev, pipe);
2201
Akshay Joshi0206e352011-08-16 15:34:10 -04002202 for (i = 0; i < 4; i++) {
Chris Wilson5eddb702010-09-11 13:48:45 +01002203 reg = FDI_TX_CTL(pipe);
2204 temp = I915_READ(reg);
Zhenyu Wang8db9d772010-04-07 16:15:54 +08002205 temp &= ~FDI_LINK_TRAIN_VOL_EMP_MASK;
2206 temp |= snb_b_fdi_train_param[i];
Chris Wilson5eddb702010-09-11 13:48:45 +01002207 I915_WRITE(reg, temp);
2208
2209 POSTING_READ(reg);
Zhenyu Wang8db9d772010-04-07 16:15:54 +08002210 udelay(500);
2211
Sean Paulfa37d392012-03-02 12:53:39 -05002212 for (retry = 0; retry < 5; retry++) {
2213 reg = FDI_RX_IIR(pipe);
2214 temp = I915_READ(reg);
2215 DRM_DEBUG_KMS("FDI_RX_IIR 0x%x\n", temp);
2216 if (temp & FDI_RX_BIT_LOCK) {
2217 I915_WRITE(reg, temp | FDI_RX_BIT_LOCK);
2218 DRM_DEBUG_KMS("FDI train 1 done.\n");
2219 break;
2220 }
2221 udelay(50);
Zhenyu Wang8db9d772010-04-07 16:15:54 +08002222 }
Sean Paulfa37d392012-03-02 12:53:39 -05002223 if (retry < 5)
2224 break;
Zhenyu Wang8db9d772010-04-07 16:15:54 +08002225 }
2226 if (i == 4)
Chris Wilson5eddb702010-09-11 13:48:45 +01002227 DRM_ERROR("FDI train 1 fail!\n");
Zhenyu Wang8db9d772010-04-07 16:15:54 +08002228
2229 /* Train 2 */
Chris Wilson5eddb702010-09-11 13:48:45 +01002230 reg = FDI_TX_CTL(pipe);
2231 temp = I915_READ(reg);
Zhenyu Wang8db9d772010-04-07 16:15:54 +08002232 temp &= ~FDI_LINK_TRAIN_NONE;
2233 temp |= FDI_LINK_TRAIN_PATTERN_2;
2234 if (IS_GEN6(dev)) {
2235 temp &= ~FDI_LINK_TRAIN_VOL_EMP_MASK;
2236 /* SNB-B */
2237 temp |= FDI_LINK_TRAIN_400MV_0DB_SNB_B;
2238 }
Chris Wilson5eddb702010-09-11 13:48:45 +01002239 I915_WRITE(reg, temp);
Zhenyu Wang8db9d772010-04-07 16:15:54 +08002240
Chris Wilson5eddb702010-09-11 13:48:45 +01002241 reg = FDI_RX_CTL(pipe);
2242 temp = I915_READ(reg);
Zhenyu Wang8db9d772010-04-07 16:15:54 +08002243 if (HAS_PCH_CPT(dev)) {
2244 temp &= ~FDI_LINK_TRAIN_PATTERN_MASK_CPT;
2245 temp |= FDI_LINK_TRAIN_PATTERN_2_CPT;
2246 } else {
2247 temp &= ~FDI_LINK_TRAIN_NONE;
2248 temp |= FDI_LINK_TRAIN_PATTERN_2;
2249 }
Chris Wilson5eddb702010-09-11 13:48:45 +01002250 I915_WRITE(reg, temp);
2251
2252 POSTING_READ(reg);
Zhenyu Wang8db9d772010-04-07 16:15:54 +08002253 udelay(150);
2254
Akshay Joshi0206e352011-08-16 15:34:10 -04002255 for (i = 0; i < 4; i++) {
Chris Wilson5eddb702010-09-11 13:48:45 +01002256 reg = FDI_TX_CTL(pipe);
2257 temp = I915_READ(reg);
Zhenyu Wang8db9d772010-04-07 16:15:54 +08002258 temp &= ~FDI_LINK_TRAIN_VOL_EMP_MASK;
2259 temp |= snb_b_fdi_train_param[i];
Chris Wilson5eddb702010-09-11 13:48:45 +01002260 I915_WRITE(reg, temp);
2261
2262 POSTING_READ(reg);
Zhenyu Wang8db9d772010-04-07 16:15:54 +08002263 udelay(500);
2264
Sean Paulfa37d392012-03-02 12:53:39 -05002265 for (retry = 0; retry < 5; retry++) {
2266 reg = FDI_RX_IIR(pipe);
2267 temp = I915_READ(reg);
2268 DRM_DEBUG_KMS("FDI_RX_IIR 0x%x\n", temp);
2269 if (temp & FDI_RX_SYMBOL_LOCK) {
2270 I915_WRITE(reg, temp | FDI_RX_SYMBOL_LOCK);
2271 DRM_DEBUG_KMS("FDI train 2 done.\n");
2272 break;
2273 }
2274 udelay(50);
Zhenyu Wang8db9d772010-04-07 16:15:54 +08002275 }
Sean Paulfa37d392012-03-02 12:53:39 -05002276 if (retry < 5)
2277 break;
Zhenyu Wang8db9d772010-04-07 16:15:54 +08002278 }
2279 if (i == 4)
Chris Wilson5eddb702010-09-11 13:48:45 +01002280 DRM_ERROR("FDI train 2 fail!\n");
Zhenyu Wang8db9d772010-04-07 16:15:54 +08002281
2282 DRM_DEBUG_KMS("FDI train done.\n");
2283}
2284
Jesse Barnes357555c2011-04-28 15:09:55 -07002285/* Manual link training for Ivy Bridge A0 parts */
2286static void ivb_manual_fdi_link_train(struct drm_crtc *crtc)
2287{
2288 struct drm_device *dev = crtc->dev;
2289 struct drm_i915_private *dev_priv = dev->dev_private;
2290 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
2291 int pipe = intel_crtc->pipe;
2292 u32 reg, temp, i;
2293
2294 /* Train 1: umask FDI RX Interrupt symbol_lock and bit_lock bit
2295 for train result */
2296 reg = FDI_RX_IMR(pipe);
2297 temp = I915_READ(reg);
2298 temp &= ~FDI_RX_SYMBOL_LOCK;
2299 temp &= ~FDI_RX_BIT_LOCK;
2300 I915_WRITE(reg, temp);
2301
2302 POSTING_READ(reg);
2303 udelay(150);
2304
2305 /* enable CPU FDI TX and PCH FDI RX */
2306 reg = FDI_TX_CTL(pipe);
2307 temp = I915_READ(reg);
2308 temp &= ~(7 << 19);
2309 temp |= (intel_crtc->fdi_lanes - 1) << 19;
2310 temp &= ~(FDI_LINK_TRAIN_AUTO | FDI_LINK_TRAIN_NONE_IVB);
2311 temp |= FDI_LINK_TRAIN_PATTERN_1_IVB;
2312 temp &= ~FDI_LINK_TRAIN_VOL_EMP_MASK;
2313 temp |= FDI_LINK_TRAIN_400MV_0DB_SNB_B;
Jesse Barnesc4f9c4c2011-10-10 14:28:52 -07002314 temp |= FDI_COMPOSITE_SYNC;
Jesse Barnes357555c2011-04-28 15:09:55 -07002315 I915_WRITE(reg, temp | FDI_TX_ENABLE);
2316
2317 reg = FDI_RX_CTL(pipe);
2318 temp = I915_READ(reg);
2319 temp &= ~FDI_LINK_TRAIN_AUTO;
2320 temp &= ~FDI_LINK_TRAIN_PATTERN_MASK_CPT;
2321 temp |= FDI_LINK_TRAIN_PATTERN_1_CPT;
Jesse Barnesc4f9c4c2011-10-10 14:28:52 -07002322 temp |= FDI_COMPOSITE_SYNC;
Jesse Barnes357555c2011-04-28 15:09:55 -07002323 I915_WRITE(reg, temp | FDI_RX_ENABLE);
2324
2325 POSTING_READ(reg);
2326 udelay(150);
2327
Jesse Barnes291427f2011-07-29 12:42:37 -07002328 if (HAS_PCH_CPT(dev))
2329 cpt_phase_pointer_enable(dev, pipe);
2330
Akshay Joshi0206e352011-08-16 15:34:10 -04002331 for (i = 0; i < 4; i++) {
Jesse Barnes357555c2011-04-28 15:09:55 -07002332 reg = FDI_TX_CTL(pipe);
2333 temp = I915_READ(reg);
2334 temp &= ~FDI_LINK_TRAIN_VOL_EMP_MASK;
2335 temp |= snb_b_fdi_train_param[i];
2336 I915_WRITE(reg, temp);
2337
2338 POSTING_READ(reg);
2339 udelay(500);
2340
2341 reg = FDI_RX_IIR(pipe);
2342 temp = I915_READ(reg);
2343 DRM_DEBUG_KMS("FDI_RX_IIR 0x%x\n", temp);
2344
2345 if (temp & FDI_RX_BIT_LOCK ||
2346 (I915_READ(reg) & FDI_RX_BIT_LOCK)) {
2347 I915_WRITE(reg, temp | FDI_RX_BIT_LOCK);
2348 DRM_DEBUG_KMS("FDI train 1 done.\n");
2349 break;
2350 }
2351 }
2352 if (i == 4)
2353 DRM_ERROR("FDI train 1 fail!\n");
2354
2355 /* Train 2 */
2356 reg = FDI_TX_CTL(pipe);
2357 temp = I915_READ(reg);
2358 temp &= ~FDI_LINK_TRAIN_NONE_IVB;
2359 temp |= FDI_LINK_TRAIN_PATTERN_2_IVB;
2360 temp &= ~FDI_LINK_TRAIN_VOL_EMP_MASK;
2361 temp |= FDI_LINK_TRAIN_400MV_0DB_SNB_B;
2362 I915_WRITE(reg, temp);
2363
2364 reg = FDI_RX_CTL(pipe);
2365 temp = I915_READ(reg);
2366 temp &= ~FDI_LINK_TRAIN_PATTERN_MASK_CPT;
2367 temp |= FDI_LINK_TRAIN_PATTERN_2_CPT;
2368 I915_WRITE(reg, temp);
2369
2370 POSTING_READ(reg);
2371 udelay(150);
2372
Akshay Joshi0206e352011-08-16 15:34:10 -04002373 for (i = 0; i < 4; i++) {
Jesse Barnes357555c2011-04-28 15:09:55 -07002374 reg = FDI_TX_CTL(pipe);
2375 temp = I915_READ(reg);
2376 temp &= ~FDI_LINK_TRAIN_VOL_EMP_MASK;
2377 temp |= snb_b_fdi_train_param[i];
2378 I915_WRITE(reg, temp);
2379
2380 POSTING_READ(reg);
2381 udelay(500);
2382
2383 reg = FDI_RX_IIR(pipe);
2384 temp = I915_READ(reg);
2385 DRM_DEBUG_KMS("FDI_RX_IIR 0x%x\n", temp);
2386
2387 if (temp & FDI_RX_SYMBOL_LOCK) {
2388 I915_WRITE(reg, temp | FDI_RX_SYMBOL_LOCK);
2389 DRM_DEBUG_KMS("FDI train 2 done.\n");
2390 break;
2391 }
2392 }
2393 if (i == 4)
2394 DRM_ERROR("FDI train 2 fail!\n");
2395
2396 DRM_DEBUG_KMS("FDI train done.\n");
2397}
2398
2399static void ironlake_fdi_pll_enable(struct drm_crtc *crtc)
Jesse Barnes0e23b992010-09-10 11:10:00 -07002400{
2401 struct drm_device *dev = crtc->dev;
2402 struct drm_i915_private *dev_priv = dev->dev_private;
2403 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
2404 int pipe = intel_crtc->pipe;
Chris Wilson5eddb702010-09-11 13:48:45 +01002405 u32 reg, temp;
Jesse Barnes0e23b992010-09-10 11:10:00 -07002406
Jesse Barnesc64e3112010-09-10 11:27:03 -07002407 /* Write the TU size bits so error detection works */
Chris Wilson5eddb702010-09-11 13:48:45 +01002408 I915_WRITE(FDI_RX_TUSIZE1(pipe),
2409 I915_READ(PIPE_DATA_M1(pipe)) & TU_SIZE_MASK);
Jesse Barnesc64e3112010-09-10 11:27:03 -07002410
Jesse Barnes0e23b992010-09-10 11:10:00 -07002411 /* enable PCH FDI RX PLL, wait warmup plus DMI latency */
Chris Wilson5eddb702010-09-11 13:48:45 +01002412 reg = FDI_RX_CTL(pipe);
2413 temp = I915_READ(reg);
2414 temp &= ~((0x7 << 19) | (0x7 << 16));
Jesse Barnes0e23b992010-09-10 11:10:00 -07002415 temp |= (intel_crtc->fdi_lanes - 1) << 19;
Chris Wilson5eddb702010-09-11 13:48:45 +01002416 temp |= (I915_READ(PIPECONF(pipe)) & PIPE_BPC_MASK) << 11;
2417 I915_WRITE(reg, temp | FDI_RX_PLL_ENABLE);
2418
2419 POSTING_READ(reg);
Jesse Barnes0e23b992010-09-10 11:10:00 -07002420 udelay(200);
2421
2422 /* Switch from Rawclk to PCDclk */
Chris Wilson5eddb702010-09-11 13:48:45 +01002423 temp = I915_READ(reg);
2424 I915_WRITE(reg, temp | FDI_PCDCLK);
2425
2426 POSTING_READ(reg);
Jesse Barnes0e23b992010-09-10 11:10:00 -07002427 udelay(200);
2428
2429 /* Enable CPU FDI TX PLL, always on for Ironlake */
Chris Wilson5eddb702010-09-11 13:48:45 +01002430 reg = FDI_TX_CTL(pipe);
2431 temp = I915_READ(reg);
Jesse Barnes0e23b992010-09-10 11:10:00 -07002432 if ((temp & FDI_TX_PLL_ENABLE) == 0) {
Chris Wilson5eddb702010-09-11 13:48:45 +01002433 I915_WRITE(reg, temp | FDI_TX_PLL_ENABLE);
2434
2435 POSTING_READ(reg);
Jesse Barnes0e23b992010-09-10 11:10:00 -07002436 udelay(100);
2437 }
2438}
2439
Jesse Barnes291427f2011-07-29 12:42:37 -07002440static void cpt_phase_pointer_disable(struct drm_device *dev, int pipe)
2441{
2442 struct drm_i915_private *dev_priv = dev->dev_private;
2443 u32 flags = I915_READ(SOUTH_CHICKEN1);
2444
2445 flags &= ~(FDI_PHASE_SYNC_EN(pipe));
2446 I915_WRITE(SOUTH_CHICKEN1, flags); /* once to disable... */
2447 flags &= ~(FDI_PHASE_SYNC_OVR(pipe));
2448 I915_WRITE(SOUTH_CHICKEN1, flags); /* then again to lock */
2449 POSTING_READ(SOUTH_CHICKEN1);
2450}
Jesse Barnes0fc932b2011-01-04 15:09:37 -08002451static void ironlake_fdi_disable(struct drm_crtc *crtc)
2452{
2453 struct drm_device *dev = crtc->dev;
2454 struct drm_i915_private *dev_priv = dev->dev_private;
2455 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
2456 int pipe = intel_crtc->pipe;
2457 u32 reg, temp;
2458
2459 /* disable CPU FDI tx and PCH FDI rx */
2460 reg = FDI_TX_CTL(pipe);
2461 temp = I915_READ(reg);
2462 I915_WRITE(reg, temp & ~FDI_TX_ENABLE);
2463 POSTING_READ(reg);
2464
2465 reg = FDI_RX_CTL(pipe);
2466 temp = I915_READ(reg);
2467 temp &= ~(0x7 << 16);
2468 temp |= (I915_READ(PIPECONF(pipe)) & PIPE_BPC_MASK) << 11;
2469 I915_WRITE(reg, temp & ~FDI_RX_ENABLE);
2470
2471 POSTING_READ(reg);
2472 udelay(100);
2473
2474 /* Ironlake workaround, disable clock pointer after downing FDI */
Jesse Barnes6f06ce12011-01-04 15:09:38 -08002475 if (HAS_PCH_IBX(dev)) {
2476 I915_WRITE(FDI_RX_CHICKEN(pipe), FDI_RX_PHASE_SYNC_POINTER_OVR);
Jesse Barnes0fc932b2011-01-04 15:09:37 -08002477 I915_WRITE(FDI_RX_CHICKEN(pipe),
2478 I915_READ(FDI_RX_CHICKEN(pipe) &
Jesse Barnes6f06ce12011-01-04 15:09:38 -08002479 ~FDI_RX_PHASE_SYNC_POINTER_EN));
Jesse Barnes291427f2011-07-29 12:42:37 -07002480 } else if (HAS_PCH_CPT(dev)) {
2481 cpt_phase_pointer_disable(dev, pipe);
Jesse Barnes6f06ce12011-01-04 15:09:38 -08002482 }
Jesse Barnes0fc932b2011-01-04 15:09:37 -08002483
2484 /* still set train pattern 1 */
2485 reg = FDI_TX_CTL(pipe);
2486 temp = I915_READ(reg);
2487 temp &= ~FDI_LINK_TRAIN_NONE;
2488 temp |= FDI_LINK_TRAIN_PATTERN_1;
2489 I915_WRITE(reg, temp);
2490
2491 reg = FDI_RX_CTL(pipe);
2492 temp = I915_READ(reg);
2493 if (HAS_PCH_CPT(dev)) {
2494 temp &= ~FDI_LINK_TRAIN_PATTERN_MASK_CPT;
2495 temp |= FDI_LINK_TRAIN_PATTERN_1_CPT;
2496 } else {
2497 temp &= ~FDI_LINK_TRAIN_NONE;
2498 temp |= FDI_LINK_TRAIN_PATTERN_1;
2499 }
2500 /* BPC in FDI rx is consistent with that in PIPECONF */
2501 temp &= ~(0x07 << 16);
2502 temp |= (I915_READ(PIPECONF(pipe)) & PIPE_BPC_MASK) << 11;
2503 I915_WRITE(reg, temp);
2504
2505 POSTING_READ(reg);
2506 udelay(100);
2507}
2508
Chris Wilsone6c3a2a2010-09-23 23:04:43 +01002509static void intel_crtc_wait_for_pending_flips(struct drm_crtc *crtc)
2510{
Chris Wilson0f911282012-04-17 10:05:38 +01002511 struct drm_device *dev = crtc->dev;
Chris Wilsone6c3a2a2010-09-23 23:04:43 +01002512
2513 if (crtc->fb == NULL)
2514 return;
2515
Chris Wilson0f911282012-04-17 10:05:38 +01002516 mutex_lock(&dev->struct_mutex);
2517 intel_finish_fb(crtc->fb);
2518 mutex_unlock(&dev->struct_mutex);
Chris Wilsone6c3a2a2010-09-23 23:04:43 +01002519}
2520
Jesse Barnes040484a2011-01-03 12:14:26 -08002521static bool intel_crtc_driving_pch(struct drm_crtc *crtc)
2522{
2523 struct drm_device *dev = crtc->dev;
2524 struct drm_mode_config *mode_config = &dev->mode_config;
2525 struct intel_encoder *encoder;
2526
2527 /*
2528 * If there's a non-PCH eDP on this crtc, it must be DP_A, and that
2529 * must be driven by its own crtc; no sharing is possible.
2530 */
2531 list_for_each_entry(encoder, &mode_config->encoder_list, base.head) {
2532 if (encoder->base.crtc != crtc)
2533 continue;
2534
2535 switch (encoder->type) {
2536 case INTEL_OUTPUT_EDP:
2537 if (!intel_encoder_is_pch_edp(&encoder->base))
2538 return false;
2539 continue;
2540 }
2541 }
2542
2543 return true;
2544}
2545
Jesse Barnesf67a5592011-01-05 10:31:48 -08002546/*
2547 * Enable PCH resources required for PCH ports:
2548 * - PCH PLLs
2549 * - FDI training & RX/TX
2550 * - update transcoder timings
2551 * - DP transcoding bits
2552 * - transcoder
2553 */
2554static void ironlake_pch_enable(struct drm_crtc *crtc)
Jesse Barnes79e53942008-11-07 14:24:08 -08002555{
2556 struct drm_device *dev = crtc->dev;
Zhenyu Wang2c072452009-06-05 15:38:42 +08002557 struct drm_i915_private *dev_priv = dev->dev_private;
2558 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
2559 int pipe = intel_crtc->pipe;
Jesse Barnesee7b9f92012-04-20 17:11:53 +01002560 u32 reg, temp;
Jesse Barnes6be4a602010-09-10 10:26:01 -07002561
Jesse Barnesc98e9dc2010-09-10 10:57:18 -07002562 /* For PCH output, training FDI link */
Jesse Barnes674cf962011-04-28 14:27:04 -07002563 dev_priv->display.fdi_link_train(crtc);
Jesse Barnes6be4a602010-09-10 10:26:01 -07002564
Jesse Barnesee7b9f92012-04-20 17:11:53 +01002565 intel_enable_pch_pll(intel_crtc);
Jesse Barnesc98e9dc2010-09-10 10:57:18 -07002566
2567 if (HAS_PCH_CPT(dev)) {
Jesse Barnesee7b9f92012-04-20 17:11:53 +01002568 u32 sel;
Jesse Barnes4b645f12011-10-12 09:51:31 -07002569
Jesse Barnesc98e9dc2010-09-10 10:57:18 -07002570 temp = I915_READ(PCH_DPLL_SEL);
Jesse Barnesee7b9f92012-04-20 17:11:53 +01002571 switch (pipe) {
2572 default:
2573 case 0:
2574 temp |= TRANSA_DPLL_ENABLE;
2575 sel = TRANSA_DPLLB_SEL;
2576 break;
2577 case 1:
2578 temp |= TRANSB_DPLL_ENABLE;
2579 sel = TRANSB_DPLLB_SEL;
2580 break;
2581 case 2:
2582 temp |= TRANSC_DPLL_ENABLE;
2583 sel = TRANSC_DPLLB_SEL;
2584 break;
Jesse Barnesd64311a2011-10-12 15:01:33 -07002585 }
Jesse Barnesee7b9f92012-04-20 17:11:53 +01002586 if (intel_crtc->pch_pll->pll_reg == _PCH_DPLL_B)
2587 temp |= sel;
2588 else
2589 temp &= ~sel;
Jesse Barnesc98e9dc2010-09-10 10:57:18 -07002590 I915_WRITE(PCH_DPLL_SEL, temp);
Jesse Barnesc98e9dc2010-09-10 10:57:18 -07002591 }
Jesse Barnesc98e9dc2010-09-10 10:57:18 -07002592
Jesse Barnesd9b6cb52011-01-04 15:09:35 -08002593 /* set transcoder timing, panel must allow it */
2594 assert_panel_unlocked(dev_priv, pipe);
Chris Wilson5eddb702010-09-11 13:48:45 +01002595 I915_WRITE(TRANS_HTOTAL(pipe), I915_READ(HTOTAL(pipe)));
2596 I915_WRITE(TRANS_HBLANK(pipe), I915_READ(HBLANK(pipe)));
2597 I915_WRITE(TRANS_HSYNC(pipe), I915_READ(HSYNC(pipe)));
2598
2599 I915_WRITE(TRANS_VTOTAL(pipe), I915_READ(VTOTAL(pipe)));
2600 I915_WRITE(TRANS_VBLANK(pipe), I915_READ(VBLANK(pipe)));
2601 I915_WRITE(TRANS_VSYNC(pipe), I915_READ(VSYNC(pipe)));
Daniel Vetter0529a0d2012-01-28 14:49:24 +01002602 I915_WRITE(TRANS_VSYNCSHIFT(pipe), I915_READ(VSYNCSHIFT(pipe)));
Jesse Barnesc98e9dc2010-09-10 10:57:18 -07002603
Zhenyu Wang5e84e1a2010-10-28 16:38:08 +08002604 intel_fdi_normal_train(crtc);
2605
Jesse Barnesc98e9dc2010-09-10 10:57:18 -07002606 /* For PCH DP, enable TRANS_DP_CTL */
2607 if (HAS_PCH_CPT(dev) &&
Keith Packard417e8222011-11-01 19:54:11 -07002608 (intel_pipe_has_type(crtc, INTEL_OUTPUT_DISPLAYPORT) ||
2609 intel_pipe_has_type(crtc, INTEL_OUTPUT_EDP))) {
Jesse Barnes9325c9f2011-06-24 12:19:21 -07002610 u32 bpc = (I915_READ(PIPECONF(pipe)) & PIPE_BPC_MASK) >> 5;
Chris Wilson5eddb702010-09-11 13:48:45 +01002611 reg = TRANS_DP_CTL(pipe);
2612 temp = I915_READ(reg);
2613 temp &= ~(TRANS_DP_PORT_SEL_MASK |
Eric Anholt220cad32010-11-18 09:32:58 +08002614 TRANS_DP_SYNC_MASK |
2615 TRANS_DP_BPC_MASK);
Chris Wilson5eddb702010-09-11 13:48:45 +01002616 temp |= (TRANS_DP_OUTPUT_ENABLE |
2617 TRANS_DP_ENH_FRAMING);
Jesse Barnes9325c9f2011-06-24 12:19:21 -07002618 temp |= bpc << 9; /* same format but at 11:9 */
Jesse Barnesc98e9dc2010-09-10 10:57:18 -07002619
2620 if (crtc->mode.flags & DRM_MODE_FLAG_PHSYNC)
Chris Wilson5eddb702010-09-11 13:48:45 +01002621 temp |= TRANS_DP_HSYNC_ACTIVE_HIGH;
Jesse Barnesc98e9dc2010-09-10 10:57:18 -07002622 if (crtc->mode.flags & DRM_MODE_FLAG_PVSYNC)
Chris Wilson5eddb702010-09-11 13:48:45 +01002623 temp |= TRANS_DP_VSYNC_ACTIVE_HIGH;
Jesse Barnesc98e9dc2010-09-10 10:57:18 -07002624
2625 switch (intel_trans_dp_port_sel(crtc)) {
2626 case PCH_DP_B:
Chris Wilson5eddb702010-09-11 13:48:45 +01002627 temp |= TRANS_DP_PORT_SEL_B;
Jesse Barnesc98e9dc2010-09-10 10:57:18 -07002628 break;
2629 case PCH_DP_C:
Chris Wilson5eddb702010-09-11 13:48:45 +01002630 temp |= TRANS_DP_PORT_SEL_C;
Jesse Barnesc98e9dc2010-09-10 10:57:18 -07002631 break;
2632 case PCH_DP_D:
Chris Wilson5eddb702010-09-11 13:48:45 +01002633 temp |= TRANS_DP_PORT_SEL_D;
Jesse Barnesc98e9dc2010-09-10 10:57:18 -07002634 break;
2635 default:
2636 DRM_DEBUG_KMS("Wrong PCH DP port return. Guess port B\n");
Chris Wilson5eddb702010-09-11 13:48:45 +01002637 temp |= TRANS_DP_PORT_SEL_B;
Jesse Barnesc98e9dc2010-09-10 10:57:18 -07002638 break;
2639 }
2640
Chris Wilson5eddb702010-09-11 13:48:45 +01002641 I915_WRITE(reg, temp);
Jesse Barnesc98e9dc2010-09-10 10:57:18 -07002642 }
2643
Jesse Barnes040484a2011-01-03 12:14:26 -08002644 intel_enable_transcoder(dev_priv, pipe);
Jesse Barnesf67a5592011-01-05 10:31:48 -08002645}
2646
Jesse Barnesee7b9f92012-04-20 17:11:53 +01002647static void intel_put_pch_pll(struct intel_crtc *intel_crtc)
2648{
2649 struct intel_pch_pll *pll = intel_crtc->pch_pll;
2650
2651 if (pll == NULL)
2652 return;
2653
2654 if (pll->refcount == 0) {
2655 WARN(1, "bad PCH PLL refcount\n");
2656 return;
2657 }
2658
2659 --pll->refcount;
2660 intel_crtc->pch_pll = NULL;
2661}
2662
2663static struct intel_pch_pll *intel_get_pch_pll(struct intel_crtc *intel_crtc, u32 dpll, u32 fp)
2664{
2665 struct drm_i915_private *dev_priv = intel_crtc->base.dev->dev_private;
2666 struct intel_pch_pll *pll;
2667 int i;
2668
2669 pll = intel_crtc->pch_pll;
2670 if (pll) {
2671 DRM_DEBUG_KMS("CRTC:%d reusing existing PCH PLL %x\n",
2672 intel_crtc->base.base.id, pll->pll_reg);
2673 goto prepare;
2674 }
2675
2676 for (i = 0; i < dev_priv->num_pch_pll; i++) {
2677 pll = &dev_priv->pch_plls[i];
2678
2679 /* Only want to check enabled timings first */
2680 if (pll->refcount == 0)
2681 continue;
2682
2683 if (dpll == (I915_READ(pll->pll_reg) & 0x7fffffff) &&
2684 fp == I915_READ(pll->fp0_reg)) {
2685 DRM_DEBUG_KMS("CRTC:%d sharing existing PCH PLL %x (refcount %d, ative %d)\n",
2686 intel_crtc->base.base.id,
2687 pll->pll_reg, pll->refcount, pll->active);
2688
2689 goto found;
2690 }
2691 }
2692
2693 /* Ok no matching timings, maybe there's a free one? */
2694 for (i = 0; i < dev_priv->num_pch_pll; i++) {
2695 pll = &dev_priv->pch_plls[i];
2696 if (pll->refcount == 0) {
2697 DRM_DEBUG_KMS("CRTC:%d allocated PCH PLL %x\n",
2698 intel_crtc->base.base.id, pll->pll_reg);
2699 goto found;
2700 }
2701 }
2702
2703 return NULL;
2704
2705found:
2706 intel_crtc->pch_pll = pll;
2707 pll->refcount++;
2708 DRM_DEBUG_DRIVER("using pll %d for pipe %d\n", i, intel_crtc->pipe);
2709prepare: /* separate function? */
2710 DRM_DEBUG_DRIVER("switching PLL %x off\n", pll->pll_reg);
2711 I915_WRITE(pll->fp0_reg, fp);
2712 I915_WRITE(pll->pll_reg, dpll & ~DPLL_VCO_ENABLE);
2713
2714 POSTING_READ(pll->pll_reg);
2715 udelay(150);
2716 pll->on = false;
2717 return pll;
2718}
2719
Jesse Barnesd4270e52011-10-11 10:43:02 -07002720void intel_cpt_verify_modeset(struct drm_device *dev, int pipe)
2721{
2722 struct drm_i915_private *dev_priv = dev->dev_private;
2723 int dslreg = PIPEDSL(pipe), tc2reg = TRANS_CHICKEN2(pipe);
2724 u32 temp;
2725
2726 temp = I915_READ(dslreg);
2727 udelay(500);
2728 if (wait_for(I915_READ(dslreg) != temp, 5)) {
2729 /* Without this, mode sets may fail silently on FDI */
2730 I915_WRITE(tc2reg, TRANS_AUTOTRAIN_GEN_STALL_DIS);
2731 udelay(250);
2732 I915_WRITE(tc2reg, 0);
2733 if (wait_for(I915_READ(dslreg) != temp, 5))
2734 DRM_ERROR("mode set failed: pipe %d stuck\n", pipe);
2735 }
2736}
2737
Jesse Barnesf67a5592011-01-05 10:31:48 -08002738static void ironlake_crtc_enable(struct drm_crtc *crtc)
2739{
2740 struct drm_device *dev = crtc->dev;
2741 struct drm_i915_private *dev_priv = dev->dev_private;
2742 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
2743 int pipe = intel_crtc->pipe;
2744 int plane = intel_crtc->plane;
2745 u32 temp;
2746 bool is_pch_port;
2747
2748 if (intel_crtc->active)
2749 return;
2750
2751 intel_crtc->active = true;
2752 intel_update_watermarks(dev);
2753
2754 if (intel_pipe_has_type(crtc, INTEL_OUTPUT_LVDS)) {
2755 temp = I915_READ(PCH_LVDS);
2756 if ((temp & LVDS_PORT_EN) == 0)
2757 I915_WRITE(PCH_LVDS, temp | LVDS_PORT_EN);
2758 }
2759
2760 is_pch_port = intel_crtc_driving_pch(crtc);
2761
2762 if (is_pch_port)
Jesse Barnes357555c2011-04-28 15:09:55 -07002763 ironlake_fdi_pll_enable(crtc);
Jesse Barnesf67a5592011-01-05 10:31:48 -08002764 else
2765 ironlake_fdi_disable(crtc);
2766
2767 /* Enable panel fitting for LVDS */
2768 if (dev_priv->pch_pf_size &&
2769 (intel_pipe_has_type(crtc, INTEL_OUTPUT_LVDS) || HAS_eDP)) {
2770 /* Force use of hard-coded filter coefficients
2771 * as some pre-programmed values are broken,
2772 * e.g. x201.
2773 */
Jesse Barnes9db4a9c2011-02-07 12:26:52 -08002774 I915_WRITE(PF_CTL(pipe), PF_ENABLE | PF_FILTER_MED_3x3);
2775 I915_WRITE(PF_WIN_POS(pipe), dev_priv->pch_pf_pos);
2776 I915_WRITE(PF_WIN_SZ(pipe), dev_priv->pch_pf_size);
Jesse Barnesf67a5592011-01-05 10:31:48 -08002777 }
2778
Jesse Barnes9c54c0d2011-06-15 23:32:33 +02002779 /*
2780 * On ILK+ LUT must be loaded before the pipe is running but with
2781 * clocks enabled
2782 */
2783 intel_crtc_load_lut(crtc);
2784
Jesse Barnesf67a5592011-01-05 10:31:48 -08002785 intel_enable_pipe(dev_priv, pipe, is_pch_port);
2786 intel_enable_plane(dev_priv, plane, pipe);
2787
2788 if (is_pch_port)
2789 ironlake_pch_enable(crtc);
Jesse Barnes6be4a602010-09-10 10:26:01 -07002790
Ben Widawskyd1ebd8162011-04-25 20:11:50 +01002791 mutex_lock(&dev->struct_mutex);
Chris Wilsonbed4a672010-09-11 10:47:47 +01002792 intel_update_fbc(dev);
Ben Widawskyd1ebd8162011-04-25 20:11:50 +01002793 mutex_unlock(&dev->struct_mutex);
2794
Chris Wilson6b383a72010-09-13 13:54:26 +01002795 intel_crtc_update_cursor(crtc, true);
Jesse Barnes6be4a602010-09-10 10:26:01 -07002796}
2797
2798static void ironlake_crtc_disable(struct drm_crtc *crtc)
2799{
2800 struct drm_device *dev = crtc->dev;
2801 struct drm_i915_private *dev_priv = dev->dev_private;
2802 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
2803 int pipe = intel_crtc->pipe;
2804 int plane = intel_crtc->plane;
Chris Wilson5eddb702010-09-11 13:48:45 +01002805 u32 reg, temp;
Jesse Barnes6be4a602010-09-10 10:26:01 -07002806
Chris Wilsonf7abfe82010-09-13 14:19:16 +01002807 if (!intel_crtc->active)
2808 return;
2809
Chris Wilsone6c3a2a2010-09-23 23:04:43 +01002810 intel_crtc_wait_for_pending_flips(crtc);
Jesse Barnes6be4a602010-09-10 10:26:01 -07002811 drm_vblank_off(dev, pipe);
Chris Wilson6b383a72010-09-13 13:54:26 +01002812 intel_crtc_update_cursor(crtc, false);
Chris Wilson5eddb702010-09-11 13:48:45 +01002813
Jesse Barnesb24e7172011-01-04 15:09:30 -08002814 intel_disable_plane(dev_priv, plane, pipe);
Jesse Barnes6be4a602010-09-10 10:26:01 -07002815
Chris Wilson973d04f2011-07-08 12:22:37 +01002816 if (dev_priv->cfb_plane == plane)
2817 intel_disable_fbc(dev);
Jesse Barnes6be4a602010-09-10 10:26:01 -07002818
Jesse Barnesb24e7172011-01-04 15:09:30 -08002819 intel_disable_pipe(dev_priv, pipe);
Jesse Barnes6be4a602010-09-10 10:26:01 -07002820
Jesse Barnes6be4a602010-09-10 10:26:01 -07002821 /* Disable PF */
Jesse Barnes9db4a9c2011-02-07 12:26:52 -08002822 I915_WRITE(PF_CTL(pipe), 0);
2823 I915_WRITE(PF_WIN_SZ(pipe), 0);
Jesse Barnes6be4a602010-09-10 10:26:01 -07002824
Jesse Barnes0fc932b2011-01-04 15:09:37 -08002825 ironlake_fdi_disable(crtc);
Jesse Barnes6be4a602010-09-10 10:26:01 -07002826
Jesse Barnes47a05ec2011-02-07 13:46:40 -08002827 /* This is a horrible layering violation; we should be doing this in
2828 * the connector/encoder ->prepare instead, but we don't always have
2829 * enough information there about the config to know whether it will
2830 * actually be necessary or just cause undesired flicker.
2831 */
2832 intel_disable_pch_ports(dev_priv, pipe);
Jesse Barnes6be4a602010-09-10 10:26:01 -07002833
Jesse Barnes040484a2011-01-03 12:14:26 -08002834 intel_disable_transcoder(dev_priv, pipe);
Jesse Barnes6be4a602010-09-10 10:26:01 -07002835
Jesse Barnes6be4a602010-09-10 10:26:01 -07002836 if (HAS_PCH_CPT(dev)) {
2837 /* disable TRANS_DP_CTL */
Chris Wilson5eddb702010-09-11 13:48:45 +01002838 reg = TRANS_DP_CTL(pipe);
2839 temp = I915_READ(reg);
2840 temp &= ~(TRANS_DP_OUTPUT_ENABLE | TRANS_DP_PORT_SEL_MASK);
Eric Anholtcb3543c2011-02-02 12:08:07 -08002841 temp |= TRANS_DP_PORT_SEL_NONE;
Chris Wilson5eddb702010-09-11 13:48:45 +01002842 I915_WRITE(reg, temp);
Jesse Barnes6be4a602010-09-10 10:26:01 -07002843
2844 /* disable DPLL_SEL */
2845 temp = I915_READ(PCH_DPLL_SEL);
Jesse Barnes9db4a9c2011-02-07 12:26:52 -08002846 switch (pipe) {
2847 case 0:
Jesse Barnesd64311a2011-10-12 15:01:33 -07002848 temp &= ~(TRANSA_DPLL_ENABLE | TRANSA_DPLLB_SEL);
Jesse Barnes9db4a9c2011-02-07 12:26:52 -08002849 break;
2850 case 1:
Jesse Barnes6be4a602010-09-10 10:26:01 -07002851 temp &= ~(TRANSB_DPLL_ENABLE | TRANSB_DPLLB_SEL);
Jesse Barnes9db4a9c2011-02-07 12:26:52 -08002852 break;
2853 case 2:
Jesse Barnes4b645f12011-10-12 09:51:31 -07002854 /* C shares PLL A or B */
Jesse Barnesd64311a2011-10-12 15:01:33 -07002855 temp &= ~(TRANSC_DPLL_ENABLE | TRANSC_DPLLB_SEL);
Jesse Barnes9db4a9c2011-02-07 12:26:52 -08002856 break;
2857 default:
2858 BUG(); /* wtf */
2859 }
Jesse Barnes6be4a602010-09-10 10:26:01 -07002860 I915_WRITE(PCH_DPLL_SEL, temp);
Jesse Barnes6be4a602010-09-10 10:26:01 -07002861 }
2862
2863 /* disable PCH DPLL */
Jesse Barnesee7b9f92012-04-20 17:11:53 +01002864 intel_disable_pch_pll(intel_crtc);
Jesse Barnes6be4a602010-09-10 10:26:01 -07002865
2866 /* Switch from PCDclk to Rawclk */
Chris Wilson5eddb702010-09-11 13:48:45 +01002867 reg = FDI_RX_CTL(pipe);
2868 temp = I915_READ(reg);
2869 I915_WRITE(reg, temp & ~FDI_PCDCLK);
Jesse Barnes6be4a602010-09-10 10:26:01 -07002870
2871 /* Disable CPU FDI TX PLL */
Chris Wilson5eddb702010-09-11 13:48:45 +01002872 reg = FDI_TX_CTL(pipe);
2873 temp = I915_READ(reg);
2874 I915_WRITE(reg, temp & ~FDI_TX_PLL_ENABLE);
2875
2876 POSTING_READ(reg);
Jesse Barnes6be4a602010-09-10 10:26:01 -07002877 udelay(100);
2878
Chris Wilson5eddb702010-09-11 13:48:45 +01002879 reg = FDI_RX_CTL(pipe);
2880 temp = I915_READ(reg);
2881 I915_WRITE(reg, temp & ~FDI_RX_PLL_ENABLE);
Jesse Barnes6be4a602010-09-10 10:26:01 -07002882
2883 /* Wait for the clocks to turn off. */
Chris Wilson5eddb702010-09-11 13:48:45 +01002884 POSTING_READ(reg);
Jesse Barnes6be4a602010-09-10 10:26:01 -07002885 udelay(100);
Chris Wilson6b383a72010-09-13 13:54:26 +01002886
Chris Wilsonf7abfe82010-09-13 14:19:16 +01002887 intel_crtc->active = false;
Chris Wilson6b383a72010-09-13 13:54:26 +01002888 intel_update_watermarks(dev);
Ben Widawskyd1ebd8162011-04-25 20:11:50 +01002889
2890 mutex_lock(&dev->struct_mutex);
Chris Wilson6b383a72010-09-13 13:54:26 +01002891 intel_update_fbc(dev);
Ben Widawskyd1ebd8162011-04-25 20:11:50 +01002892 mutex_unlock(&dev->struct_mutex);
Jesse Barnes6be4a602010-09-10 10:26:01 -07002893}
2894
2895static void ironlake_crtc_dpms(struct drm_crtc *crtc, int mode)
2896{
2897 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
2898 int pipe = intel_crtc->pipe;
2899 int plane = intel_crtc->plane;
2900
Zhenyu Wang2c072452009-06-05 15:38:42 +08002901 /* XXX: When our outputs are all unaware of DPMS modes other than off
2902 * and on, we should map those modes to DRM_MODE_DPMS_OFF in the CRTC.
2903 */
2904 switch (mode) {
2905 case DRM_MODE_DPMS_ON:
2906 case DRM_MODE_DPMS_STANDBY:
2907 case DRM_MODE_DPMS_SUSPEND:
Chris Wilson868dc582010-08-07 11:01:31 +01002908 DRM_DEBUG_KMS("crtc %d/%d dpms on\n", pipe, plane);
Jesse Barnes6be4a602010-09-10 10:26:01 -07002909 ironlake_crtc_enable(crtc);
Chris Wilson868dc582010-08-07 11:01:31 +01002910 break;
Zhao Yakuib52eb4d2010-06-12 14:32:27 +08002911
Zhenyu Wang2c072452009-06-05 15:38:42 +08002912 case DRM_MODE_DPMS_OFF:
Chris Wilson868dc582010-08-07 11:01:31 +01002913 DRM_DEBUG_KMS("crtc %d/%d dpms off\n", pipe, plane);
Jesse Barnes6be4a602010-09-10 10:26:01 -07002914 ironlake_crtc_disable(crtc);
Zhenyu Wang2c072452009-06-05 15:38:42 +08002915 break;
2916 }
2917}
2918
Jesse Barnesee7b9f92012-04-20 17:11:53 +01002919static void ironlake_crtc_off(struct drm_crtc *crtc)
2920{
2921 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
2922 intel_put_pch_pll(intel_crtc);
2923}
2924
Daniel Vetter02e792f2009-09-15 22:57:34 +02002925static void intel_crtc_dpms_overlay(struct intel_crtc *intel_crtc, bool enable)
2926{
Daniel Vetter02e792f2009-09-15 22:57:34 +02002927 if (!enable && intel_crtc->overlay) {
Chris Wilson23f09ce2010-08-12 13:53:37 +01002928 struct drm_device *dev = intel_crtc->base.dev;
Chris Wilsonce453d82011-02-21 14:43:56 +00002929 struct drm_i915_private *dev_priv = dev->dev_private;
Daniel Vetter03f77ea2009-09-15 22:57:37 +02002930
Chris Wilson23f09ce2010-08-12 13:53:37 +01002931 mutex_lock(&dev->struct_mutex);
Chris Wilsonce453d82011-02-21 14:43:56 +00002932 dev_priv->mm.interruptible = false;
2933 (void) intel_overlay_switch_off(intel_crtc->overlay);
2934 dev_priv->mm.interruptible = true;
Chris Wilson23f09ce2010-08-12 13:53:37 +01002935 mutex_unlock(&dev->struct_mutex);
Daniel Vetter02e792f2009-09-15 22:57:34 +02002936 }
Daniel Vetter02e792f2009-09-15 22:57:34 +02002937
Chris Wilson5dcdbcb2010-08-12 13:50:28 +01002938 /* Let userspace switch the overlay on again. In most cases userspace
2939 * has to recompute where to put it anyway.
2940 */
Daniel Vetter02e792f2009-09-15 22:57:34 +02002941}
2942
Jesse Barnes0b8765c62010-09-10 10:31:34 -07002943static void i9xx_crtc_enable(struct drm_crtc *crtc)
Zhenyu Wang2c072452009-06-05 15:38:42 +08002944{
2945 struct drm_device *dev = crtc->dev;
Jesse Barnes79e53942008-11-07 14:24:08 -08002946 struct drm_i915_private *dev_priv = dev->dev_private;
2947 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
2948 int pipe = intel_crtc->pipe;
Jesse Barnes80824002009-09-10 15:28:06 -07002949 int plane = intel_crtc->plane;
Jesse Barnes79e53942008-11-07 14:24:08 -08002950
Chris Wilsonf7abfe82010-09-13 14:19:16 +01002951 if (intel_crtc->active)
2952 return;
2953
2954 intel_crtc->active = true;
Chris Wilson6b383a72010-09-13 13:54:26 +01002955 intel_update_watermarks(dev);
2956
Jesse Barnes63d7bbe2011-01-04 15:09:33 -08002957 intel_enable_pll(dev_priv, pipe);
Jesse Barnes040484a2011-01-03 12:14:26 -08002958 intel_enable_pipe(dev_priv, pipe, false);
Jesse Barnesb24e7172011-01-04 15:09:30 -08002959 intel_enable_plane(dev_priv, plane, pipe);
Jesse Barnes0b8765c62010-09-10 10:31:34 -07002960
2961 intel_crtc_load_lut(crtc);
Chris Wilsonbed4a672010-09-11 10:47:47 +01002962 intel_update_fbc(dev);
Jesse Barnes0b8765c62010-09-10 10:31:34 -07002963
2964 /* Give the overlay scaler a chance to enable if it's on this pipe */
2965 intel_crtc_dpms_overlay(intel_crtc, true);
Chris Wilson6b383a72010-09-13 13:54:26 +01002966 intel_crtc_update_cursor(crtc, true);
Jesse Barnes0b8765c62010-09-10 10:31:34 -07002967}
2968
2969static void i9xx_crtc_disable(struct drm_crtc *crtc)
2970{
2971 struct drm_device *dev = crtc->dev;
2972 struct drm_i915_private *dev_priv = dev->dev_private;
2973 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
2974 int pipe = intel_crtc->pipe;
2975 int plane = intel_crtc->plane;
Jesse Barnes0b8765c62010-09-10 10:31:34 -07002976
Chris Wilsonf7abfe82010-09-13 14:19:16 +01002977 if (!intel_crtc->active)
2978 return;
2979
Jesse Barnes0b8765c62010-09-10 10:31:34 -07002980 /* Give the overlay scaler a chance to disable if it's on this pipe */
Chris Wilsone6c3a2a2010-09-23 23:04:43 +01002981 intel_crtc_wait_for_pending_flips(crtc);
2982 drm_vblank_off(dev, pipe);
Jesse Barnes0b8765c62010-09-10 10:31:34 -07002983 intel_crtc_dpms_overlay(intel_crtc, false);
Chris Wilson6b383a72010-09-13 13:54:26 +01002984 intel_crtc_update_cursor(crtc, false);
Jesse Barnes0b8765c62010-09-10 10:31:34 -07002985
Chris Wilson973d04f2011-07-08 12:22:37 +01002986 if (dev_priv->cfb_plane == plane)
2987 intel_disable_fbc(dev);
Jesse Barnes0b8765c62010-09-10 10:31:34 -07002988
Jesse Barnesb24e7172011-01-04 15:09:30 -08002989 intel_disable_plane(dev_priv, plane, pipe);
Jesse Barnesb24e7172011-01-04 15:09:30 -08002990 intel_disable_pipe(dev_priv, pipe);
Jesse Barnes63d7bbe2011-01-04 15:09:33 -08002991 intel_disable_pll(dev_priv, pipe);
Jesse Barnes0b8765c62010-09-10 10:31:34 -07002992
Chris Wilsonf7abfe82010-09-13 14:19:16 +01002993 intel_crtc->active = false;
Chris Wilson6b383a72010-09-13 13:54:26 +01002994 intel_update_fbc(dev);
2995 intel_update_watermarks(dev);
Jesse Barnes0b8765c62010-09-10 10:31:34 -07002996}
2997
2998static void i9xx_crtc_dpms(struct drm_crtc *crtc, int mode)
2999{
Jesse Barnes79e53942008-11-07 14:24:08 -08003000 /* XXX: When our outputs are all unaware of DPMS modes other than off
3001 * and on, we should map those modes to DRM_MODE_DPMS_OFF in the CRTC.
3002 */
3003 switch (mode) {
3004 case DRM_MODE_DPMS_ON:
3005 case DRM_MODE_DPMS_STANDBY:
3006 case DRM_MODE_DPMS_SUSPEND:
Jesse Barnes0b8765c62010-09-10 10:31:34 -07003007 i9xx_crtc_enable(crtc);
3008 break;
Jesse Barnes79e53942008-11-07 14:24:08 -08003009 case DRM_MODE_DPMS_OFF:
Jesse Barnes0b8765c62010-09-10 10:31:34 -07003010 i9xx_crtc_disable(crtc);
Jesse Barnes79e53942008-11-07 14:24:08 -08003011 break;
3012 }
Zhenyu Wang2c072452009-06-05 15:38:42 +08003013}
3014
Jesse Barnesee7b9f92012-04-20 17:11:53 +01003015static void i9xx_crtc_off(struct drm_crtc *crtc)
3016{
3017}
3018
Zhenyu Wang2c072452009-06-05 15:38:42 +08003019/**
3020 * Sets the power management mode of the pipe and plane.
Zhenyu Wang2c072452009-06-05 15:38:42 +08003021 */
3022static void intel_crtc_dpms(struct drm_crtc *crtc, int mode)
3023{
3024 struct drm_device *dev = crtc->dev;
Jesse Barnese70236a2009-09-21 10:42:27 -07003025 struct drm_i915_private *dev_priv = dev->dev_private;
Zhenyu Wang2c072452009-06-05 15:38:42 +08003026 struct drm_i915_master_private *master_priv;
3027 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
3028 int pipe = intel_crtc->pipe;
3029 bool enabled;
3030
Chris Wilson032d2a02010-09-06 16:17:22 +01003031 if (intel_crtc->dpms_mode == mode)
3032 return;
3033
Chris Wilsondebcadd2010-08-07 11:01:33 +01003034 intel_crtc->dpms_mode = mode;
Chris Wilsondebcadd2010-08-07 11:01:33 +01003035
Jesse Barnese70236a2009-09-21 10:42:27 -07003036 dev_priv->display.dpms(crtc, mode);
Jesse Barnes79e53942008-11-07 14:24:08 -08003037
3038 if (!dev->primary->master)
3039 return;
3040
3041 master_priv = dev->primary->master->driver_priv;
3042 if (!master_priv->sarea_priv)
3043 return;
3044
3045 enabled = crtc->enabled && mode != DRM_MODE_DPMS_OFF;
3046
3047 switch (pipe) {
3048 case 0:
3049 master_priv->sarea_priv->pipeA_w = enabled ? crtc->mode.hdisplay : 0;
3050 master_priv->sarea_priv->pipeA_h = enabled ? crtc->mode.vdisplay : 0;
3051 break;
3052 case 1:
3053 master_priv->sarea_priv->pipeB_w = enabled ? crtc->mode.hdisplay : 0;
3054 master_priv->sarea_priv->pipeB_h = enabled ? crtc->mode.vdisplay : 0;
3055 break;
3056 default:
Jesse Barnes9db4a9c2011-02-07 12:26:52 -08003057 DRM_ERROR("Can't update pipe %c in SAREA\n", pipe_name(pipe));
Jesse Barnes79e53942008-11-07 14:24:08 -08003058 break;
3059 }
Jesse Barnes79e53942008-11-07 14:24:08 -08003060}
3061
Chris Wilsoncdd59982010-09-08 16:30:16 +01003062static void intel_crtc_disable(struct drm_crtc *crtc)
3063{
3064 struct drm_crtc_helper_funcs *crtc_funcs = crtc->helper_private;
3065 struct drm_device *dev = crtc->dev;
Jesse Barnesee7b9f92012-04-20 17:11:53 +01003066 struct drm_i915_private *dev_priv = dev->dev_private;
Chris Wilsoncdd59982010-09-08 16:30:16 +01003067
3068 crtc_funcs->dpms(crtc, DRM_MODE_DPMS_OFF);
Jesse Barnesee7b9f92012-04-20 17:11:53 +01003069 dev_priv->display.off(crtc);
3070
Chris Wilson931872f2012-01-16 23:01:13 +00003071 assert_plane_disabled(dev->dev_private, to_intel_crtc(crtc)->plane);
3072 assert_pipe_disabled(dev->dev_private, to_intel_crtc(crtc)->pipe);
Chris Wilsoncdd59982010-09-08 16:30:16 +01003073
3074 if (crtc->fb) {
3075 mutex_lock(&dev->struct_mutex);
Chris Wilson1690e1e2011-12-14 13:57:08 +01003076 intel_unpin_fb_obj(to_intel_framebuffer(crtc->fb)->obj);
Chris Wilsoncdd59982010-09-08 16:30:16 +01003077 mutex_unlock(&dev->struct_mutex);
3078 }
3079}
3080
Jesse Barnes7e7d76c2010-09-10 10:47:20 -07003081/* Prepare for a mode set.
3082 *
3083 * Note we could be a lot smarter here. We need to figure out which outputs
3084 * will be enabled, which disabled (in short, how the config will changes)
3085 * and perform the minimum necessary steps to accomplish that, e.g. updating
3086 * watermarks, FBC configuration, making sure PLLs are programmed correctly,
3087 * panel fitting is in the proper state, etc.
3088 */
3089static void i9xx_crtc_prepare(struct drm_crtc *crtc)
Jesse Barnes79e53942008-11-07 14:24:08 -08003090{
Jesse Barnes7e7d76c2010-09-10 10:47:20 -07003091 i9xx_crtc_disable(crtc);
Jesse Barnes79e53942008-11-07 14:24:08 -08003092}
3093
Jesse Barnes7e7d76c2010-09-10 10:47:20 -07003094static void i9xx_crtc_commit(struct drm_crtc *crtc)
Jesse Barnes79e53942008-11-07 14:24:08 -08003095{
Jesse Barnes7e7d76c2010-09-10 10:47:20 -07003096 i9xx_crtc_enable(crtc);
Jesse Barnes7e7d76c2010-09-10 10:47:20 -07003097}
3098
3099static void ironlake_crtc_prepare(struct drm_crtc *crtc)
3100{
Jesse Barnes7e7d76c2010-09-10 10:47:20 -07003101 ironlake_crtc_disable(crtc);
Jesse Barnes7e7d76c2010-09-10 10:47:20 -07003102}
3103
3104static void ironlake_crtc_commit(struct drm_crtc *crtc)
3105{
Jesse Barnes7e7d76c2010-09-10 10:47:20 -07003106 ironlake_crtc_enable(crtc);
Jesse Barnes79e53942008-11-07 14:24:08 -08003107}
3108
Akshay Joshi0206e352011-08-16 15:34:10 -04003109void intel_encoder_prepare(struct drm_encoder *encoder)
Jesse Barnes79e53942008-11-07 14:24:08 -08003110{
3111 struct drm_encoder_helper_funcs *encoder_funcs = encoder->helper_private;
3112 /* lvds has its own version of prepare see intel_lvds_prepare */
3113 encoder_funcs->dpms(encoder, DRM_MODE_DPMS_OFF);
3114}
3115
Akshay Joshi0206e352011-08-16 15:34:10 -04003116void intel_encoder_commit(struct drm_encoder *encoder)
Jesse Barnes79e53942008-11-07 14:24:08 -08003117{
3118 struct drm_encoder_helper_funcs *encoder_funcs = encoder->helper_private;
Jesse Barnesd4270e52011-10-11 10:43:02 -07003119 struct drm_device *dev = encoder->dev;
3120 struct intel_encoder *intel_encoder = to_intel_encoder(encoder);
3121 struct intel_crtc *intel_crtc = to_intel_crtc(intel_encoder->base.crtc);
3122
Jesse Barnes79e53942008-11-07 14:24:08 -08003123 /* lvds has its own version of commit see intel_lvds_commit */
3124 encoder_funcs->dpms(encoder, DRM_MODE_DPMS_ON);
Jesse Barnesd4270e52011-10-11 10:43:02 -07003125
3126 if (HAS_PCH_CPT(dev))
3127 intel_cpt_verify_modeset(dev, intel_crtc->pipe);
Jesse Barnes79e53942008-11-07 14:24:08 -08003128}
3129
Chris Wilsonea5b2132010-08-04 13:50:23 +01003130void intel_encoder_destroy(struct drm_encoder *encoder)
3131{
Chris Wilson4ef69c72010-09-09 15:14:28 +01003132 struct intel_encoder *intel_encoder = to_intel_encoder(encoder);
Chris Wilsonea5b2132010-08-04 13:50:23 +01003133
Chris Wilsonea5b2132010-08-04 13:50:23 +01003134 drm_encoder_cleanup(encoder);
3135 kfree(intel_encoder);
3136}
3137
Jesse Barnes79e53942008-11-07 14:24:08 -08003138static bool intel_crtc_mode_fixup(struct drm_crtc *crtc,
3139 struct drm_display_mode *mode,
3140 struct drm_display_mode *adjusted_mode)
3141{
Zhenyu Wang2c072452009-06-05 15:38:42 +08003142 struct drm_device *dev = crtc->dev;
Chris Wilson89749352010-09-12 18:25:19 +01003143
Eric Anholtbad720f2009-10-22 16:11:14 -07003144 if (HAS_PCH_SPLIT(dev)) {
Zhenyu Wang2c072452009-06-05 15:38:42 +08003145 /* FDI link clock is fixed at 2.7G */
Jesse Barnes2377b742010-07-07 14:06:43 -07003146 if (mode->clock * 3 > IRONLAKE_FDI_FREQ * 4)
3147 return false;
Zhenyu Wang2c072452009-06-05 15:38:42 +08003148 }
Chris Wilson89749352010-09-12 18:25:19 +01003149
Daniel Vetterca9bfa72012-01-28 14:49:20 +01003150 /* All interlaced capable intel hw wants timings in frames. */
3151 drm_mode_set_crtcinfo(adjusted_mode, 0);
Chris Wilson89749352010-09-12 18:25:19 +01003152
Jesse Barnes79e53942008-11-07 14:24:08 -08003153 return true;
3154}
3155
Jesse Barnes25eb05fc2012-03-28 13:39:23 -07003156static int valleyview_get_display_clock_speed(struct drm_device *dev)
3157{
3158 return 400000; /* FIXME */
3159}
3160
Jesse Barnese70236a2009-09-21 10:42:27 -07003161static int i945_get_display_clock_speed(struct drm_device *dev)
Jesse Barnes79e53942008-11-07 14:24:08 -08003162{
Jesse Barnese70236a2009-09-21 10:42:27 -07003163 return 400000;
3164}
Jesse Barnes79e53942008-11-07 14:24:08 -08003165
Jesse Barnese70236a2009-09-21 10:42:27 -07003166static int i915_get_display_clock_speed(struct drm_device *dev)
3167{
3168 return 333000;
3169}
Jesse Barnes79e53942008-11-07 14:24:08 -08003170
Jesse Barnese70236a2009-09-21 10:42:27 -07003171static int i9xx_misc_get_display_clock_speed(struct drm_device *dev)
3172{
3173 return 200000;
3174}
Jesse Barnes79e53942008-11-07 14:24:08 -08003175
Jesse Barnese70236a2009-09-21 10:42:27 -07003176static int i915gm_get_display_clock_speed(struct drm_device *dev)
3177{
3178 u16 gcfgc = 0;
3179
3180 pci_read_config_word(dev->pdev, GCFGC, &gcfgc);
3181
3182 if (gcfgc & GC_LOW_FREQUENCY_ENABLE)
Jesse Barnes79e53942008-11-07 14:24:08 -08003183 return 133000;
Jesse Barnese70236a2009-09-21 10:42:27 -07003184 else {
3185 switch (gcfgc & GC_DISPLAY_CLOCK_MASK) {
3186 case GC_DISPLAY_CLOCK_333_MHZ:
3187 return 333000;
3188 default:
3189 case GC_DISPLAY_CLOCK_190_200_MHZ:
3190 return 190000;
3191 }
3192 }
3193}
Jesse Barnes79e53942008-11-07 14:24:08 -08003194
Jesse Barnese70236a2009-09-21 10:42:27 -07003195static int i865_get_display_clock_speed(struct drm_device *dev)
3196{
3197 return 266000;
3198}
3199
3200static int i855_get_display_clock_speed(struct drm_device *dev)
3201{
3202 u16 hpllcc = 0;
3203 /* Assume that the hardware is in the high speed state. This
3204 * should be the default.
3205 */
3206 switch (hpllcc & GC_CLOCK_CONTROL_MASK) {
3207 case GC_CLOCK_133_200:
3208 case GC_CLOCK_100_200:
3209 return 200000;
3210 case GC_CLOCK_166_250:
3211 return 250000;
3212 case GC_CLOCK_100_133:
3213 return 133000;
3214 }
3215
3216 /* Shouldn't happen */
3217 return 0;
3218}
3219
3220static int i830_get_display_clock_speed(struct drm_device *dev)
3221{
3222 return 133000;
Jesse Barnes79e53942008-11-07 14:24:08 -08003223}
3224
Zhenyu Wang2c072452009-06-05 15:38:42 +08003225struct fdi_m_n {
3226 u32 tu;
3227 u32 gmch_m;
3228 u32 gmch_n;
3229 u32 link_m;
3230 u32 link_n;
3231};
3232
3233static void
3234fdi_reduce_ratio(u32 *num, u32 *den)
3235{
3236 while (*num > 0xffffff || *den > 0xffffff) {
3237 *num >>= 1;
3238 *den >>= 1;
3239 }
3240}
3241
Zhenyu Wang2c072452009-06-05 15:38:42 +08003242static void
Adam Jacksonf2b115e2009-12-03 17:14:42 -05003243ironlake_compute_m_n(int bits_per_pixel, int nlanes, int pixel_clock,
3244 int link_clock, struct fdi_m_n *m_n)
Zhenyu Wang2c072452009-06-05 15:38:42 +08003245{
Zhenyu Wang2c072452009-06-05 15:38:42 +08003246 m_n->tu = 64; /* default size */
3247
Chris Wilson22ed1112010-12-04 01:01:29 +00003248 /* BUG_ON(pixel_clock > INT_MAX / 36); */
3249 m_n->gmch_m = bits_per_pixel * pixel_clock;
3250 m_n->gmch_n = link_clock * nlanes * 8;
Zhenyu Wang2c072452009-06-05 15:38:42 +08003251 fdi_reduce_ratio(&m_n->gmch_m, &m_n->gmch_n);
3252
Chris Wilson22ed1112010-12-04 01:01:29 +00003253 m_n->link_m = pixel_clock;
3254 m_n->link_n = link_clock;
Zhenyu Wang2c072452009-06-05 15:38:42 +08003255 fdi_reduce_ratio(&m_n->link_m, &m_n->link_n);
3256}
3257
Chris Wilsona7615032011-01-12 17:04:08 +00003258static inline bool intel_panel_use_ssc(struct drm_i915_private *dev_priv)
3259{
Keith Packard72bbe582011-09-26 16:09:45 -07003260 if (i915_panel_use_ssc >= 0)
3261 return i915_panel_use_ssc != 0;
3262 return dev_priv->lvds_use_ssc
Keith Packard435793d2011-07-12 14:56:22 -07003263 && !(dev_priv->quirks & QUIRK_LVDS_SSC_DISABLE);
Chris Wilsona7615032011-01-12 17:04:08 +00003264}
3265
Jesse Barnes5a354202011-06-24 12:19:22 -07003266/**
3267 * intel_choose_pipe_bpp_dither - figure out what color depth the pipe should send
3268 * @crtc: CRTC structure
Adam Jackson3b5c78a2011-12-13 15:41:00 -08003269 * @mode: requested mode
Jesse Barnes5a354202011-06-24 12:19:22 -07003270 *
3271 * A pipe may be connected to one or more outputs. Based on the depth of the
3272 * attached framebuffer, choose a good color depth to use on the pipe.
3273 *
3274 * If possible, match the pipe depth to the fb depth. In some cases, this
3275 * isn't ideal, because the connected output supports a lesser or restricted
3276 * set of depths. Resolve that here:
3277 * LVDS typically supports only 6bpc, so clamp down in that case
3278 * HDMI supports only 8bpc or 12bpc, so clamp to 8bpc with dither for 10bpc
3279 * Displays may support a restricted set as well, check EDID and clamp as
3280 * appropriate.
Adam Jackson3b5c78a2011-12-13 15:41:00 -08003281 * DP may want to dither down to 6bpc to fit larger modes
Jesse Barnes5a354202011-06-24 12:19:22 -07003282 *
3283 * RETURNS:
3284 * Dithering requirement (i.e. false if display bpc and pipe bpc match,
3285 * true if they don't match).
3286 */
3287static bool intel_choose_pipe_bpp_dither(struct drm_crtc *crtc,
Adam Jackson3b5c78a2011-12-13 15:41:00 -08003288 unsigned int *pipe_bpp,
3289 struct drm_display_mode *mode)
Jesse Barnes5a354202011-06-24 12:19:22 -07003290{
3291 struct drm_device *dev = crtc->dev;
3292 struct drm_i915_private *dev_priv = dev->dev_private;
3293 struct drm_encoder *encoder;
3294 struct drm_connector *connector;
3295 unsigned int display_bpc = UINT_MAX, bpc;
3296
3297 /* Walk the encoders & connectors on this crtc, get min bpc */
3298 list_for_each_entry(encoder, &dev->mode_config.encoder_list, head) {
3299 struct intel_encoder *intel_encoder = to_intel_encoder(encoder);
3300
3301 if (encoder->crtc != crtc)
3302 continue;
3303
3304 if (intel_encoder->type == INTEL_OUTPUT_LVDS) {
3305 unsigned int lvds_bpc;
3306
3307 if ((I915_READ(PCH_LVDS) & LVDS_A3_POWER_MASK) ==
3308 LVDS_A3_POWER_UP)
3309 lvds_bpc = 8;
3310 else
3311 lvds_bpc = 6;
3312
3313 if (lvds_bpc < display_bpc) {
Adam Jackson82820492011-10-10 16:33:34 -04003314 DRM_DEBUG_KMS("clamping display bpc (was %d) to LVDS (%d)\n", display_bpc, lvds_bpc);
Jesse Barnes5a354202011-06-24 12:19:22 -07003315 display_bpc = lvds_bpc;
3316 }
3317 continue;
3318 }
3319
3320 if (intel_encoder->type == INTEL_OUTPUT_EDP) {
3321 /* Use VBT settings if we have an eDP panel */
3322 unsigned int edp_bpc = dev_priv->edp.bpp / 3;
3323
3324 if (edp_bpc < display_bpc) {
Adam Jackson82820492011-10-10 16:33:34 -04003325 DRM_DEBUG_KMS("clamping display bpc (was %d) to eDP (%d)\n", display_bpc, edp_bpc);
Jesse Barnes5a354202011-06-24 12:19:22 -07003326 display_bpc = edp_bpc;
3327 }
3328 continue;
3329 }
3330
3331 /* Not one of the known troublemakers, check the EDID */
3332 list_for_each_entry(connector, &dev->mode_config.connector_list,
3333 head) {
3334 if (connector->encoder != encoder)
3335 continue;
3336
Jesse Barnes62ac41a2011-07-28 12:55:14 -07003337 /* Don't use an invalid EDID bpc value */
3338 if (connector->display_info.bpc &&
3339 connector->display_info.bpc < display_bpc) {
Adam Jackson82820492011-10-10 16:33:34 -04003340 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 -07003341 display_bpc = connector->display_info.bpc;
3342 }
3343 }
3344
3345 /*
3346 * HDMI is either 12 or 8, so if the display lets 10bpc sneak
3347 * through, clamp it down. (Note: >12bpc will be caught below.)
3348 */
3349 if (intel_encoder->type == INTEL_OUTPUT_HDMI) {
3350 if (display_bpc > 8 && display_bpc < 12) {
Adam Jackson82820492011-10-10 16:33:34 -04003351 DRM_DEBUG_KMS("forcing bpc to 12 for HDMI\n");
Jesse Barnes5a354202011-06-24 12:19:22 -07003352 display_bpc = 12;
3353 } else {
Adam Jackson82820492011-10-10 16:33:34 -04003354 DRM_DEBUG_KMS("forcing bpc to 8 for HDMI\n");
Jesse Barnes5a354202011-06-24 12:19:22 -07003355 display_bpc = 8;
3356 }
3357 }
3358 }
3359
Adam Jackson3b5c78a2011-12-13 15:41:00 -08003360 if (mode->private_flags & INTEL_MODE_DP_FORCE_6BPC) {
3361 DRM_DEBUG_KMS("Dithering DP to 6bpc\n");
3362 display_bpc = 6;
3363 }
3364
Jesse Barnes5a354202011-06-24 12:19:22 -07003365 /*
3366 * We could just drive the pipe at the highest bpc all the time and
3367 * enable dithering as needed, but that costs bandwidth. So choose
3368 * the minimum value that expresses the full color range of the fb but
3369 * also stays within the max display bpc discovered above.
3370 */
3371
3372 switch (crtc->fb->depth) {
3373 case 8:
3374 bpc = 8; /* since we go through a colormap */
3375 break;
3376 case 15:
3377 case 16:
3378 bpc = 6; /* min is 18bpp */
3379 break;
3380 case 24:
Keith Packard578393c2011-09-05 11:53:21 -07003381 bpc = 8;
Jesse Barnes5a354202011-06-24 12:19:22 -07003382 break;
3383 case 30:
Keith Packard578393c2011-09-05 11:53:21 -07003384 bpc = 10;
Jesse Barnes5a354202011-06-24 12:19:22 -07003385 break;
3386 case 48:
Keith Packard578393c2011-09-05 11:53:21 -07003387 bpc = 12;
Jesse Barnes5a354202011-06-24 12:19:22 -07003388 break;
3389 default:
3390 DRM_DEBUG("unsupported depth, assuming 24 bits\n");
3391 bpc = min((unsigned int)8, display_bpc);
3392 break;
3393 }
3394
Keith Packard578393c2011-09-05 11:53:21 -07003395 display_bpc = min(display_bpc, bpc);
3396
Adam Jackson82820492011-10-10 16:33:34 -04003397 DRM_DEBUG_KMS("setting pipe bpc to %d (max display bpc %d)\n",
3398 bpc, display_bpc);
Jesse Barnes5a354202011-06-24 12:19:22 -07003399
Keith Packard578393c2011-09-05 11:53:21 -07003400 *pipe_bpp = display_bpc * 3;
Jesse Barnes5a354202011-06-24 12:19:22 -07003401
3402 return display_bpc != bpc;
3403}
3404
Jesse Barnesc65d77d2011-12-15 12:30:36 -08003405static int i9xx_get_refclk(struct drm_crtc *crtc, int num_connectors)
3406{
3407 struct drm_device *dev = crtc->dev;
3408 struct drm_i915_private *dev_priv = dev->dev_private;
3409 int refclk;
3410
3411 if (intel_pipe_has_type(crtc, INTEL_OUTPUT_LVDS) &&
3412 intel_panel_use_ssc(dev_priv) && num_connectors < 2) {
3413 refclk = dev_priv->lvds_ssc_freq * 1000;
3414 DRM_DEBUG_KMS("using SSC reference clock of %d MHz\n",
3415 refclk / 1000);
3416 } else if (!IS_GEN2(dev)) {
3417 refclk = 96000;
3418 } else {
3419 refclk = 48000;
3420 }
3421
3422 return refclk;
3423}
3424
3425static void i9xx_adjust_sdvo_tv_clock(struct drm_display_mode *adjusted_mode,
3426 intel_clock_t *clock)
3427{
3428 /* SDVO TV has fixed PLL values depend on its clock range,
3429 this mirrors vbios setting. */
3430 if (adjusted_mode->clock >= 100000
3431 && adjusted_mode->clock < 140500) {
3432 clock->p1 = 2;
3433 clock->p2 = 10;
3434 clock->n = 3;
3435 clock->m1 = 16;
3436 clock->m2 = 8;
3437 } else if (adjusted_mode->clock >= 140500
3438 && adjusted_mode->clock <= 200000) {
3439 clock->p1 = 1;
3440 clock->p2 = 10;
3441 clock->n = 6;
3442 clock->m1 = 12;
3443 clock->m2 = 8;
3444 }
3445}
3446
Jesse Barnesa7516a02011-12-15 12:30:37 -08003447static void i9xx_update_pll_dividers(struct drm_crtc *crtc,
3448 intel_clock_t *clock,
3449 intel_clock_t *reduced_clock)
3450{
3451 struct drm_device *dev = crtc->dev;
3452 struct drm_i915_private *dev_priv = dev->dev_private;
3453 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
3454 int pipe = intel_crtc->pipe;
3455 u32 fp, fp2 = 0;
3456
3457 if (IS_PINEVIEW(dev)) {
3458 fp = (1 << clock->n) << 16 | clock->m1 << 8 | clock->m2;
3459 if (reduced_clock)
3460 fp2 = (1 << reduced_clock->n) << 16 |
3461 reduced_clock->m1 << 8 | reduced_clock->m2;
3462 } else {
3463 fp = clock->n << 16 | clock->m1 << 8 | clock->m2;
3464 if (reduced_clock)
3465 fp2 = reduced_clock->n << 16 | reduced_clock->m1 << 8 |
3466 reduced_clock->m2;
3467 }
3468
3469 I915_WRITE(FP0(pipe), fp);
3470
3471 intel_crtc->lowfreq_avail = false;
3472 if (intel_pipe_has_type(crtc, INTEL_OUTPUT_LVDS) &&
3473 reduced_clock && i915_powersave) {
3474 I915_WRITE(FP1(pipe), fp2);
3475 intel_crtc->lowfreq_avail = true;
3476 } else {
3477 I915_WRITE(FP1(pipe), fp);
3478 }
3479}
3480
Daniel Vetter93e537a2012-03-28 23:11:26 +02003481static void intel_update_lvds(struct drm_crtc *crtc, intel_clock_t *clock,
3482 struct drm_display_mode *adjusted_mode)
3483{
3484 struct drm_device *dev = crtc->dev;
3485 struct drm_i915_private *dev_priv = dev->dev_private;
3486 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
3487 int pipe = intel_crtc->pipe;
Chris Wilson284d5df2012-04-14 17:41:59 +01003488 u32 temp;
Daniel Vetter93e537a2012-03-28 23:11:26 +02003489
3490 temp = I915_READ(LVDS);
3491 temp |= LVDS_PORT_EN | LVDS_A0A2_CLKA_POWER_UP;
3492 if (pipe == 1) {
3493 temp |= LVDS_PIPEB_SELECT;
3494 } else {
3495 temp &= ~LVDS_PIPEB_SELECT;
3496 }
3497 /* set the corresponsding LVDS_BORDER bit */
3498 temp |= dev_priv->lvds_border_bits;
3499 /* Set the B0-B3 data pairs corresponding to whether we're going to
3500 * set the DPLLs for dual-channel mode or not.
3501 */
3502 if (clock->p2 == 7)
3503 temp |= LVDS_B0B3_POWER_UP | LVDS_CLKB_POWER_UP;
3504 else
3505 temp &= ~(LVDS_B0B3_POWER_UP | LVDS_CLKB_POWER_UP);
3506
3507 /* It would be nice to set 24 vs 18-bit mode (LVDS_A3_POWER_UP)
3508 * appropriately here, but we need to look more thoroughly into how
3509 * panels behave in the two modes.
3510 */
3511 /* set the dithering flag on LVDS as needed */
3512 if (INTEL_INFO(dev)->gen >= 4) {
3513 if (dev_priv->lvds_dither)
3514 temp |= LVDS_ENABLE_DITHER;
3515 else
3516 temp &= ~LVDS_ENABLE_DITHER;
3517 }
Chris Wilson284d5df2012-04-14 17:41:59 +01003518 temp &= ~(LVDS_HSYNC_POLARITY | LVDS_VSYNC_POLARITY);
Daniel Vetter93e537a2012-03-28 23:11:26 +02003519 if (adjusted_mode->flags & DRM_MODE_FLAG_NHSYNC)
Chris Wilson284d5df2012-04-14 17:41:59 +01003520 temp |= LVDS_HSYNC_POLARITY;
Daniel Vetter93e537a2012-03-28 23:11:26 +02003521 if (adjusted_mode->flags & DRM_MODE_FLAG_NVSYNC)
Chris Wilson284d5df2012-04-14 17:41:59 +01003522 temp |= LVDS_VSYNC_POLARITY;
Daniel Vetter93e537a2012-03-28 23:11:26 +02003523 I915_WRITE(LVDS, temp);
3524}
3525
Daniel Vettereb1cbe42012-03-28 23:12:16 +02003526static void i9xx_update_pll(struct drm_crtc *crtc,
3527 struct drm_display_mode *mode,
3528 struct drm_display_mode *adjusted_mode,
3529 intel_clock_t *clock, intel_clock_t *reduced_clock,
3530 int num_connectors)
3531{
3532 struct drm_device *dev = crtc->dev;
3533 struct drm_i915_private *dev_priv = dev->dev_private;
3534 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
3535 int pipe = intel_crtc->pipe;
3536 u32 dpll;
3537 bool is_sdvo;
3538
3539 is_sdvo = intel_pipe_has_type(crtc, INTEL_OUTPUT_SDVO) ||
3540 intel_pipe_has_type(crtc, INTEL_OUTPUT_HDMI);
3541
3542 dpll = DPLL_VGA_MODE_DIS;
3543
3544 if (intel_pipe_has_type(crtc, INTEL_OUTPUT_LVDS))
3545 dpll |= DPLLB_MODE_LVDS;
3546 else
3547 dpll |= DPLLB_MODE_DAC_SERIAL;
3548 if (is_sdvo) {
3549 int pixel_multiplier = intel_mode_get_pixel_multiplier(adjusted_mode);
3550 if (pixel_multiplier > 1) {
3551 if (IS_I945G(dev) || IS_I945GM(dev) || IS_G33(dev))
3552 dpll |= (pixel_multiplier - 1) << SDVO_MULTIPLIER_SHIFT_HIRES;
3553 }
3554 dpll |= DPLL_DVO_HIGH_SPEED;
3555 }
3556 if (intel_pipe_has_type(crtc, INTEL_OUTPUT_DISPLAYPORT))
3557 dpll |= DPLL_DVO_HIGH_SPEED;
3558
3559 /* compute bitmask from p1 value */
3560 if (IS_PINEVIEW(dev))
3561 dpll |= (1 << (clock->p1 - 1)) << DPLL_FPA01_P1_POST_DIV_SHIFT_PINEVIEW;
3562 else {
3563 dpll |= (1 << (clock->p1 - 1)) << DPLL_FPA01_P1_POST_DIV_SHIFT;
3564 if (IS_G4X(dev) && reduced_clock)
3565 dpll |= (1 << (reduced_clock->p1 - 1)) << DPLL_FPA1_P1_POST_DIV_SHIFT;
3566 }
3567 switch (clock->p2) {
3568 case 5:
3569 dpll |= DPLL_DAC_SERIAL_P2_CLOCK_DIV_5;
3570 break;
3571 case 7:
3572 dpll |= DPLLB_LVDS_P2_CLOCK_DIV_7;
3573 break;
3574 case 10:
3575 dpll |= DPLL_DAC_SERIAL_P2_CLOCK_DIV_10;
3576 break;
3577 case 14:
3578 dpll |= DPLLB_LVDS_P2_CLOCK_DIV_14;
3579 break;
3580 }
3581 if (INTEL_INFO(dev)->gen >= 4)
3582 dpll |= (6 << PLL_LOAD_PULSE_PHASE_SHIFT);
3583
3584 if (is_sdvo && intel_pipe_has_type(crtc, INTEL_OUTPUT_TVOUT))
3585 dpll |= PLL_REF_INPUT_TVCLKINBC;
3586 else if (intel_pipe_has_type(crtc, INTEL_OUTPUT_TVOUT))
3587 /* XXX: just matching BIOS for now */
3588 /* dpll |= PLL_REF_INPUT_TVCLKINBC; */
3589 dpll |= 3;
3590 else if (intel_pipe_has_type(crtc, INTEL_OUTPUT_LVDS) &&
3591 intel_panel_use_ssc(dev_priv) && num_connectors < 2)
3592 dpll |= PLLB_REF_INPUT_SPREADSPECTRUMIN;
3593 else
3594 dpll |= PLL_REF_INPUT_DREFCLK;
3595
3596 dpll |= DPLL_VCO_ENABLE;
3597 I915_WRITE(DPLL(pipe), dpll & ~DPLL_VCO_ENABLE);
3598 POSTING_READ(DPLL(pipe));
3599 udelay(150);
3600
3601 /* The LVDS pin pair needs to be on before the DPLLs are enabled.
3602 * This is an exception to the general rule that mode_set doesn't turn
3603 * things on.
3604 */
3605 if (intel_pipe_has_type(crtc, INTEL_OUTPUT_LVDS))
3606 intel_update_lvds(crtc, clock, adjusted_mode);
3607
3608 if (intel_pipe_has_type(crtc, INTEL_OUTPUT_DISPLAYPORT))
3609 intel_dp_set_m_n(crtc, mode, adjusted_mode);
3610
3611 I915_WRITE(DPLL(pipe), dpll);
3612
3613 /* Wait for the clocks to stabilize. */
3614 POSTING_READ(DPLL(pipe));
3615 udelay(150);
3616
3617 if (INTEL_INFO(dev)->gen >= 4) {
3618 u32 temp = 0;
3619 if (is_sdvo) {
3620 temp = intel_mode_get_pixel_multiplier(adjusted_mode);
3621 if (temp > 1)
3622 temp = (temp - 1) << DPLL_MD_UDI_MULTIPLIER_SHIFT;
3623 else
3624 temp = 0;
3625 }
3626 I915_WRITE(DPLL_MD(pipe), temp);
3627 } else {
3628 /* The pixel multiplier can only be updated once the
3629 * DPLL is enabled and the clocks are stable.
3630 *
3631 * So write it again.
3632 */
3633 I915_WRITE(DPLL(pipe), dpll);
3634 }
3635}
3636
3637static void i8xx_update_pll(struct drm_crtc *crtc,
3638 struct drm_display_mode *adjusted_mode,
3639 intel_clock_t *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
3648 dpll = DPLL_VGA_MODE_DIS;
3649
3650 if (intel_pipe_has_type(crtc, INTEL_OUTPUT_LVDS)) {
3651 dpll |= (1 << (clock->p1 - 1)) << DPLL_FPA01_P1_POST_DIV_SHIFT;
3652 } else {
3653 if (clock->p1 == 2)
3654 dpll |= PLL_P1_DIVIDE_BY_TWO;
3655 else
3656 dpll |= (clock->p1 - 2) << DPLL_FPA01_P1_POST_DIV_SHIFT;
3657 if (clock->p2 == 4)
3658 dpll |= PLL_P2_DIVIDE_BY_4;
3659 }
3660
3661 if (intel_pipe_has_type(crtc, INTEL_OUTPUT_TVOUT))
3662 /* XXX: just matching BIOS for now */
3663 /* dpll |= PLL_REF_INPUT_TVCLKINBC; */
3664 dpll |= 3;
3665 else if (intel_pipe_has_type(crtc, INTEL_OUTPUT_LVDS) &&
3666 intel_panel_use_ssc(dev_priv) && num_connectors < 2)
3667 dpll |= PLLB_REF_INPUT_SPREADSPECTRUMIN;
3668 else
3669 dpll |= PLL_REF_INPUT_DREFCLK;
3670
3671 dpll |= DPLL_VCO_ENABLE;
3672 I915_WRITE(DPLL(pipe), dpll & ~DPLL_VCO_ENABLE);
3673 POSTING_READ(DPLL(pipe));
3674 udelay(150);
3675
3676 I915_WRITE(DPLL(pipe), dpll);
3677
3678 /* Wait for the clocks to stabilize. */
3679 POSTING_READ(DPLL(pipe));
3680 udelay(150);
3681
3682 /* The LVDS pin pair needs to be on before the DPLLs are enabled.
3683 * This is an exception to the general rule that mode_set doesn't turn
3684 * things on.
3685 */
3686 if (intel_pipe_has_type(crtc, INTEL_OUTPUT_LVDS))
3687 intel_update_lvds(crtc, clock, adjusted_mode);
3688
3689 /* The pixel multiplier can only be updated once the
3690 * DPLL is enabled and the clocks are stable.
3691 *
3692 * So write it again.
3693 */
3694 I915_WRITE(DPLL(pipe), dpll);
3695}
3696
Eric Anholtf564048e2011-03-30 13:01:02 -07003697static int i9xx_crtc_mode_set(struct drm_crtc *crtc,
3698 struct drm_display_mode *mode,
3699 struct drm_display_mode *adjusted_mode,
3700 int x, int y,
3701 struct drm_framebuffer *old_fb)
Jesse Barnes79e53942008-11-07 14:24:08 -08003702{
3703 struct drm_device *dev = crtc->dev;
3704 struct drm_i915_private *dev_priv = dev->dev_private;
3705 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
3706 int pipe = intel_crtc->pipe;
Jesse Barnes80824002009-09-10 15:28:06 -07003707 int plane = intel_crtc->plane;
Eric Anholtc751ce42010-03-25 11:48:48 -07003708 int refclk, num_connectors = 0;
Jesse Barnes652c3932009-08-17 13:31:43 -07003709 intel_clock_t clock, reduced_clock;
Daniel Vettereb1cbe42012-03-28 23:12:16 +02003710 u32 dspcntr, pipeconf, vsyncshift;
3711 bool ok, has_reduced_clock = false, is_sdvo = false;
3712 bool is_lvds = false, is_tv = false, is_dp = false;
Jesse Barnes79e53942008-11-07 14:24:08 -08003713 struct drm_mode_config *mode_config = &dev->mode_config;
Chris Wilson5eddb702010-09-11 13:48:45 +01003714 struct intel_encoder *encoder;
Ma Lingd4906092009-03-18 20:13:27 +08003715 const intel_limit_t *limit;
Chris Wilson5c3b82e2009-02-11 13:25:09 +00003716 int ret;
Jesse Barnes79e53942008-11-07 14:24:08 -08003717
Chris Wilson5eddb702010-09-11 13:48:45 +01003718 list_for_each_entry(encoder, &mode_config->encoder_list, base.head) {
3719 if (encoder->base.crtc != crtc)
Jesse Barnes79e53942008-11-07 14:24:08 -08003720 continue;
3721
Chris Wilson5eddb702010-09-11 13:48:45 +01003722 switch (encoder->type) {
Jesse Barnes79e53942008-11-07 14:24:08 -08003723 case INTEL_OUTPUT_LVDS:
3724 is_lvds = true;
3725 break;
3726 case INTEL_OUTPUT_SDVO:
Eric Anholt7d573822009-01-02 13:33:00 -08003727 case INTEL_OUTPUT_HDMI:
Jesse Barnes79e53942008-11-07 14:24:08 -08003728 is_sdvo = true;
Chris Wilson5eddb702010-09-11 13:48:45 +01003729 if (encoder->needs_tv_clock)
Jesse Barnese2f0ba92009-02-02 15:11:52 -08003730 is_tv = true;
Jesse Barnes79e53942008-11-07 14:24:08 -08003731 break;
Jesse Barnes79e53942008-11-07 14:24:08 -08003732 case INTEL_OUTPUT_TVOUT:
3733 is_tv = true;
3734 break;
Keith Packarda4fc5ed2009-04-07 16:16:42 -07003735 case INTEL_OUTPUT_DISPLAYPORT:
3736 is_dp = true;
3737 break;
Jesse Barnes79e53942008-11-07 14:24:08 -08003738 }
Kristian Høgsberg43565a02009-02-13 20:56:52 -05003739
Eric Anholtc751ce42010-03-25 11:48:48 -07003740 num_connectors++;
Jesse Barnes79e53942008-11-07 14:24:08 -08003741 }
3742
Jesse Barnesc65d77d2011-12-15 12:30:36 -08003743 refclk = i9xx_get_refclk(crtc, num_connectors);
Jesse Barnes79e53942008-11-07 14:24:08 -08003744
Ma Lingd4906092009-03-18 20:13:27 +08003745 /*
3746 * Returns a set of divisors for the desired target clock with the given
3747 * refclk, or FALSE. The returned values represent the clock equation:
3748 * reflck * (5 * (m1 + 2) + (m2 + 2)) / (n + 2) / p1 / p2.
3749 */
Chris Wilson1b894b52010-12-14 20:04:54 +00003750 limit = intel_limit(crtc, refclk);
Sean Paulcec2f352012-01-10 15:09:36 -08003751 ok = limit->find_pll(limit, crtc, adjusted_mode->clock, refclk, NULL,
3752 &clock);
Jesse Barnes79e53942008-11-07 14:24:08 -08003753 if (!ok) {
3754 DRM_ERROR("Couldn't find PLL settings for mode!\n");
Eric Anholtf564048e2011-03-30 13:01:02 -07003755 return -EINVAL;
3756 }
3757
3758 /* Ensure that the cursor is valid for the new mode before changing... */
3759 intel_crtc_update_cursor(crtc, true);
3760
3761 if (is_lvds && dev_priv->lvds_downclock_avail) {
Sean Paulcec2f352012-01-10 15:09:36 -08003762 /*
3763 * Ensure we match the reduced clock's P to the target clock.
3764 * If the clocks don't match, we can't switch the display clock
3765 * by using the FP0/FP1. In such case we will disable the LVDS
3766 * downclock feature.
3767 */
Eric Anholtf564048e2011-03-30 13:01:02 -07003768 has_reduced_clock = limit->find_pll(limit, crtc,
3769 dev_priv->lvds_downclock,
3770 refclk,
Sean Paulcec2f352012-01-10 15:09:36 -08003771 &clock,
Eric Anholtf564048e2011-03-30 13:01:02 -07003772 &reduced_clock);
Eric Anholtf564048e2011-03-30 13:01:02 -07003773 }
3774
Jesse Barnesc65d77d2011-12-15 12:30:36 -08003775 if (is_sdvo && is_tv)
3776 i9xx_adjust_sdvo_tv_clock(adjusted_mode, &clock);
Eric Anholtf564048e2011-03-30 13:01:02 -07003777
Jesse Barnesa7516a02011-12-15 12:30:37 -08003778 i9xx_update_pll_dividers(crtc, &clock, has_reduced_clock ?
3779 &reduced_clock : NULL);
Eric Anholtf564048e2011-03-30 13:01:02 -07003780
Daniel Vettereb1cbe42012-03-28 23:12:16 +02003781 if (IS_GEN2(dev))
3782 i8xx_update_pll(crtc, adjusted_mode, &clock, num_connectors);
Eric Anholtf564048e2011-03-30 13:01:02 -07003783 else
Daniel Vettereb1cbe42012-03-28 23:12:16 +02003784 i9xx_update_pll(crtc, mode, adjusted_mode, &clock,
3785 has_reduced_clock ? &reduced_clock : NULL,
3786 num_connectors);
Eric Anholtf564048e2011-03-30 13:01:02 -07003787
3788 /* setup pipeconf */
3789 pipeconf = I915_READ(PIPECONF(pipe));
3790
3791 /* Set up the display plane register */
3792 dspcntr = DISPPLANE_GAMMA_ENABLE;
3793
Eric Anholt929c77f2011-03-30 13:01:04 -07003794 if (pipe == 0)
3795 dspcntr &= ~DISPPLANE_SEL_PIPE_MASK;
3796 else
3797 dspcntr |= DISPPLANE_SEL_PIPE_B;
Eric Anholtf564048e2011-03-30 13:01:02 -07003798
3799 if (pipe == 0 && INTEL_INFO(dev)->gen < 4) {
3800 /* Enable pixel doubling when the dot clock is > 90% of the (display)
3801 * core speed.
3802 *
3803 * XXX: No double-wide on 915GM pipe B. Is that the only reason for the
3804 * pipe == 0 check?
3805 */
3806 if (mode->clock >
3807 dev_priv->display.get_display_clock_speed(dev) * 9 / 10)
3808 pipeconf |= PIPECONF_DOUBLE_WIDE;
3809 else
3810 pipeconf &= ~PIPECONF_DOUBLE_WIDE;
3811 }
3812
Adam Jackson3b5c78a2011-12-13 15:41:00 -08003813 /* default to 8bpc */
3814 pipeconf &= ~(PIPECONF_BPP_MASK | PIPECONF_DITHER_EN);
3815 if (is_dp) {
3816 if (mode->private_flags & INTEL_MODE_DP_FORCE_6BPC) {
3817 pipeconf |= PIPECONF_BPP_6 |
3818 PIPECONF_DITHER_EN |
3819 PIPECONF_DITHER_TYPE_SP;
3820 }
3821 }
3822
Eric Anholtf564048e2011-03-30 13:01:02 -07003823 DRM_DEBUG_KMS("Mode for pipe %c:\n", pipe == 0 ? 'A' : 'B');
3824 drm_mode_debug_printmodeline(mode);
3825
Jesse Barnesa7516a02011-12-15 12:30:37 -08003826 if (HAS_PIPE_CXSR(dev)) {
3827 if (intel_crtc->lowfreq_avail) {
Eric Anholtf564048e2011-03-30 13:01:02 -07003828 DRM_DEBUG_KMS("enabling CxSR downclocking\n");
3829 pipeconf |= PIPECONF_CXSR_DOWNCLOCK;
Jesse Barnesa7516a02011-12-15 12:30:37 -08003830 } else {
Eric Anholtf564048e2011-03-30 13:01:02 -07003831 DRM_DEBUG_KMS("disabling CxSR downclocking\n");
3832 pipeconf &= ~PIPECONF_CXSR_DOWNCLOCK;
3833 }
3834 }
3835
Keith Packard617cf882012-02-08 13:53:38 -08003836 pipeconf &= ~PIPECONF_INTERLACE_MASK;
Daniel Vetterdbb02572012-01-28 14:49:23 +01003837 if (!IS_GEN2(dev) &&
3838 adjusted_mode->flags & DRM_MODE_FLAG_INTERLACE) {
Eric Anholtf564048e2011-03-30 13:01:02 -07003839 pipeconf |= PIPECONF_INTERLACE_W_FIELD_INDICATION;
3840 /* the chip adds 2 halflines automatically */
Eric Anholtf564048e2011-03-30 13:01:02 -07003841 adjusted_mode->crtc_vtotal -= 1;
Eric Anholtf564048e2011-03-30 13:01:02 -07003842 adjusted_mode->crtc_vblank_end -= 1;
Daniel Vetter0529a0d2012-01-28 14:49:24 +01003843 vsyncshift = adjusted_mode->crtc_hsync_start
3844 - adjusted_mode->crtc_htotal/2;
3845 } else {
Keith Packard617cf882012-02-08 13:53:38 -08003846 pipeconf |= PIPECONF_PROGRESSIVE;
Daniel Vetter0529a0d2012-01-28 14:49:24 +01003847 vsyncshift = 0;
3848 }
3849
3850 if (!IS_GEN3(dev))
3851 I915_WRITE(VSYNCSHIFT(pipe), vsyncshift);
Eric Anholtf564048e2011-03-30 13:01:02 -07003852
3853 I915_WRITE(HTOTAL(pipe),
3854 (adjusted_mode->crtc_hdisplay - 1) |
3855 ((adjusted_mode->crtc_htotal - 1) << 16));
3856 I915_WRITE(HBLANK(pipe),
3857 (adjusted_mode->crtc_hblank_start - 1) |
3858 ((adjusted_mode->crtc_hblank_end - 1) << 16));
3859 I915_WRITE(HSYNC(pipe),
3860 (adjusted_mode->crtc_hsync_start - 1) |
3861 ((adjusted_mode->crtc_hsync_end - 1) << 16));
3862
3863 I915_WRITE(VTOTAL(pipe),
3864 (adjusted_mode->crtc_vdisplay - 1) |
3865 ((adjusted_mode->crtc_vtotal - 1) << 16));
3866 I915_WRITE(VBLANK(pipe),
3867 (adjusted_mode->crtc_vblank_start - 1) |
3868 ((adjusted_mode->crtc_vblank_end - 1) << 16));
3869 I915_WRITE(VSYNC(pipe),
3870 (adjusted_mode->crtc_vsync_start - 1) |
3871 ((adjusted_mode->crtc_vsync_end - 1) << 16));
3872
3873 /* pipesrc and dspsize control the size that is scaled from,
3874 * which should always be the user's requested size.
3875 */
Eric Anholt929c77f2011-03-30 13:01:04 -07003876 I915_WRITE(DSPSIZE(plane),
3877 ((mode->vdisplay - 1) << 16) |
3878 (mode->hdisplay - 1));
3879 I915_WRITE(DSPPOS(plane), 0);
Eric Anholtf564048e2011-03-30 13:01:02 -07003880 I915_WRITE(PIPESRC(pipe),
3881 ((mode->hdisplay - 1) << 16) | (mode->vdisplay - 1));
3882
Eric Anholtf564048e2011-03-30 13:01:02 -07003883 I915_WRITE(PIPECONF(pipe), pipeconf);
3884 POSTING_READ(PIPECONF(pipe));
Eric Anholt929c77f2011-03-30 13:01:04 -07003885 intel_enable_pipe(dev_priv, pipe, false);
Eric Anholtf564048e2011-03-30 13:01:02 -07003886
3887 intel_wait_for_vblank(dev, pipe);
3888
Eric Anholtf564048e2011-03-30 13:01:02 -07003889 I915_WRITE(DSPCNTR(plane), dspcntr);
3890 POSTING_READ(DSPCNTR(plane));
3891
3892 ret = intel_pipe_set_base(crtc, x, y, old_fb);
3893
3894 intel_update_watermarks(dev);
3895
Eric Anholtf564048e2011-03-30 13:01:02 -07003896 return ret;
3897}
3898
Keith Packard9fb526d2011-09-26 22:24:57 -07003899/*
3900 * Initialize reference clocks when the driver loads
3901 */
3902void ironlake_init_pch_refclk(struct drm_device *dev)
Jesse Barnes13d83a62011-08-03 12:59:20 -07003903{
3904 struct drm_i915_private *dev_priv = dev->dev_private;
3905 struct drm_mode_config *mode_config = &dev->mode_config;
Jesse Barnes13d83a62011-08-03 12:59:20 -07003906 struct intel_encoder *encoder;
Jesse Barnes13d83a62011-08-03 12:59:20 -07003907 u32 temp;
3908 bool has_lvds = false;
Keith Packard199e5d72011-09-22 12:01:57 -07003909 bool has_cpu_edp = false;
3910 bool has_pch_edp = false;
3911 bool has_panel = false;
Keith Packard99eb6a02011-09-26 14:29:12 -07003912 bool has_ck505 = false;
3913 bool can_ssc = false;
Jesse Barnes13d83a62011-08-03 12:59:20 -07003914
3915 /* We need to take the global config into account */
Keith Packard199e5d72011-09-22 12:01:57 -07003916 list_for_each_entry(encoder, &mode_config->encoder_list,
3917 base.head) {
3918 switch (encoder->type) {
3919 case INTEL_OUTPUT_LVDS:
3920 has_panel = true;
3921 has_lvds = true;
3922 break;
3923 case INTEL_OUTPUT_EDP:
3924 has_panel = true;
3925 if (intel_encoder_is_pch_edp(&encoder->base))
3926 has_pch_edp = true;
3927 else
3928 has_cpu_edp = true;
3929 break;
Jesse Barnes13d83a62011-08-03 12:59:20 -07003930 }
3931 }
3932
Keith Packard99eb6a02011-09-26 14:29:12 -07003933 if (HAS_PCH_IBX(dev)) {
3934 has_ck505 = dev_priv->display_clock_mode;
3935 can_ssc = has_ck505;
3936 } else {
3937 has_ck505 = false;
3938 can_ssc = true;
3939 }
3940
3941 DRM_DEBUG_KMS("has_panel %d has_lvds %d has_pch_edp %d has_cpu_edp %d has_ck505 %d\n",
3942 has_panel, has_lvds, has_pch_edp, has_cpu_edp,
3943 has_ck505);
Jesse Barnes13d83a62011-08-03 12:59:20 -07003944
3945 /* Ironlake: try to setup display ref clock before DPLL
3946 * enabling. This is only under driver's control after
3947 * PCH B stepping, previous chipset stepping should be
3948 * ignoring this setting.
3949 */
3950 temp = I915_READ(PCH_DREF_CONTROL);
3951 /* Always enable nonspread source */
3952 temp &= ~DREF_NONSPREAD_SOURCE_MASK;
Jesse Barnes13d83a62011-08-03 12:59:20 -07003953
Keith Packard99eb6a02011-09-26 14:29:12 -07003954 if (has_ck505)
3955 temp |= DREF_NONSPREAD_CK505_ENABLE;
3956 else
3957 temp |= DREF_NONSPREAD_SOURCE_ENABLE;
Jesse Barnes13d83a62011-08-03 12:59:20 -07003958
Keith Packard199e5d72011-09-22 12:01:57 -07003959 if (has_panel) {
3960 temp &= ~DREF_SSC_SOURCE_MASK;
3961 temp |= DREF_SSC_SOURCE_ENABLE;
Jesse Barnes13d83a62011-08-03 12:59:20 -07003962
Keith Packard199e5d72011-09-22 12:01:57 -07003963 /* SSC must be turned on before enabling the CPU output */
Keith Packard99eb6a02011-09-26 14:29:12 -07003964 if (intel_panel_use_ssc(dev_priv) && can_ssc) {
Keith Packard199e5d72011-09-22 12:01:57 -07003965 DRM_DEBUG_KMS("Using SSC on panel\n");
Jesse Barnes13d83a62011-08-03 12:59:20 -07003966 temp |= DREF_SSC1_ENABLE;
Daniel Vettere77166b2012-03-30 22:14:05 +02003967 } else
3968 temp &= ~DREF_SSC1_ENABLE;
Keith Packard199e5d72011-09-22 12:01:57 -07003969
3970 /* Get SSC going before enabling the outputs */
3971 I915_WRITE(PCH_DREF_CONTROL, temp);
3972 POSTING_READ(PCH_DREF_CONTROL);
3973 udelay(200);
3974
Jesse Barnes13d83a62011-08-03 12:59:20 -07003975 temp &= ~DREF_CPU_SOURCE_OUTPUT_MASK;
3976
3977 /* Enable CPU source on CPU attached eDP */
Keith Packard199e5d72011-09-22 12:01:57 -07003978 if (has_cpu_edp) {
Keith Packard99eb6a02011-09-26 14:29:12 -07003979 if (intel_panel_use_ssc(dev_priv) && can_ssc) {
Keith Packard199e5d72011-09-22 12:01:57 -07003980 DRM_DEBUG_KMS("Using SSC on eDP\n");
Jesse Barnes13d83a62011-08-03 12:59:20 -07003981 temp |= DREF_CPU_SOURCE_OUTPUT_DOWNSPREAD;
Keith Packard199e5d72011-09-22 12:01:57 -07003982 }
Jesse Barnes13d83a62011-08-03 12:59:20 -07003983 else
3984 temp |= DREF_CPU_SOURCE_OUTPUT_NONSPREAD;
Keith Packard199e5d72011-09-22 12:01:57 -07003985 } else
3986 temp |= DREF_CPU_SOURCE_OUTPUT_DISABLE;
3987
3988 I915_WRITE(PCH_DREF_CONTROL, temp);
3989 POSTING_READ(PCH_DREF_CONTROL);
3990 udelay(200);
3991 } else {
3992 DRM_DEBUG_KMS("Disabling SSC entirely\n");
3993
3994 temp &= ~DREF_CPU_SOURCE_OUTPUT_MASK;
3995
3996 /* Turn off CPU output */
3997 temp |= DREF_CPU_SOURCE_OUTPUT_DISABLE;
3998
3999 I915_WRITE(PCH_DREF_CONTROL, temp);
4000 POSTING_READ(PCH_DREF_CONTROL);
4001 udelay(200);
4002
4003 /* Turn off the SSC source */
4004 temp &= ~DREF_SSC_SOURCE_MASK;
4005 temp |= DREF_SSC_SOURCE_DISABLE;
4006
4007 /* Turn off SSC1 */
4008 temp &= ~ DREF_SSC1_ENABLE;
4009
Jesse Barnes13d83a62011-08-03 12:59:20 -07004010 I915_WRITE(PCH_DREF_CONTROL, temp);
4011 POSTING_READ(PCH_DREF_CONTROL);
4012 udelay(200);
4013 }
4014}
4015
Jesse Barnesd9d444c2011-09-02 13:03:05 -07004016static int ironlake_get_refclk(struct drm_crtc *crtc)
4017{
4018 struct drm_device *dev = crtc->dev;
4019 struct drm_i915_private *dev_priv = dev->dev_private;
4020 struct intel_encoder *encoder;
4021 struct drm_mode_config *mode_config = &dev->mode_config;
4022 struct intel_encoder *edp_encoder = NULL;
4023 int num_connectors = 0;
4024 bool is_lvds = false;
4025
4026 list_for_each_entry(encoder, &mode_config->encoder_list, base.head) {
4027 if (encoder->base.crtc != crtc)
4028 continue;
4029
4030 switch (encoder->type) {
4031 case INTEL_OUTPUT_LVDS:
4032 is_lvds = true;
4033 break;
4034 case INTEL_OUTPUT_EDP:
4035 edp_encoder = encoder;
4036 break;
4037 }
4038 num_connectors++;
4039 }
4040
4041 if (is_lvds && intel_panel_use_ssc(dev_priv) && num_connectors < 2) {
4042 DRM_DEBUG_KMS("using SSC reference clock of %d MHz\n",
4043 dev_priv->lvds_ssc_freq);
4044 return dev_priv->lvds_ssc_freq * 1000;
4045 }
4046
4047 return 120000;
4048}
4049
Eric Anholtf564048e2011-03-30 13:01:02 -07004050static int ironlake_crtc_mode_set(struct drm_crtc *crtc,
4051 struct drm_display_mode *mode,
4052 struct drm_display_mode *adjusted_mode,
4053 int x, int y,
4054 struct drm_framebuffer *old_fb)
Jesse Barnes79e53942008-11-07 14:24:08 -08004055{
4056 struct drm_device *dev = crtc->dev;
4057 struct drm_i915_private *dev_priv = dev->dev_private;
4058 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
4059 int pipe = intel_crtc->pipe;
Chris Wilson5c3b82e2009-02-11 13:25:09 +00004060 int plane = intel_crtc->plane;
Jesse Barnes79e53942008-11-07 14:24:08 -08004061 int refclk, num_connectors = 0;
4062 intel_clock_t clock, reduced_clock;
4063 u32 dpll, fp = 0, fp2 = 0, dspcntr, pipeconf;
Eric Anholta07d6782011-03-30 13:01:08 -07004064 bool ok, has_reduced_clock = false, is_sdvo = false;
Jesse Barnes79e53942008-11-07 14:24:08 -08004065 bool is_crt = false, is_lvds = false, is_tv = false, is_dp = false;
Jesse Barnes79e53942008-11-07 14:24:08 -08004066 struct drm_mode_config *mode_config = &dev->mode_config;
Jesse Barnese3aef172012-04-10 11:58:03 -07004067 struct intel_encoder *encoder, *edp_encoder = NULL;
Jesse Barnes79e53942008-11-07 14:24:08 -08004068 const intel_limit_t *limit;
4069 int ret;
4070 struct fdi_m_n m_n = {0};
Eric Anholtfae14982011-03-30 13:01:09 -07004071 u32 temp;
Jesse Barnes5a354202011-06-24 12:19:22 -07004072 int target_clock, pixel_multiplier, lane, link_bw, factor;
4073 unsigned int pipe_bpp;
4074 bool dither;
Jesse Barnese3aef172012-04-10 11:58:03 -07004075 bool is_cpu_edp = false, is_pch_edp = false;
Jesse Barnes79e53942008-11-07 14:24:08 -08004076
Jesse Barnes79e53942008-11-07 14:24:08 -08004077 list_for_each_entry(encoder, &mode_config->encoder_list, base.head) {
4078 if (encoder->base.crtc != crtc)
4079 continue;
4080
4081 switch (encoder->type) {
4082 case INTEL_OUTPUT_LVDS:
4083 is_lvds = true;
4084 break;
4085 case INTEL_OUTPUT_SDVO:
4086 case INTEL_OUTPUT_HDMI:
4087 is_sdvo = true;
4088 if (encoder->needs_tv_clock)
4089 is_tv = true;
4090 break;
Jesse Barnes79e53942008-11-07 14:24:08 -08004091 case INTEL_OUTPUT_TVOUT:
4092 is_tv = true;
4093 break;
4094 case INTEL_OUTPUT_ANALOG:
4095 is_crt = true;
4096 break;
4097 case INTEL_OUTPUT_DISPLAYPORT:
4098 is_dp = true;
4099 break;
4100 case INTEL_OUTPUT_EDP:
Jesse Barnese3aef172012-04-10 11:58:03 -07004101 is_dp = true;
4102 if (intel_encoder_is_pch_edp(&encoder->base))
4103 is_pch_edp = true;
4104 else
4105 is_cpu_edp = true;
4106 edp_encoder = encoder;
Jesse Barnes79e53942008-11-07 14:24:08 -08004107 break;
4108 }
4109
Kristian Høgsberg43565a02009-02-13 20:56:52 -05004110 num_connectors++;
4111 }
4112
Jesse Barnesd9d444c2011-09-02 13:03:05 -07004113 refclk = ironlake_get_refclk(crtc);
Jesse Barnes79e53942008-11-07 14:24:08 -08004114
4115 /*
4116 * Returns a set of divisors for the desired target clock with the given
4117 * refclk, or FALSE. The returned values represent the clock equation:
4118 * reflck * (5 * (m1 + 2) + (m2 + 2)) / (n + 2) / p1 / p2.
4119 */
4120 limit = intel_limit(crtc, refclk);
Sean Paulcec2f352012-01-10 15:09:36 -08004121 ok = limit->find_pll(limit, crtc, adjusted_mode->clock, refclk, NULL,
4122 &clock);
Jesse Barnes79e53942008-11-07 14:24:08 -08004123 if (!ok) {
4124 DRM_ERROR("Couldn't find PLL settings for mode!\n");
4125 return -EINVAL;
4126 }
4127
Chris Wilsoncda4b7d2010-07-09 08:45:04 +01004128 /* Ensure that the cursor is valid for the new mode before changing... */
Chris Wilson6b383a72010-09-13 13:54:26 +01004129 intel_crtc_update_cursor(crtc, true);
Chris Wilsoncda4b7d2010-07-09 08:45:04 +01004130
Zhao Yakuiddc90032010-01-06 22:05:56 +08004131 if (is_lvds && dev_priv->lvds_downclock_avail) {
Sean Paulcec2f352012-01-10 15:09:36 -08004132 /*
4133 * Ensure we match the reduced clock's P to the target clock.
4134 * If the clocks don't match, we can't switch the display clock
4135 * by using the FP0/FP1. In such case we will disable the LVDS
4136 * downclock feature.
4137 */
Zhao Yakuiddc90032010-01-06 22:05:56 +08004138 has_reduced_clock = limit->find_pll(limit, crtc,
Chris Wilson5eddb702010-09-11 13:48:45 +01004139 dev_priv->lvds_downclock,
4140 refclk,
Sean Paulcec2f352012-01-10 15:09:36 -08004141 &clock,
Chris Wilson5eddb702010-09-11 13:48:45 +01004142 &reduced_clock);
Jesse Barnes652c3932009-08-17 13:31:43 -07004143 }
Zhenyu Wang7026d4a2009-03-24 14:02:43 +08004144 /* SDVO TV has fixed PLL values depend on its clock range,
4145 this mirrors vbios setting. */
4146 if (is_sdvo && is_tv) {
4147 if (adjusted_mode->clock >= 100000
Chris Wilson5eddb702010-09-11 13:48:45 +01004148 && adjusted_mode->clock < 140500) {
Zhenyu Wang7026d4a2009-03-24 14:02:43 +08004149 clock.p1 = 2;
4150 clock.p2 = 10;
4151 clock.n = 3;
4152 clock.m1 = 16;
4153 clock.m2 = 8;
4154 } else if (adjusted_mode->clock >= 140500
Chris Wilson5eddb702010-09-11 13:48:45 +01004155 && adjusted_mode->clock <= 200000) {
Zhenyu Wang7026d4a2009-03-24 14:02:43 +08004156 clock.p1 = 1;
4157 clock.p2 = 10;
4158 clock.n = 6;
4159 clock.m1 = 12;
4160 clock.m2 = 8;
4161 }
4162 }
4163
Zhenyu Wang2c072452009-06-05 15:38:42 +08004164 /* FDI link */
Eric Anholt8febb292011-03-30 13:01:07 -07004165 pixel_multiplier = intel_mode_get_pixel_multiplier(adjusted_mode);
4166 lane = 0;
4167 /* CPU eDP doesn't require FDI link, so just set DP M/N
4168 according to current link config */
Jesse Barnese3aef172012-04-10 11:58:03 -07004169 if (is_cpu_edp) {
Eric Anholt8febb292011-03-30 13:01:07 -07004170 target_clock = mode->clock;
Jesse Barnese3aef172012-04-10 11:58:03 -07004171 intel_edp_link_config(edp_encoder, &lane, &link_bw);
Eric Anholt8febb292011-03-30 13:01:07 -07004172 } else {
4173 /* [e]DP over FDI requires target mode clock
4174 instead of link clock */
Jesse Barnese3aef172012-04-10 11:58:03 -07004175 if (is_dp)
Zhenyu Wang5eb08b62009-07-24 01:00:31 +08004176 target_clock = mode->clock;
Eric Anholt8febb292011-03-30 13:01:07 -07004177 else
4178 target_clock = adjusted_mode->clock;
Chris Wilson021357a2010-09-07 20:54:59 +01004179
Eric Anholt8febb292011-03-30 13:01:07 -07004180 /* FDI is a binary signal running at ~2.7GHz, encoding
4181 * each output octet as 10 bits. The actual frequency
4182 * is stored as a divider into a 100MHz clock, and the
4183 * mode pixel clock is stored in units of 1KHz.
4184 * Hence the bw of each lane in terms of the mode signal
4185 * is:
4186 */
4187 link_bw = intel_fdi_link_freq(dev) * MHz(100)/KHz(1)/10;
Zhenyu Wang5eb08b62009-07-24 01:00:31 +08004188 }
Zhenyu Wang2c072452009-06-05 15:38:42 +08004189
Eric Anholt8febb292011-03-30 13:01:07 -07004190 /* determine panel color depth */
4191 temp = I915_READ(PIPECONF(pipe));
4192 temp &= ~PIPE_BPC_MASK;
Adam Jackson3b5c78a2011-12-13 15:41:00 -08004193 dither = intel_choose_pipe_bpp_dither(crtc, &pipe_bpp, mode);
Jesse Barnes5a354202011-06-24 12:19:22 -07004194 switch (pipe_bpp) {
4195 case 18:
4196 temp |= PIPE_6BPC;
4197 break;
4198 case 24:
Eric Anholt8febb292011-03-30 13:01:07 -07004199 temp |= PIPE_8BPC;
Eric Anholt8febb292011-03-30 13:01:07 -07004200 break;
Jesse Barnes5a354202011-06-24 12:19:22 -07004201 case 30:
4202 temp |= PIPE_10BPC;
Eric Anholt8febb292011-03-30 13:01:07 -07004203 break;
Jesse Barnes5a354202011-06-24 12:19:22 -07004204 case 36:
4205 temp |= PIPE_12BPC;
Eric Anholt8febb292011-03-30 13:01:07 -07004206 break;
4207 default:
Jesse Barnes62ac41a2011-07-28 12:55:14 -07004208 WARN(1, "intel_choose_pipe_bpp returned invalid value %d\n",
4209 pipe_bpp);
Jesse Barnes5a354202011-06-24 12:19:22 -07004210 temp |= PIPE_8BPC;
4211 pipe_bpp = 24;
4212 break;
Eric Anholt8febb292011-03-30 13:01:07 -07004213 }
4214
Jesse Barnes5a354202011-06-24 12:19:22 -07004215 intel_crtc->bpp = pipe_bpp;
4216 I915_WRITE(PIPECONF(pipe), temp);
4217
Eric Anholt8febb292011-03-30 13:01:07 -07004218 if (!lane) {
4219 /*
4220 * Account for spread spectrum to avoid
4221 * oversubscribing the link. Max center spread
4222 * is 2.5%; use 5% for safety's sake.
4223 */
Jesse Barnes5a354202011-06-24 12:19:22 -07004224 u32 bps = target_clock * intel_crtc->bpp * 21 / 20;
Eric Anholt8febb292011-03-30 13:01:07 -07004225 lane = bps / (link_bw * 8) + 1;
4226 }
4227
4228 intel_crtc->fdi_lanes = lane;
4229
4230 if (pixel_multiplier > 1)
4231 link_bw *= pixel_multiplier;
Jesse Barnes5a354202011-06-24 12:19:22 -07004232 ironlake_compute_m_n(intel_crtc->bpp, lane, target_clock, link_bw,
4233 &m_n);
Eric Anholt8febb292011-03-30 13:01:07 -07004234
Eric Anholta07d6782011-03-30 13:01:08 -07004235 fp = clock.n << 16 | clock.m1 << 8 | clock.m2;
4236 if (has_reduced_clock)
4237 fp2 = reduced_clock.n << 16 | reduced_clock.m1 << 8 |
4238 reduced_clock.m2;
Jesse Barnes79e53942008-11-07 14:24:08 -08004239
Chris Wilsonc1858122010-12-03 21:35:48 +00004240 /* Enable autotuning of the PLL clock (if permissible) */
Eric Anholt8febb292011-03-30 13:01:07 -07004241 factor = 21;
4242 if (is_lvds) {
4243 if ((intel_panel_use_ssc(dev_priv) &&
4244 dev_priv->lvds_ssc_freq == 100) ||
4245 (I915_READ(PCH_LVDS) & LVDS_CLKB_POWER_MASK) == LVDS_CLKB_POWER_UP)
4246 factor = 25;
4247 } else if (is_sdvo && is_tv)
4248 factor = 20;
Chris Wilsonc1858122010-12-03 21:35:48 +00004249
Jesse Barnescb0e0932011-07-28 14:50:30 -07004250 if (clock.m < factor * clock.n)
Eric Anholt8febb292011-03-30 13:01:07 -07004251 fp |= FP_CB_TUNE;
Chris Wilsonc1858122010-12-03 21:35:48 +00004252
Chris Wilson5eddb702010-09-11 13:48:45 +01004253 dpll = 0;
Zhenyu Wang2c072452009-06-05 15:38:42 +08004254
Eric Anholta07d6782011-03-30 13:01:08 -07004255 if (is_lvds)
4256 dpll |= DPLLB_MODE_LVDS;
4257 else
4258 dpll |= DPLLB_MODE_DAC_SERIAL;
4259 if (is_sdvo) {
4260 int pixel_multiplier = intel_mode_get_pixel_multiplier(adjusted_mode);
4261 if (pixel_multiplier > 1) {
4262 dpll |= (pixel_multiplier - 1) << PLL_REF_SDVO_HDMI_MULTIPLIER_SHIFT;
Jesse Barnes79e53942008-11-07 14:24:08 -08004263 }
Eric Anholta07d6782011-03-30 13:01:08 -07004264 dpll |= DPLL_DVO_HIGH_SPEED;
4265 }
Jesse Barnese3aef172012-04-10 11:58:03 -07004266 if (is_dp && !is_cpu_edp)
Eric Anholta07d6782011-03-30 13:01:08 -07004267 dpll |= DPLL_DVO_HIGH_SPEED;
Jesse Barnes79e53942008-11-07 14:24:08 -08004268
Eric Anholta07d6782011-03-30 13:01:08 -07004269 /* compute bitmask from p1 value */
4270 dpll |= (1 << (clock.p1 - 1)) << DPLL_FPA01_P1_POST_DIV_SHIFT;
4271 /* also FPA1 */
4272 dpll |= (1 << (clock.p1 - 1)) << DPLL_FPA1_P1_POST_DIV_SHIFT;
4273
4274 switch (clock.p2) {
4275 case 5:
4276 dpll |= DPLL_DAC_SERIAL_P2_CLOCK_DIV_5;
4277 break;
4278 case 7:
4279 dpll |= DPLLB_LVDS_P2_CLOCK_DIV_7;
4280 break;
4281 case 10:
4282 dpll |= DPLL_DAC_SERIAL_P2_CLOCK_DIV_10;
4283 break;
4284 case 14:
4285 dpll |= DPLLB_LVDS_P2_CLOCK_DIV_14;
4286 break;
Jesse Barnes79e53942008-11-07 14:24:08 -08004287 }
4288
4289 if (is_sdvo && is_tv)
4290 dpll |= PLL_REF_INPUT_TVCLKINBC;
4291 else if (is_tv)
4292 /* XXX: just matching BIOS for now */
4293 /* dpll |= PLL_REF_INPUT_TVCLKINBC; */
4294 dpll |= 3;
Chris Wilsona7615032011-01-12 17:04:08 +00004295 else if (is_lvds && intel_panel_use_ssc(dev_priv) && num_connectors < 2)
Jesse Barnes79e53942008-11-07 14:24:08 -08004296 dpll |= PLLB_REF_INPUT_SPREADSPECTRUMIN;
4297 else
4298 dpll |= PLL_REF_INPUT_DREFCLK;
4299
4300 /* setup pipeconf */
Chris Wilson5eddb702010-09-11 13:48:45 +01004301 pipeconf = I915_READ(PIPECONF(pipe));
Jesse Barnes79e53942008-11-07 14:24:08 -08004302
4303 /* Set up the display plane register */
4304 dspcntr = DISPPLANE_GAMMA_ENABLE;
4305
Jesse Barnesf7cb34d2011-10-12 10:49:14 -07004306 DRM_DEBUG_KMS("Mode for pipe %d:\n", pipe);
Jesse Barnes79e53942008-11-07 14:24:08 -08004307 drm_mode_debug_printmodeline(mode);
4308
Jesse Barnesee7b9f92012-04-20 17:11:53 +01004309 /* CPU eDP is the only output that doesn't need a PCH PLL of its own */
4310 if (!is_cpu_edp) {
4311 struct intel_pch_pll *pll;
Chris Wilson5eddb702010-09-11 13:48:45 +01004312
Jesse Barnesee7b9f92012-04-20 17:11:53 +01004313 pll = intel_get_pch_pll(intel_crtc, dpll, fp);
4314 if (pll == NULL) {
4315 DRM_DEBUG_DRIVER("failed to find PLL for pipe %d\n",
4316 pipe);
Jesse Barnes4b645f12011-10-12 09:51:31 -07004317 return -EINVAL;
4318 }
Jesse Barnesee7b9f92012-04-20 17:11:53 +01004319 } else
4320 intel_put_pch_pll(intel_crtc);
Jesse Barnes79e53942008-11-07 14:24:08 -08004321
4322 /* The LVDS pin pair needs to be on before the DPLLs are enabled.
4323 * This is an exception to the general rule that mode_set doesn't turn
4324 * things on.
4325 */
4326 if (is_lvds) {
Eric Anholtfae14982011-03-30 13:01:09 -07004327 temp = I915_READ(PCH_LVDS);
Chris Wilson5eddb702010-09-11 13:48:45 +01004328 temp |= LVDS_PORT_EN | LVDS_A0A2_CLKA_POWER_UP;
Jesse Barnes7885d202012-01-12 14:51:17 -08004329 if (HAS_PCH_CPT(dev)) {
4330 temp &= ~PORT_TRANS_SEL_MASK;
Jesse Barnes4b645f12011-10-12 09:51:31 -07004331 temp |= PORT_TRANS_SEL_CPT(pipe);
Jesse Barnes7885d202012-01-12 14:51:17 -08004332 } else {
4333 if (pipe == 1)
4334 temp |= LVDS_PIPEB_SELECT;
4335 else
4336 temp &= ~LVDS_PIPEB_SELECT;
4337 }
Jesse Barnes4b645f12011-10-12 09:51:31 -07004338
Zhao Yakuia3e17eb2009-10-10 10:42:37 +08004339 /* set the corresponsding LVDS_BORDER bit */
Chris Wilson5eddb702010-09-11 13:48:45 +01004340 temp |= dev_priv->lvds_border_bits;
Jesse Barnes79e53942008-11-07 14:24:08 -08004341 /* Set the B0-B3 data pairs corresponding to whether we're going to
4342 * set the DPLLs for dual-channel mode or not.
4343 */
4344 if (clock.p2 == 7)
Chris Wilson5eddb702010-09-11 13:48:45 +01004345 temp |= LVDS_B0B3_POWER_UP | LVDS_CLKB_POWER_UP;
Jesse Barnes79e53942008-11-07 14:24:08 -08004346 else
Chris Wilson5eddb702010-09-11 13:48:45 +01004347 temp &= ~(LVDS_B0B3_POWER_UP | LVDS_CLKB_POWER_UP);
Jesse Barnes79e53942008-11-07 14:24:08 -08004348
4349 /* It would be nice to set 24 vs 18-bit mode (LVDS_A3_POWER_UP)
4350 * appropriately here, but we need to look more thoroughly into how
4351 * panels behave in the two modes.
4352 */
Chris Wilson284d5df2012-04-14 17:41:59 +01004353 temp &= ~(LVDS_HSYNC_POLARITY | LVDS_VSYNC_POLARITY);
Bryan Freedaa9b5002011-01-12 13:43:19 -08004354 if (adjusted_mode->flags & DRM_MODE_FLAG_NHSYNC)
Chris Wilson284d5df2012-04-14 17:41:59 +01004355 temp |= LVDS_HSYNC_POLARITY;
Bryan Freedaa9b5002011-01-12 13:43:19 -08004356 if (adjusted_mode->flags & DRM_MODE_FLAG_NVSYNC)
Chris Wilson284d5df2012-04-14 17:41:59 +01004357 temp |= LVDS_VSYNC_POLARITY;
Eric Anholtfae14982011-03-30 13:01:09 -07004358 I915_WRITE(PCH_LVDS, temp);
Jesse Barnes79e53942008-11-07 14:24:08 -08004359 }
Jesse Barnes434ed092010-09-07 14:48:06 -07004360
Eric Anholt8febb292011-03-30 13:01:07 -07004361 pipeconf &= ~PIPECONF_DITHER_EN;
4362 pipeconf &= ~PIPECONF_DITHER_TYPE_MASK;
Jesse Barnes5a354202011-06-24 12:19:22 -07004363 if ((is_lvds && dev_priv->lvds_dither) || dither) {
Eric Anholt8febb292011-03-30 13:01:07 -07004364 pipeconf |= PIPECONF_DITHER_EN;
Daniel Vetterf74974c2011-10-11 17:27:51 +02004365 pipeconf |= PIPECONF_DITHER_TYPE_SP;
Jesse Barnes434ed092010-09-07 14:48:06 -07004366 }
Jesse Barnese3aef172012-04-10 11:58:03 -07004367 if (is_dp && !is_cpu_edp) {
Keith Packarda4fc5ed2009-04-07 16:16:42 -07004368 intel_dp_set_m_n(crtc, mode, adjusted_mode);
Eric Anholt8febb292011-03-30 13:01:07 -07004369 } else {
Zhenyu Wang8db9d772010-04-07 16:15:54 +08004370 /* For non-DP output, clear any trans DP clock recovery setting.*/
Jesse Barnes9db4a9c2011-02-07 12:26:52 -08004371 I915_WRITE(TRANSDATA_M1(pipe), 0);
4372 I915_WRITE(TRANSDATA_N1(pipe), 0);
4373 I915_WRITE(TRANSDPLINK_M1(pipe), 0);
4374 I915_WRITE(TRANSDPLINK_N1(pipe), 0);
Zhenyu Wang8db9d772010-04-07 16:15:54 +08004375 }
Jesse Barnes79e53942008-11-07 14:24:08 -08004376
Jesse Barnesee7b9f92012-04-20 17:11:53 +01004377 if (intel_crtc->pch_pll) {
4378 I915_WRITE(intel_crtc->pch_pll->pll_reg, dpll);
Chris Wilson5eddb702010-09-11 13:48:45 +01004379
Zhenyu Wang32f9d652009-07-24 01:00:32 +08004380 /* Wait for the clocks to stabilize. */
Jesse Barnesee7b9f92012-04-20 17:11:53 +01004381 POSTING_READ(intel_crtc->pch_pll->pll_reg);
Zhenyu Wang32f9d652009-07-24 01:00:32 +08004382 udelay(150);
4383
Eric Anholt8febb292011-03-30 13:01:07 -07004384 /* The pixel multiplier can only be updated once the
4385 * DPLL is enabled and the clocks are stable.
4386 *
4387 * So write it again.
4388 */
Jesse Barnesee7b9f92012-04-20 17:11:53 +01004389 I915_WRITE(intel_crtc->pch_pll->pll_reg, dpll);
Jesse Barnes79e53942008-11-07 14:24:08 -08004390 }
Jesse Barnes79e53942008-11-07 14:24:08 -08004391
Chris Wilson5eddb702010-09-11 13:48:45 +01004392 intel_crtc->lowfreq_avail = false;
Jesse Barnesee7b9f92012-04-20 17:11:53 +01004393 if (intel_crtc->pch_pll) {
Jesse Barnes4b645f12011-10-12 09:51:31 -07004394 if (is_lvds && has_reduced_clock && i915_powersave) {
Jesse Barnesee7b9f92012-04-20 17:11:53 +01004395 I915_WRITE(intel_crtc->pch_pll->fp1_reg, fp2);
Jesse Barnes4b645f12011-10-12 09:51:31 -07004396 intel_crtc->lowfreq_avail = true;
4397 if (HAS_PIPE_CXSR(dev)) {
4398 DRM_DEBUG_KMS("enabling CxSR downclocking\n");
4399 pipeconf |= PIPECONF_CXSR_DOWNCLOCK;
4400 }
4401 } else {
Jesse Barnesee7b9f92012-04-20 17:11:53 +01004402 I915_WRITE(intel_crtc->pch_pll->fp1_reg, fp);
Jesse Barnes4b645f12011-10-12 09:51:31 -07004403 if (HAS_PIPE_CXSR(dev)) {
4404 DRM_DEBUG_KMS("disabling CxSR downclocking\n");
4405 pipeconf &= ~PIPECONF_CXSR_DOWNCLOCK;
4406 }
Jesse Barnes652c3932009-08-17 13:31:43 -07004407 }
4408 }
4409
Keith Packard617cf882012-02-08 13:53:38 -08004410 pipeconf &= ~PIPECONF_INTERLACE_MASK;
Krzysztof Halasa734b4152010-05-25 18:41:46 +02004411 if (adjusted_mode->flags & DRM_MODE_FLAG_INTERLACE) {
Daniel Vetter5def4742012-01-28 14:49:22 +01004412 pipeconf |= PIPECONF_INTERLACED_ILK;
Krzysztof Halasa734b4152010-05-25 18:41:46 +02004413 /* the chip adds 2 halflines automatically */
Krzysztof Halasa734b4152010-05-25 18:41:46 +02004414 adjusted_mode->crtc_vtotal -= 1;
Krzysztof Halasa734b4152010-05-25 18:41:46 +02004415 adjusted_mode->crtc_vblank_end -= 1;
Daniel Vetter0529a0d2012-01-28 14:49:24 +01004416 I915_WRITE(VSYNCSHIFT(pipe),
4417 adjusted_mode->crtc_hsync_start
4418 - adjusted_mode->crtc_htotal/2);
4419 } else {
Keith Packard617cf882012-02-08 13:53:38 -08004420 pipeconf |= PIPECONF_PROGRESSIVE;
Daniel Vetter0529a0d2012-01-28 14:49:24 +01004421 I915_WRITE(VSYNCSHIFT(pipe), 0);
4422 }
Krzysztof Halasa734b4152010-05-25 18:41:46 +02004423
Chris Wilson5eddb702010-09-11 13:48:45 +01004424 I915_WRITE(HTOTAL(pipe),
4425 (adjusted_mode->crtc_hdisplay - 1) |
Jesse Barnes79e53942008-11-07 14:24:08 -08004426 ((adjusted_mode->crtc_htotal - 1) << 16));
Chris Wilson5eddb702010-09-11 13:48:45 +01004427 I915_WRITE(HBLANK(pipe),
4428 (adjusted_mode->crtc_hblank_start - 1) |
Jesse Barnes79e53942008-11-07 14:24:08 -08004429 ((adjusted_mode->crtc_hblank_end - 1) << 16));
Chris Wilson5eddb702010-09-11 13:48:45 +01004430 I915_WRITE(HSYNC(pipe),
4431 (adjusted_mode->crtc_hsync_start - 1) |
Jesse Barnes79e53942008-11-07 14:24:08 -08004432 ((adjusted_mode->crtc_hsync_end - 1) << 16));
Chris Wilson5eddb702010-09-11 13:48:45 +01004433
4434 I915_WRITE(VTOTAL(pipe),
4435 (adjusted_mode->crtc_vdisplay - 1) |
Jesse Barnes79e53942008-11-07 14:24:08 -08004436 ((adjusted_mode->crtc_vtotal - 1) << 16));
Chris Wilson5eddb702010-09-11 13:48:45 +01004437 I915_WRITE(VBLANK(pipe),
4438 (adjusted_mode->crtc_vblank_start - 1) |
Jesse Barnes79e53942008-11-07 14:24:08 -08004439 ((adjusted_mode->crtc_vblank_end - 1) << 16));
Chris Wilson5eddb702010-09-11 13:48:45 +01004440 I915_WRITE(VSYNC(pipe),
4441 (adjusted_mode->crtc_vsync_start - 1) |
Jesse Barnes79e53942008-11-07 14:24:08 -08004442 ((adjusted_mode->crtc_vsync_end - 1) << 16));
Chris Wilson5eddb702010-09-11 13:48:45 +01004443
Eric Anholt8febb292011-03-30 13:01:07 -07004444 /* pipesrc controls the size that is scaled from, which should
4445 * always be the user's requested size.
Jesse Barnes79e53942008-11-07 14:24:08 -08004446 */
Chris Wilson5eddb702010-09-11 13:48:45 +01004447 I915_WRITE(PIPESRC(pipe),
4448 ((mode->hdisplay - 1) << 16) | (mode->vdisplay - 1));
Zhenyu Wang2c072452009-06-05 15:38:42 +08004449
Eric Anholt8febb292011-03-30 13:01:07 -07004450 I915_WRITE(PIPE_DATA_M1(pipe), TU_SIZE(m_n.tu) | m_n.gmch_m);
4451 I915_WRITE(PIPE_DATA_N1(pipe), m_n.gmch_n);
4452 I915_WRITE(PIPE_LINK_M1(pipe), m_n.link_m);
4453 I915_WRITE(PIPE_LINK_N1(pipe), m_n.link_n);
Zhenyu Wang2c072452009-06-05 15:38:42 +08004454
Jesse Barnese3aef172012-04-10 11:58:03 -07004455 if (is_cpu_edp)
Eric Anholt8febb292011-03-30 13:01:07 -07004456 ironlake_set_pll_edp(crtc, adjusted_mode->clock);
Zhenyu Wang2c072452009-06-05 15:38:42 +08004457
Chris Wilson5eddb702010-09-11 13:48:45 +01004458 I915_WRITE(PIPECONF(pipe), pipeconf);
4459 POSTING_READ(PIPECONF(pipe));
Jesse Barnes79e53942008-11-07 14:24:08 -08004460
Jesse Barnes9d0498a2010-08-18 13:20:54 -07004461 intel_wait_for_vblank(dev, pipe);
Jesse Barnes79e53942008-11-07 14:24:08 -08004462
Chris Wilson5eddb702010-09-11 13:48:45 +01004463 I915_WRITE(DSPCNTR(plane), dspcntr);
Jesse Barnesb24e7172011-01-04 15:09:30 -08004464 POSTING_READ(DSPCNTR(plane));
Jesse Barnes79e53942008-11-07 14:24:08 -08004465
Chris Wilson5c3b82e2009-02-11 13:25:09 +00004466 ret = intel_pipe_set_base(crtc, x, y, old_fb);
Shaohua Li7662c8b2009-06-26 11:23:55 +08004467
4468 intel_update_watermarks(dev);
4469
Chris Wilson1f803ee2009-06-06 09:45:59 +01004470 return ret;
Jesse Barnes79e53942008-11-07 14:24:08 -08004471}
4472
Eric Anholtf564048e2011-03-30 13:01:02 -07004473static int intel_crtc_mode_set(struct drm_crtc *crtc,
4474 struct drm_display_mode *mode,
4475 struct drm_display_mode *adjusted_mode,
4476 int x, int y,
4477 struct drm_framebuffer *old_fb)
4478{
4479 struct drm_device *dev = crtc->dev;
4480 struct drm_i915_private *dev_priv = dev->dev_private;
Eric Anholt0b701d22011-03-30 13:01:03 -07004481 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
4482 int pipe = intel_crtc->pipe;
Eric Anholtf564048e2011-03-30 13:01:02 -07004483 int ret;
4484
Eric Anholt0b701d22011-03-30 13:01:03 -07004485 drm_vblank_pre_modeset(dev, pipe);
4486
Eric Anholtf564048e2011-03-30 13:01:02 -07004487 ret = dev_priv->display.crtc_mode_set(crtc, mode, adjusted_mode,
4488 x, y, old_fb);
Jesse Barnes79e53942008-11-07 14:24:08 -08004489 drm_vblank_post_modeset(dev, pipe);
4490
Jesse Barnesd8e70a22011-11-15 10:28:54 -08004491 if (ret)
4492 intel_crtc->dpms_mode = DRM_MODE_DPMS_OFF;
4493 else
4494 intel_crtc->dpms_mode = DRM_MODE_DPMS_ON;
Keith Packard120eced2011-07-27 01:21:40 -07004495
Jesse Barnes79e53942008-11-07 14:24:08 -08004496 return ret;
4497}
4498
Wu Fengguang3a9627f2011-12-09 20:42:19 +08004499static bool intel_eld_uptodate(struct drm_connector *connector,
4500 int reg_eldv, uint32_t bits_eldv,
4501 int reg_elda, uint32_t bits_elda,
4502 int reg_edid)
4503{
4504 struct drm_i915_private *dev_priv = connector->dev->dev_private;
4505 uint8_t *eld = connector->eld;
4506 uint32_t i;
4507
4508 i = I915_READ(reg_eldv);
4509 i &= bits_eldv;
4510
4511 if (!eld[0])
4512 return !i;
4513
4514 if (!i)
4515 return false;
4516
4517 i = I915_READ(reg_elda);
4518 i &= ~bits_elda;
4519 I915_WRITE(reg_elda, i);
4520
4521 for (i = 0; i < eld[2]; i++)
4522 if (I915_READ(reg_edid) != *((uint32_t *)eld + i))
4523 return false;
4524
4525 return true;
4526}
4527
Wu Fengguange0dac652011-09-05 14:25:34 +08004528static void g4x_write_eld(struct drm_connector *connector,
4529 struct drm_crtc *crtc)
4530{
4531 struct drm_i915_private *dev_priv = connector->dev->dev_private;
4532 uint8_t *eld = connector->eld;
4533 uint32_t eldv;
4534 uint32_t len;
4535 uint32_t i;
4536
4537 i = I915_READ(G4X_AUD_VID_DID);
4538
4539 if (i == INTEL_AUDIO_DEVBLC || i == INTEL_AUDIO_DEVCL)
4540 eldv = G4X_ELDV_DEVCL_DEVBLC;
4541 else
4542 eldv = G4X_ELDV_DEVCTG;
4543
Wu Fengguang3a9627f2011-12-09 20:42:19 +08004544 if (intel_eld_uptodate(connector,
4545 G4X_AUD_CNTL_ST, eldv,
4546 G4X_AUD_CNTL_ST, G4X_ELD_ADDR,
4547 G4X_HDMIW_HDMIEDID))
4548 return;
4549
Wu Fengguange0dac652011-09-05 14:25:34 +08004550 i = I915_READ(G4X_AUD_CNTL_ST);
4551 i &= ~(eldv | G4X_ELD_ADDR);
4552 len = (i >> 9) & 0x1f; /* ELD buffer size */
4553 I915_WRITE(G4X_AUD_CNTL_ST, i);
4554
4555 if (!eld[0])
4556 return;
4557
4558 len = min_t(uint8_t, eld[2], len);
4559 DRM_DEBUG_DRIVER("ELD size %d\n", len);
4560 for (i = 0; i < len; i++)
4561 I915_WRITE(G4X_HDMIW_HDMIEDID, *((uint32_t *)eld + i));
4562
4563 i = I915_READ(G4X_AUD_CNTL_ST);
4564 i |= eldv;
4565 I915_WRITE(G4X_AUD_CNTL_ST, i);
4566}
4567
4568static void ironlake_write_eld(struct drm_connector *connector,
4569 struct drm_crtc *crtc)
4570{
4571 struct drm_i915_private *dev_priv = connector->dev->dev_private;
4572 uint8_t *eld = connector->eld;
4573 uint32_t eldv;
4574 uint32_t i;
4575 int len;
4576 int hdmiw_hdmiedid;
Wu Fengguangb6daa022012-01-06 14:41:31 -06004577 int aud_config;
Wu Fengguange0dac652011-09-05 14:25:34 +08004578 int aud_cntl_st;
4579 int aud_cntrl_st2;
4580
Wu Fengguangb3f33cb2011-12-09 20:42:17 +08004581 if (HAS_PCH_IBX(connector->dev)) {
Wu Fengguang1202b4c62011-12-09 20:42:18 +08004582 hdmiw_hdmiedid = IBX_HDMIW_HDMIEDID_A;
Wu Fengguangb6daa022012-01-06 14:41:31 -06004583 aud_config = IBX_AUD_CONFIG_A;
Wu Fengguang1202b4c62011-12-09 20:42:18 +08004584 aud_cntl_st = IBX_AUD_CNTL_ST_A;
4585 aud_cntrl_st2 = IBX_AUD_CNTL_ST2;
Wu Fengguange0dac652011-09-05 14:25:34 +08004586 } else {
Wu Fengguang1202b4c62011-12-09 20:42:18 +08004587 hdmiw_hdmiedid = CPT_HDMIW_HDMIEDID_A;
Wu Fengguangb6daa022012-01-06 14:41:31 -06004588 aud_config = CPT_AUD_CONFIG_A;
Wu Fengguang1202b4c62011-12-09 20:42:18 +08004589 aud_cntl_st = CPT_AUD_CNTL_ST_A;
4590 aud_cntrl_st2 = CPT_AUD_CNTRL_ST2;
Wu Fengguange0dac652011-09-05 14:25:34 +08004591 }
4592
4593 i = to_intel_crtc(crtc)->pipe;
4594 hdmiw_hdmiedid += i * 0x100;
4595 aud_cntl_st += i * 0x100;
Wu Fengguangb6daa022012-01-06 14:41:31 -06004596 aud_config += i * 0x100;
Wu Fengguange0dac652011-09-05 14:25:34 +08004597
4598 DRM_DEBUG_DRIVER("ELD on pipe %c\n", pipe_name(i));
4599
4600 i = I915_READ(aud_cntl_st);
4601 i = (i >> 29) & 0x3; /* DIP_Port_Select, 0x1 = PortB */
4602 if (!i) {
4603 DRM_DEBUG_DRIVER("Audio directed to unknown port\n");
4604 /* operate blindly on all ports */
Wu Fengguang1202b4c62011-12-09 20:42:18 +08004605 eldv = IBX_ELD_VALIDB;
4606 eldv |= IBX_ELD_VALIDB << 4;
4607 eldv |= IBX_ELD_VALIDB << 8;
Wu Fengguange0dac652011-09-05 14:25:34 +08004608 } else {
4609 DRM_DEBUG_DRIVER("ELD on port %c\n", 'A' + i);
Wu Fengguang1202b4c62011-12-09 20:42:18 +08004610 eldv = IBX_ELD_VALIDB << ((i - 1) * 4);
Wu Fengguange0dac652011-09-05 14:25:34 +08004611 }
4612
Wu Fengguang3a9627f2011-12-09 20:42:19 +08004613 if (intel_pipe_has_type(crtc, INTEL_OUTPUT_DISPLAYPORT)) {
4614 DRM_DEBUG_DRIVER("ELD: DisplayPort detected\n");
4615 eld[5] |= (1 << 2); /* Conn_Type, 0x1 = DisplayPort */
Wu Fengguangb6daa022012-01-06 14:41:31 -06004616 I915_WRITE(aud_config, AUD_CONFIG_N_VALUE_INDEX); /* 0x1 = DP */
4617 } else
4618 I915_WRITE(aud_config, 0);
Wu Fengguang3a9627f2011-12-09 20:42:19 +08004619
4620 if (intel_eld_uptodate(connector,
4621 aud_cntrl_st2, eldv,
4622 aud_cntl_st, IBX_ELD_ADDRESS,
4623 hdmiw_hdmiedid))
4624 return;
4625
Wu Fengguange0dac652011-09-05 14:25:34 +08004626 i = I915_READ(aud_cntrl_st2);
4627 i &= ~eldv;
4628 I915_WRITE(aud_cntrl_st2, i);
4629
4630 if (!eld[0])
4631 return;
4632
Wu Fengguange0dac652011-09-05 14:25:34 +08004633 i = I915_READ(aud_cntl_st);
Wu Fengguang1202b4c62011-12-09 20:42:18 +08004634 i &= ~IBX_ELD_ADDRESS;
Wu Fengguange0dac652011-09-05 14:25:34 +08004635 I915_WRITE(aud_cntl_st, i);
4636
4637 len = min_t(uint8_t, eld[2], 21); /* 84 bytes of hw ELD buffer */
4638 DRM_DEBUG_DRIVER("ELD size %d\n", len);
4639 for (i = 0; i < len; i++)
4640 I915_WRITE(hdmiw_hdmiedid, *((uint32_t *)eld + i));
4641
4642 i = I915_READ(aud_cntrl_st2);
4643 i |= eldv;
4644 I915_WRITE(aud_cntrl_st2, i);
4645}
4646
4647void intel_write_eld(struct drm_encoder *encoder,
4648 struct drm_display_mode *mode)
4649{
4650 struct drm_crtc *crtc = encoder->crtc;
4651 struct drm_connector *connector;
4652 struct drm_device *dev = encoder->dev;
4653 struct drm_i915_private *dev_priv = dev->dev_private;
4654
4655 connector = drm_select_eld(encoder, mode);
4656 if (!connector)
4657 return;
4658
4659 DRM_DEBUG_DRIVER("ELD on [CONNECTOR:%d:%s], [ENCODER:%d:%s]\n",
4660 connector->base.id,
4661 drm_get_connector_name(connector),
4662 connector->encoder->base.id,
4663 drm_get_encoder_name(connector->encoder));
4664
4665 connector->eld[6] = drm_av_sync_delay(connector, mode) / 2;
4666
4667 if (dev_priv->display.write_eld)
4668 dev_priv->display.write_eld(connector, crtc);
4669}
4670
Jesse Barnes79e53942008-11-07 14:24:08 -08004671/** Loads the palette/gamma unit for the CRTC with the prepared values */
4672void intel_crtc_load_lut(struct drm_crtc *crtc)
4673{
4674 struct drm_device *dev = crtc->dev;
4675 struct drm_i915_private *dev_priv = dev->dev_private;
4676 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
Jesse Barnes9db4a9c2011-02-07 12:26:52 -08004677 int palreg = PALETTE(intel_crtc->pipe);
Jesse Barnes79e53942008-11-07 14:24:08 -08004678 int i;
4679
4680 /* The clocks have to be on to load the palette. */
Alban Browaeysaed3f092012-02-24 17:12:45 +00004681 if (!crtc->enabled || !intel_crtc->active)
Jesse Barnes79e53942008-11-07 14:24:08 -08004682 return;
4683
Adam Jacksonf2b115e2009-12-03 17:14:42 -05004684 /* use legacy palette for Ironlake */
Eric Anholtbad720f2009-10-22 16:11:14 -07004685 if (HAS_PCH_SPLIT(dev))
Jesse Barnes9db4a9c2011-02-07 12:26:52 -08004686 palreg = LGC_PALETTE(intel_crtc->pipe);
Zhenyu Wang2c072452009-06-05 15:38:42 +08004687
Jesse Barnes79e53942008-11-07 14:24:08 -08004688 for (i = 0; i < 256; i++) {
4689 I915_WRITE(palreg + 4 * i,
4690 (intel_crtc->lut_r[i] << 16) |
4691 (intel_crtc->lut_g[i] << 8) |
4692 intel_crtc->lut_b[i]);
4693 }
4694}
4695
Chris Wilson560b85b2010-08-07 11:01:38 +01004696static void i845_update_cursor(struct drm_crtc *crtc, u32 base)
4697{
4698 struct drm_device *dev = crtc->dev;
4699 struct drm_i915_private *dev_priv = dev->dev_private;
4700 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
4701 bool visible = base != 0;
4702 u32 cntl;
4703
4704 if (intel_crtc->cursor_visible == visible)
4705 return;
4706
Jesse Barnes9db4a9c2011-02-07 12:26:52 -08004707 cntl = I915_READ(_CURACNTR);
Chris Wilson560b85b2010-08-07 11:01:38 +01004708 if (visible) {
4709 /* On these chipsets we can only modify the base whilst
4710 * the cursor is disabled.
4711 */
Jesse Barnes9db4a9c2011-02-07 12:26:52 -08004712 I915_WRITE(_CURABASE, base);
Chris Wilson560b85b2010-08-07 11:01:38 +01004713
4714 cntl &= ~(CURSOR_FORMAT_MASK);
4715 /* XXX width must be 64, stride 256 => 0x00 << 28 */
4716 cntl |= CURSOR_ENABLE |
4717 CURSOR_GAMMA_ENABLE |
4718 CURSOR_FORMAT_ARGB;
4719 } else
4720 cntl &= ~(CURSOR_ENABLE | CURSOR_GAMMA_ENABLE);
Jesse Barnes9db4a9c2011-02-07 12:26:52 -08004721 I915_WRITE(_CURACNTR, cntl);
Chris Wilson560b85b2010-08-07 11:01:38 +01004722
4723 intel_crtc->cursor_visible = visible;
4724}
4725
4726static void i9xx_update_cursor(struct drm_crtc *crtc, u32 base)
4727{
4728 struct drm_device *dev = crtc->dev;
4729 struct drm_i915_private *dev_priv = dev->dev_private;
4730 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
4731 int pipe = intel_crtc->pipe;
4732 bool visible = base != 0;
4733
4734 if (intel_crtc->cursor_visible != visible) {
Jesse Barnes548f2452011-02-17 10:40:53 -08004735 uint32_t cntl = I915_READ(CURCNTR(pipe));
Chris Wilson560b85b2010-08-07 11:01:38 +01004736 if (base) {
4737 cntl &= ~(CURSOR_MODE | MCURSOR_PIPE_SELECT);
4738 cntl |= CURSOR_MODE_64_ARGB_AX | MCURSOR_GAMMA_ENABLE;
4739 cntl |= pipe << 28; /* Connect to correct pipe */
4740 } else {
4741 cntl &= ~(CURSOR_MODE | MCURSOR_GAMMA_ENABLE);
4742 cntl |= CURSOR_MODE_DISABLE;
4743 }
Jesse Barnes9db4a9c2011-02-07 12:26:52 -08004744 I915_WRITE(CURCNTR(pipe), cntl);
Chris Wilson560b85b2010-08-07 11:01:38 +01004745
4746 intel_crtc->cursor_visible = visible;
4747 }
4748 /* and commit changes on next vblank */
Jesse Barnes9db4a9c2011-02-07 12:26:52 -08004749 I915_WRITE(CURBASE(pipe), base);
Chris Wilson560b85b2010-08-07 11:01:38 +01004750}
4751
Jesse Barnes65a21cd2011-10-12 11:10:21 -07004752static void ivb_update_cursor(struct drm_crtc *crtc, u32 base)
4753{
4754 struct drm_device *dev = crtc->dev;
4755 struct drm_i915_private *dev_priv = dev->dev_private;
4756 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
4757 int pipe = intel_crtc->pipe;
4758 bool visible = base != 0;
4759
4760 if (intel_crtc->cursor_visible != visible) {
4761 uint32_t cntl = I915_READ(CURCNTR_IVB(pipe));
4762 if (base) {
4763 cntl &= ~CURSOR_MODE;
4764 cntl |= CURSOR_MODE_64_ARGB_AX | MCURSOR_GAMMA_ENABLE;
4765 } else {
4766 cntl &= ~(CURSOR_MODE | MCURSOR_GAMMA_ENABLE);
4767 cntl |= CURSOR_MODE_DISABLE;
4768 }
4769 I915_WRITE(CURCNTR_IVB(pipe), cntl);
4770
4771 intel_crtc->cursor_visible = visible;
4772 }
4773 /* and commit changes on next vblank */
4774 I915_WRITE(CURBASE_IVB(pipe), base);
4775}
4776
Chris Wilsoncda4b7d2010-07-09 08:45:04 +01004777/* If no-part of the cursor is visible on the framebuffer, then the GPU may hang... */
Chris Wilson6b383a72010-09-13 13:54:26 +01004778static void intel_crtc_update_cursor(struct drm_crtc *crtc,
4779 bool on)
Chris Wilsoncda4b7d2010-07-09 08:45:04 +01004780{
4781 struct drm_device *dev = crtc->dev;
4782 struct drm_i915_private *dev_priv = dev->dev_private;
4783 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
4784 int pipe = intel_crtc->pipe;
4785 int x = intel_crtc->cursor_x;
4786 int y = intel_crtc->cursor_y;
Chris Wilson560b85b2010-08-07 11:01:38 +01004787 u32 base, pos;
Chris Wilsoncda4b7d2010-07-09 08:45:04 +01004788 bool visible;
4789
4790 pos = 0;
4791
Chris Wilson6b383a72010-09-13 13:54:26 +01004792 if (on && crtc->enabled && crtc->fb) {
Chris Wilsoncda4b7d2010-07-09 08:45:04 +01004793 base = intel_crtc->cursor_addr;
4794 if (x > (int) crtc->fb->width)
4795 base = 0;
4796
4797 if (y > (int) crtc->fb->height)
4798 base = 0;
4799 } else
4800 base = 0;
4801
4802 if (x < 0) {
4803 if (x + intel_crtc->cursor_width < 0)
4804 base = 0;
4805
4806 pos |= CURSOR_POS_SIGN << CURSOR_X_SHIFT;
4807 x = -x;
4808 }
4809 pos |= x << CURSOR_X_SHIFT;
4810
4811 if (y < 0) {
4812 if (y + intel_crtc->cursor_height < 0)
4813 base = 0;
4814
4815 pos |= CURSOR_POS_SIGN << CURSOR_Y_SHIFT;
4816 y = -y;
4817 }
4818 pos |= y << CURSOR_Y_SHIFT;
4819
4820 visible = base != 0;
Chris Wilson560b85b2010-08-07 11:01:38 +01004821 if (!visible && !intel_crtc->cursor_visible)
Chris Wilsoncda4b7d2010-07-09 08:45:04 +01004822 return;
4823
Eugeni Dodonov0cd83aa2012-04-13 17:08:48 -03004824 if (IS_IVYBRIDGE(dev) || IS_HASWELL(dev)) {
Jesse Barnes65a21cd2011-10-12 11:10:21 -07004825 I915_WRITE(CURPOS_IVB(pipe), pos);
4826 ivb_update_cursor(crtc, base);
4827 } else {
4828 I915_WRITE(CURPOS(pipe), pos);
4829 if (IS_845G(dev) || IS_I865G(dev))
4830 i845_update_cursor(crtc, base);
4831 else
4832 i9xx_update_cursor(crtc, base);
4833 }
Chris Wilsoncda4b7d2010-07-09 08:45:04 +01004834
4835 if (visible)
4836 intel_mark_busy(dev, to_intel_framebuffer(crtc->fb)->obj);
4837}
4838
Jesse Barnes79e53942008-11-07 14:24:08 -08004839static int intel_crtc_cursor_set(struct drm_crtc *crtc,
Chris Wilson05394f32010-11-08 19:18:58 +00004840 struct drm_file *file,
Jesse Barnes79e53942008-11-07 14:24:08 -08004841 uint32_t handle,
4842 uint32_t width, uint32_t height)
4843{
4844 struct drm_device *dev = crtc->dev;
4845 struct drm_i915_private *dev_priv = dev->dev_private;
4846 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
Chris Wilson05394f32010-11-08 19:18:58 +00004847 struct drm_i915_gem_object *obj;
Chris Wilsoncda4b7d2010-07-09 08:45:04 +01004848 uint32_t addr;
Kristian Høgsberg3f8bc372008-12-17 22:14:59 -05004849 int ret;
Jesse Barnes79e53942008-11-07 14:24:08 -08004850
Zhao Yakui28c97732009-10-09 11:39:41 +08004851 DRM_DEBUG_KMS("\n");
Jesse Barnes79e53942008-11-07 14:24:08 -08004852
4853 /* if we want to turn off the cursor ignore width and height */
4854 if (!handle) {
Zhao Yakui28c97732009-10-09 11:39:41 +08004855 DRM_DEBUG_KMS("cursor off\n");
Kristian Høgsberg3f8bc372008-12-17 22:14:59 -05004856 addr = 0;
Chris Wilson05394f32010-11-08 19:18:58 +00004857 obj = NULL;
Pierre Willenbrock50044172009-02-23 10:12:15 +10004858 mutex_lock(&dev->struct_mutex);
Kristian Høgsberg3f8bc372008-12-17 22:14:59 -05004859 goto finish;
Jesse Barnes79e53942008-11-07 14:24:08 -08004860 }
4861
4862 /* Currently we only support 64x64 cursors */
4863 if (width != 64 || height != 64) {
4864 DRM_ERROR("we currently only support 64x64 cursors\n");
4865 return -EINVAL;
4866 }
4867
Chris Wilson05394f32010-11-08 19:18:58 +00004868 obj = to_intel_bo(drm_gem_object_lookup(dev, file, handle));
Chris Wilsonc8725222011-02-19 11:31:06 +00004869 if (&obj->base == NULL)
Jesse Barnes79e53942008-11-07 14:24:08 -08004870 return -ENOENT;
4871
Chris Wilson05394f32010-11-08 19:18:58 +00004872 if (obj->base.size < width * height * 4) {
Jesse Barnes79e53942008-11-07 14:24:08 -08004873 DRM_ERROR("buffer is to small\n");
Dave Airlie34b8686e2009-01-15 14:03:07 +10004874 ret = -ENOMEM;
4875 goto fail;
Jesse Barnes79e53942008-11-07 14:24:08 -08004876 }
4877
Dave Airlie71acb5e2008-12-30 20:31:46 +10004878 /* we only need to pin inside GTT if cursor is non-phy */
Kristian Høgsberg7f9872e2009-02-13 20:56:49 -05004879 mutex_lock(&dev->struct_mutex);
Kristian Høgsbergb295d1b2009-12-16 15:16:17 -05004880 if (!dev_priv->info->cursor_needs_physical) {
Chris Wilsond9e86c02010-11-10 16:40:20 +00004881 if (obj->tiling_mode) {
4882 DRM_ERROR("cursor cannot be tiled\n");
4883 ret = -EINVAL;
4884 goto fail_locked;
4885 }
4886
Chris Wilson2da3b9b2011-04-14 09:41:17 +01004887 ret = i915_gem_object_pin_to_display_plane(obj, 0, NULL);
Chris Wilsone7b526b2010-06-02 08:30:48 +01004888 if (ret) {
4889 DRM_ERROR("failed to move cursor bo into the GTT\n");
Chris Wilson2da3b9b2011-04-14 09:41:17 +01004890 goto fail_locked;
Chris Wilsone7b526b2010-06-02 08:30:48 +01004891 }
4892
Chris Wilsond9e86c02010-11-10 16:40:20 +00004893 ret = i915_gem_object_put_fence(obj);
4894 if (ret) {
Chris Wilson2da3b9b2011-04-14 09:41:17 +01004895 DRM_ERROR("failed to release fence for cursor");
Chris Wilsond9e86c02010-11-10 16:40:20 +00004896 goto fail_unpin;
4897 }
4898
Chris Wilson05394f32010-11-08 19:18:58 +00004899 addr = obj->gtt_offset;
Dave Airlie71acb5e2008-12-30 20:31:46 +10004900 } else {
Chris Wilson6eeefaf2010-08-07 11:01:39 +01004901 int align = IS_I830(dev) ? 16 * 1024 : 256;
Chris Wilson05394f32010-11-08 19:18:58 +00004902 ret = i915_gem_attach_phys_object(dev, obj,
Chris Wilson6eeefaf2010-08-07 11:01:39 +01004903 (intel_crtc->pipe == 0) ? I915_GEM_PHYS_CURSOR_0 : I915_GEM_PHYS_CURSOR_1,
4904 align);
Dave Airlie71acb5e2008-12-30 20:31:46 +10004905 if (ret) {
4906 DRM_ERROR("failed to attach phys object\n");
Kristian Høgsberg7f9872e2009-02-13 20:56:49 -05004907 goto fail_locked;
Dave Airlie71acb5e2008-12-30 20:31:46 +10004908 }
Chris Wilson05394f32010-11-08 19:18:58 +00004909 addr = obj->phys_obj->handle->busaddr;
Kristian Høgsberg3f8bc372008-12-17 22:14:59 -05004910 }
4911
Chris Wilsona6c45cf2010-09-17 00:32:17 +01004912 if (IS_GEN2(dev))
Jesse Barnes14b60392009-05-20 16:47:08 -04004913 I915_WRITE(CURSIZE, (height << 12) | width);
4914
Kristian Høgsberg3f8bc372008-12-17 22:14:59 -05004915 finish:
Kristian Høgsberg3f8bc372008-12-17 22:14:59 -05004916 if (intel_crtc->cursor_bo) {
Kristian Høgsbergb295d1b2009-12-16 15:16:17 -05004917 if (dev_priv->info->cursor_needs_physical) {
Chris Wilson05394f32010-11-08 19:18:58 +00004918 if (intel_crtc->cursor_bo != obj)
Dave Airlie71acb5e2008-12-30 20:31:46 +10004919 i915_gem_detach_phys_object(dev, intel_crtc->cursor_bo);
4920 } else
4921 i915_gem_object_unpin(intel_crtc->cursor_bo);
Chris Wilson05394f32010-11-08 19:18:58 +00004922 drm_gem_object_unreference(&intel_crtc->cursor_bo->base);
Kristian Høgsberg3f8bc372008-12-17 22:14:59 -05004923 }
Jesse Barnes80824002009-09-10 15:28:06 -07004924
Kristian Høgsberg7f9872e2009-02-13 20:56:49 -05004925 mutex_unlock(&dev->struct_mutex);
Kristian Høgsberg3f8bc372008-12-17 22:14:59 -05004926
4927 intel_crtc->cursor_addr = addr;
Chris Wilson05394f32010-11-08 19:18:58 +00004928 intel_crtc->cursor_bo = obj;
Chris Wilsoncda4b7d2010-07-09 08:45:04 +01004929 intel_crtc->cursor_width = width;
4930 intel_crtc->cursor_height = height;
4931
Chris Wilson6b383a72010-09-13 13:54:26 +01004932 intel_crtc_update_cursor(crtc, true);
Kristian Høgsberg3f8bc372008-12-17 22:14:59 -05004933
Jesse Barnes79e53942008-11-07 14:24:08 -08004934 return 0;
Chris Wilsone7b526b2010-06-02 08:30:48 +01004935fail_unpin:
Chris Wilson05394f32010-11-08 19:18:58 +00004936 i915_gem_object_unpin(obj);
Kristian Høgsberg7f9872e2009-02-13 20:56:49 -05004937fail_locked:
Dave Airlie34b8686e2009-01-15 14:03:07 +10004938 mutex_unlock(&dev->struct_mutex);
Luca Barbieribc9025b2010-02-09 05:49:12 +00004939fail:
Chris Wilson05394f32010-11-08 19:18:58 +00004940 drm_gem_object_unreference_unlocked(&obj->base);
Dave Airlie34b8686e2009-01-15 14:03:07 +10004941 return ret;
Jesse Barnes79e53942008-11-07 14:24:08 -08004942}
4943
4944static int intel_crtc_cursor_move(struct drm_crtc *crtc, int x, int y)
4945{
Jesse Barnes79e53942008-11-07 14:24:08 -08004946 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
Jesse Barnes79e53942008-11-07 14:24:08 -08004947
Chris Wilsoncda4b7d2010-07-09 08:45:04 +01004948 intel_crtc->cursor_x = x;
4949 intel_crtc->cursor_y = y;
Jesse Barnes652c3932009-08-17 13:31:43 -07004950
Chris Wilson6b383a72010-09-13 13:54:26 +01004951 intel_crtc_update_cursor(crtc, true);
Jesse Barnes79e53942008-11-07 14:24:08 -08004952
4953 return 0;
4954}
4955
4956/** Sets the color ramps on behalf of RandR */
4957void intel_crtc_fb_gamma_set(struct drm_crtc *crtc, u16 red, u16 green,
4958 u16 blue, int regno)
4959{
4960 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
4961
4962 intel_crtc->lut_r[regno] = red >> 8;
4963 intel_crtc->lut_g[regno] = green >> 8;
4964 intel_crtc->lut_b[regno] = blue >> 8;
4965}
4966
Dave Airlieb8c00ac2009-10-06 13:54:01 +10004967void intel_crtc_fb_gamma_get(struct drm_crtc *crtc, u16 *red, u16 *green,
4968 u16 *blue, int regno)
4969{
4970 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
4971
4972 *red = intel_crtc->lut_r[regno] << 8;
4973 *green = intel_crtc->lut_g[regno] << 8;
4974 *blue = intel_crtc->lut_b[regno] << 8;
4975}
4976
Jesse Barnes79e53942008-11-07 14:24:08 -08004977static void intel_crtc_gamma_set(struct drm_crtc *crtc, u16 *red, u16 *green,
James Simmons72034252010-08-03 01:33:19 +01004978 u16 *blue, uint32_t start, uint32_t size)
Jesse Barnes79e53942008-11-07 14:24:08 -08004979{
James Simmons72034252010-08-03 01:33:19 +01004980 int end = (start + size > 256) ? 256 : start + size, i;
Jesse Barnes79e53942008-11-07 14:24:08 -08004981 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
Jesse Barnes79e53942008-11-07 14:24:08 -08004982
James Simmons72034252010-08-03 01:33:19 +01004983 for (i = start; i < end; i++) {
Jesse Barnes79e53942008-11-07 14:24:08 -08004984 intel_crtc->lut_r[i] = red[i] >> 8;
4985 intel_crtc->lut_g[i] = green[i] >> 8;
4986 intel_crtc->lut_b[i] = blue[i] >> 8;
4987 }
4988
4989 intel_crtc_load_lut(crtc);
4990}
4991
4992/**
4993 * Get a pipe with a simple mode set on it for doing load-based monitor
4994 * detection.
4995 *
4996 * It will be up to the load-detect code to adjust the pipe as appropriate for
Eric Anholtc751ce42010-03-25 11:48:48 -07004997 * its requirements. The pipe will be connected to no other encoders.
Jesse Barnes79e53942008-11-07 14:24:08 -08004998 *
Eric Anholtc751ce42010-03-25 11:48:48 -07004999 * Currently this code will only succeed if there is a pipe with no encoders
Jesse Barnes79e53942008-11-07 14:24:08 -08005000 * configured for it. In the future, it could choose to temporarily disable
5001 * some outputs to free up a pipe for its use.
5002 *
5003 * \return crtc, or NULL if no pipes are available.
5004 */
5005
5006/* VESA 640x480x72Hz mode to set on the pipe */
5007static struct drm_display_mode load_detect_mode = {
5008 DRM_MODE("640x480", DRM_MODE_TYPE_DEFAULT, 31500, 640, 664,
5009 704, 832, 0, 480, 489, 491, 520, 0, DRM_MODE_FLAG_NHSYNC | DRM_MODE_FLAG_NVSYNC),
5010};
5011
Chris Wilsond2dff872011-04-19 08:36:26 +01005012static struct drm_framebuffer *
5013intel_framebuffer_create(struct drm_device *dev,
Jesse Barnes308e5bc2011-11-14 14:51:28 -08005014 struct drm_mode_fb_cmd2 *mode_cmd,
Chris Wilsond2dff872011-04-19 08:36:26 +01005015 struct drm_i915_gem_object *obj)
5016{
5017 struct intel_framebuffer *intel_fb;
5018 int ret;
5019
5020 intel_fb = kzalloc(sizeof(*intel_fb), GFP_KERNEL);
5021 if (!intel_fb) {
5022 drm_gem_object_unreference_unlocked(&obj->base);
5023 return ERR_PTR(-ENOMEM);
5024 }
5025
5026 ret = intel_framebuffer_init(dev, intel_fb, mode_cmd, obj);
5027 if (ret) {
5028 drm_gem_object_unreference_unlocked(&obj->base);
5029 kfree(intel_fb);
5030 return ERR_PTR(ret);
5031 }
5032
5033 return &intel_fb->base;
5034}
5035
5036static u32
5037intel_framebuffer_pitch_for_width(int width, int bpp)
5038{
5039 u32 pitch = DIV_ROUND_UP(width * bpp, 8);
5040 return ALIGN(pitch, 64);
5041}
5042
5043static u32
5044intel_framebuffer_size_for_mode(struct drm_display_mode *mode, int bpp)
5045{
5046 u32 pitch = intel_framebuffer_pitch_for_width(mode->hdisplay, bpp);
5047 return ALIGN(pitch * mode->vdisplay, PAGE_SIZE);
5048}
5049
5050static struct drm_framebuffer *
5051intel_framebuffer_create_for_mode(struct drm_device *dev,
5052 struct drm_display_mode *mode,
5053 int depth, int bpp)
5054{
5055 struct drm_i915_gem_object *obj;
Jesse Barnes308e5bc2011-11-14 14:51:28 -08005056 struct drm_mode_fb_cmd2 mode_cmd;
Chris Wilsond2dff872011-04-19 08:36:26 +01005057
5058 obj = i915_gem_alloc_object(dev,
5059 intel_framebuffer_size_for_mode(mode, bpp));
5060 if (obj == NULL)
5061 return ERR_PTR(-ENOMEM);
5062
5063 mode_cmd.width = mode->hdisplay;
5064 mode_cmd.height = mode->vdisplay;
Jesse Barnes308e5bc2011-11-14 14:51:28 -08005065 mode_cmd.pitches[0] = intel_framebuffer_pitch_for_width(mode_cmd.width,
5066 bpp);
Dave Airlie5ca0c342012-02-23 15:33:40 +00005067 mode_cmd.pixel_format = drm_mode_legacy_fb_format(bpp, depth);
Chris Wilsond2dff872011-04-19 08:36:26 +01005068
5069 return intel_framebuffer_create(dev, &mode_cmd, obj);
5070}
5071
5072static struct drm_framebuffer *
5073mode_fits_in_fbdev(struct drm_device *dev,
5074 struct drm_display_mode *mode)
5075{
5076 struct drm_i915_private *dev_priv = dev->dev_private;
5077 struct drm_i915_gem_object *obj;
5078 struct drm_framebuffer *fb;
5079
5080 if (dev_priv->fbdev == NULL)
5081 return NULL;
5082
5083 obj = dev_priv->fbdev->ifb.obj;
5084 if (obj == NULL)
5085 return NULL;
5086
5087 fb = &dev_priv->fbdev->ifb.base;
Ville Syrjälä01f2c772011-12-20 00:06:49 +02005088 if (fb->pitches[0] < intel_framebuffer_pitch_for_width(mode->hdisplay,
5089 fb->bits_per_pixel))
Chris Wilsond2dff872011-04-19 08:36:26 +01005090 return NULL;
5091
Ville Syrjälä01f2c772011-12-20 00:06:49 +02005092 if (obj->base.size < mode->vdisplay * fb->pitches[0])
Chris Wilsond2dff872011-04-19 08:36:26 +01005093 return NULL;
5094
5095 return fb;
5096}
5097
Chris Wilson71731882011-04-19 23:10:58 +01005098bool intel_get_load_detect_pipe(struct intel_encoder *intel_encoder,
5099 struct drm_connector *connector,
5100 struct drm_display_mode *mode,
Chris Wilson8261b192011-04-19 23:18:09 +01005101 struct intel_load_detect_pipe *old)
Jesse Barnes79e53942008-11-07 14:24:08 -08005102{
5103 struct intel_crtc *intel_crtc;
5104 struct drm_crtc *possible_crtc;
Chris Wilson4ef69c72010-09-09 15:14:28 +01005105 struct drm_encoder *encoder = &intel_encoder->base;
Jesse Barnes79e53942008-11-07 14:24:08 -08005106 struct drm_crtc *crtc = NULL;
5107 struct drm_device *dev = encoder->dev;
Chris Wilsond2dff872011-04-19 08:36:26 +01005108 struct drm_framebuffer *old_fb;
Jesse Barnes79e53942008-11-07 14:24:08 -08005109 int i = -1;
5110
Chris Wilsond2dff872011-04-19 08:36:26 +01005111 DRM_DEBUG_KMS("[CONNECTOR:%d:%s], [ENCODER:%d:%s]\n",
5112 connector->base.id, drm_get_connector_name(connector),
5113 encoder->base.id, drm_get_encoder_name(encoder));
5114
Jesse Barnes79e53942008-11-07 14:24:08 -08005115 /*
5116 * Algorithm gets a little messy:
Chris Wilson7a5e4802011-04-19 23:21:12 +01005117 *
Jesse Barnes79e53942008-11-07 14:24:08 -08005118 * - if the connector already has an assigned crtc, use it (but make
5119 * sure it's on first)
Chris Wilson7a5e4802011-04-19 23:21:12 +01005120 *
Jesse Barnes79e53942008-11-07 14:24:08 -08005121 * - try to find the first unused crtc that can drive this connector,
5122 * and use that if we find one
Jesse Barnes79e53942008-11-07 14:24:08 -08005123 */
5124
5125 /* See if we already have a CRTC for this connector */
5126 if (encoder->crtc) {
5127 crtc = encoder->crtc;
Chris Wilson8261b192011-04-19 23:18:09 +01005128
Jesse Barnes79e53942008-11-07 14:24:08 -08005129 intel_crtc = to_intel_crtc(crtc);
Chris Wilson8261b192011-04-19 23:18:09 +01005130 old->dpms_mode = intel_crtc->dpms_mode;
5131 old->load_detect_temp = false;
5132
5133 /* Make sure the crtc and connector are running */
Jesse Barnes79e53942008-11-07 14:24:08 -08005134 if (intel_crtc->dpms_mode != DRM_MODE_DPMS_ON) {
Chris Wilson64927112011-04-20 07:25:26 +01005135 struct drm_encoder_helper_funcs *encoder_funcs;
5136 struct drm_crtc_helper_funcs *crtc_funcs;
5137
Jesse Barnes79e53942008-11-07 14:24:08 -08005138 crtc_funcs = crtc->helper_private;
5139 crtc_funcs->dpms(crtc, DRM_MODE_DPMS_ON);
Chris Wilson64927112011-04-20 07:25:26 +01005140
5141 encoder_funcs = encoder->helper_private;
Jesse Barnes79e53942008-11-07 14:24:08 -08005142 encoder_funcs->dpms(encoder, DRM_MODE_DPMS_ON);
5143 }
Chris Wilson8261b192011-04-19 23:18:09 +01005144
Chris Wilson71731882011-04-19 23:10:58 +01005145 return true;
Jesse Barnes79e53942008-11-07 14:24:08 -08005146 }
5147
5148 /* Find an unused one (if possible) */
5149 list_for_each_entry(possible_crtc, &dev->mode_config.crtc_list, head) {
5150 i++;
5151 if (!(encoder->possible_crtcs & (1 << i)))
5152 continue;
5153 if (!possible_crtc->enabled) {
5154 crtc = possible_crtc;
5155 break;
5156 }
Jesse Barnes79e53942008-11-07 14:24:08 -08005157 }
5158
5159 /*
5160 * If we didn't find an unused CRTC, don't use any.
5161 */
5162 if (!crtc) {
Chris Wilson71731882011-04-19 23:10:58 +01005163 DRM_DEBUG_KMS("no pipe available for load-detect\n");
5164 return false;
Jesse Barnes79e53942008-11-07 14:24:08 -08005165 }
5166
5167 encoder->crtc = crtc;
Zhenyu Wangc1c43972010-03-30 14:39:30 +08005168 connector->encoder = encoder;
Jesse Barnes79e53942008-11-07 14:24:08 -08005169
5170 intel_crtc = to_intel_crtc(crtc);
Chris Wilson8261b192011-04-19 23:18:09 +01005171 old->dpms_mode = intel_crtc->dpms_mode;
5172 old->load_detect_temp = true;
Chris Wilsond2dff872011-04-19 08:36:26 +01005173 old->release_fb = NULL;
Jesse Barnes79e53942008-11-07 14:24:08 -08005174
Chris Wilson64927112011-04-20 07:25:26 +01005175 if (!mode)
5176 mode = &load_detect_mode;
Jesse Barnes79e53942008-11-07 14:24:08 -08005177
Chris Wilsond2dff872011-04-19 08:36:26 +01005178 old_fb = crtc->fb;
5179
5180 /* We need a framebuffer large enough to accommodate all accesses
5181 * that the plane may generate whilst we perform load detection.
5182 * We can not rely on the fbcon either being present (we get called
5183 * during its initialisation to detect all boot displays, or it may
5184 * not even exist) or that it is large enough to satisfy the
5185 * requested mode.
5186 */
5187 crtc->fb = mode_fits_in_fbdev(dev, mode);
5188 if (crtc->fb == NULL) {
5189 DRM_DEBUG_KMS("creating tmp fb for load-detection\n");
5190 crtc->fb = intel_framebuffer_create_for_mode(dev, mode, 24, 32);
5191 old->release_fb = crtc->fb;
5192 } else
5193 DRM_DEBUG_KMS("reusing fbdev for load-detection framebuffer\n");
5194 if (IS_ERR(crtc->fb)) {
5195 DRM_DEBUG_KMS("failed to allocate framebuffer for load-detection\n");
5196 crtc->fb = old_fb;
5197 return false;
Jesse Barnes79e53942008-11-07 14:24:08 -08005198 }
Chris Wilsond2dff872011-04-19 08:36:26 +01005199
5200 if (!drm_crtc_helper_set_mode(crtc, mode, 0, 0, old_fb)) {
Chris Wilson64927112011-04-20 07:25:26 +01005201 DRM_DEBUG_KMS("failed to set mode on load-detect pipe\n");
Chris Wilsond2dff872011-04-19 08:36:26 +01005202 if (old->release_fb)
5203 old->release_fb->funcs->destroy(old->release_fb);
5204 crtc->fb = old_fb;
Chris Wilson64927112011-04-20 07:25:26 +01005205 return false;
Jesse Barnes79e53942008-11-07 14:24:08 -08005206 }
Chris Wilson71731882011-04-19 23:10:58 +01005207
Jesse Barnes79e53942008-11-07 14:24:08 -08005208 /* let the connector get through one full cycle before testing */
Jesse Barnes9d0498a2010-08-18 13:20:54 -07005209 intel_wait_for_vblank(dev, intel_crtc->pipe);
Jesse Barnes79e53942008-11-07 14:24:08 -08005210
Chris Wilson71731882011-04-19 23:10:58 +01005211 return true;
Jesse Barnes79e53942008-11-07 14:24:08 -08005212}
5213
Zhenyu Wangc1c43972010-03-30 14:39:30 +08005214void intel_release_load_detect_pipe(struct intel_encoder *intel_encoder,
Chris Wilson8261b192011-04-19 23:18:09 +01005215 struct drm_connector *connector,
5216 struct intel_load_detect_pipe *old)
Jesse Barnes79e53942008-11-07 14:24:08 -08005217{
Chris Wilson4ef69c72010-09-09 15:14:28 +01005218 struct drm_encoder *encoder = &intel_encoder->base;
Jesse Barnes79e53942008-11-07 14:24:08 -08005219 struct drm_device *dev = encoder->dev;
5220 struct drm_crtc *crtc = encoder->crtc;
5221 struct drm_encoder_helper_funcs *encoder_funcs = encoder->helper_private;
5222 struct drm_crtc_helper_funcs *crtc_funcs = crtc->helper_private;
5223
Chris Wilsond2dff872011-04-19 08:36:26 +01005224 DRM_DEBUG_KMS("[CONNECTOR:%d:%s], [ENCODER:%d:%s]\n",
5225 connector->base.id, drm_get_connector_name(connector),
5226 encoder->base.id, drm_get_encoder_name(encoder));
5227
Chris Wilson8261b192011-04-19 23:18:09 +01005228 if (old->load_detect_temp) {
Zhenyu Wangc1c43972010-03-30 14:39:30 +08005229 connector->encoder = NULL;
Jesse Barnes79e53942008-11-07 14:24:08 -08005230 drm_helper_disable_unused_functions(dev);
Chris Wilsond2dff872011-04-19 08:36:26 +01005231
5232 if (old->release_fb)
5233 old->release_fb->funcs->destroy(old->release_fb);
5234
Chris Wilson0622a532011-04-21 09:32:11 +01005235 return;
Jesse Barnes79e53942008-11-07 14:24:08 -08005236 }
5237
Eric Anholtc751ce42010-03-25 11:48:48 -07005238 /* Switch crtc and encoder back off if necessary */
Chris Wilson0622a532011-04-21 09:32:11 +01005239 if (old->dpms_mode != DRM_MODE_DPMS_ON) {
5240 encoder_funcs->dpms(encoder, old->dpms_mode);
Chris Wilson8261b192011-04-19 23:18:09 +01005241 crtc_funcs->dpms(crtc, old->dpms_mode);
Jesse Barnes79e53942008-11-07 14:24:08 -08005242 }
5243}
5244
5245/* Returns the clock of the currently programmed mode of the given pipe. */
5246static int intel_crtc_clock_get(struct drm_device *dev, struct drm_crtc *crtc)
5247{
5248 struct drm_i915_private *dev_priv = dev->dev_private;
5249 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
5250 int pipe = intel_crtc->pipe;
Jesse Barnes548f2452011-02-17 10:40:53 -08005251 u32 dpll = I915_READ(DPLL(pipe));
Jesse Barnes79e53942008-11-07 14:24:08 -08005252 u32 fp;
5253 intel_clock_t clock;
5254
5255 if ((dpll & DISPLAY_RATE_SELECT_FPA1) == 0)
Chris Wilson39adb7a2011-04-22 22:17:21 +01005256 fp = I915_READ(FP0(pipe));
Jesse Barnes79e53942008-11-07 14:24:08 -08005257 else
Chris Wilson39adb7a2011-04-22 22:17:21 +01005258 fp = I915_READ(FP1(pipe));
Jesse Barnes79e53942008-11-07 14:24:08 -08005259
5260 clock.m1 = (fp & FP_M1_DIV_MASK) >> FP_M1_DIV_SHIFT;
Adam Jacksonf2b115e2009-12-03 17:14:42 -05005261 if (IS_PINEVIEW(dev)) {
5262 clock.n = ffs((fp & FP_N_PINEVIEW_DIV_MASK) >> FP_N_DIV_SHIFT) - 1;
5263 clock.m2 = (fp & FP_M2_PINEVIEW_DIV_MASK) >> FP_M2_DIV_SHIFT;
Shaohua Li21778322009-02-23 15:19:16 +08005264 } else {
5265 clock.n = (fp & FP_N_DIV_MASK) >> FP_N_DIV_SHIFT;
5266 clock.m2 = (fp & FP_M2_DIV_MASK) >> FP_M2_DIV_SHIFT;
5267 }
5268
Chris Wilsona6c45cf2010-09-17 00:32:17 +01005269 if (!IS_GEN2(dev)) {
Adam Jacksonf2b115e2009-12-03 17:14:42 -05005270 if (IS_PINEVIEW(dev))
5271 clock.p1 = ffs((dpll & DPLL_FPA01_P1_POST_DIV_MASK_PINEVIEW) >>
5272 DPLL_FPA01_P1_POST_DIV_SHIFT_PINEVIEW);
Shaohua Li21778322009-02-23 15:19:16 +08005273 else
5274 clock.p1 = ffs((dpll & DPLL_FPA01_P1_POST_DIV_MASK) >>
Jesse Barnes79e53942008-11-07 14:24:08 -08005275 DPLL_FPA01_P1_POST_DIV_SHIFT);
5276
5277 switch (dpll & DPLL_MODE_MASK) {
5278 case DPLLB_MODE_DAC_SERIAL:
5279 clock.p2 = dpll & DPLL_DAC_SERIAL_P2_CLOCK_DIV_5 ?
5280 5 : 10;
5281 break;
5282 case DPLLB_MODE_LVDS:
5283 clock.p2 = dpll & DPLLB_LVDS_P2_CLOCK_DIV_7 ?
5284 7 : 14;
5285 break;
5286 default:
Zhao Yakui28c97732009-10-09 11:39:41 +08005287 DRM_DEBUG_KMS("Unknown DPLL mode %08x in programmed "
Jesse Barnes79e53942008-11-07 14:24:08 -08005288 "mode\n", (int)(dpll & DPLL_MODE_MASK));
5289 return 0;
5290 }
5291
5292 /* XXX: Handle the 100Mhz refclk */
Shaohua Li21778322009-02-23 15:19:16 +08005293 intel_clock(dev, 96000, &clock);
Jesse Barnes79e53942008-11-07 14:24:08 -08005294 } else {
5295 bool is_lvds = (pipe == 1) && (I915_READ(LVDS) & LVDS_PORT_EN);
5296
5297 if (is_lvds) {
5298 clock.p1 = ffs((dpll & DPLL_FPA01_P1_POST_DIV_MASK_I830_LVDS) >>
5299 DPLL_FPA01_P1_POST_DIV_SHIFT);
5300 clock.p2 = 14;
5301
5302 if ((dpll & PLL_REF_INPUT_MASK) ==
5303 PLLB_REF_INPUT_SPREADSPECTRUMIN) {
5304 /* XXX: might not be 66MHz */
Shaohua Li21778322009-02-23 15:19:16 +08005305 intel_clock(dev, 66000, &clock);
Jesse Barnes79e53942008-11-07 14:24:08 -08005306 } else
Shaohua Li21778322009-02-23 15:19:16 +08005307 intel_clock(dev, 48000, &clock);
Jesse Barnes79e53942008-11-07 14:24:08 -08005308 } else {
5309 if (dpll & PLL_P1_DIVIDE_BY_TWO)
5310 clock.p1 = 2;
5311 else {
5312 clock.p1 = ((dpll & DPLL_FPA01_P1_POST_DIV_MASK_I830) >>
5313 DPLL_FPA01_P1_POST_DIV_SHIFT) + 2;
5314 }
5315 if (dpll & PLL_P2_DIVIDE_BY_4)
5316 clock.p2 = 4;
5317 else
5318 clock.p2 = 2;
5319
Shaohua Li21778322009-02-23 15:19:16 +08005320 intel_clock(dev, 48000, &clock);
Jesse Barnes79e53942008-11-07 14:24:08 -08005321 }
5322 }
5323
5324 /* XXX: It would be nice to validate the clocks, but we can't reuse
5325 * i830PllIsValid() because it relies on the xf86_config connector
5326 * configuration being accurate, which it isn't necessarily.
5327 */
5328
5329 return clock.dot;
5330}
5331
5332/** Returns the currently programmed mode of the given pipe. */
5333struct drm_display_mode *intel_crtc_mode_get(struct drm_device *dev,
5334 struct drm_crtc *crtc)
5335{
Jesse Barnes548f2452011-02-17 10:40:53 -08005336 struct drm_i915_private *dev_priv = dev->dev_private;
Jesse Barnes79e53942008-11-07 14:24:08 -08005337 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
5338 int pipe = intel_crtc->pipe;
5339 struct drm_display_mode *mode;
Jesse Barnes548f2452011-02-17 10:40:53 -08005340 int htot = I915_READ(HTOTAL(pipe));
5341 int hsync = I915_READ(HSYNC(pipe));
5342 int vtot = I915_READ(VTOTAL(pipe));
5343 int vsync = I915_READ(VSYNC(pipe));
Jesse Barnes79e53942008-11-07 14:24:08 -08005344
5345 mode = kzalloc(sizeof(*mode), GFP_KERNEL);
5346 if (!mode)
5347 return NULL;
5348
5349 mode->clock = intel_crtc_clock_get(dev, crtc);
5350 mode->hdisplay = (htot & 0xffff) + 1;
5351 mode->htotal = ((htot & 0xffff0000) >> 16) + 1;
5352 mode->hsync_start = (hsync & 0xffff) + 1;
5353 mode->hsync_end = ((hsync & 0xffff0000) >> 16) + 1;
5354 mode->vdisplay = (vtot & 0xffff) + 1;
5355 mode->vtotal = ((vtot & 0xffff0000) >> 16) + 1;
5356 mode->vsync_start = (vsync & 0xffff) + 1;
5357 mode->vsync_end = ((vsync & 0xffff0000) >> 16) + 1;
5358
5359 drm_mode_set_name(mode);
5360 drm_mode_set_crtcinfo(mode, 0);
5361
5362 return mode;
5363}
5364
Jesse Barnes652c3932009-08-17 13:31:43 -07005365#define GPU_IDLE_TIMEOUT 500 /* ms */
5366
5367/* When this timer fires, we've been idle for awhile */
5368static void intel_gpu_idle_timer(unsigned long arg)
5369{
5370 struct drm_device *dev = (struct drm_device *)arg;
5371 drm_i915_private_t *dev_priv = dev->dev_private;
5372
Chris Wilsonff7ea4c2010-12-08 09:43:41 +00005373 if (!list_empty(&dev_priv->mm.active_list)) {
5374 /* Still processing requests, so just re-arm the timer. */
5375 mod_timer(&dev_priv->idle_timer, jiffies +
5376 msecs_to_jiffies(GPU_IDLE_TIMEOUT));
5377 return;
5378 }
Jesse Barnes652c3932009-08-17 13:31:43 -07005379
Chris Wilsonff7ea4c2010-12-08 09:43:41 +00005380 dev_priv->busy = false;
Eric Anholt01dfba92009-09-06 15:18:53 -07005381 queue_work(dev_priv->wq, &dev_priv->idle_work);
Jesse Barnes652c3932009-08-17 13:31:43 -07005382}
5383
Jesse Barnes652c3932009-08-17 13:31:43 -07005384#define CRTC_IDLE_TIMEOUT 1000 /* ms */
5385
5386static void intel_crtc_idle_timer(unsigned long arg)
5387{
5388 struct intel_crtc *intel_crtc = (struct intel_crtc *)arg;
5389 struct drm_crtc *crtc = &intel_crtc->base;
5390 drm_i915_private_t *dev_priv = crtc->dev->dev_private;
Chris Wilsonff7ea4c2010-12-08 09:43:41 +00005391 struct intel_framebuffer *intel_fb;
5392
5393 intel_fb = to_intel_framebuffer(crtc->fb);
5394 if (intel_fb && intel_fb->obj->active) {
5395 /* The framebuffer is still being accessed by the GPU. */
5396 mod_timer(&intel_crtc->idle_timer, jiffies +
5397 msecs_to_jiffies(CRTC_IDLE_TIMEOUT));
5398 return;
5399 }
Jesse Barnes652c3932009-08-17 13:31:43 -07005400
Jesse Barnes652c3932009-08-17 13:31:43 -07005401 intel_crtc->busy = false;
Eric Anholt01dfba92009-09-06 15:18:53 -07005402 queue_work(dev_priv->wq, &dev_priv->idle_work);
Jesse Barnes652c3932009-08-17 13:31:43 -07005403}
5404
Daniel Vetter3dec0092010-08-20 21:40:52 +02005405static void intel_increase_pllclock(struct drm_crtc *crtc)
Jesse Barnes652c3932009-08-17 13:31:43 -07005406{
5407 struct drm_device *dev = crtc->dev;
5408 drm_i915_private_t *dev_priv = dev->dev_private;
5409 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
5410 int pipe = intel_crtc->pipe;
Jesse Barnesdbdc6472010-12-30 09:36:39 -08005411 int dpll_reg = DPLL(pipe);
5412 int dpll;
Jesse Barnes652c3932009-08-17 13:31:43 -07005413
Eric Anholtbad720f2009-10-22 16:11:14 -07005414 if (HAS_PCH_SPLIT(dev))
Jesse Barnes652c3932009-08-17 13:31:43 -07005415 return;
5416
5417 if (!dev_priv->lvds_downclock_avail)
5418 return;
5419
Jesse Barnesdbdc6472010-12-30 09:36:39 -08005420 dpll = I915_READ(dpll_reg);
Jesse Barnes652c3932009-08-17 13:31:43 -07005421 if (!HAS_PIPE_CXSR(dev) && (dpll & DISPLAY_RATE_SELECT_FPA1)) {
Zhao Yakui44d98a62009-10-09 11:39:40 +08005422 DRM_DEBUG_DRIVER("upclocking LVDS\n");
Jesse Barnes652c3932009-08-17 13:31:43 -07005423
Sean Paul8ac5a6d2012-02-13 13:14:51 -05005424 assert_panel_unlocked(dev_priv, pipe);
Jesse Barnes652c3932009-08-17 13:31:43 -07005425
5426 dpll &= ~DISPLAY_RATE_SELECT_FPA1;
5427 I915_WRITE(dpll_reg, dpll);
Jesse Barnes9d0498a2010-08-18 13:20:54 -07005428 intel_wait_for_vblank(dev, pipe);
Jesse Barnesdbdc6472010-12-30 09:36:39 -08005429
Jesse Barnes652c3932009-08-17 13:31:43 -07005430 dpll = I915_READ(dpll_reg);
5431 if (dpll & DISPLAY_RATE_SELECT_FPA1)
Zhao Yakui44d98a62009-10-09 11:39:40 +08005432 DRM_DEBUG_DRIVER("failed to upclock LVDS!\n");
Jesse Barnes652c3932009-08-17 13:31:43 -07005433 }
5434
5435 /* Schedule downclock */
Daniel Vetter3dec0092010-08-20 21:40:52 +02005436 mod_timer(&intel_crtc->idle_timer, jiffies +
5437 msecs_to_jiffies(CRTC_IDLE_TIMEOUT));
Jesse Barnes652c3932009-08-17 13:31:43 -07005438}
5439
5440static void intel_decrease_pllclock(struct drm_crtc *crtc)
5441{
5442 struct drm_device *dev = crtc->dev;
5443 drm_i915_private_t *dev_priv = dev->dev_private;
5444 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
5445 int pipe = intel_crtc->pipe;
Jesse Barnes9db4a9c2011-02-07 12:26:52 -08005446 int dpll_reg = DPLL(pipe);
Jesse Barnes652c3932009-08-17 13:31:43 -07005447 int dpll = I915_READ(dpll_reg);
5448
Eric Anholtbad720f2009-10-22 16:11:14 -07005449 if (HAS_PCH_SPLIT(dev))
Jesse Barnes652c3932009-08-17 13:31:43 -07005450 return;
5451
5452 if (!dev_priv->lvds_downclock_avail)
5453 return;
5454
5455 /*
5456 * Since this is called by a timer, we should never get here in
5457 * the manual case.
5458 */
5459 if (!HAS_PIPE_CXSR(dev) && intel_crtc->lowfreq_avail) {
Zhao Yakui44d98a62009-10-09 11:39:40 +08005460 DRM_DEBUG_DRIVER("downclocking LVDS\n");
Jesse Barnes652c3932009-08-17 13:31:43 -07005461
Sean Paul8ac5a6d2012-02-13 13:14:51 -05005462 assert_panel_unlocked(dev_priv, pipe);
Jesse Barnes652c3932009-08-17 13:31:43 -07005463
5464 dpll |= DISPLAY_RATE_SELECT_FPA1;
5465 I915_WRITE(dpll_reg, dpll);
Jesse Barnes9d0498a2010-08-18 13:20:54 -07005466 intel_wait_for_vblank(dev, pipe);
Jesse Barnes652c3932009-08-17 13:31:43 -07005467 dpll = I915_READ(dpll_reg);
5468 if (!(dpll & DISPLAY_RATE_SELECT_FPA1))
Zhao Yakui44d98a62009-10-09 11:39:40 +08005469 DRM_DEBUG_DRIVER("failed to downclock LVDS!\n");
Jesse Barnes652c3932009-08-17 13:31:43 -07005470 }
5471
5472}
5473
5474/**
5475 * intel_idle_update - adjust clocks for idleness
5476 * @work: work struct
5477 *
5478 * Either the GPU or display (or both) went idle. Check the busy status
5479 * here and adjust the CRTC and GPU clocks as necessary.
5480 */
5481static void intel_idle_update(struct work_struct *work)
5482{
5483 drm_i915_private_t *dev_priv = container_of(work, drm_i915_private_t,
5484 idle_work);
5485 struct drm_device *dev = dev_priv->dev;
5486 struct drm_crtc *crtc;
5487 struct intel_crtc *intel_crtc;
5488
5489 if (!i915_powersave)
5490 return;
5491
5492 mutex_lock(&dev->struct_mutex);
5493
Jesse Barnes7648fa92010-05-20 14:28:11 -07005494 i915_update_gfx_val(dev_priv);
5495
Jesse Barnes652c3932009-08-17 13:31:43 -07005496 list_for_each_entry(crtc, &dev->mode_config.crtc_list, head) {
5497 /* Skip inactive CRTCs */
5498 if (!crtc->fb)
5499 continue;
5500
5501 intel_crtc = to_intel_crtc(crtc);
5502 if (!intel_crtc->busy)
5503 intel_decrease_pllclock(crtc);
5504 }
5505
Li Peng45ac22c2010-06-12 23:38:35 +08005506
Jesse Barnes652c3932009-08-17 13:31:43 -07005507 mutex_unlock(&dev->struct_mutex);
5508}
5509
5510/**
5511 * intel_mark_busy - mark the GPU and possibly the display busy
5512 * @dev: drm device
5513 * @obj: object we're operating on
5514 *
5515 * Callers can use this function to indicate that the GPU is busy processing
5516 * commands. If @obj matches one of the CRTC objects (i.e. it's a scanout
5517 * buffer), we'll also mark the display as busy, so we know to increase its
5518 * clock frequency.
5519 */
Chris Wilson05394f32010-11-08 19:18:58 +00005520void intel_mark_busy(struct drm_device *dev, struct drm_i915_gem_object *obj)
Jesse Barnes652c3932009-08-17 13:31:43 -07005521{
5522 drm_i915_private_t *dev_priv = dev->dev_private;
5523 struct drm_crtc *crtc = NULL;
5524 struct intel_framebuffer *intel_fb;
5525 struct intel_crtc *intel_crtc;
5526
Zhenyu Wang5e17ee72009-09-03 09:30:06 +08005527 if (!drm_core_check_feature(dev, DRIVER_MODESET))
5528 return;
5529
Alexander Lam18b21902011-01-03 13:28:56 -05005530 if (!dev_priv->busy)
Chris Wilson28cf7982009-11-30 01:08:56 +00005531 dev_priv->busy = true;
Alexander Lam18b21902011-01-03 13:28:56 -05005532 else
Chris Wilson28cf7982009-11-30 01:08:56 +00005533 mod_timer(&dev_priv->idle_timer, jiffies +
5534 msecs_to_jiffies(GPU_IDLE_TIMEOUT));
Jesse Barnes652c3932009-08-17 13:31:43 -07005535
5536 list_for_each_entry(crtc, &dev->mode_config.crtc_list, head) {
5537 if (!crtc->fb)
5538 continue;
5539
5540 intel_crtc = to_intel_crtc(crtc);
5541 intel_fb = to_intel_framebuffer(crtc->fb);
5542 if (intel_fb->obj == obj) {
5543 if (!intel_crtc->busy) {
5544 /* Non-busy -> busy, upclock */
Daniel Vetter3dec0092010-08-20 21:40:52 +02005545 intel_increase_pllclock(crtc);
Jesse Barnes652c3932009-08-17 13:31:43 -07005546 intel_crtc->busy = true;
5547 } else {
5548 /* Busy -> busy, put off timer */
5549 mod_timer(&intel_crtc->idle_timer, jiffies +
5550 msecs_to_jiffies(CRTC_IDLE_TIMEOUT));
5551 }
5552 }
5553 }
5554}
5555
Jesse Barnes79e53942008-11-07 14:24:08 -08005556static void intel_crtc_destroy(struct drm_crtc *crtc)
5557{
5558 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
Daniel Vetter67e77c52010-08-20 22:26:30 +02005559 struct drm_device *dev = crtc->dev;
5560 struct intel_unpin_work *work;
5561 unsigned long flags;
5562
5563 spin_lock_irqsave(&dev->event_lock, flags);
5564 work = intel_crtc->unpin_work;
5565 intel_crtc->unpin_work = NULL;
5566 spin_unlock_irqrestore(&dev->event_lock, flags);
5567
5568 if (work) {
5569 cancel_work_sync(&work->work);
5570 kfree(work);
5571 }
Jesse Barnes79e53942008-11-07 14:24:08 -08005572
5573 drm_crtc_cleanup(crtc);
Daniel Vetter67e77c52010-08-20 22:26:30 +02005574
Jesse Barnes79e53942008-11-07 14:24:08 -08005575 kfree(intel_crtc);
5576}
5577
Kristian Høgsberg6b95a202009-11-18 11:25:18 -05005578static void intel_unpin_work_fn(struct work_struct *__work)
5579{
5580 struct intel_unpin_work *work =
5581 container_of(__work, struct intel_unpin_work, work);
5582
5583 mutex_lock(&work->dev->struct_mutex);
Chris Wilson1690e1e2011-12-14 13:57:08 +01005584 intel_unpin_fb_obj(work->old_fb_obj);
Chris Wilson05394f32010-11-08 19:18:58 +00005585 drm_gem_object_unreference(&work->pending_flip_obj->base);
5586 drm_gem_object_unreference(&work->old_fb_obj->base);
Chris Wilsond9e86c02010-11-10 16:40:20 +00005587
Chris Wilson7782de32011-07-08 12:22:41 +01005588 intel_update_fbc(work->dev);
Kristian Høgsberg6b95a202009-11-18 11:25:18 -05005589 mutex_unlock(&work->dev->struct_mutex);
5590 kfree(work);
5591}
5592
Jesse Barnes1afe3e92010-03-26 10:35:20 -07005593static void do_intel_finish_page_flip(struct drm_device *dev,
Mario Kleiner49b14a52010-12-09 07:00:07 +01005594 struct drm_crtc *crtc)
Kristian Høgsberg6b95a202009-11-18 11:25:18 -05005595{
5596 drm_i915_private_t *dev_priv = dev->dev_private;
Kristian Høgsberg6b95a202009-11-18 11:25:18 -05005597 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
5598 struct intel_unpin_work *work;
Chris Wilson05394f32010-11-08 19:18:58 +00005599 struct drm_i915_gem_object *obj;
Kristian Høgsberg6b95a202009-11-18 11:25:18 -05005600 struct drm_pending_vblank_event *e;
Mario Kleiner49b14a52010-12-09 07:00:07 +01005601 struct timeval tnow, tvbl;
Kristian Høgsberg6b95a202009-11-18 11:25:18 -05005602 unsigned long flags;
5603
5604 /* Ignore early vblank irqs */
5605 if (intel_crtc == NULL)
5606 return;
5607
Mario Kleiner49b14a52010-12-09 07:00:07 +01005608 do_gettimeofday(&tnow);
5609
Kristian Høgsberg6b95a202009-11-18 11:25:18 -05005610 spin_lock_irqsave(&dev->event_lock, flags);
5611 work = intel_crtc->unpin_work;
5612 if (work == NULL || !work->pending) {
5613 spin_unlock_irqrestore(&dev->event_lock, flags);
5614 return;
5615 }
5616
5617 intel_crtc->unpin_work = NULL;
Kristian Høgsberg6b95a202009-11-18 11:25:18 -05005618
5619 if (work->event) {
5620 e = work->event;
Mario Kleiner49b14a52010-12-09 07:00:07 +01005621 e->event.sequence = drm_vblank_count_and_time(dev, intel_crtc->pipe, &tvbl);
Mario Kleiner0af7e4d2010-12-08 04:07:19 +01005622
5623 /* Called before vblank count and timestamps have
5624 * been updated for the vblank interval of flip
5625 * completion? Need to increment vblank count and
5626 * add one videorefresh duration to returned timestamp
Mario Kleiner49b14a52010-12-09 07:00:07 +01005627 * to account for this. We assume this happened if we
5628 * get called over 0.9 frame durations after the last
5629 * timestamped vblank.
5630 *
5631 * This calculation can not be used with vrefresh rates
5632 * below 5Hz (10Hz to be on the safe side) without
5633 * promoting to 64 integers.
Mario Kleiner0af7e4d2010-12-08 04:07:19 +01005634 */
Mario Kleiner49b14a52010-12-09 07:00:07 +01005635 if (10 * (timeval_to_ns(&tnow) - timeval_to_ns(&tvbl)) >
5636 9 * crtc->framedur_ns) {
Mario Kleiner0af7e4d2010-12-08 04:07:19 +01005637 e->event.sequence++;
Mario Kleiner49b14a52010-12-09 07:00:07 +01005638 tvbl = ns_to_timeval(timeval_to_ns(&tvbl) +
5639 crtc->framedur_ns);
Mario Kleiner0af7e4d2010-12-08 04:07:19 +01005640 }
5641
Mario Kleiner49b14a52010-12-09 07:00:07 +01005642 e->event.tv_sec = tvbl.tv_sec;
5643 e->event.tv_usec = tvbl.tv_usec;
Mario Kleiner0af7e4d2010-12-08 04:07:19 +01005644
Kristian Høgsberg6b95a202009-11-18 11:25:18 -05005645 list_add_tail(&e->base.link,
5646 &e->base.file_priv->event_list);
5647 wake_up_interruptible(&e->base.file_priv->event_wait);
5648 }
5649
Mario Kleiner0af7e4d2010-12-08 04:07:19 +01005650 drm_vblank_put(dev, intel_crtc->pipe);
5651
Kristian Høgsberg6b95a202009-11-18 11:25:18 -05005652 spin_unlock_irqrestore(&dev->event_lock, flags);
5653
Chris Wilson05394f32010-11-08 19:18:58 +00005654 obj = work->old_fb_obj;
Chris Wilsond9e86c02010-11-10 16:40:20 +00005655
Chris Wilsone59f2ba2010-10-07 17:28:15 +01005656 atomic_clear_mask(1 << intel_crtc->plane,
Chris Wilson05394f32010-11-08 19:18:58 +00005657 &obj->pending_flip.counter);
5658 if (atomic_read(&obj->pending_flip) == 0)
Chris Wilsonf787a5f2010-09-24 16:02:42 +01005659 wake_up(&dev_priv->pending_flip_queue);
Chris Wilsond9e86c02010-11-10 16:40:20 +00005660
Kristian Høgsberg6b95a202009-11-18 11:25:18 -05005661 schedule_work(&work->work);
Jesse Barnese5510fa2010-07-01 16:48:37 -07005662
5663 trace_i915_flip_complete(intel_crtc->plane, work->pending_flip_obj);
Kristian Høgsberg6b95a202009-11-18 11:25:18 -05005664}
5665
Jesse Barnes1afe3e92010-03-26 10:35:20 -07005666void intel_finish_page_flip(struct drm_device *dev, int pipe)
5667{
5668 drm_i915_private_t *dev_priv = dev->dev_private;
5669 struct drm_crtc *crtc = dev_priv->pipe_to_crtc_mapping[pipe];
5670
Mario Kleiner49b14a52010-12-09 07:00:07 +01005671 do_intel_finish_page_flip(dev, crtc);
Jesse Barnes1afe3e92010-03-26 10:35:20 -07005672}
5673
5674void intel_finish_page_flip_plane(struct drm_device *dev, int plane)
5675{
5676 drm_i915_private_t *dev_priv = dev->dev_private;
5677 struct drm_crtc *crtc = dev_priv->plane_to_crtc_mapping[plane];
5678
Mario Kleiner49b14a52010-12-09 07:00:07 +01005679 do_intel_finish_page_flip(dev, crtc);
Jesse Barnes1afe3e92010-03-26 10:35:20 -07005680}
5681
Kristian Høgsberg6b95a202009-11-18 11:25:18 -05005682void intel_prepare_page_flip(struct drm_device *dev, int plane)
5683{
5684 drm_i915_private_t *dev_priv = dev->dev_private;
5685 struct intel_crtc *intel_crtc =
5686 to_intel_crtc(dev_priv->plane_to_crtc_mapping[plane]);
5687 unsigned long flags;
5688
5689 spin_lock_irqsave(&dev->event_lock, flags);
Jesse Barnesde3f4402010-01-14 13:18:02 -08005690 if (intel_crtc->unpin_work) {
Simon Farnsworth4e5359c2010-09-01 17:47:52 +01005691 if ((++intel_crtc->unpin_work->pending) > 1)
5692 DRM_ERROR("Prepared flip multiple times\n");
Jesse Barnesde3f4402010-01-14 13:18:02 -08005693 } else {
5694 DRM_DEBUG_DRIVER("preparing flip with no unpin work?\n");
5695 }
Kristian Høgsberg6b95a202009-11-18 11:25:18 -05005696 spin_unlock_irqrestore(&dev->event_lock, flags);
5697}
5698
Jesse Barnes8c9f3aa2011-06-16 09:19:13 -07005699static int intel_gen2_queue_flip(struct drm_device *dev,
5700 struct drm_crtc *crtc,
5701 struct drm_framebuffer *fb,
5702 struct drm_i915_gem_object *obj)
5703{
5704 struct drm_i915_private *dev_priv = dev->dev_private;
5705 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
5706 unsigned long offset;
5707 u32 flip_mask;
Daniel Vetter6d90c952012-04-26 23:28:05 +02005708 struct intel_ring_buffer *ring = &dev_priv->ring[RCS];
Jesse Barnes8c9f3aa2011-06-16 09:19:13 -07005709 int ret;
5710
Daniel Vetter6d90c952012-04-26 23:28:05 +02005711 ret = intel_pin_and_fence_fb_obj(dev, obj, ring);
Jesse Barnes8c9f3aa2011-06-16 09:19:13 -07005712 if (ret)
Chris Wilson83d40922012-04-17 19:35:53 +01005713 goto err;
Jesse Barnes8c9f3aa2011-06-16 09:19:13 -07005714
5715 /* Offset into the new buffer for cases of shared fbs between CRTCs */
Ville Syrjälä01f2c772011-12-20 00:06:49 +02005716 offset = crtc->y * fb->pitches[0] + crtc->x * fb->bits_per_pixel/8;
Jesse Barnes8c9f3aa2011-06-16 09:19:13 -07005717
Daniel Vetter6d90c952012-04-26 23:28:05 +02005718 ret = intel_ring_begin(ring, 6);
Jesse Barnes8c9f3aa2011-06-16 09:19:13 -07005719 if (ret)
Chris Wilson83d40922012-04-17 19:35:53 +01005720 goto err_unpin;
Jesse Barnes8c9f3aa2011-06-16 09:19:13 -07005721
5722 /* Can't queue multiple flips, so wait for the previous
5723 * one to finish before executing the next.
5724 */
5725 if (intel_crtc->plane)
5726 flip_mask = MI_WAIT_FOR_PLANE_B_FLIP;
5727 else
5728 flip_mask = MI_WAIT_FOR_PLANE_A_FLIP;
Daniel Vetter6d90c952012-04-26 23:28:05 +02005729 intel_ring_emit(ring, MI_WAIT_FOR_EVENT | flip_mask);
5730 intel_ring_emit(ring, MI_NOOP);
5731 intel_ring_emit(ring, MI_DISPLAY_FLIP |
5732 MI_DISPLAY_FLIP_PLANE(intel_crtc->plane));
5733 intel_ring_emit(ring, fb->pitches[0]);
5734 intel_ring_emit(ring, obj->gtt_offset + offset);
5735 intel_ring_emit(ring, 0); /* aux display base address, unused */
5736 intel_ring_advance(ring);
Chris Wilson83d40922012-04-17 19:35:53 +01005737 return 0;
5738
5739err_unpin:
5740 intel_unpin_fb_obj(obj);
5741err:
Jesse Barnes8c9f3aa2011-06-16 09:19:13 -07005742 return ret;
5743}
5744
5745static int intel_gen3_queue_flip(struct drm_device *dev,
5746 struct drm_crtc *crtc,
5747 struct drm_framebuffer *fb,
5748 struct drm_i915_gem_object *obj)
5749{
5750 struct drm_i915_private *dev_priv = dev->dev_private;
5751 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
5752 unsigned long offset;
5753 u32 flip_mask;
Daniel Vetter6d90c952012-04-26 23:28:05 +02005754 struct intel_ring_buffer *ring = &dev_priv->ring[RCS];
Jesse Barnes8c9f3aa2011-06-16 09:19:13 -07005755 int ret;
5756
Daniel Vetter6d90c952012-04-26 23:28:05 +02005757 ret = intel_pin_and_fence_fb_obj(dev, obj, ring);
Jesse Barnes8c9f3aa2011-06-16 09:19:13 -07005758 if (ret)
Chris Wilson83d40922012-04-17 19:35:53 +01005759 goto err;
Jesse Barnes8c9f3aa2011-06-16 09:19:13 -07005760
5761 /* Offset into the new buffer for cases of shared fbs between CRTCs */
Ville Syrjälä01f2c772011-12-20 00:06:49 +02005762 offset = crtc->y * fb->pitches[0] + crtc->x * fb->bits_per_pixel/8;
Jesse Barnes8c9f3aa2011-06-16 09:19:13 -07005763
Daniel Vetter6d90c952012-04-26 23:28:05 +02005764 ret = intel_ring_begin(ring, 6);
Jesse Barnes8c9f3aa2011-06-16 09:19:13 -07005765 if (ret)
Chris Wilson83d40922012-04-17 19:35:53 +01005766 goto err_unpin;
Jesse Barnes8c9f3aa2011-06-16 09:19:13 -07005767
5768 if (intel_crtc->plane)
5769 flip_mask = MI_WAIT_FOR_PLANE_B_FLIP;
5770 else
5771 flip_mask = MI_WAIT_FOR_PLANE_A_FLIP;
Daniel Vetter6d90c952012-04-26 23:28:05 +02005772 intel_ring_emit(ring, MI_WAIT_FOR_EVENT | flip_mask);
5773 intel_ring_emit(ring, MI_NOOP);
5774 intel_ring_emit(ring, MI_DISPLAY_FLIP_I915 |
5775 MI_DISPLAY_FLIP_PLANE(intel_crtc->plane));
5776 intel_ring_emit(ring, fb->pitches[0]);
5777 intel_ring_emit(ring, obj->gtt_offset + offset);
5778 intel_ring_emit(ring, MI_NOOP);
Jesse Barnes8c9f3aa2011-06-16 09:19:13 -07005779
Daniel Vetter6d90c952012-04-26 23:28:05 +02005780 intel_ring_advance(ring);
Chris Wilson83d40922012-04-17 19:35:53 +01005781 return 0;
5782
5783err_unpin:
5784 intel_unpin_fb_obj(obj);
5785err:
Jesse Barnes8c9f3aa2011-06-16 09:19:13 -07005786 return ret;
5787}
5788
5789static int intel_gen4_queue_flip(struct drm_device *dev,
5790 struct drm_crtc *crtc,
5791 struct drm_framebuffer *fb,
5792 struct drm_i915_gem_object *obj)
5793{
5794 struct drm_i915_private *dev_priv = dev->dev_private;
5795 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
5796 uint32_t pf, pipesrc;
Daniel Vetter6d90c952012-04-26 23:28:05 +02005797 struct intel_ring_buffer *ring = &dev_priv->ring[RCS];
Jesse Barnes8c9f3aa2011-06-16 09:19:13 -07005798 int ret;
5799
Daniel Vetter6d90c952012-04-26 23:28:05 +02005800 ret = intel_pin_and_fence_fb_obj(dev, obj, ring);
Jesse Barnes8c9f3aa2011-06-16 09:19:13 -07005801 if (ret)
Chris Wilson83d40922012-04-17 19:35:53 +01005802 goto err;
Jesse Barnes8c9f3aa2011-06-16 09:19:13 -07005803
Daniel Vetter6d90c952012-04-26 23:28:05 +02005804 ret = intel_ring_begin(ring, 4);
Jesse Barnes8c9f3aa2011-06-16 09:19:13 -07005805 if (ret)
Chris Wilson83d40922012-04-17 19:35:53 +01005806 goto err_unpin;
Jesse Barnes8c9f3aa2011-06-16 09:19:13 -07005807
5808 /* i965+ uses the linear or tiled offsets from the
5809 * Display Registers (which do not change across a page-flip)
5810 * so we need only reprogram the base address.
5811 */
Daniel Vetter6d90c952012-04-26 23:28:05 +02005812 intel_ring_emit(ring, MI_DISPLAY_FLIP |
5813 MI_DISPLAY_FLIP_PLANE(intel_crtc->plane));
5814 intel_ring_emit(ring, fb->pitches[0]);
5815 intel_ring_emit(ring, obj->gtt_offset | obj->tiling_mode);
Jesse Barnes8c9f3aa2011-06-16 09:19:13 -07005816
5817 /* XXX Enabling the panel-fitter across page-flip is so far
5818 * untested on non-native modes, so ignore it for now.
5819 * pf = I915_READ(pipe == 0 ? PFA_CTL_1 : PFB_CTL_1) & PF_ENABLE;
5820 */
5821 pf = 0;
5822 pipesrc = I915_READ(PIPESRC(intel_crtc->pipe)) & 0x0fff0fff;
Daniel Vetter6d90c952012-04-26 23:28:05 +02005823 intel_ring_emit(ring, pf | pipesrc);
5824 intel_ring_advance(ring);
Chris Wilson83d40922012-04-17 19:35:53 +01005825 return 0;
5826
5827err_unpin:
5828 intel_unpin_fb_obj(obj);
5829err:
Jesse Barnes8c9f3aa2011-06-16 09:19:13 -07005830 return ret;
5831}
5832
5833static int intel_gen6_queue_flip(struct drm_device *dev,
5834 struct drm_crtc *crtc,
5835 struct drm_framebuffer *fb,
5836 struct drm_i915_gem_object *obj)
5837{
5838 struct drm_i915_private *dev_priv = dev->dev_private;
5839 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
Daniel Vetter6d90c952012-04-26 23:28:05 +02005840 struct intel_ring_buffer *ring = &dev_priv->ring[RCS];
Jesse Barnes8c9f3aa2011-06-16 09:19:13 -07005841 uint32_t pf, pipesrc;
5842 int ret;
5843
Daniel Vetter6d90c952012-04-26 23:28:05 +02005844 ret = intel_pin_and_fence_fb_obj(dev, obj, ring);
Jesse Barnes8c9f3aa2011-06-16 09:19:13 -07005845 if (ret)
Chris Wilson83d40922012-04-17 19:35:53 +01005846 goto err;
Jesse Barnes8c9f3aa2011-06-16 09:19:13 -07005847
Daniel Vetter6d90c952012-04-26 23:28:05 +02005848 ret = intel_ring_begin(ring, 4);
Jesse Barnes8c9f3aa2011-06-16 09:19:13 -07005849 if (ret)
Chris Wilson83d40922012-04-17 19:35:53 +01005850 goto err_unpin;
Jesse Barnes8c9f3aa2011-06-16 09:19:13 -07005851
Daniel Vetter6d90c952012-04-26 23:28:05 +02005852 intel_ring_emit(ring, MI_DISPLAY_FLIP |
5853 MI_DISPLAY_FLIP_PLANE(intel_crtc->plane));
5854 intel_ring_emit(ring, fb->pitches[0] | obj->tiling_mode);
5855 intel_ring_emit(ring, obj->gtt_offset);
Jesse Barnes8c9f3aa2011-06-16 09:19:13 -07005856
5857 pf = I915_READ(PF_CTL(intel_crtc->pipe)) & PF_ENABLE;
5858 pipesrc = I915_READ(PIPESRC(intel_crtc->pipe)) & 0x0fff0fff;
Daniel Vetter6d90c952012-04-26 23:28:05 +02005859 intel_ring_emit(ring, pf | pipesrc);
5860 intel_ring_advance(ring);
Chris Wilson83d40922012-04-17 19:35:53 +01005861 return 0;
5862
5863err_unpin:
5864 intel_unpin_fb_obj(obj);
5865err:
Jesse Barnes8c9f3aa2011-06-16 09:19:13 -07005866 return ret;
5867}
5868
Jesse Barnes7c9017e2011-06-16 12:18:54 -07005869/*
5870 * On gen7 we currently use the blit ring because (in early silicon at least)
5871 * the render ring doesn't give us interrpts for page flip completion, which
5872 * means clients will hang after the first flip is queued. Fortunately the
5873 * blit ring generates interrupts properly, so use it instead.
5874 */
5875static int intel_gen7_queue_flip(struct drm_device *dev,
5876 struct drm_crtc *crtc,
5877 struct drm_framebuffer *fb,
5878 struct drm_i915_gem_object *obj)
5879{
5880 struct drm_i915_private *dev_priv = dev->dev_private;
5881 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
5882 struct intel_ring_buffer *ring = &dev_priv->ring[BCS];
5883 int ret;
5884
5885 ret = intel_pin_and_fence_fb_obj(dev, obj, ring);
5886 if (ret)
Chris Wilson83d40922012-04-17 19:35:53 +01005887 goto err;
Jesse Barnes7c9017e2011-06-16 12:18:54 -07005888
5889 ret = intel_ring_begin(ring, 4);
5890 if (ret)
Chris Wilson83d40922012-04-17 19:35:53 +01005891 goto err_unpin;
Jesse Barnes7c9017e2011-06-16 12:18:54 -07005892
5893 intel_ring_emit(ring, MI_DISPLAY_FLIP_I915 | (intel_crtc->plane << 19));
Ville Syrjälä01f2c772011-12-20 00:06:49 +02005894 intel_ring_emit(ring, (fb->pitches[0] | obj->tiling_mode));
Jesse Barnes7c9017e2011-06-16 12:18:54 -07005895 intel_ring_emit(ring, (obj->gtt_offset));
5896 intel_ring_emit(ring, (MI_NOOP));
5897 intel_ring_advance(ring);
Chris Wilson83d40922012-04-17 19:35:53 +01005898 return 0;
5899
5900err_unpin:
5901 intel_unpin_fb_obj(obj);
5902err:
Jesse Barnes7c9017e2011-06-16 12:18:54 -07005903 return ret;
5904}
5905
Jesse Barnes8c9f3aa2011-06-16 09:19:13 -07005906static int intel_default_queue_flip(struct drm_device *dev,
5907 struct drm_crtc *crtc,
5908 struct drm_framebuffer *fb,
5909 struct drm_i915_gem_object *obj)
5910{
5911 return -ENODEV;
5912}
5913
Kristian Høgsberg6b95a202009-11-18 11:25:18 -05005914static int intel_crtc_page_flip(struct drm_crtc *crtc,
5915 struct drm_framebuffer *fb,
5916 struct drm_pending_vblank_event *event)
5917{
5918 struct drm_device *dev = crtc->dev;
5919 struct drm_i915_private *dev_priv = dev->dev_private;
5920 struct intel_framebuffer *intel_fb;
Chris Wilson05394f32010-11-08 19:18:58 +00005921 struct drm_i915_gem_object *obj;
Kristian Høgsberg6b95a202009-11-18 11:25:18 -05005922 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
5923 struct intel_unpin_work *work;
Jesse Barnes8c9f3aa2011-06-16 09:19:13 -07005924 unsigned long flags;
Chris Wilson52e68632010-08-08 10:15:59 +01005925 int ret;
Kristian Høgsberg6b95a202009-11-18 11:25:18 -05005926
5927 work = kzalloc(sizeof *work, GFP_KERNEL);
5928 if (work == NULL)
5929 return -ENOMEM;
5930
Kristian Høgsberg6b95a202009-11-18 11:25:18 -05005931 work->event = event;
5932 work->dev = crtc->dev;
5933 intel_fb = to_intel_framebuffer(crtc->fb);
Jesse Barnesb1b87f62010-01-26 14:40:05 -08005934 work->old_fb_obj = intel_fb->obj;
Kristian Høgsberg6b95a202009-11-18 11:25:18 -05005935 INIT_WORK(&work->work, intel_unpin_work_fn);
5936
Jesse Barnes7317c75e62011-08-29 09:45:28 -07005937 ret = drm_vblank_get(dev, intel_crtc->pipe);
5938 if (ret)
5939 goto free_work;
5940
Kristian Høgsberg6b95a202009-11-18 11:25:18 -05005941 /* We borrow the event spin lock for protecting unpin_work */
5942 spin_lock_irqsave(&dev->event_lock, flags);
5943 if (intel_crtc->unpin_work) {
5944 spin_unlock_irqrestore(&dev->event_lock, flags);
5945 kfree(work);
Jesse Barnes7317c75e62011-08-29 09:45:28 -07005946 drm_vblank_put(dev, intel_crtc->pipe);
Chris Wilson468f0b42010-05-27 13:18:13 +01005947
5948 DRM_DEBUG_DRIVER("flip queue: crtc already busy\n");
Kristian Høgsberg6b95a202009-11-18 11:25:18 -05005949 return -EBUSY;
5950 }
5951 intel_crtc->unpin_work = work;
5952 spin_unlock_irqrestore(&dev->event_lock, flags);
5953
5954 intel_fb = to_intel_framebuffer(fb);
5955 obj = intel_fb->obj;
5956
Chris Wilson468f0b42010-05-27 13:18:13 +01005957 mutex_lock(&dev->struct_mutex);
Kristian Høgsberg6b95a202009-11-18 11:25:18 -05005958
Jesse Barnes75dfca82010-02-10 15:09:44 -08005959 /* Reference the objects for the scheduled work. */
Chris Wilson05394f32010-11-08 19:18:58 +00005960 drm_gem_object_reference(&work->old_fb_obj->base);
5961 drm_gem_object_reference(&obj->base);
Kristian Høgsberg6b95a202009-11-18 11:25:18 -05005962
5963 crtc->fb = fb;
Chris Wilson96b099f2010-06-07 14:03:04 +01005964
Chris Wilsone1f99ce2010-10-27 12:45:26 +01005965 work->pending_flip_obj = obj;
Chris Wilsone1f99ce2010-10-27 12:45:26 +01005966
Simon Farnsworth4e5359c2010-09-01 17:47:52 +01005967 work->enable_stall_check = true;
5968
Chris Wilsone1f99ce2010-10-27 12:45:26 +01005969 /* Block clients from rendering to the new back buffer until
5970 * the flip occurs and the object is no longer visible.
5971 */
Chris Wilson05394f32010-11-08 19:18:58 +00005972 atomic_add(1 << intel_crtc->plane, &work->old_fb_obj->pending_flip);
Chris Wilsone1f99ce2010-10-27 12:45:26 +01005973
Jesse Barnes8c9f3aa2011-06-16 09:19:13 -07005974 ret = dev_priv->display.queue_flip(dev, crtc, fb, obj);
5975 if (ret)
5976 goto cleanup_pending;
Kristian Høgsberg6b95a202009-11-18 11:25:18 -05005977
Chris Wilson7782de32011-07-08 12:22:41 +01005978 intel_disable_fbc(dev);
Kristian Høgsberg6b95a202009-11-18 11:25:18 -05005979 mutex_unlock(&dev->struct_mutex);
5980
Jesse Barnese5510fa2010-07-01 16:48:37 -07005981 trace_i915_flip_request(intel_crtc->plane, obj);
5982
Kristian Høgsberg6b95a202009-11-18 11:25:18 -05005983 return 0;
Chris Wilson96b099f2010-06-07 14:03:04 +01005984
Jesse Barnes8c9f3aa2011-06-16 09:19:13 -07005985cleanup_pending:
5986 atomic_sub(1 << intel_crtc->plane, &work->old_fb_obj->pending_flip);
Chris Wilson05394f32010-11-08 19:18:58 +00005987 drm_gem_object_unreference(&work->old_fb_obj->base);
5988 drm_gem_object_unreference(&obj->base);
Chris Wilson96b099f2010-06-07 14:03:04 +01005989 mutex_unlock(&dev->struct_mutex);
5990
5991 spin_lock_irqsave(&dev->event_lock, flags);
5992 intel_crtc->unpin_work = NULL;
5993 spin_unlock_irqrestore(&dev->event_lock, flags);
5994
Jesse Barnes7317c75e62011-08-29 09:45:28 -07005995 drm_vblank_put(dev, intel_crtc->pipe);
5996free_work:
Chris Wilson96b099f2010-06-07 14:03:04 +01005997 kfree(work);
5998
5999 return ret;
Kristian Høgsberg6b95a202009-11-18 11:25:18 -05006000}
6001
Chris Wilson47f1c6c2010-12-03 15:37:31 +00006002static void intel_sanitize_modesetting(struct drm_device *dev,
6003 int pipe, int plane)
6004{
6005 struct drm_i915_private *dev_priv = dev->dev_private;
6006 u32 reg, val;
6007
Chris Wilsonf47166d2012-03-22 15:00:50 +00006008 /* Clear any frame start delays used for debugging left by the BIOS */
6009 for_each_pipe(pipe) {
6010 reg = PIPECONF(pipe);
6011 I915_WRITE(reg, I915_READ(reg) & ~PIPECONF_FRAME_START_DELAY_MASK);
6012 }
6013
Chris Wilson47f1c6c2010-12-03 15:37:31 +00006014 if (HAS_PCH_SPLIT(dev))
6015 return;
6016
6017 /* Who knows what state these registers were left in by the BIOS or
6018 * grub?
6019 *
6020 * If we leave the registers in a conflicting state (e.g. with the
6021 * display plane reading from the other pipe than the one we intend
6022 * to use) then when we attempt to teardown the active mode, we will
6023 * not disable the pipes and planes in the correct order -- leaving
6024 * a plane reading from a disabled pipe and possibly leading to
6025 * undefined behaviour.
6026 */
6027
6028 reg = DSPCNTR(plane);
6029 val = I915_READ(reg);
6030
6031 if ((val & DISPLAY_PLANE_ENABLE) == 0)
6032 return;
6033 if (!!(val & DISPPLANE_SEL_PIPE_MASK) == pipe)
6034 return;
6035
6036 /* This display plane is active and attached to the other CPU pipe. */
6037 pipe = !pipe;
6038
6039 /* Disable the plane and wait for it to stop reading from the pipe. */
Jesse Barnesb24e7172011-01-04 15:09:30 -08006040 intel_disable_plane(dev_priv, plane, pipe);
6041 intel_disable_pipe(dev_priv, pipe);
Chris Wilson47f1c6c2010-12-03 15:37:31 +00006042}
Jesse Barnes79e53942008-11-07 14:24:08 -08006043
Chris Wilsonf6e5b162011-04-12 18:06:51 +01006044static void intel_crtc_reset(struct drm_crtc *crtc)
6045{
6046 struct drm_device *dev = crtc->dev;
6047 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
6048
6049 /* Reset flags back to the 'unknown' status so that they
6050 * will be correctly set on the initial modeset.
6051 */
6052 intel_crtc->dpms_mode = -1;
6053
6054 /* We need to fix up any BIOS configuration that conflicts with
6055 * our expectations.
6056 */
6057 intel_sanitize_modesetting(dev, intel_crtc->pipe, intel_crtc->plane);
6058}
6059
6060static struct drm_crtc_helper_funcs intel_helper_funcs = {
6061 .dpms = intel_crtc_dpms,
6062 .mode_fixup = intel_crtc_mode_fixup,
6063 .mode_set = intel_crtc_mode_set,
6064 .mode_set_base = intel_pipe_set_base,
6065 .mode_set_base_atomic = intel_pipe_set_base_atomic,
6066 .load_lut = intel_crtc_load_lut,
6067 .disable = intel_crtc_disable,
6068};
6069
6070static const struct drm_crtc_funcs intel_crtc_funcs = {
6071 .reset = intel_crtc_reset,
6072 .cursor_set = intel_crtc_cursor_set,
6073 .cursor_move = intel_crtc_cursor_move,
6074 .gamma_set = intel_crtc_gamma_set,
6075 .set_config = drm_crtc_helper_set_config,
6076 .destroy = intel_crtc_destroy,
6077 .page_flip = intel_crtc_page_flip,
6078};
6079
Jesse Barnesee7b9f92012-04-20 17:11:53 +01006080static void intel_pch_pll_init(struct drm_device *dev)
6081{
6082 drm_i915_private_t *dev_priv = dev->dev_private;
6083 int i;
6084
6085 if (dev_priv->num_pch_pll == 0) {
6086 DRM_DEBUG_KMS("No PCH PLLs on this hardware, skipping initialisation\n");
6087 return;
6088 }
6089
6090 for (i = 0; i < dev_priv->num_pch_pll; i++) {
6091 dev_priv->pch_plls[i].pll_reg = _PCH_DPLL(i);
6092 dev_priv->pch_plls[i].fp0_reg = _PCH_FP0(i);
6093 dev_priv->pch_plls[i].fp1_reg = _PCH_FP1(i);
6094 }
6095}
6096
Hannes Ederb358d0a2008-12-18 21:18:47 +01006097static void intel_crtc_init(struct drm_device *dev, int pipe)
Jesse Barnes79e53942008-11-07 14:24:08 -08006098{
Jesse Barnes22fd0fa2009-12-02 13:42:53 -08006099 drm_i915_private_t *dev_priv = dev->dev_private;
Jesse Barnes79e53942008-11-07 14:24:08 -08006100 struct intel_crtc *intel_crtc;
6101 int i;
6102
6103 intel_crtc = kzalloc(sizeof(struct intel_crtc) + (INTELFB_CONN_LIMIT * sizeof(struct drm_connector *)), GFP_KERNEL);
6104 if (intel_crtc == NULL)
6105 return;
6106
6107 drm_crtc_init(dev, &intel_crtc->base, &intel_crtc_funcs);
6108
6109 drm_mode_crtc_set_gamma_size(&intel_crtc->base, 256);
Jesse Barnes79e53942008-11-07 14:24:08 -08006110 for (i = 0; i < 256; i++) {
6111 intel_crtc->lut_r[i] = i;
6112 intel_crtc->lut_g[i] = i;
6113 intel_crtc->lut_b[i] = i;
6114 }
6115
Jesse Barnes80824002009-09-10 15:28:06 -07006116 /* Swap pipes & planes for FBC on pre-965 */
6117 intel_crtc->pipe = pipe;
6118 intel_crtc->plane = pipe;
Chris Wilsone2e767a2010-09-13 16:53:12 +01006119 if (IS_MOBILE(dev) && IS_GEN3(dev)) {
Zhao Yakui28c97732009-10-09 11:39:41 +08006120 DRM_DEBUG_KMS("swapping pipes & planes for FBC\n");
Chris Wilsone2e767a2010-09-13 16:53:12 +01006121 intel_crtc->plane = !pipe;
Jesse Barnes80824002009-09-10 15:28:06 -07006122 }
6123
Jesse Barnes22fd0fa2009-12-02 13:42:53 -08006124 BUG_ON(pipe >= ARRAY_SIZE(dev_priv->plane_to_crtc_mapping) ||
6125 dev_priv->plane_to_crtc_mapping[intel_crtc->plane] != NULL);
6126 dev_priv->plane_to_crtc_mapping[intel_crtc->plane] = &intel_crtc->base;
6127 dev_priv->pipe_to_crtc_mapping[intel_crtc->pipe] = &intel_crtc->base;
6128
Chris Wilson5d1d0cc2011-01-24 15:02:15 +00006129 intel_crtc_reset(&intel_crtc->base);
Chris Wilson04dbff52011-02-10 17:38:35 +00006130 intel_crtc->active = true; /* force the pipe off on setup_init_config */
Jesse Barnes5a354202011-06-24 12:19:22 -07006131 intel_crtc->bpp = 24; /* default for pre-Ironlake */
Jesse Barnes7e7d76c2010-09-10 10:47:20 -07006132
6133 if (HAS_PCH_SPLIT(dev)) {
6134 intel_helper_funcs.prepare = ironlake_crtc_prepare;
6135 intel_helper_funcs.commit = ironlake_crtc_commit;
6136 } else {
6137 intel_helper_funcs.prepare = i9xx_crtc_prepare;
6138 intel_helper_funcs.commit = i9xx_crtc_commit;
6139 }
6140
Jesse Barnes79e53942008-11-07 14:24:08 -08006141 drm_crtc_helper_add(&intel_crtc->base, &intel_helper_funcs);
6142
Jesse Barnes652c3932009-08-17 13:31:43 -07006143 intel_crtc->busy = false;
6144
6145 setup_timer(&intel_crtc->idle_timer, intel_crtc_idle_timer,
6146 (unsigned long)intel_crtc);
Jesse Barnes79e53942008-11-07 14:24:08 -08006147}
6148
Carl Worth08d7b3d2009-04-29 14:43:54 -07006149int intel_get_pipe_from_crtc_id(struct drm_device *dev, void *data,
Chris Wilson05394f32010-11-08 19:18:58 +00006150 struct drm_file *file)
Carl Worth08d7b3d2009-04-29 14:43:54 -07006151{
Carl Worth08d7b3d2009-04-29 14:43:54 -07006152 struct drm_i915_get_pipe_from_crtc_id *pipe_from_crtc_id = data;
Daniel Vetterc05422d2009-08-11 16:05:30 +02006153 struct drm_mode_object *drmmode_obj;
6154 struct intel_crtc *crtc;
Carl Worth08d7b3d2009-04-29 14:43:54 -07006155
Daniel Vetter1cff8f62012-04-24 09:55:08 +02006156 if (!drm_core_check_feature(dev, DRIVER_MODESET))
6157 return -ENODEV;
Carl Worth08d7b3d2009-04-29 14:43:54 -07006158
Daniel Vetterc05422d2009-08-11 16:05:30 +02006159 drmmode_obj = drm_mode_object_find(dev, pipe_from_crtc_id->crtc_id,
6160 DRM_MODE_OBJECT_CRTC);
Carl Worth08d7b3d2009-04-29 14:43:54 -07006161
Daniel Vetterc05422d2009-08-11 16:05:30 +02006162 if (!drmmode_obj) {
Carl Worth08d7b3d2009-04-29 14:43:54 -07006163 DRM_ERROR("no such CRTC id\n");
6164 return -EINVAL;
6165 }
6166
Daniel Vetterc05422d2009-08-11 16:05:30 +02006167 crtc = to_intel_crtc(obj_to_crtc(drmmode_obj));
6168 pipe_from_crtc_id->pipe = crtc->pipe;
Carl Worth08d7b3d2009-04-29 14:43:54 -07006169
Daniel Vetterc05422d2009-08-11 16:05:30 +02006170 return 0;
Carl Worth08d7b3d2009-04-29 14:43:54 -07006171}
6172
Zhenyu Wangc5e4df32010-03-30 14:39:27 +08006173static int intel_encoder_clones(struct drm_device *dev, int type_mask)
Jesse Barnes79e53942008-11-07 14:24:08 -08006174{
Chris Wilson4ef69c72010-09-09 15:14:28 +01006175 struct intel_encoder *encoder;
Jesse Barnes79e53942008-11-07 14:24:08 -08006176 int index_mask = 0;
Jesse Barnes79e53942008-11-07 14:24:08 -08006177 int entry = 0;
6178
Chris Wilson4ef69c72010-09-09 15:14:28 +01006179 list_for_each_entry(encoder, &dev->mode_config.encoder_list, base.head) {
6180 if (type_mask & encoder->clone_mask)
Jesse Barnes79e53942008-11-07 14:24:08 -08006181 index_mask |= (1 << entry);
6182 entry++;
6183 }
Chris Wilson4ef69c72010-09-09 15:14:28 +01006184
Jesse Barnes79e53942008-11-07 14:24:08 -08006185 return index_mask;
6186}
6187
Chris Wilson4d302442010-12-14 19:21:29 +00006188static bool has_edp_a(struct drm_device *dev)
6189{
6190 struct drm_i915_private *dev_priv = dev->dev_private;
6191
6192 if (!IS_MOBILE(dev))
6193 return false;
6194
6195 if ((I915_READ(DP_A) & DP_DETECTED) == 0)
6196 return false;
6197
6198 if (IS_GEN5(dev) &&
6199 (I915_READ(ILK_DISPLAY_CHICKEN_FUSES) & ILK_eDP_A_DISABLE))
6200 return false;
6201
6202 return true;
6203}
6204
Jesse Barnes79e53942008-11-07 14:24:08 -08006205static void intel_setup_outputs(struct drm_device *dev)
6206{
Eric Anholt725e30a2009-01-22 13:01:02 -08006207 struct drm_i915_private *dev_priv = dev->dev_private;
Chris Wilson4ef69c72010-09-09 15:14:28 +01006208 struct intel_encoder *encoder;
Adam Jacksoncb0953d2010-07-16 14:46:29 -04006209 bool dpd_is_edp = false;
Chris Wilsonf3cfcba2012-02-09 09:35:53 +00006210 bool has_lvds;
Jesse Barnes79e53942008-11-07 14:24:08 -08006211
Chris Wilsonf3cfcba2012-02-09 09:35:53 +00006212 has_lvds = intel_lvds_init(dev);
Chris Wilsonc5d1b512010-11-29 18:00:23 +00006213 if (!has_lvds && !HAS_PCH_SPLIT(dev)) {
6214 /* disable the panel fitter on everything but LVDS */
6215 I915_WRITE(PFIT_CONTROL, 0);
6216 }
Jesse Barnes79e53942008-11-07 14:24:08 -08006217
Eric Anholtbad720f2009-10-22 16:11:14 -07006218 if (HAS_PCH_SPLIT(dev)) {
Adam Jacksoncb0953d2010-07-16 14:46:29 -04006219 dpd_is_edp = intel_dpd_is_edp(dev);
Zhenyu Wang30ad48b2009-06-05 15:38:43 +08006220
Chris Wilson4d302442010-12-14 19:21:29 +00006221 if (has_edp_a(dev))
Zhenyu Wang32f9d652009-07-24 01:00:32 +08006222 intel_dp_init(dev, DP_A);
6223
Adam Jacksoncb0953d2010-07-16 14:46:29 -04006224 if (dpd_is_edp && (I915_READ(PCH_DP_D) & DP_DETECTED))
6225 intel_dp_init(dev, PCH_DP_D);
6226 }
6227
6228 intel_crt_init(dev);
6229
6230 if (HAS_PCH_SPLIT(dev)) {
6231 int found;
6232
Zhenyu Wang30ad48b2009-06-05 15:38:43 +08006233 if (I915_READ(HDMIB) & PORT_DETECTED) {
Zhao Yakui461ed3c2010-03-30 15:11:33 +08006234 /* PCH SDVOB multiplex with HDMIB */
Daniel Vettereef4eac2012-03-23 23:43:35 +01006235 found = intel_sdvo_init(dev, PCH_SDVOB, true);
Zhenyu Wang30ad48b2009-06-05 15:38:43 +08006236 if (!found)
6237 intel_hdmi_init(dev, HDMIB);
Zhenyu Wang5eb08b62009-07-24 01:00:31 +08006238 if (!found && (I915_READ(PCH_DP_B) & DP_DETECTED))
6239 intel_dp_init(dev, PCH_DP_B);
Zhenyu Wang30ad48b2009-06-05 15:38:43 +08006240 }
6241
6242 if (I915_READ(HDMIC) & PORT_DETECTED)
6243 intel_hdmi_init(dev, HDMIC);
6244
6245 if (I915_READ(HDMID) & PORT_DETECTED)
6246 intel_hdmi_init(dev, HDMID);
6247
Zhenyu Wang5eb08b62009-07-24 01:00:31 +08006248 if (I915_READ(PCH_DP_C) & DP_DETECTED)
6249 intel_dp_init(dev, PCH_DP_C);
6250
Adam Jacksoncb0953d2010-07-16 14:46:29 -04006251 if (!dpd_is_edp && (I915_READ(PCH_DP_D) & DP_DETECTED))
Zhenyu Wang5eb08b62009-07-24 01:00:31 +08006252 intel_dp_init(dev, PCH_DP_D);
6253
Zhenyu Wang103a1962009-11-27 11:44:36 +08006254 } else if (SUPPORTS_DIGITAL_OUTPUTS(dev)) {
Ma Ling27185ae2009-08-24 13:50:23 +08006255 bool found = false;
Eric Anholt7d573822009-01-02 13:33:00 -08006256
Eric Anholt725e30a2009-01-22 13:01:02 -08006257 if (I915_READ(SDVOB) & SDVO_DETECTED) {
Jesse Barnesb01f2c32009-12-11 11:07:17 -08006258 DRM_DEBUG_KMS("probing SDVOB\n");
Daniel Vettereef4eac2012-03-23 23:43:35 +01006259 found = intel_sdvo_init(dev, SDVOB, true);
Jesse Barnesb01f2c32009-12-11 11:07:17 -08006260 if (!found && SUPPORTS_INTEGRATED_HDMI(dev)) {
6261 DRM_DEBUG_KMS("probing HDMI on SDVOB\n");
Eric Anholt725e30a2009-01-22 13:01:02 -08006262 intel_hdmi_init(dev, SDVOB);
Jesse Barnesb01f2c32009-12-11 11:07:17 -08006263 }
Ma Ling27185ae2009-08-24 13:50:23 +08006264
Jesse Barnesb01f2c32009-12-11 11:07:17 -08006265 if (!found && SUPPORTS_INTEGRATED_DP(dev)) {
6266 DRM_DEBUG_KMS("probing DP_B\n");
Keith Packarda4fc5ed2009-04-07 16:16:42 -07006267 intel_dp_init(dev, DP_B);
Jesse Barnesb01f2c32009-12-11 11:07:17 -08006268 }
Eric Anholt725e30a2009-01-22 13:01:02 -08006269 }
Kristian Høgsberg13520b02009-03-13 15:42:14 -04006270
6271 /* Before G4X SDVOC doesn't have its own detect register */
Kristian Høgsberg13520b02009-03-13 15:42:14 -04006272
Jesse Barnesb01f2c32009-12-11 11:07:17 -08006273 if (I915_READ(SDVOB) & SDVO_DETECTED) {
6274 DRM_DEBUG_KMS("probing SDVOC\n");
Daniel Vettereef4eac2012-03-23 23:43:35 +01006275 found = intel_sdvo_init(dev, SDVOC, false);
Jesse Barnesb01f2c32009-12-11 11:07:17 -08006276 }
Ma Ling27185ae2009-08-24 13:50:23 +08006277
6278 if (!found && (I915_READ(SDVOC) & SDVO_DETECTED)) {
6279
Jesse Barnesb01f2c32009-12-11 11:07:17 -08006280 if (SUPPORTS_INTEGRATED_HDMI(dev)) {
6281 DRM_DEBUG_KMS("probing HDMI on SDVOC\n");
Eric Anholt725e30a2009-01-22 13:01:02 -08006282 intel_hdmi_init(dev, SDVOC);
Jesse Barnesb01f2c32009-12-11 11:07:17 -08006283 }
6284 if (SUPPORTS_INTEGRATED_DP(dev)) {
6285 DRM_DEBUG_KMS("probing DP_C\n");
Keith Packarda4fc5ed2009-04-07 16:16:42 -07006286 intel_dp_init(dev, DP_C);
Jesse Barnesb01f2c32009-12-11 11:07:17 -08006287 }
Eric Anholt725e30a2009-01-22 13:01:02 -08006288 }
Ma Ling27185ae2009-08-24 13:50:23 +08006289
Jesse Barnesb01f2c32009-12-11 11:07:17 -08006290 if (SUPPORTS_INTEGRATED_DP(dev) &&
6291 (I915_READ(DP_D) & DP_DETECTED)) {
6292 DRM_DEBUG_KMS("probing DP_D\n");
Keith Packarda4fc5ed2009-04-07 16:16:42 -07006293 intel_dp_init(dev, DP_D);
Jesse Barnesb01f2c32009-12-11 11:07:17 -08006294 }
Eric Anholtbad720f2009-10-22 16:11:14 -07006295 } else if (IS_GEN2(dev))
Jesse Barnes79e53942008-11-07 14:24:08 -08006296 intel_dvo_init(dev);
6297
Zhenyu Wang103a1962009-11-27 11:44:36 +08006298 if (SUPPORTS_TV(dev))
Jesse Barnes79e53942008-11-07 14:24:08 -08006299 intel_tv_init(dev);
6300
Chris Wilson4ef69c72010-09-09 15:14:28 +01006301 list_for_each_entry(encoder, &dev->mode_config.encoder_list, base.head) {
6302 encoder->base.possible_crtcs = encoder->crtc_mask;
6303 encoder->base.possible_clones =
6304 intel_encoder_clones(dev, encoder->clone_mask);
Jesse Barnes79e53942008-11-07 14:24:08 -08006305 }
Chris Wilson47356eb2011-01-11 17:06:04 +00006306
Chris Wilson2c7111d2011-03-29 10:40:27 +01006307 /* disable all the possible outputs/crtcs before entering KMS mode */
6308 drm_helper_disable_unused_functions(dev);
Keith Packard9fb526d2011-09-26 22:24:57 -07006309
6310 if (HAS_PCH_SPLIT(dev))
6311 ironlake_init_pch_refclk(dev);
Jesse Barnes79e53942008-11-07 14:24:08 -08006312}
6313
6314static void intel_user_framebuffer_destroy(struct drm_framebuffer *fb)
6315{
6316 struct intel_framebuffer *intel_fb = to_intel_framebuffer(fb);
Jesse Barnes79e53942008-11-07 14:24:08 -08006317
6318 drm_framebuffer_cleanup(fb);
Chris Wilson05394f32010-11-08 19:18:58 +00006319 drm_gem_object_unreference_unlocked(&intel_fb->obj->base);
Jesse Barnes79e53942008-11-07 14:24:08 -08006320
6321 kfree(intel_fb);
6322}
6323
6324static int intel_user_framebuffer_create_handle(struct drm_framebuffer *fb,
Chris Wilson05394f32010-11-08 19:18:58 +00006325 struct drm_file *file,
Jesse Barnes79e53942008-11-07 14:24:08 -08006326 unsigned int *handle)
6327{
6328 struct intel_framebuffer *intel_fb = to_intel_framebuffer(fb);
Chris Wilson05394f32010-11-08 19:18:58 +00006329 struct drm_i915_gem_object *obj = intel_fb->obj;
Jesse Barnes79e53942008-11-07 14:24:08 -08006330
Chris Wilson05394f32010-11-08 19:18:58 +00006331 return drm_gem_handle_create(file, &obj->base, handle);
Jesse Barnes79e53942008-11-07 14:24:08 -08006332}
6333
6334static const struct drm_framebuffer_funcs intel_fb_funcs = {
6335 .destroy = intel_user_framebuffer_destroy,
6336 .create_handle = intel_user_framebuffer_create_handle,
6337};
6338
Dave Airlie38651672010-03-30 05:34:13 +00006339int intel_framebuffer_init(struct drm_device *dev,
6340 struct intel_framebuffer *intel_fb,
Jesse Barnes308e5bc2011-11-14 14:51:28 -08006341 struct drm_mode_fb_cmd2 *mode_cmd,
Chris Wilson05394f32010-11-08 19:18:58 +00006342 struct drm_i915_gem_object *obj)
Jesse Barnes79e53942008-11-07 14:24:08 -08006343{
Jesse Barnes79e53942008-11-07 14:24:08 -08006344 int ret;
6345
Chris Wilson05394f32010-11-08 19:18:58 +00006346 if (obj->tiling_mode == I915_TILING_Y)
Chris Wilson57cd6502010-08-08 12:34:44 +01006347 return -EINVAL;
6348
Jesse Barnes308e5bc2011-11-14 14:51:28 -08006349 if (mode_cmd->pitches[0] & 63)
Chris Wilson57cd6502010-08-08 12:34:44 +01006350 return -EINVAL;
6351
Jesse Barnes308e5bc2011-11-14 14:51:28 -08006352 switch (mode_cmd->pixel_format) {
Ville Syrjälä04b39242011-11-17 18:05:13 +02006353 case DRM_FORMAT_RGB332:
6354 case DRM_FORMAT_RGB565:
6355 case DRM_FORMAT_XRGB8888:
Jesse Barnesb250da72012-03-07 08:49:29 -08006356 case DRM_FORMAT_XBGR8888:
Ville Syrjälä04b39242011-11-17 18:05:13 +02006357 case DRM_FORMAT_ARGB8888:
6358 case DRM_FORMAT_XRGB2101010:
6359 case DRM_FORMAT_ARGB2101010:
Jesse Barnes308e5bc2011-11-14 14:51:28 -08006360 /* RGB formats are common across chipsets */
Jesse Barnesb5626742011-06-24 12:19:27 -07006361 break;
Ville Syrjälä04b39242011-11-17 18:05:13 +02006362 case DRM_FORMAT_YUYV:
6363 case DRM_FORMAT_UYVY:
6364 case DRM_FORMAT_YVYU:
6365 case DRM_FORMAT_VYUY:
Chris Wilson57cd6502010-08-08 12:34:44 +01006366 break;
6367 default:
Eugeni Dodonovaca25842012-01-17 15:25:45 -02006368 DRM_DEBUG_KMS("unsupported pixel format %u\n",
6369 mode_cmd->pixel_format);
Chris Wilson57cd6502010-08-08 12:34:44 +01006370 return -EINVAL;
6371 }
6372
Jesse Barnes79e53942008-11-07 14:24:08 -08006373 ret = drm_framebuffer_init(dev, &intel_fb->base, &intel_fb_funcs);
6374 if (ret) {
6375 DRM_ERROR("framebuffer init failed %d\n", ret);
6376 return ret;
6377 }
6378
6379 drm_helper_mode_fill_fb_struct(&intel_fb->base, mode_cmd);
Jesse Barnes79e53942008-11-07 14:24:08 -08006380 intel_fb->obj = obj;
Jesse Barnes79e53942008-11-07 14:24:08 -08006381 return 0;
6382}
6383
Jesse Barnes79e53942008-11-07 14:24:08 -08006384static struct drm_framebuffer *
6385intel_user_framebuffer_create(struct drm_device *dev,
6386 struct drm_file *filp,
Jesse Barnes308e5bc2011-11-14 14:51:28 -08006387 struct drm_mode_fb_cmd2 *mode_cmd)
Jesse Barnes79e53942008-11-07 14:24:08 -08006388{
Chris Wilson05394f32010-11-08 19:18:58 +00006389 struct drm_i915_gem_object *obj;
Jesse Barnes79e53942008-11-07 14:24:08 -08006390
Jesse Barnes308e5bc2011-11-14 14:51:28 -08006391 obj = to_intel_bo(drm_gem_object_lookup(dev, filp,
6392 mode_cmd->handles[0]));
Chris Wilsonc8725222011-02-19 11:31:06 +00006393 if (&obj->base == NULL)
Chris Wilsoncce13ff2010-08-08 13:36:38 +01006394 return ERR_PTR(-ENOENT);
Jesse Barnes79e53942008-11-07 14:24:08 -08006395
Chris Wilsond2dff872011-04-19 08:36:26 +01006396 return intel_framebuffer_create(dev, mode_cmd, obj);
Jesse Barnes79e53942008-11-07 14:24:08 -08006397}
6398
Jesse Barnes79e53942008-11-07 14:24:08 -08006399static const struct drm_mode_config_funcs intel_mode_funcs = {
Jesse Barnes79e53942008-11-07 14:24:08 -08006400 .fb_create = intel_user_framebuffer_create,
Dave Airlieeb1f8e42010-05-07 06:42:51 +00006401 .output_poll_changed = intel_fb_output_poll_changed,
Jesse Barnes79e53942008-11-07 14:24:08 -08006402};
6403
Jesse Barnese70236a2009-09-21 10:42:27 -07006404/* Set up chip specific display functions */
6405static void intel_init_display(struct drm_device *dev)
6406{
6407 struct drm_i915_private *dev_priv = dev->dev_private;
6408
6409 /* We always want a DPMS function */
Eric Anholtf564048e2011-03-30 13:01:02 -07006410 if (HAS_PCH_SPLIT(dev)) {
Adam Jacksonf2b115e2009-12-03 17:14:42 -05006411 dev_priv->display.dpms = ironlake_crtc_dpms;
Eric Anholtf564048e2011-03-30 13:01:02 -07006412 dev_priv->display.crtc_mode_set = ironlake_crtc_mode_set;
Jesse Barnesee7b9f92012-04-20 17:11:53 +01006413 dev_priv->display.off = ironlake_crtc_off;
Jesse Barnes17638cd2011-06-24 12:19:23 -07006414 dev_priv->display.update_plane = ironlake_update_plane;
Eric Anholtf564048e2011-03-30 13:01:02 -07006415 } else {
Jesse Barnese70236a2009-09-21 10:42:27 -07006416 dev_priv->display.dpms = i9xx_crtc_dpms;
Eric Anholtf564048e2011-03-30 13:01:02 -07006417 dev_priv->display.crtc_mode_set = i9xx_crtc_mode_set;
Jesse Barnesee7b9f92012-04-20 17:11:53 +01006418 dev_priv->display.off = i9xx_crtc_off;
Jesse Barnes17638cd2011-06-24 12:19:23 -07006419 dev_priv->display.update_plane = i9xx_update_plane;
Eric Anholtf564048e2011-03-30 13:01:02 -07006420 }
Jesse Barnese70236a2009-09-21 10:42:27 -07006421
Jesse Barnese70236a2009-09-21 10:42:27 -07006422 /* Returns the core display clock speed */
Jesse Barnes25eb05fc2012-03-28 13:39:23 -07006423 if (IS_VALLEYVIEW(dev))
6424 dev_priv->display.get_display_clock_speed =
6425 valleyview_get_display_clock_speed;
6426 else if (IS_I945G(dev) || (IS_G33(dev) && !IS_PINEVIEW_M(dev)))
Jesse Barnese70236a2009-09-21 10:42:27 -07006427 dev_priv->display.get_display_clock_speed =
6428 i945_get_display_clock_speed;
6429 else if (IS_I915G(dev))
6430 dev_priv->display.get_display_clock_speed =
6431 i915_get_display_clock_speed;
Adam Jacksonf2b115e2009-12-03 17:14:42 -05006432 else if (IS_I945GM(dev) || IS_845G(dev) || IS_PINEVIEW_M(dev))
Jesse Barnese70236a2009-09-21 10:42:27 -07006433 dev_priv->display.get_display_clock_speed =
6434 i9xx_misc_get_display_clock_speed;
6435 else if (IS_I915GM(dev))
6436 dev_priv->display.get_display_clock_speed =
6437 i915gm_get_display_clock_speed;
6438 else if (IS_I865G(dev))
6439 dev_priv->display.get_display_clock_speed =
6440 i865_get_display_clock_speed;
Daniel Vetterf0f8a9c2009-09-15 22:57:33 +02006441 else if (IS_I85X(dev))
Jesse Barnese70236a2009-09-21 10:42:27 -07006442 dev_priv->display.get_display_clock_speed =
6443 i855_get_display_clock_speed;
6444 else /* 852, 830 */
6445 dev_priv->display.get_display_clock_speed =
6446 i830_get_display_clock_speed;
6447
Zhenyu Wang7f8a8562010-04-01 13:07:53 +08006448 if (HAS_PCH_SPLIT(dev)) {
Chris Wilsonf00a3dd2010-10-21 14:57:17 +01006449 if (IS_GEN5(dev)) {
Jesse Barnes674cf962011-04-28 14:27:04 -07006450 dev_priv->display.fdi_link_train = ironlake_fdi_link_train;
Wu Fengguange0dac652011-09-05 14:25:34 +08006451 dev_priv->display.write_eld = ironlake_write_eld;
Yuanhan Liu13982612010-12-15 15:42:31 +08006452 } else if (IS_GEN6(dev)) {
Jesse Barnes674cf962011-04-28 14:27:04 -07006453 dev_priv->display.fdi_link_train = gen6_fdi_link_train;
Wu Fengguange0dac652011-09-05 14:25:34 +08006454 dev_priv->display.write_eld = ironlake_write_eld;
Jesse Barnes357555c2011-04-28 15:09:55 -07006455 } else if (IS_IVYBRIDGE(dev)) {
6456 /* FIXME: detect B0+ stepping and use auto training */
6457 dev_priv->display.fdi_link_train = ivb_manual_fdi_link_train;
Wu Fengguange0dac652011-09-05 14:25:34 +08006458 dev_priv->display.write_eld = ironlake_write_eld;
Zhenyu Wang7f8a8562010-04-01 13:07:53 +08006459 } else
6460 dev_priv->display.update_wm = NULL;
Jesse Barnesceb04242012-03-28 13:39:22 -07006461 } else if (IS_VALLEYVIEW(dev)) {
Jesse Barnes575155a2012-03-28 13:39:37 -07006462 dev_priv->display.force_wake_get = vlv_force_wake_get;
6463 dev_priv->display.force_wake_put = vlv_force_wake_put;
Jesse Barnes6067aae2011-04-28 15:04:31 -07006464 } else if (IS_G4X(dev)) {
Wu Fengguange0dac652011-09-05 14:25:34 +08006465 dev_priv->display.write_eld = g4x_write_eld;
Jesse Barnese70236a2009-09-21 10:42:27 -07006466 }
Jesse Barnes8c9f3aa2011-06-16 09:19:13 -07006467
6468 /* Default just returns -ENODEV to indicate unsupported */
6469 dev_priv->display.queue_flip = intel_default_queue_flip;
6470
6471 switch (INTEL_INFO(dev)->gen) {
6472 case 2:
6473 dev_priv->display.queue_flip = intel_gen2_queue_flip;
6474 break;
6475
6476 case 3:
6477 dev_priv->display.queue_flip = intel_gen3_queue_flip;
6478 break;
6479
6480 case 4:
6481 case 5:
6482 dev_priv->display.queue_flip = intel_gen4_queue_flip;
6483 break;
6484
6485 case 6:
6486 dev_priv->display.queue_flip = intel_gen6_queue_flip;
6487 break;
Jesse Barnes7c9017e2011-06-16 12:18:54 -07006488 case 7:
6489 dev_priv->display.queue_flip = intel_gen7_queue_flip;
6490 break;
Jesse Barnes8c9f3aa2011-06-16 09:19:13 -07006491 }
Jesse Barnese70236a2009-09-21 10:42:27 -07006492}
6493
Jesse Barnesb690e962010-07-19 13:53:12 -07006494/*
6495 * Some BIOSes insist on assuming the GPU's pipe A is enabled at suspend,
6496 * resume, or other times. This quirk makes sure that's the case for
6497 * affected systems.
6498 */
Akshay Joshi0206e352011-08-16 15:34:10 -04006499static void quirk_pipea_force(struct drm_device *dev)
Jesse Barnesb690e962010-07-19 13:53:12 -07006500{
6501 struct drm_i915_private *dev_priv = dev->dev_private;
6502
6503 dev_priv->quirks |= QUIRK_PIPEA_FORCE;
Daniel Vetterbc0daf42012-04-01 13:16:49 +02006504 DRM_INFO("applying pipe a force quirk\n");
Jesse Barnesb690e962010-07-19 13:53:12 -07006505}
6506
Keith Packard435793d2011-07-12 14:56:22 -07006507/*
6508 * Some machines (Lenovo U160) do not work with SSC on LVDS for some reason
6509 */
6510static void quirk_ssc_force_disable(struct drm_device *dev)
6511{
6512 struct drm_i915_private *dev_priv = dev->dev_private;
6513 dev_priv->quirks |= QUIRK_LVDS_SSC_DISABLE;
Daniel Vetterbc0daf42012-04-01 13:16:49 +02006514 DRM_INFO("applying lvds SSC disable quirk\n");
Keith Packard435793d2011-07-12 14:56:22 -07006515}
6516
Carsten Emde4dca20e2012-03-15 15:56:26 +01006517/*
Carsten Emde5a15ab52012-03-15 15:56:27 +01006518 * A machine (e.g. Acer Aspire 5734Z) may need to invert the panel backlight
6519 * brightness value
Carsten Emde4dca20e2012-03-15 15:56:26 +01006520 */
6521static void quirk_invert_brightness(struct drm_device *dev)
6522{
6523 struct drm_i915_private *dev_priv = dev->dev_private;
6524 dev_priv->quirks |= QUIRK_INVERT_BRIGHTNESS;
Daniel Vetterbc0daf42012-04-01 13:16:49 +02006525 DRM_INFO("applying inverted panel brightness quirk\n");
Jesse Barnesb690e962010-07-19 13:53:12 -07006526}
6527
6528struct intel_quirk {
6529 int device;
6530 int subsystem_vendor;
6531 int subsystem_device;
6532 void (*hook)(struct drm_device *dev);
6533};
6534
Ben Widawskyc43b5632012-04-16 14:07:40 -07006535static struct intel_quirk intel_quirks[] = {
Jesse Barnesb690e962010-07-19 13:53:12 -07006536 /* HP Mini needs pipe A force quirk (LP: #322104) */
Akshay Joshi0206e352011-08-16 15:34:10 -04006537 { 0x27ae, 0x103c, 0x361a, quirk_pipea_force },
Jesse Barnesb690e962010-07-19 13:53:12 -07006538
6539 /* Thinkpad R31 needs pipe A force quirk */
6540 { 0x3577, 0x1014, 0x0505, quirk_pipea_force },
6541 /* Toshiba Protege R-205, S-209 needs pipe A force quirk */
6542 { 0x2592, 0x1179, 0x0001, quirk_pipea_force },
6543
6544 /* ThinkPad X30 needs pipe A force quirk (LP: #304614) */
6545 { 0x3577, 0x1014, 0x0513, quirk_pipea_force },
6546 /* ThinkPad X40 needs pipe A force quirk */
6547
6548 /* ThinkPad T60 needs pipe A force quirk (bug #16494) */
6549 { 0x2782, 0x17aa, 0x201a, quirk_pipea_force },
6550
6551 /* 855 & before need to leave pipe A & dpll A up */
6552 { 0x3582, PCI_ANY_ID, PCI_ANY_ID, quirk_pipea_force },
6553 { 0x2562, PCI_ANY_ID, PCI_ANY_ID, quirk_pipea_force },
Keith Packard435793d2011-07-12 14:56:22 -07006554
6555 /* Lenovo U160 cannot use SSC on LVDS */
6556 { 0x0046, 0x17aa, 0x3920, quirk_ssc_force_disable },
Michel Alexandre Salim070d3292011-07-28 18:52:06 +02006557
6558 /* Sony Vaio Y cannot use SSC on LVDS */
6559 { 0x0046, 0x104d, 0x9076, quirk_ssc_force_disable },
Carsten Emde5a15ab52012-03-15 15:56:27 +01006560
6561 /* Acer Aspire 5734Z must invert backlight brightness */
6562 { 0x2a42, 0x1025, 0x0459, quirk_invert_brightness },
Jesse Barnesb690e962010-07-19 13:53:12 -07006563};
6564
6565static void intel_init_quirks(struct drm_device *dev)
6566{
6567 struct pci_dev *d = dev->pdev;
6568 int i;
6569
6570 for (i = 0; i < ARRAY_SIZE(intel_quirks); i++) {
6571 struct intel_quirk *q = &intel_quirks[i];
6572
6573 if (d->device == q->device &&
6574 (d->subsystem_vendor == q->subsystem_vendor ||
6575 q->subsystem_vendor == PCI_ANY_ID) &&
6576 (d->subsystem_device == q->subsystem_device ||
6577 q->subsystem_device == PCI_ANY_ID))
6578 q->hook(dev);
6579 }
6580}
6581
Jesse Barnes9cce37f2010-08-13 15:11:26 -07006582/* Disable the VGA plane that we never use */
6583static void i915_disable_vga(struct drm_device *dev)
6584{
6585 struct drm_i915_private *dev_priv = dev->dev_private;
6586 u8 sr1;
6587 u32 vga_reg;
6588
6589 if (HAS_PCH_SPLIT(dev))
6590 vga_reg = CPU_VGACNTRL;
6591 else
6592 vga_reg = VGACNTRL;
6593
6594 vga_get_uninterruptible(dev->pdev, VGA_RSRC_LEGACY_IO);
Jesse Barnes3fdcf432012-04-06 11:46:27 -07006595 outb(SR01, VGA_SR_INDEX);
Jesse Barnes9cce37f2010-08-13 15:11:26 -07006596 sr1 = inb(VGA_SR_DATA);
6597 outb(sr1 | 1<<5, VGA_SR_DATA);
6598 vga_put(dev->pdev, VGA_RSRC_LEGACY_IO);
6599 udelay(300);
6600
6601 I915_WRITE(vga_reg, VGA_DISP_DISABLE);
6602 POSTING_READ(vga_reg);
6603}
6604
Jesse Barnesf82cfb62012-04-11 09:23:35 -07006605static void ivb_pch_pwm_override(struct drm_device *dev)
6606{
6607 struct drm_i915_private *dev_priv = dev->dev_private;
6608
6609 /*
6610 * IVB has CPU eDP backlight regs too, set things up to let the
6611 * PCH regs control the backlight
6612 */
6613 I915_WRITE(BLC_PWM_CPU_CTL2, PWM_ENABLE);
6614 I915_WRITE(BLC_PWM_CPU_CTL, 0);
6615 I915_WRITE(BLC_PWM_PCH_CTL1, PWM_ENABLE | (1<<30));
6616}
6617
Daniel Vetterf8175862012-04-10 15:50:11 +02006618void intel_modeset_init_hw(struct drm_device *dev)
6619{
6620 struct drm_i915_private *dev_priv = dev->dev_private;
6621
6622 intel_init_clock_gating(dev);
6623
6624 if (IS_IRONLAKE_M(dev)) {
6625 ironlake_enable_drps(dev);
6626 intel_init_emon(dev);
6627 }
6628
Jesse Barnesb6834bd2012-04-11 09:23:33 -07006629 if ((IS_GEN6(dev) || IS_GEN7(dev)) && !IS_VALLEYVIEW(dev)) {
Daniel Vetterf8175862012-04-10 15:50:11 +02006630 gen6_enable_rps(dev_priv);
6631 gen6_update_ring_freq(dev_priv);
6632 }
Jesse Barnesf82cfb62012-04-11 09:23:35 -07006633
6634 if (IS_IVYBRIDGE(dev))
6635 ivb_pch_pwm_override(dev);
Daniel Vetterf8175862012-04-10 15:50:11 +02006636}
6637
Jesse Barnes79e53942008-11-07 14:24:08 -08006638void intel_modeset_init(struct drm_device *dev)
6639{
Jesse Barnes652c3932009-08-17 13:31:43 -07006640 struct drm_i915_private *dev_priv = dev->dev_private;
Jesse Barnesb840d907f2011-12-13 13:19:38 -08006641 int i, ret;
Jesse Barnes79e53942008-11-07 14:24:08 -08006642
6643 drm_mode_config_init(dev);
6644
6645 dev->mode_config.min_width = 0;
6646 dev->mode_config.min_height = 0;
6647
Dave Airlie019d96c2011-09-29 16:20:42 +01006648 dev->mode_config.preferred_depth = 24;
6649 dev->mode_config.prefer_shadow = 1;
6650
Jesse Barnes79e53942008-11-07 14:24:08 -08006651 dev->mode_config.funcs = (void *)&intel_mode_funcs;
6652
Jesse Barnesb690e962010-07-19 13:53:12 -07006653 intel_init_quirks(dev);
6654
Eugeni Dodonov1fa61102012-04-18 15:29:26 -03006655 intel_init_pm(dev);
6656
Jesse Barnese70236a2009-09-21 10:42:27 -07006657 intel_init_display(dev);
6658
Chris Wilsona6c45cf2010-09-17 00:32:17 +01006659 if (IS_GEN2(dev)) {
6660 dev->mode_config.max_width = 2048;
6661 dev->mode_config.max_height = 2048;
6662 } else if (IS_GEN3(dev)) {
Keith Packard5e4d6fa2009-07-12 23:53:17 -07006663 dev->mode_config.max_width = 4096;
6664 dev->mode_config.max_height = 4096;
Jesse Barnes79e53942008-11-07 14:24:08 -08006665 } else {
Chris Wilsona6c45cf2010-09-17 00:32:17 +01006666 dev->mode_config.max_width = 8192;
6667 dev->mode_config.max_height = 8192;
Jesse Barnes79e53942008-11-07 14:24:08 -08006668 }
Chris Wilson35c30472010-12-22 14:07:12 +00006669 dev->mode_config.fb_base = dev->agp->base;
Jesse Barnes79e53942008-11-07 14:24:08 -08006670
Zhao Yakui28c97732009-10-09 11:39:41 +08006671 DRM_DEBUG_KMS("%d display pipe%s available.\n",
Dave Airliea3524f12010-06-06 18:59:41 +10006672 dev_priv->num_pipe, dev_priv->num_pipe > 1 ? "s" : "");
Jesse Barnes79e53942008-11-07 14:24:08 -08006673
Dave Airliea3524f12010-06-06 18:59:41 +10006674 for (i = 0; i < dev_priv->num_pipe; i++) {
Jesse Barnes79e53942008-11-07 14:24:08 -08006675 intel_crtc_init(dev, i);
Jesse Barnes00c2064b2012-01-13 15:48:39 -08006676 ret = intel_plane_init(dev, i);
6677 if (ret)
6678 DRM_DEBUG_KMS("plane %d init failed: %d\n", i, ret);
Jesse Barnes79e53942008-11-07 14:24:08 -08006679 }
6680
Jesse Barnesee7b9f92012-04-20 17:11:53 +01006681 intel_pch_pll_init(dev);
6682
Jesse Barnes9cce37f2010-08-13 15:11:26 -07006683 /* Just disable it once at startup */
6684 i915_disable_vga(dev);
Jesse Barnes79e53942008-11-07 14:24:08 -08006685 intel_setup_outputs(dev);
Jesse Barnes652c3932009-08-17 13:31:43 -07006686
Daniel Vetterf8175862012-04-10 15:50:11 +02006687 intel_modeset_init_hw(dev);
Jesse Barnes3b8d8d92010-12-17 14:19:02 -08006688
Jesse Barnes652c3932009-08-17 13:31:43 -07006689 INIT_WORK(&dev_priv->idle_work, intel_idle_update);
6690 setup_timer(&dev_priv->idle_timer, intel_gpu_idle_timer,
6691 (unsigned long)dev);
Chris Wilson2c7111d2011-03-29 10:40:27 +01006692}
6693
6694void intel_modeset_gem_init(struct drm_device *dev)
6695{
6696 if (IS_IRONLAKE_M(dev))
6697 ironlake_enable_rc6(dev);
Daniel Vetter02e792f2009-09-15 22:57:34 +02006698
6699 intel_setup_overlay(dev);
Jesse Barnes79e53942008-11-07 14:24:08 -08006700}
6701
6702void intel_modeset_cleanup(struct drm_device *dev)
6703{
Jesse Barnes652c3932009-08-17 13:31:43 -07006704 struct drm_i915_private *dev_priv = dev->dev_private;
6705 struct drm_crtc *crtc;
6706 struct intel_crtc *intel_crtc;
6707
Keith Packardf87ea762010-10-03 19:36:26 -07006708 drm_kms_helper_poll_fini(dev);
Jesse Barnes652c3932009-08-17 13:31:43 -07006709 mutex_lock(&dev->struct_mutex);
6710
Jesse Barnes723bfd72010-10-07 16:01:13 -07006711 intel_unregister_dsm_handler();
6712
6713
Jesse Barnes652c3932009-08-17 13:31:43 -07006714 list_for_each_entry(crtc, &dev->mode_config.crtc_list, head) {
6715 /* Skip inactive CRTCs */
6716 if (!crtc->fb)
6717 continue;
6718
6719 intel_crtc = to_intel_crtc(crtc);
Daniel Vetter3dec0092010-08-20 21:40:52 +02006720 intel_increase_pllclock(crtc);
Jesse Barnes652c3932009-08-17 13:31:43 -07006721 }
6722
Chris Wilson973d04f2011-07-08 12:22:37 +01006723 intel_disable_fbc(dev);
Jesse Barnese70236a2009-09-21 10:42:27 -07006724
Jesse Barnesf97108d2010-01-29 11:27:07 -08006725 if (IS_IRONLAKE_M(dev))
6726 ironlake_disable_drps(dev);
Jesse Barnesb6834bd2012-04-11 09:23:33 -07006727 if ((IS_GEN6(dev) || IS_GEN7(dev)) && !IS_VALLEYVIEW(dev))
Jesse Barnes3b8d8d92010-12-17 14:19:02 -08006728 gen6_disable_rps(dev);
Jesse Barnesf97108d2010-01-29 11:27:07 -08006729
Jesse Barnesd5bb0812011-01-05 12:01:26 -08006730 if (IS_IRONLAKE_M(dev))
6731 ironlake_disable_rc6(dev);
Chris Wilson0cdab212010-12-05 17:27:06 +00006732
Jesse Barnes57f350b2012-03-28 13:39:25 -07006733 if (IS_VALLEYVIEW(dev))
6734 vlv_init_dpio(dev);
6735
Kristian Høgsberg69341a52009-11-11 12:19:17 -05006736 mutex_unlock(&dev->struct_mutex);
6737
Daniel Vetter6c0d93502010-08-20 18:26:46 +02006738 /* Disable the irq before mode object teardown, for the irq might
6739 * enqueue unpin/hotplug work. */
6740 drm_irq_uninstall(dev);
6741 cancel_work_sync(&dev_priv->hotplug_work);
Daniel Vetter6fdd4d92011-09-08 14:00:22 +02006742 cancel_work_sync(&dev_priv->rps_work);
Daniel Vetter6c0d93502010-08-20 18:26:46 +02006743
Chris Wilson1630fe72011-07-08 12:22:42 +01006744 /* flush any delayed tasks or pending work */
6745 flush_scheduled_work();
6746
Daniel Vetter3dec0092010-08-20 21:40:52 +02006747 /* Shut off idle work before the crtcs get freed. */
6748 list_for_each_entry(crtc, &dev->mode_config.crtc_list, head) {
6749 intel_crtc = to_intel_crtc(crtc);
6750 del_timer_sync(&intel_crtc->idle_timer);
6751 }
6752 del_timer_sync(&dev_priv->idle_timer);
6753 cancel_work_sync(&dev_priv->idle_work);
6754
Jesse Barnes79e53942008-11-07 14:24:08 -08006755 drm_mode_config_cleanup(dev);
6756}
6757
Dave Airlie28d52042009-09-21 14:33:58 +10006758/*
Zhenyu Wangf1c79df2010-03-30 14:39:29 +08006759 * Return which encoder is currently attached for connector.
6760 */
Chris Wilsondf0e9242010-09-09 16:20:55 +01006761struct drm_encoder *intel_best_encoder(struct drm_connector *connector)
Jesse Barnes79e53942008-11-07 14:24:08 -08006762{
Chris Wilsondf0e9242010-09-09 16:20:55 +01006763 return &intel_attached_encoder(connector)->base;
6764}
Jesse Barnes79e53942008-11-07 14:24:08 -08006765
Chris Wilsondf0e9242010-09-09 16:20:55 +01006766void intel_connector_attach_encoder(struct intel_connector *connector,
6767 struct intel_encoder *encoder)
6768{
6769 connector->encoder = encoder;
6770 drm_mode_connector_attach_encoder(&connector->base,
6771 &encoder->base);
Jesse Barnes79e53942008-11-07 14:24:08 -08006772}
Dave Airlie28d52042009-09-21 14:33:58 +10006773
6774/*
6775 * set vga decode state - true == enable VGA decode
6776 */
6777int intel_modeset_vga_set_state(struct drm_device *dev, bool state)
6778{
6779 struct drm_i915_private *dev_priv = dev->dev_private;
6780 u16 gmch_ctrl;
6781
6782 pci_read_config_word(dev_priv->bridge_dev, INTEL_GMCH_CTRL, &gmch_ctrl);
6783 if (state)
6784 gmch_ctrl &= ~INTEL_GMCH_VGA_DISABLE;
6785 else
6786 gmch_ctrl |= INTEL_GMCH_VGA_DISABLE;
6787 pci_write_config_word(dev_priv->bridge_dev, INTEL_GMCH_CTRL, gmch_ctrl);
6788 return 0;
6789}
Chris Wilsonc4a1d9e2010-11-21 13:12:35 +00006790
6791#ifdef CONFIG_DEBUG_FS
6792#include <linux/seq_file.h>
6793
6794struct intel_display_error_state {
6795 struct intel_cursor_error_state {
6796 u32 control;
6797 u32 position;
6798 u32 base;
6799 u32 size;
6800 } cursor[2];
6801
6802 struct intel_pipe_error_state {
6803 u32 conf;
6804 u32 source;
6805
6806 u32 htotal;
6807 u32 hblank;
6808 u32 hsync;
6809 u32 vtotal;
6810 u32 vblank;
6811 u32 vsync;
6812 } pipe[2];
6813
6814 struct intel_plane_error_state {
6815 u32 control;
6816 u32 stride;
6817 u32 size;
6818 u32 pos;
6819 u32 addr;
6820 u32 surface;
6821 u32 tile_offset;
6822 } plane[2];
6823};
6824
6825struct intel_display_error_state *
6826intel_display_capture_error_state(struct drm_device *dev)
6827{
Akshay Joshi0206e352011-08-16 15:34:10 -04006828 drm_i915_private_t *dev_priv = dev->dev_private;
Chris Wilsonc4a1d9e2010-11-21 13:12:35 +00006829 struct intel_display_error_state *error;
6830 int i;
6831
6832 error = kmalloc(sizeof(*error), GFP_ATOMIC);
6833 if (error == NULL)
6834 return NULL;
6835
6836 for (i = 0; i < 2; i++) {
6837 error->cursor[i].control = I915_READ(CURCNTR(i));
6838 error->cursor[i].position = I915_READ(CURPOS(i));
6839 error->cursor[i].base = I915_READ(CURBASE(i));
6840
6841 error->plane[i].control = I915_READ(DSPCNTR(i));
6842 error->plane[i].stride = I915_READ(DSPSTRIDE(i));
6843 error->plane[i].size = I915_READ(DSPSIZE(i));
Akshay Joshi0206e352011-08-16 15:34:10 -04006844 error->plane[i].pos = I915_READ(DSPPOS(i));
Chris Wilsonc4a1d9e2010-11-21 13:12:35 +00006845 error->plane[i].addr = I915_READ(DSPADDR(i));
6846 if (INTEL_INFO(dev)->gen >= 4) {
6847 error->plane[i].surface = I915_READ(DSPSURF(i));
6848 error->plane[i].tile_offset = I915_READ(DSPTILEOFF(i));
6849 }
6850
6851 error->pipe[i].conf = I915_READ(PIPECONF(i));
6852 error->pipe[i].source = I915_READ(PIPESRC(i));
6853 error->pipe[i].htotal = I915_READ(HTOTAL(i));
6854 error->pipe[i].hblank = I915_READ(HBLANK(i));
6855 error->pipe[i].hsync = I915_READ(HSYNC(i));
6856 error->pipe[i].vtotal = I915_READ(VTOTAL(i));
6857 error->pipe[i].vblank = I915_READ(VBLANK(i));
6858 error->pipe[i].vsync = I915_READ(VSYNC(i));
6859 }
6860
6861 return error;
6862}
6863
6864void
6865intel_display_print_error_state(struct seq_file *m,
6866 struct drm_device *dev,
6867 struct intel_display_error_state *error)
6868{
6869 int i;
6870
6871 for (i = 0; i < 2; i++) {
6872 seq_printf(m, "Pipe [%d]:\n", i);
6873 seq_printf(m, " CONF: %08x\n", error->pipe[i].conf);
6874 seq_printf(m, " SRC: %08x\n", error->pipe[i].source);
6875 seq_printf(m, " HTOTAL: %08x\n", error->pipe[i].htotal);
6876 seq_printf(m, " HBLANK: %08x\n", error->pipe[i].hblank);
6877 seq_printf(m, " HSYNC: %08x\n", error->pipe[i].hsync);
6878 seq_printf(m, " VTOTAL: %08x\n", error->pipe[i].vtotal);
6879 seq_printf(m, " VBLANK: %08x\n", error->pipe[i].vblank);
6880 seq_printf(m, " VSYNC: %08x\n", error->pipe[i].vsync);
6881
6882 seq_printf(m, "Plane [%d]:\n", i);
6883 seq_printf(m, " CNTR: %08x\n", error->plane[i].control);
6884 seq_printf(m, " STRIDE: %08x\n", error->plane[i].stride);
6885 seq_printf(m, " SIZE: %08x\n", error->plane[i].size);
6886 seq_printf(m, " POS: %08x\n", error->plane[i].pos);
6887 seq_printf(m, " ADDR: %08x\n", error->plane[i].addr);
6888 if (INTEL_INFO(dev)->gen >= 4) {
6889 seq_printf(m, " SURF: %08x\n", error->plane[i].surface);
6890 seq_printf(m, " TILEOFF: %08x\n", error->plane[i].tile_offset);
6891 }
6892
6893 seq_printf(m, "Cursor [%d]:\n", i);
6894 seq_printf(m, " CNTR: %08x\n", error->cursor[i].control);
6895 seq_printf(m, " POS: %08x\n", error->cursor[i].position);
6896 seq_printf(m, " BASE: %08x\n", error->cursor[i].base);
6897 }
6898}
6899#endif