blob: bb049a178632f168facf0e60c6c06f6caf61e819 [file] [log] [blame]
Jesse Barnes79e53942008-11-07 14:24:08 -08001/*
2 * Copyright © 2006-2007 Intel Corporation
3 *
4 * Permission is hereby granted, free of charge, to any person obtaining a
5 * copy of this software and associated documentation files (the "Software"),
6 * to deal in the Software without restriction, including without limitation
7 * the rights to use, copy, modify, merge, publish, distribute, sublicense,
8 * and/or sell copies of the Software, and to permit persons to whom the
9 * Software is furnished to do so, subject to the following conditions:
10 *
11 * The above copyright notice and this permission notice (including the next
12 * paragraph) shall be included in all copies or substantial portions of the
13 * Software.
14 *
15 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16 * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17 * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
18 * THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19 * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
20 * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
21 * DEALINGS IN THE SOFTWARE.
22 *
23 * Authors:
24 * Eric Anholt <eric@anholt.net>
25 */
26
Daniel Vetter618563e2012-04-01 13:38:50 +020027#include <linux/dmi.h>
Jesse Barnesc1c7af62009-09-10 15:28:03 -070028#include <linux/module.h>
29#include <linux/input.h>
Jesse Barnes79e53942008-11-07 14:24:08 -080030#include <linux/i2c.h>
Shaohua Li7662c8b2009-06-26 11:23:55 +080031#include <linux/kernel.h>
Tejun Heo5a0e3ad2010-03-24 17:04:11 +090032#include <linux/slab.h>
Jesse Barnes9cce37f2010-08-13 15:11:26 -070033#include <linux/vgaarb.h>
Wu Fengguange0dac652011-09-05 14:25:34 +080034#include <drm/drm_edid.h>
Jesse Barnes79e53942008-11-07 14:24:08 -080035#include "drmP.h"
36#include "intel_drv.h"
37#include "i915_drm.h"
38#include "i915_drv.h"
Jesse Barnese5510fa2010-07-01 16:48:37 -070039#include "i915_trace.h"
Dave Airlieab2c0672009-12-04 10:55:24 +100040#include "drm_dp_helper.h"
Jesse Barnes79e53942008-11-07 14:24:08 -080041#include "drm_crtc_helper.h"
Keith Packardc0f372b32011-11-16 22:24:52 -080042#include <linux/dma_remapping.h>
Jesse Barnes79e53942008-11-07 14:24:08 -080043
Zhenyu Wang32f9d652009-07-24 01:00:32 +080044#define HAS_eDP (intel_pipe_has_type(crtc, INTEL_OUTPUT_EDP))
45
Akshay Joshi0206e352011-08-16 15:34:10 -040046bool intel_pipe_has_type(struct drm_crtc *crtc, int type);
Daniel Vetter3dec0092010-08-20 21:40:52 +020047static void intel_increase_pllclock(struct drm_crtc *crtc);
Chris Wilson6b383a72010-09-13 13:54:26 +010048static void intel_crtc_update_cursor(struct drm_crtc *crtc, bool on);
Jesse Barnes79e53942008-11-07 14:24:08 -080049
50typedef struct {
Akshay Joshi0206e352011-08-16 15:34:10 -040051 /* given values */
52 int n;
53 int m1, m2;
54 int p1, p2;
55 /* derived values */
56 int dot;
57 int vco;
58 int m;
59 int p;
Jesse Barnes79e53942008-11-07 14:24:08 -080060} intel_clock_t;
61
62typedef struct {
Akshay Joshi0206e352011-08-16 15:34:10 -040063 int min, max;
Jesse Barnes79e53942008-11-07 14:24:08 -080064} intel_range_t;
65
66typedef struct {
Akshay Joshi0206e352011-08-16 15:34:10 -040067 int dot_limit;
68 int p2_slow, p2_fast;
Jesse Barnes79e53942008-11-07 14:24:08 -080069} intel_p2_t;
70
71#define INTEL_P2_NUM 2
Ma Lingd4906092009-03-18 20:13:27 +080072typedef struct intel_limit intel_limit_t;
73struct intel_limit {
Akshay Joshi0206e352011-08-16 15:34:10 -040074 intel_range_t dot, vco, n, m, m1, m2, p, p1;
75 intel_p2_t p2;
76 bool (* find_pll)(const intel_limit_t *, struct drm_crtc *,
Sean Paulcec2f352012-01-10 15:09:36 -080077 int, int, intel_clock_t *, intel_clock_t *);
Ma Lingd4906092009-03-18 20:13:27 +080078};
Jesse Barnes79e53942008-11-07 14:24:08 -080079
Jesse Barnes2377b742010-07-07 14:06:43 -070080/* FDI */
81#define IRONLAKE_FDI_FREQ 2700000 /* in kHz for mode->clock */
82
Ma Lingd4906092009-03-18 20:13:27 +080083static bool
84intel_find_best_PLL(const intel_limit_t *limit, struct drm_crtc *crtc,
Sean Paulcec2f352012-01-10 15:09:36 -080085 int target, int refclk, intel_clock_t *match_clock,
86 intel_clock_t *best_clock);
Ma Lingd4906092009-03-18 20:13:27 +080087static bool
88intel_g4x_find_best_PLL(const intel_limit_t *limit, struct drm_crtc *crtc,
Sean Paulcec2f352012-01-10 15:09:36 -080089 int target, int refclk, intel_clock_t *match_clock,
90 intel_clock_t *best_clock);
Jesse Barnes79e53942008-11-07 14:24:08 -080091
Keith Packarda4fc5ed2009-04-07 16:16:42 -070092static bool
93intel_find_pll_g4x_dp(const intel_limit_t *, struct drm_crtc *crtc,
Sean Paulcec2f352012-01-10 15:09:36 -080094 int target, int refclk, intel_clock_t *match_clock,
95 intel_clock_t *best_clock);
Zhenyu Wang5eb08b62009-07-24 01:00:31 +080096static bool
Adam Jacksonf2b115e2009-12-03 17:14:42 -050097intel_find_pll_ironlake_dp(const intel_limit_t *, struct drm_crtc *crtc,
Sean Paulcec2f352012-01-10 15:09:36 -080098 int target, int refclk, intel_clock_t *match_clock,
99 intel_clock_t *best_clock);
Keith Packarda4fc5ed2009-04-07 16:16:42 -0700100
Chris Wilson021357a2010-09-07 20:54:59 +0100101static inline u32 /* units of 100MHz */
102intel_fdi_link_freq(struct drm_device *dev)
103{
Chris Wilson8b99e682010-10-13 09:59:17 +0100104 if (IS_GEN5(dev)) {
105 struct drm_i915_private *dev_priv = dev->dev_private;
106 return (I915_READ(FDI_PLL_BIOS_0) & FDI_PLL_FB_CLOCK_MASK) + 2;
107 } else
108 return 27;
Chris Wilson021357a2010-09-07 20:54:59 +0100109}
110
Keith Packarde4b36692009-06-05 19:22:17 -0700111static const intel_limit_t intel_limits_i8xx_dvo = {
Akshay Joshi0206e352011-08-16 15:34:10 -0400112 .dot = { .min = 25000, .max = 350000 },
113 .vco = { .min = 930000, .max = 1400000 },
114 .n = { .min = 3, .max = 16 },
115 .m = { .min = 96, .max = 140 },
116 .m1 = { .min = 18, .max = 26 },
117 .m2 = { .min = 6, .max = 16 },
118 .p = { .min = 4, .max = 128 },
119 .p1 = { .min = 2, .max = 33 },
Eric Anholt273e27c2011-03-30 13:01:10 -0700120 .p2 = { .dot_limit = 165000,
121 .p2_slow = 4, .p2_fast = 2 },
Ma Lingd4906092009-03-18 20:13:27 +0800122 .find_pll = intel_find_best_PLL,
Keith Packarde4b36692009-06-05 19:22:17 -0700123};
124
125static const intel_limit_t intel_limits_i8xx_lvds = {
Akshay Joshi0206e352011-08-16 15:34:10 -0400126 .dot = { .min = 25000, .max = 350000 },
127 .vco = { .min = 930000, .max = 1400000 },
128 .n = { .min = 3, .max = 16 },
129 .m = { .min = 96, .max = 140 },
130 .m1 = { .min = 18, .max = 26 },
131 .m2 = { .min = 6, .max = 16 },
132 .p = { .min = 4, .max = 128 },
133 .p1 = { .min = 1, .max = 6 },
Eric Anholt273e27c2011-03-30 13:01:10 -0700134 .p2 = { .dot_limit = 165000,
135 .p2_slow = 14, .p2_fast = 7 },
Ma Lingd4906092009-03-18 20:13:27 +0800136 .find_pll = intel_find_best_PLL,
Keith Packarde4b36692009-06-05 19:22:17 -0700137};
Eric Anholt273e27c2011-03-30 13:01:10 -0700138
Keith Packarde4b36692009-06-05 19:22:17 -0700139static const intel_limit_t intel_limits_i9xx_sdvo = {
Akshay Joshi0206e352011-08-16 15:34:10 -0400140 .dot = { .min = 20000, .max = 400000 },
141 .vco = { .min = 1400000, .max = 2800000 },
142 .n = { .min = 1, .max = 6 },
143 .m = { .min = 70, .max = 120 },
144 .m1 = { .min = 10, .max = 22 },
145 .m2 = { .min = 5, .max = 9 },
146 .p = { .min = 5, .max = 80 },
147 .p1 = { .min = 1, .max = 8 },
Eric Anholt273e27c2011-03-30 13:01:10 -0700148 .p2 = { .dot_limit = 200000,
149 .p2_slow = 10, .p2_fast = 5 },
Ma Lingd4906092009-03-18 20:13:27 +0800150 .find_pll = intel_find_best_PLL,
Keith Packarde4b36692009-06-05 19:22:17 -0700151};
152
153static const intel_limit_t intel_limits_i9xx_lvds = {
Akshay Joshi0206e352011-08-16 15:34:10 -0400154 .dot = { .min = 20000, .max = 400000 },
155 .vco = { .min = 1400000, .max = 2800000 },
156 .n = { .min = 1, .max = 6 },
157 .m = { .min = 70, .max = 120 },
158 .m1 = { .min = 10, .max = 22 },
159 .m2 = { .min = 5, .max = 9 },
160 .p = { .min = 7, .max = 98 },
161 .p1 = { .min = 1, .max = 8 },
Eric Anholt273e27c2011-03-30 13:01:10 -0700162 .p2 = { .dot_limit = 112000,
163 .p2_slow = 14, .p2_fast = 7 },
Ma Lingd4906092009-03-18 20:13:27 +0800164 .find_pll = intel_find_best_PLL,
Keith Packarde4b36692009-06-05 19:22:17 -0700165};
166
Eric Anholt273e27c2011-03-30 13:01:10 -0700167
Keith Packarde4b36692009-06-05 19:22:17 -0700168static const intel_limit_t intel_limits_g4x_sdvo = {
Eric Anholt273e27c2011-03-30 13:01:10 -0700169 .dot = { .min = 25000, .max = 270000 },
170 .vco = { .min = 1750000, .max = 3500000},
171 .n = { .min = 1, .max = 4 },
172 .m = { .min = 104, .max = 138 },
173 .m1 = { .min = 17, .max = 23 },
174 .m2 = { .min = 5, .max = 11 },
175 .p = { .min = 10, .max = 30 },
176 .p1 = { .min = 1, .max = 3},
177 .p2 = { .dot_limit = 270000,
178 .p2_slow = 10,
179 .p2_fast = 10
Ma Ling044c7c42009-03-18 20:13:23 +0800180 },
Ma Lingd4906092009-03-18 20:13:27 +0800181 .find_pll = intel_g4x_find_best_PLL,
Keith Packarde4b36692009-06-05 19:22:17 -0700182};
183
184static const intel_limit_t intel_limits_g4x_hdmi = {
Eric Anholt273e27c2011-03-30 13:01:10 -0700185 .dot = { .min = 22000, .max = 400000 },
186 .vco = { .min = 1750000, .max = 3500000},
187 .n = { .min = 1, .max = 4 },
188 .m = { .min = 104, .max = 138 },
189 .m1 = { .min = 16, .max = 23 },
190 .m2 = { .min = 5, .max = 11 },
191 .p = { .min = 5, .max = 80 },
192 .p1 = { .min = 1, .max = 8},
193 .p2 = { .dot_limit = 165000,
194 .p2_slow = 10, .p2_fast = 5 },
Ma Lingd4906092009-03-18 20:13:27 +0800195 .find_pll = intel_g4x_find_best_PLL,
Keith Packarde4b36692009-06-05 19:22:17 -0700196};
197
198static const intel_limit_t intel_limits_g4x_single_channel_lvds = {
Eric Anholt273e27c2011-03-30 13:01:10 -0700199 .dot = { .min = 20000, .max = 115000 },
200 .vco = { .min = 1750000, .max = 3500000 },
201 .n = { .min = 1, .max = 3 },
202 .m = { .min = 104, .max = 138 },
203 .m1 = { .min = 17, .max = 23 },
204 .m2 = { .min = 5, .max = 11 },
205 .p = { .min = 28, .max = 112 },
206 .p1 = { .min = 2, .max = 8 },
207 .p2 = { .dot_limit = 0,
208 .p2_slow = 14, .p2_fast = 14
Ma Ling044c7c42009-03-18 20:13:23 +0800209 },
Ma Lingd4906092009-03-18 20:13:27 +0800210 .find_pll = intel_g4x_find_best_PLL,
Keith Packarde4b36692009-06-05 19:22:17 -0700211};
212
213static const intel_limit_t intel_limits_g4x_dual_channel_lvds = {
Eric Anholt273e27c2011-03-30 13:01:10 -0700214 .dot = { .min = 80000, .max = 224000 },
215 .vco = { .min = 1750000, .max = 3500000 },
216 .n = { .min = 1, .max = 3 },
217 .m = { .min = 104, .max = 138 },
218 .m1 = { .min = 17, .max = 23 },
219 .m2 = { .min = 5, .max = 11 },
220 .p = { .min = 14, .max = 42 },
221 .p1 = { .min = 2, .max = 6 },
222 .p2 = { .dot_limit = 0,
223 .p2_slow = 7, .p2_fast = 7
Ma Ling044c7c42009-03-18 20:13:23 +0800224 },
Ma Lingd4906092009-03-18 20:13:27 +0800225 .find_pll = intel_g4x_find_best_PLL,
Keith Packarde4b36692009-06-05 19:22:17 -0700226};
227
228static const intel_limit_t intel_limits_g4x_display_port = {
Akshay Joshi0206e352011-08-16 15:34:10 -0400229 .dot = { .min = 161670, .max = 227000 },
230 .vco = { .min = 1750000, .max = 3500000},
231 .n = { .min = 1, .max = 2 },
232 .m = { .min = 97, .max = 108 },
233 .m1 = { .min = 0x10, .max = 0x12 },
234 .m2 = { .min = 0x05, .max = 0x06 },
235 .p = { .min = 10, .max = 20 },
236 .p1 = { .min = 1, .max = 2},
237 .p2 = { .dot_limit = 0,
Eric Anholt273e27c2011-03-30 13:01:10 -0700238 .p2_slow = 10, .p2_fast = 10 },
Akshay Joshi0206e352011-08-16 15:34:10 -0400239 .find_pll = intel_find_pll_g4x_dp,
Keith Packarde4b36692009-06-05 19:22:17 -0700240};
241
Adam Jacksonf2b115e2009-12-03 17:14:42 -0500242static const intel_limit_t intel_limits_pineview_sdvo = {
Akshay Joshi0206e352011-08-16 15:34:10 -0400243 .dot = { .min = 20000, .max = 400000},
244 .vco = { .min = 1700000, .max = 3500000 },
Eric Anholt273e27c2011-03-30 13:01:10 -0700245 /* Pineview's Ncounter is a ring counter */
Akshay Joshi0206e352011-08-16 15:34:10 -0400246 .n = { .min = 3, .max = 6 },
247 .m = { .min = 2, .max = 256 },
Eric Anholt273e27c2011-03-30 13:01:10 -0700248 /* Pineview only has one combined m divider, which we treat as m2. */
Akshay Joshi0206e352011-08-16 15:34:10 -0400249 .m1 = { .min = 0, .max = 0 },
250 .m2 = { .min = 0, .max = 254 },
251 .p = { .min = 5, .max = 80 },
252 .p1 = { .min = 1, .max = 8 },
Eric Anholt273e27c2011-03-30 13:01:10 -0700253 .p2 = { .dot_limit = 200000,
254 .p2_slow = 10, .p2_fast = 5 },
Shaohua Li61157072009-04-03 15:24:43 +0800255 .find_pll = intel_find_best_PLL,
Keith Packarde4b36692009-06-05 19:22:17 -0700256};
257
Adam Jacksonf2b115e2009-12-03 17:14:42 -0500258static const intel_limit_t intel_limits_pineview_lvds = {
Akshay Joshi0206e352011-08-16 15:34:10 -0400259 .dot = { .min = 20000, .max = 400000 },
260 .vco = { .min = 1700000, .max = 3500000 },
261 .n = { .min = 3, .max = 6 },
262 .m = { .min = 2, .max = 256 },
263 .m1 = { .min = 0, .max = 0 },
264 .m2 = { .min = 0, .max = 254 },
265 .p = { .min = 7, .max = 112 },
266 .p1 = { .min = 1, .max = 8 },
Eric Anholt273e27c2011-03-30 13:01:10 -0700267 .p2 = { .dot_limit = 112000,
268 .p2_slow = 14, .p2_fast = 14 },
Shaohua Li61157072009-04-03 15:24:43 +0800269 .find_pll = intel_find_best_PLL,
Keith Packarde4b36692009-06-05 19:22:17 -0700270};
271
Eric Anholt273e27c2011-03-30 13:01:10 -0700272/* Ironlake / Sandybridge
273 *
274 * We calculate clock using (register_value + 2) for N/M1/M2, so here
275 * the range value for them is (actual_value - 2).
276 */
Zhenyu Wangb91ad0e2010-02-05 09:14:17 +0800277static const intel_limit_t intel_limits_ironlake_dac = {
Eric Anholt273e27c2011-03-30 13:01:10 -0700278 .dot = { .min = 25000, .max = 350000 },
279 .vco = { .min = 1760000, .max = 3510000 },
280 .n = { .min = 1, .max = 5 },
281 .m = { .min = 79, .max = 127 },
282 .m1 = { .min = 12, .max = 22 },
283 .m2 = { .min = 5, .max = 9 },
284 .p = { .min = 5, .max = 80 },
285 .p1 = { .min = 1, .max = 8 },
286 .p2 = { .dot_limit = 225000,
287 .p2_slow = 10, .p2_fast = 5 },
Zhao Yakui45476682009-12-31 16:06:04 +0800288 .find_pll = intel_g4x_find_best_PLL,
Keith Packarde4b36692009-06-05 19:22:17 -0700289};
290
Zhenyu Wangb91ad0e2010-02-05 09:14:17 +0800291static const intel_limit_t intel_limits_ironlake_single_lvds = {
Eric Anholt273e27c2011-03-30 13:01:10 -0700292 .dot = { .min = 25000, .max = 350000 },
293 .vco = { .min = 1760000, .max = 3510000 },
294 .n = { .min = 1, .max = 3 },
295 .m = { .min = 79, .max = 118 },
296 .m1 = { .min = 12, .max = 22 },
297 .m2 = { .min = 5, .max = 9 },
298 .p = { .min = 28, .max = 112 },
299 .p1 = { .min = 2, .max = 8 },
300 .p2 = { .dot_limit = 225000,
301 .p2_slow = 14, .p2_fast = 14 },
Zhenyu Wangb91ad0e2010-02-05 09:14:17 +0800302 .find_pll = intel_g4x_find_best_PLL,
303};
304
305static const intel_limit_t intel_limits_ironlake_dual_lvds = {
Eric Anholt273e27c2011-03-30 13:01:10 -0700306 .dot = { .min = 25000, .max = 350000 },
307 .vco = { .min = 1760000, .max = 3510000 },
308 .n = { .min = 1, .max = 3 },
309 .m = { .min = 79, .max = 127 },
310 .m1 = { .min = 12, .max = 22 },
311 .m2 = { .min = 5, .max = 9 },
312 .p = { .min = 14, .max = 56 },
313 .p1 = { .min = 2, .max = 8 },
314 .p2 = { .dot_limit = 225000,
315 .p2_slow = 7, .p2_fast = 7 },
Zhenyu Wangb91ad0e2010-02-05 09:14:17 +0800316 .find_pll = intel_g4x_find_best_PLL,
317};
318
Eric Anholt273e27c2011-03-30 13:01:10 -0700319/* LVDS 100mhz refclk limits. */
Zhenyu Wangb91ad0e2010-02-05 09:14:17 +0800320static const intel_limit_t intel_limits_ironlake_single_lvds_100m = {
Eric Anholt273e27c2011-03-30 13:01:10 -0700321 .dot = { .min = 25000, .max = 350000 },
322 .vco = { .min = 1760000, .max = 3510000 },
323 .n = { .min = 1, .max = 2 },
324 .m = { .min = 79, .max = 126 },
325 .m1 = { .min = 12, .max = 22 },
326 .m2 = { .min = 5, .max = 9 },
327 .p = { .min = 28, .max = 112 },
Akshay Joshi0206e352011-08-16 15:34:10 -0400328 .p1 = { .min = 2, .max = 8 },
Eric Anholt273e27c2011-03-30 13:01:10 -0700329 .p2 = { .dot_limit = 225000,
330 .p2_slow = 14, .p2_fast = 14 },
Zhenyu Wangb91ad0e2010-02-05 09:14:17 +0800331 .find_pll = intel_g4x_find_best_PLL,
332};
333
334static const intel_limit_t intel_limits_ironlake_dual_lvds_100m = {
Eric Anholt273e27c2011-03-30 13:01:10 -0700335 .dot = { .min = 25000, .max = 350000 },
336 .vco = { .min = 1760000, .max = 3510000 },
337 .n = { .min = 1, .max = 3 },
338 .m = { .min = 79, .max = 126 },
339 .m1 = { .min = 12, .max = 22 },
340 .m2 = { .min = 5, .max = 9 },
341 .p = { .min = 14, .max = 42 },
Akshay Joshi0206e352011-08-16 15:34:10 -0400342 .p1 = { .min = 2, .max = 6 },
Eric Anholt273e27c2011-03-30 13:01:10 -0700343 .p2 = { .dot_limit = 225000,
344 .p2_slow = 7, .p2_fast = 7 },
Zhao Yakui45476682009-12-31 16:06:04 +0800345 .find_pll = intel_g4x_find_best_PLL,
346};
347
348static const intel_limit_t intel_limits_ironlake_display_port = {
Akshay Joshi0206e352011-08-16 15:34:10 -0400349 .dot = { .min = 25000, .max = 350000 },
350 .vco = { .min = 1760000, .max = 3510000},
351 .n = { .min = 1, .max = 2 },
352 .m = { .min = 81, .max = 90 },
353 .m1 = { .min = 12, .max = 22 },
354 .m2 = { .min = 5, .max = 9 },
355 .p = { .min = 10, .max = 20 },
356 .p1 = { .min = 1, .max = 2},
357 .p2 = { .dot_limit = 0,
Eric Anholt273e27c2011-03-30 13:01:10 -0700358 .p2_slow = 10, .p2_fast = 10 },
Akshay Joshi0206e352011-08-16 15:34:10 -0400359 .find_pll = intel_find_pll_ironlake_dp,
Jesse Barnes79e53942008-11-07 14:24:08 -0800360};
361
Jesse Barnes57f350b2012-03-28 13:39:25 -0700362u32 intel_dpio_read(struct drm_i915_private *dev_priv, int reg)
363{
364 unsigned long flags;
365 u32 val = 0;
366
367 spin_lock_irqsave(&dev_priv->dpio_lock, flags);
368 if (wait_for_atomic_us((I915_READ(DPIO_PKT) & DPIO_BUSY) == 0, 100)) {
369 DRM_ERROR("DPIO idle wait timed out\n");
370 goto out_unlock;
371 }
372
373 I915_WRITE(DPIO_REG, reg);
374 I915_WRITE(DPIO_PKT, DPIO_RID | DPIO_OP_READ | DPIO_PORTID |
375 DPIO_BYTE);
376 if (wait_for_atomic_us((I915_READ(DPIO_PKT) & DPIO_BUSY) == 0, 100)) {
377 DRM_ERROR("DPIO read wait timed out\n");
378 goto out_unlock;
379 }
380 val = I915_READ(DPIO_DATA);
381
382out_unlock:
383 spin_unlock_irqrestore(&dev_priv->dpio_lock, flags);
384 return val;
385}
386
Jesse Barnes57f350b2012-03-28 13:39:25 -0700387static void vlv_init_dpio(struct drm_device *dev)
388{
389 struct drm_i915_private *dev_priv = dev->dev_private;
390
391 /* Reset the DPIO config */
392 I915_WRITE(DPIO_CTL, 0);
393 POSTING_READ(DPIO_CTL);
394 I915_WRITE(DPIO_CTL, 1);
395 POSTING_READ(DPIO_CTL);
396}
397
Daniel Vetter618563e2012-04-01 13:38:50 +0200398static int intel_dual_link_lvds_callback(const struct dmi_system_id *id)
399{
400 DRM_INFO("Forcing lvds to dual link mode on %s\n", id->ident);
401 return 1;
402}
403
404static const struct dmi_system_id intel_dual_link_lvds[] = {
405 {
406 .callback = intel_dual_link_lvds_callback,
407 .ident = "Apple MacBook Pro (Core i5/i7 Series)",
408 .matches = {
409 DMI_MATCH(DMI_SYS_VENDOR, "Apple Inc."),
410 DMI_MATCH(DMI_PRODUCT_NAME, "MacBookPro8,2"),
411 },
412 },
413 { } /* terminating entry */
414};
415
Takashi Iwaib0354382012-03-20 13:07:05 +0100416static bool is_dual_link_lvds(struct drm_i915_private *dev_priv,
417 unsigned int reg)
418{
419 unsigned int val;
420
Takashi Iwai121d5272012-03-20 13:07:06 +0100421 /* use the module option value if specified */
422 if (i915_lvds_channel_mode > 0)
423 return i915_lvds_channel_mode == 2;
424
Daniel Vetter618563e2012-04-01 13:38:50 +0200425 if (dmi_check_system(intel_dual_link_lvds))
426 return true;
427
Takashi Iwaib0354382012-03-20 13:07:05 +0100428 if (dev_priv->lvds_val)
429 val = dev_priv->lvds_val;
430 else {
431 /* BIOS should set the proper LVDS register value at boot, but
432 * in reality, it doesn't set the value when the lid is closed;
433 * we need to check "the value to be set" in VBT when LVDS
434 * register is uninitialized.
435 */
436 val = I915_READ(reg);
437 if (!(val & ~LVDS_DETECTED))
438 val = dev_priv->bios_lvds_val;
439 dev_priv->lvds_val = val;
440 }
441 return (val & LVDS_CLKB_POWER_MASK) == LVDS_CLKB_POWER_UP;
442}
443
Chris Wilson1b894b52010-12-14 20:04:54 +0000444static const intel_limit_t *intel_ironlake_limit(struct drm_crtc *crtc,
445 int refclk)
Zhenyu Wang2c072452009-06-05 15:38:42 +0800446{
Zhenyu Wangb91ad0e2010-02-05 09:14:17 +0800447 struct drm_device *dev = crtc->dev;
448 struct drm_i915_private *dev_priv = dev->dev_private;
Zhenyu Wang2c072452009-06-05 15:38:42 +0800449 const intel_limit_t *limit;
Zhenyu Wangb91ad0e2010-02-05 09:14:17 +0800450
451 if (intel_pipe_has_type(crtc, INTEL_OUTPUT_LVDS)) {
Takashi Iwaib0354382012-03-20 13:07:05 +0100452 if (is_dual_link_lvds(dev_priv, PCH_LVDS)) {
Zhenyu Wangb91ad0e2010-02-05 09:14:17 +0800453 /* LVDS dual channel */
Chris Wilson1b894b52010-12-14 20:04:54 +0000454 if (refclk == 100000)
Zhenyu Wangb91ad0e2010-02-05 09:14:17 +0800455 limit = &intel_limits_ironlake_dual_lvds_100m;
456 else
457 limit = &intel_limits_ironlake_dual_lvds;
458 } else {
Chris Wilson1b894b52010-12-14 20:04:54 +0000459 if (refclk == 100000)
Zhenyu Wangb91ad0e2010-02-05 09:14:17 +0800460 limit = &intel_limits_ironlake_single_lvds_100m;
461 else
462 limit = &intel_limits_ironlake_single_lvds;
463 }
464 } else if (intel_pipe_has_type(crtc, INTEL_OUTPUT_DISPLAYPORT) ||
Zhao Yakui45476682009-12-31 16:06:04 +0800465 HAS_eDP)
466 limit = &intel_limits_ironlake_display_port;
Zhenyu Wang2c072452009-06-05 15:38:42 +0800467 else
Zhenyu Wangb91ad0e2010-02-05 09:14:17 +0800468 limit = &intel_limits_ironlake_dac;
Zhenyu Wang2c072452009-06-05 15:38:42 +0800469
470 return limit;
471}
472
Ma Ling044c7c42009-03-18 20:13:23 +0800473static const intel_limit_t *intel_g4x_limit(struct drm_crtc *crtc)
474{
475 struct drm_device *dev = crtc->dev;
476 struct drm_i915_private *dev_priv = dev->dev_private;
477 const intel_limit_t *limit;
478
479 if (intel_pipe_has_type(crtc, INTEL_OUTPUT_LVDS)) {
Takashi Iwaib0354382012-03-20 13:07:05 +0100480 if (is_dual_link_lvds(dev_priv, LVDS))
Ma Ling044c7c42009-03-18 20:13:23 +0800481 /* LVDS with dual channel */
Keith Packarde4b36692009-06-05 19:22:17 -0700482 limit = &intel_limits_g4x_dual_channel_lvds;
Ma Ling044c7c42009-03-18 20:13:23 +0800483 else
484 /* LVDS with dual channel */
Keith Packarde4b36692009-06-05 19:22:17 -0700485 limit = &intel_limits_g4x_single_channel_lvds;
Ma Ling044c7c42009-03-18 20:13:23 +0800486 } else if (intel_pipe_has_type(crtc, INTEL_OUTPUT_HDMI) ||
487 intel_pipe_has_type(crtc, INTEL_OUTPUT_ANALOG)) {
Keith Packarde4b36692009-06-05 19:22:17 -0700488 limit = &intel_limits_g4x_hdmi;
Ma Ling044c7c42009-03-18 20:13:23 +0800489 } else if (intel_pipe_has_type(crtc, INTEL_OUTPUT_SDVO)) {
Keith Packarde4b36692009-06-05 19:22:17 -0700490 limit = &intel_limits_g4x_sdvo;
Akshay Joshi0206e352011-08-16 15:34:10 -0400491 } else if (intel_pipe_has_type(crtc, INTEL_OUTPUT_DISPLAYPORT)) {
Keith Packarde4b36692009-06-05 19:22:17 -0700492 limit = &intel_limits_g4x_display_port;
Ma Ling044c7c42009-03-18 20:13:23 +0800493 } else /* The option is for other outputs */
Keith Packarde4b36692009-06-05 19:22:17 -0700494 limit = &intel_limits_i9xx_sdvo;
Ma Ling044c7c42009-03-18 20:13:23 +0800495
496 return limit;
497}
498
Chris Wilson1b894b52010-12-14 20:04:54 +0000499static const intel_limit_t *intel_limit(struct drm_crtc *crtc, int refclk)
Jesse Barnes79e53942008-11-07 14:24:08 -0800500{
501 struct drm_device *dev = crtc->dev;
502 const intel_limit_t *limit;
503
Eric Anholtbad720f2009-10-22 16:11:14 -0700504 if (HAS_PCH_SPLIT(dev))
Chris Wilson1b894b52010-12-14 20:04:54 +0000505 limit = intel_ironlake_limit(crtc, refclk);
Zhenyu Wang2c072452009-06-05 15:38:42 +0800506 else if (IS_G4X(dev)) {
Ma Ling044c7c42009-03-18 20:13:23 +0800507 limit = intel_g4x_limit(crtc);
Adam Jacksonf2b115e2009-12-03 17:14:42 -0500508 } else if (IS_PINEVIEW(dev)) {
Shaohua Li21778322009-02-23 15:19:16 +0800509 if (intel_pipe_has_type(crtc, INTEL_OUTPUT_LVDS))
Adam Jacksonf2b115e2009-12-03 17:14:42 -0500510 limit = &intel_limits_pineview_lvds;
Shaohua Li21778322009-02-23 15:19:16 +0800511 else
Adam Jacksonf2b115e2009-12-03 17:14:42 -0500512 limit = &intel_limits_pineview_sdvo;
Chris Wilsona6c45cf2010-09-17 00:32:17 +0100513 } else if (!IS_GEN2(dev)) {
514 if (intel_pipe_has_type(crtc, INTEL_OUTPUT_LVDS))
515 limit = &intel_limits_i9xx_lvds;
516 else
517 limit = &intel_limits_i9xx_sdvo;
Jesse Barnes79e53942008-11-07 14:24:08 -0800518 } else {
519 if (intel_pipe_has_type(crtc, INTEL_OUTPUT_LVDS))
Keith Packarde4b36692009-06-05 19:22:17 -0700520 limit = &intel_limits_i8xx_lvds;
Jesse Barnes79e53942008-11-07 14:24:08 -0800521 else
Keith Packarde4b36692009-06-05 19:22:17 -0700522 limit = &intel_limits_i8xx_dvo;
Jesse Barnes79e53942008-11-07 14:24:08 -0800523 }
524 return limit;
525}
526
Adam Jacksonf2b115e2009-12-03 17:14:42 -0500527/* m1 is reserved as 0 in Pineview, n is a ring counter */
528static void pineview_clock(int refclk, intel_clock_t *clock)
Jesse Barnes79e53942008-11-07 14:24:08 -0800529{
Shaohua Li21778322009-02-23 15:19:16 +0800530 clock->m = clock->m2 + 2;
531 clock->p = clock->p1 * clock->p2;
532 clock->vco = refclk * clock->m / clock->n;
533 clock->dot = clock->vco / clock->p;
534}
535
536static void intel_clock(struct drm_device *dev, int refclk, intel_clock_t *clock)
537{
Adam Jacksonf2b115e2009-12-03 17:14:42 -0500538 if (IS_PINEVIEW(dev)) {
539 pineview_clock(refclk, clock);
Shaohua Li21778322009-02-23 15:19:16 +0800540 return;
541 }
Jesse Barnes79e53942008-11-07 14:24:08 -0800542 clock->m = 5 * (clock->m1 + 2) + (clock->m2 + 2);
543 clock->p = clock->p1 * clock->p2;
544 clock->vco = refclk * clock->m / (clock->n + 2);
545 clock->dot = clock->vco / clock->p;
546}
547
Jesse Barnes79e53942008-11-07 14:24:08 -0800548/**
549 * Returns whether any output on the specified pipe is of the specified type
550 */
Chris Wilson4ef69c72010-09-09 15:14:28 +0100551bool intel_pipe_has_type(struct drm_crtc *crtc, int type)
Jesse Barnes79e53942008-11-07 14:24:08 -0800552{
Chris Wilson4ef69c72010-09-09 15:14:28 +0100553 struct drm_device *dev = crtc->dev;
554 struct drm_mode_config *mode_config = &dev->mode_config;
555 struct intel_encoder *encoder;
Jesse Barnes79e53942008-11-07 14:24:08 -0800556
Chris Wilson4ef69c72010-09-09 15:14:28 +0100557 list_for_each_entry(encoder, &mode_config->encoder_list, base.head)
558 if (encoder->base.crtc == crtc && encoder->type == type)
559 return true;
560
561 return false;
Jesse Barnes79e53942008-11-07 14:24:08 -0800562}
563
Jesse Barnes7c04d1d2009-02-23 15:36:40 -0800564#define INTELPllInvalid(s) do { /* DRM_DEBUG(s); */ return false; } while (0)
Jesse Barnes79e53942008-11-07 14:24:08 -0800565/**
566 * Returns whether the given set of divisors are valid for a given refclk with
567 * the given connectors.
568 */
569
Chris Wilson1b894b52010-12-14 20:04:54 +0000570static bool intel_PLL_is_valid(struct drm_device *dev,
571 const intel_limit_t *limit,
572 const intel_clock_t *clock)
Jesse Barnes79e53942008-11-07 14:24:08 -0800573{
Jesse Barnes79e53942008-11-07 14:24:08 -0800574 if (clock->p1 < limit->p1.min || limit->p1.max < clock->p1)
Akshay Joshi0206e352011-08-16 15:34:10 -0400575 INTELPllInvalid("p1 out of range\n");
Jesse Barnes79e53942008-11-07 14:24:08 -0800576 if (clock->p < limit->p.min || limit->p.max < clock->p)
Akshay Joshi0206e352011-08-16 15:34:10 -0400577 INTELPllInvalid("p out of range\n");
Jesse Barnes79e53942008-11-07 14:24:08 -0800578 if (clock->m2 < limit->m2.min || limit->m2.max < clock->m2)
Akshay Joshi0206e352011-08-16 15:34:10 -0400579 INTELPllInvalid("m2 out of range\n");
Jesse Barnes79e53942008-11-07 14:24:08 -0800580 if (clock->m1 < limit->m1.min || limit->m1.max < clock->m1)
Akshay Joshi0206e352011-08-16 15:34:10 -0400581 INTELPllInvalid("m1 out of range\n");
Adam Jacksonf2b115e2009-12-03 17:14:42 -0500582 if (clock->m1 <= clock->m2 && !IS_PINEVIEW(dev))
Akshay Joshi0206e352011-08-16 15:34:10 -0400583 INTELPllInvalid("m1 <= m2\n");
Jesse Barnes79e53942008-11-07 14:24:08 -0800584 if (clock->m < limit->m.min || limit->m.max < clock->m)
Akshay Joshi0206e352011-08-16 15:34:10 -0400585 INTELPllInvalid("m out of range\n");
Jesse Barnes79e53942008-11-07 14:24:08 -0800586 if (clock->n < limit->n.min || limit->n.max < clock->n)
Akshay Joshi0206e352011-08-16 15:34:10 -0400587 INTELPllInvalid("n out of range\n");
Jesse Barnes79e53942008-11-07 14:24:08 -0800588 if (clock->vco < limit->vco.min || limit->vco.max < clock->vco)
Akshay Joshi0206e352011-08-16 15:34:10 -0400589 INTELPllInvalid("vco out of range\n");
Jesse Barnes79e53942008-11-07 14:24:08 -0800590 /* XXX: We may need to be checking "Dot clock" depending on the multiplier,
591 * connector, etc., rather than just a single range.
592 */
593 if (clock->dot < limit->dot.min || limit->dot.max < clock->dot)
Akshay Joshi0206e352011-08-16 15:34:10 -0400594 INTELPllInvalid("dot out of range\n");
Jesse Barnes79e53942008-11-07 14:24:08 -0800595
596 return true;
597}
598
Ma Lingd4906092009-03-18 20:13:27 +0800599static bool
600intel_find_best_PLL(const intel_limit_t *limit, struct drm_crtc *crtc,
Sean Paulcec2f352012-01-10 15:09:36 -0800601 int target, int refclk, intel_clock_t *match_clock,
602 intel_clock_t *best_clock)
Ma Lingd4906092009-03-18 20:13:27 +0800603
Jesse Barnes79e53942008-11-07 14:24:08 -0800604{
605 struct drm_device *dev = crtc->dev;
606 struct drm_i915_private *dev_priv = dev->dev_private;
607 intel_clock_t clock;
Jesse Barnes79e53942008-11-07 14:24:08 -0800608 int err = target;
609
Bruno Prémontbc5e5712009-08-08 13:01:17 +0200610 if (intel_pipe_has_type(crtc, INTEL_OUTPUT_LVDS) &&
Florian Mickler832cc282009-07-13 18:40:32 +0800611 (I915_READ(LVDS)) != 0) {
Jesse Barnes79e53942008-11-07 14:24:08 -0800612 /*
613 * For LVDS, if the panel is on, just rely on its current
614 * settings for dual-channel. We haven't figured out how to
615 * reliably set up different single/dual channel state, if we
616 * even can.
617 */
Takashi Iwaib0354382012-03-20 13:07:05 +0100618 if (is_dual_link_lvds(dev_priv, LVDS))
Jesse Barnes79e53942008-11-07 14:24:08 -0800619 clock.p2 = limit->p2.p2_fast;
620 else
621 clock.p2 = limit->p2.p2_slow;
622 } else {
623 if (target < limit->p2.dot_limit)
624 clock.p2 = limit->p2.p2_slow;
625 else
626 clock.p2 = limit->p2.p2_fast;
627 }
628
Akshay Joshi0206e352011-08-16 15:34:10 -0400629 memset(best_clock, 0, sizeof(*best_clock));
Jesse Barnes79e53942008-11-07 14:24:08 -0800630
Zhao Yakui42158662009-11-20 11:24:18 +0800631 for (clock.m1 = limit->m1.min; clock.m1 <= limit->m1.max;
632 clock.m1++) {
633 for (clock.m2 = limit->m2.min;
634 clock.m2 <= limit->m2.max; clock.m2++) {
Adam Jacksonf2b115e2009-12-03 17:14:42 -0500635 /* m1 is always 0 in Pineview */
636 if (clock.m2 >= clock.m1 && !IS_PINEVIEW(dev))
Zhao Yakui42158662009-11-20 11:24:18 +0800637 break;
638 for (clock.n = limit->n.min;
639 clock.n <= limit->n.max; clock.n++) {
640 for (clock.p1 = limit->p1.min;
641 clock.p1 <= limit->p1.max; clock.p1++) {
Jesse Barnes79e53942008-11-07 14:24:08 -0800642 int this_err;
643
Shaohua Li21778322009-02-23 15:19:16 +0800644 intel_clock(dev, refclk, &clock);
Chris Wilson1b894b52010-12-14 20:04:54 +0000645 if (!intel_PLL_is_valid(dev, limit,
646 &clock))
Jesse Barnes79e53942008-11-07 14:24:08 -0800647 continue;
Sean Paulcec2f352012-01-10 15:09:36 -0800648 if (match_clock &&
649 clock.p != match_clock->p)
650 continue;
Jesse Barnes79e53942008-11-07 14:24:08 -0800651
652 this_err = abs(clock.dot - target);
653 if (this_err < err) {
654 *best_clock = clock;
655 err = this_err;
656 }
657 }
658 }
659 }
660 }
661
662 return (err != target);
663}
664
Ma Lingd4906092009-03-18 20:13:27 +0800665static bool
666intel_g4x_find_best_PLL(const intel_limit_t *limit, struct drm_crtc *crtc,
Sean Paulcec2f352012-01-10 15:09:36 -0800667 int target, int refclk, intel_clock_t *match_clock,
668 intel_clock_t *best_clock)
Ma Lingd4906092009-03-18 20:13:27 +0800669{
670 struct drm_device *dev = crtc->dev;
671 struct drm_i915_private *dev_priv = dev->dev_private;
672 intel_clock_t clock;
673 int max_n;
674 bool found;
Adam Jackson6ba770d2010-07-02 16:43:30 -0400675 /* approximately equals target * 0.00585 */
676 int err_most = (target >> 8) + (target >> 9);
Ma Lingd4906092009-03-18 20:13:27 +0800677 found = false;
678
679 if (intel_pipe_has_type(crtc, INTEL_OUTPUT_LVDS)) {
Zhao Yakui45476682009-12-31 16:06:04 +0800680 int lvds_reg;
681
Eric Anholtc619eed2010-01-28 16:45:52 -0800682 if (HAS_PCH_SPLIT(dev))
Zhao Yakui45476682009-12-31 16:06:04 +0800683 lvds_reg = PCH_LVDS;
684 else
685 lvds_reg = LVDS;
686 if ((I915_READ(lvds_reg) & LVDS_CLKB_POWER_MASK) ==
Ma Lingd4906092009-03-18 20:13:27 +0800687 LVDS_CLKB_POWER_UP)
688 clock.p2 = limit->p2.p2_fast;
689 else
690 clock.p2 = limit->p2.p2_slow;
691 } else {
692 if (target < limit->p2.dot_limit)
693 clock.p2 = limit->p2.p2_slow;
694 else
695 clock.p2 = limit->p2.p2_fast;
696 }
697
698 memset(best_clock, 0, sizeof(*best_clock));
699 max_n = limit->n.max;
Gilles Espinassef77f13e2010-03-29 15:41:47 +0200700 /* based on hardware requirement, prefer smaller n to precision */
Ma Lingd4906092009-03-18 20:13:27 +0800701 for (clock.n = limit->n.min; clock.n <= max_n; clock.n++) {
Gilles Espinassef77f13e2010-03-29 15:41:47 +0200702 /* based on hardware requirement, prefere larger m1,m2 */
Ma Lingd4906092009-03-18 20:13:27 +0800703 for (clock.m1 = limit->m1.max;
704 clock.m1 >= limit->m1.min; clock.m1--) {
705 for (clock.m2 = limit->m2.max;
706 clock.m2 >= limit->m2.min; clock.m2--) {
707 for (clock.p1 = limit->p1.max;
708 clock.p1 >= limit->p1.min; clock.p1--) {
709 int this_err;
710
Shaohua Li21778322009-02-23 15:19:16 +0800711 intel_clock(dev, refclk, &clock);
Chris Wilson1b894b52010-12-14 20:04:54 +0000712 if (!intel_PLL_is_valid(dev, limit,
713 &clock))
Ma Lingd4906092009-03-18 20:13:27 +0800714 continue;
Sean Paulcec2f352012-01-10 15:09:36 -0800715 if (match_clock &&
716 clock.p != match_clock->p)
717 continue;
Chris Wilson1b894b52010-12-14 20:04:54 +0000718
719 this_err = abs(clock.dot - target);
Ma Lingd4906092009-03-18 20:13:27 +0800720 if (this_err < err_most) {
721 *best_clock = clock;
722 err_most = this_err;
723 max_n = clock.n;
724 found = true;
725 }
726 }
727 }
728 }
729 }
Zhenyu Wang2c072452009-06-05 15:38:42 +0800730 return found;
731}
Ma Lingd4906092009-03-18 20:13:27 +0800732
Zhenyu Wang2c072452009-06-05 15:38:42 +0800733static bool
Adam Jacksonf2b115e2009-12-03 17:14:42 -0500734intel_find_pll_ironlake_dp(const intel_limit_t *limit, struct drm_crtc *crtc,
Sean Paulcec2f352012-01-10 15:09:36 -0800735 int target, int refclk, intel_clock_t *match_clock,
736 intel_clock_t *best_clock)
Zhenyu Wang5eb08b62009-07-24 01:00:31 +0800737{
738 struct drm_device *dev = crtc->dev;
739 intel_clock_t clock;
Zhao Yakui45476682009-12-31 16:06:04 +0800740
Zhenyu Wang5eb08b62009-07-24 01:00:31 +0800741 if (target < 200000) {
742 clock.n = 1;
743 clock.p1 = 2;
744 clock.p2 = 10;
745 clock.m1 = 12;
746 clock.m2 = 9;
747 } else {
748 clock.n = 2;
749 clock.p1 = 1;
750 clock.p2 = 10;
751 clock.m1 = 14;
752 clock.m2 = 8;
753 }
754 intel_clock(dev, refclk, &clock);
755 memcpy(best_clock, &clock, sizeof(intel_clock_t));
756 return true;
757}
758
Keith Packarda4fc5ed2009-04-07 16:16:42 -0700759/* DisplayPort has only two frequencies, 162MHz and 270MHz */
760static bool
761intel_find_pll_g4x_dp(const intel_limit_t *limit, struct drm_crtc *crtc,
Sean Paulcec2f352012-01-10 15:09:36 -0800762 int target, int refclk, intel_clock_t *match_clock,
763 intel_clock_t *best_clock)
Keith Packarda4fc5ed2009-04-07 16:16:42 -0700764{
Chris Wilson5eddb702010-09-11 13:48:45 +0100765 intel_clock_t clock;
766 if (target < 200000) {
767 clock.p1 = 2;
768 clock.p2 = 10;
769 clock.n = 2;
770 clock.m1 = 23;
771 clock.m2 = 8;
772 } else {
773 clock.p1 = 1;
774 clock.p2 = 10;
775 clock.n = 1;
776 clock.m1 = 14;
777 clock.m2 = 2;
778 }
779 clock.m = 5 * (clock.m1 + 2) + (clock.m2 + 2);
780 clock.p = (clock.p1 * clock.p2);
781 clock.dot = 96000 * clock.m / (clock.n + 2) / clock.p;
782 clock.vco = 0;
783 memcpy(best_clock, &clock, sizeof(intel_clock_t));
784 return true;
Keith Packarda4fc5ed2009-04-07 16:16:42 -0700785}
786
Paulo Zanonia928d532012-05-04 17:18:15 -0300787static void ironlake_wait_for_vblank(struct drm_device *dev, int pipe)
788{
789 struct drm_i915_private *dev_priv = dev->dev_private;
790 u32 frame, frame_reg = PIPEFRAME(pipe);
791
792 frame = I915_READ(frame_reg);
793
794 if (wait_for(I915_READ_NOTRACE(frame_reg) != frame, 50))
795 DRM_DEBUG_KMS("vblank wait timed out\n");
796}
797
Jesse Barnes9d0498a2010-08-18 13:20:54 -0700798/**
799 * intel_wait_for_vblank - wait for vblank on a given pipe
800 * @dev: drm device
801 * @pipe: pipe to wait for
802 *
803 * Wait for vblank to occur on a given pipe. Needed for various bits of
804 * mode setting code.
805 */
806void intel_wait_for_vblank(struct drm_device *dev, int pipe)
Jesse Barnes79e53942008-11-07 14:24:08 -0800807{
Jesse Barnes9d0498a2010-08-18 13:20:54 -0700808 struct drm_i915_private *dev_priv = dev->dev_private;
Jesse Barnes9db4a9c2011-02-07 12:26:52 -0800809 int pipestat_reg = PIPESTAT(pipe);
Jesse Barnes9d0498a2010-08-18 13:20:54 -0700810
Paulo Zanonia928d532012-05-04 17:18:15 -0300811 if (INTEL_INFO(dev)->gen >= 5) {
812 ironlake_wait_for_vblank(dev, pipe);
813 return;
814 }
815
Chris Wilson300387c2010-09-05 20:25:43 +0100816 /* Clear existing vblank status. Note this will clear any other
817 * sticky status fields as well.
818 *
819 * This races with i915_driver_irq_handler() with the result
820 * that either function could miss a vblank event. Here it is not
821 * fatal, as we will either wait upon the next vblank interrupt or
822 * timeout. Generally speaking intel_wait_for_vblank() is only
823 * called during modeset at which time the GPU should be idle and
824 * should *not* be performing page flips and thus not waiting on
825 * vblanks...
826 * Currently, the result of us stealing a vblank from the irq
827 * handler is that a single frame will be skipped during swapbuffers.
828 */
829 I915_WRITE(pipestat_reg,
830 I915_READ(pipestat_reg) | PIPE_VBLANK_INTERRUPT_STATUS);
831
Jesse Barnes9d0498a2010-08-18 13:20:54 -0700832 /* Wait for vblank interrupt bit to set */
Chris Wilson481b6af2010-08-23 17:43:35 +0100833 if (wait_for(I915_READ(pipestat_reg) &
834 PIPE_VBLANK_INTERRUPT_STATUS,
835 50))
Jesse Barnes9d0498a2010-08-18 13:20:54 -0700836 DRM_DEBUG_KMS("vblank wait timed out\n");
837}
838
Keith Packardab7ad7f2010-10-03 00:33:06 -0700839/*
840 * intel_wait_for_pipe_off - wait for pipe to turn off
Jesse Barnes9d0498a2010-08-18 13:20:54 -0700841 * @dev: drm device
842 * @pipe: pipe to wait for
843 *
844 * After disabling a pipe, we can't wait for vblank in the usual way,
845 * spinning on the vblank interrupt status bit, since we won't actually
846 * see an interrupt when the pipe is disabled.
847 *
Keith Packardab7ad7f2010-10-03 00:33:06 -0700848 * On Gen4 and above:
849 * wait for the pipe register state bit to turn off
850 *
851 * Otherwise:
852 * wait for the display line value to settle (it usually
853 * ends up stopping at the start of the next frame).
Chris Wilson58e10eb2010-10-03 10:56:11 +0100854 *
Jesse Barnes9d0498a2010-08-18 13:20:54 -0700855 */
Chris Wilson58e10eb2010-10-03 10:56:11 +0100856void intel_wait_for_pipe_off(struct drm_device *dev, int pipe)
Jesse Barnes9d0498a2010-08-18 13:20:54 -0700857{
858 struct drm_i915_private *dev_priv = dev->dev_private;
Jesse Barnes9d0498a2010-08-18 13:20:54 -0700859
Keith Packardab7ad7f2010-10-03 00:33:06 -0700860 if (INTEL_INFO(dev)->gen >= 4) {
Chris Wilson58e10eb2010-10-03 10:56:11 +0100861 int reg = PIPECONF(pipe);
Jesse Barnes9d0498a2010-08-18 13:20:54 -0700862
Keith Packardab7ad7f2010-10-03 00:33:06 -0700863 /* Wait for the Pipe State to go off */
Chris Wilson58e10eb2010-10-03 10:56:11 +0100864 if (wait_for((I915_READ(reg) & I965_PIPECONF_ACTIVE) == 0,
865 100))
Keith Packardab7ad7f2010-10-03 00:33:06 -0700866 DRM_DEBUG_KMS("pipe_off wait timed out\n");
867 } else {
Paulo Zanoni837ba002012-05-04 17:18:14 -0300868 u32 last_line, line_mask;
Chris Wilson58e10eb2010-10-03 10:56:11 +0100869 int reg = PIPEDSL(pipe);
Keith Packardab7ad7f2010-10-03 00:33:06 -0700870 unsigned long timeout = jiffies + msecs_to_jiffies(100);
871
Paulo Zanoni837ba002012-05-04 17:18:14 -0300872 if (IS_GEN2(dev))
873 line_mask = DSL_LINEMASK_GEN2;
874 else
875 line_mask = DSL_LINEMASK_GEN3;
876
Keith Packardab7ad7f2010-10-03 00:33:06 -0700877 /* Wait for the display line to settle */
878 do {
Paulo Zanoni837ba002012-05-04 17:18:14 -0300879 last_line = I915_READ(reg) & line_mask;
Keith Packardab7ad7f2010-10-03 00:33:06 -0700880 mdelay(5);
Paulo Zanoni837ba002012-05-04 17:18:14 -0300881 } while (((I915_READ(reg) & line_mask) != last_line) &&
Keith Packardab7ad7f2010-10-03 00:33:06 -0700882 time_after(timeout, jiffies));
883 if (time_after(jiffies, timeout))
884 DRM_DEBUG_KMS("pipe_off wait timed out\n");
885 }
Jesse Barnes79e53942008-11-07 14:24:08 -0800886}
887
Jesse Barnesb24e7172011-01-04 15:09:30 -0800888static const char *state_string(bool enabled)
889{
890 return enabled ? "on" : "off";
891}
892
893/* Only for pre-ILK configs */
894static void assert_pll(struct drm_i915_private *dev_priv,
895 enum pipe pipe, bool state)
896{
897 int reg;
898 u32 val;
899 bool cur_state;
900
901 reg = DPLL(pipe);
902 val = I915_READ(reg);
903 cur_state = !!(val & DPLL_VCO_ENABLE);
904 WARN(cur_state != state,
905 "PLL state assertion failure (expected %s, current %s)\n",
906 state_string(state), state_string(cur_state));
907}
908#define assert_pll_enabled(d, p) assert_pll(d, p, true)
909#define assert_pll_disabled(d, p) assert_pll(d, p, false)
910
Jesse Barnes040484a2011-01-03 12:14:26 -0800911/* For ILK+ */
912static void assert_pch_pll(struct drm_i915_private *dev_priv,
Jesse Barnesee7b9f92012-04-20 17:11:53 +0100913 struct intel_crtc *intel_crtc, bool state)
Jesse Barnes040484a2011-01-03 12:14:26 -0800914{
915 int reg;
916 u32 val;
917 bool cur_state;
918
Jesse Barnesee7b9f92012-04-20 17:11:53 +0100919 if (!intel_crtc->pch_pll) {
920 WARN(1, "asserting PCH PLL enabled with no PLL\n");
921 return;
922 }
923
Jesse Barnesd3ccbe82011-10-12 09:27:42 -0700924 if (HAS_PCH_CPT(dev_priv->dev)) {
925 u32 pch_dpll;
926
927 pch_dpll = I915_READ(PCH_DPLL_SEL);
928
929 /* Make sure the selected PLL is enabled to the transcoder */
Jesse Barnesee7b9f92012-04-20 17:11:53 +0100930 WARN(!((pch_dpll >> (4 * intel_crtc->pipe)) & 8),
931 "transcoder %d PLL not enabled\n", intel_crtc->pipe);
Jesse Barnesd3ccbe82011-10-12 09:27:42 -0700932 }
933
Jesse Barnesee7b9f92012-04-20 17:11:53 +0100934 reg = intel_crtc->pch_pll->pll_reg;
Jesse Barnes040484a2011-01-03 12:14:26 -0800935 val = I915_READ(reg);
936 cur_state = !!(val & DPLL_VCO_ENABLE);
937 WARN(cur_state != state,
938 "PCH PLL state assertion failure (expected %s, current %s)\n",
939 state_string(state), state_string(cur_state));
940}
941#define assert_pch_pll_enabled(d, p) assert_pch_pll(d, p, true)
942#define assert_pch_pll_disabled(d, p) assert_pch_pll(d, p, false)
943
944static void assert_fdi_tx(struct drm_i915_private *dev_priv,
945 enum pipe pipe, bool state)
946{
947 int reg;
948 u32 val;
949 bool cur_state;
950
951 reg = FDI_TX_CTL(pipe);
952 val = I915_READ(reg);
953 cur_state = !!(val & FDI_TX_ENABLE);
954 WARN(cur_state != state,
955 "FDI TX state assertion failure (expected %s, current %s)\n",
956 state_string(state), state_string(cur_state));
957}
958#define assert_fdi_tx_enabled(d, p) assert_fdi_tx(d, p, true)
959#define assert_fdi_tx_disabled(d, p) assert_fdi_tx(d, p, false)
960
961static void assert_fdi_rx(struct drm_i915_private *dev_priv,
962 enum pipe pipe, bool state)
963{
964 int reg;
965 u32 val;
966 bool cur_state;
967
968 reg = FDI_RX_CTL(pipe);
969 val = I915_READ(reg);
970 cur_state = !!(val & FDI_RX_ENABLE);
971 WARN(cur_state != state,
972 "FDI RX state assertion failure (expected %s, current %s)\n",
973 state_string(state), state_string(cur_state));
974}
975#define assert_fdi_rx_enabled(d, p) assert_fdi_rx(d, p, true)
976#define assert_fdi_rx_disabled(d, p) assert_fdi_rx(d, p, false)
977
978static void assert_fdi_tx_pll_enabled(struct drm_i915_private *dev_priv,
979 enum pipe pipe)
980{
981 int reg;
982 u32 val;
983
984 /* ILK FDI PLL is always enabled */
985 if (dev_priv->info->gen == 5)
986 return;
987
988 reg = FDI_TX_CTL(pipe);
989 val = I915_READ(reg);
990 WARN(!(val & FDI_TX_PLL_ENABLE), "FDI TX PLL assertion failure, should be active but is disabled\n");
991}
992
993static void assert_fdi_rx_pll_enabled(struct drm_i915_private *dev_priv,
994 enum pipe pipe)
995{
996 int reg;
997 u32 val;
998
999 reg = FDI_RX_CTL(pipe);
1000 val = I915_READ(reg);
1001 WARN(!(val & FDI_RX_PLL_ENABLE), "FDI RX PLL assertion failure, should be active but is disabled\n");
1002}
1003
Jesse Barnesea0760c2011-01-04 15:09:32 -08001004static void assert_panel_unlocked(struct drm_i915_private *dev_priv,
1005 enum pipe pipe)
1006{
1007 int pp_reg, lvds_reg;
1008 u32 val;
1009 enum pipe panel_pipe = PIPE_A;
Thomas Jarosch0de3b482011-08-25 15:37:45 +02001010 bool locked = true;
Jesse Barnesea0760c2011-01-04 15:09:32 -08001011
1012 if (HAS_PCH_SPLIT(dev_priv->dev)) {
1013 pp_reg = PCH_PP_CONTROL;
1014 lvds_reg = PCH_LVDS;
1015 } else {
1016 pp_reg = PP_CONTROL;
1017 lvds_reg = LVDS;
1018 }
1019
1020 val = I915_READ(pp_reg);
1021 if (!(val & PANEL_POWER_ON) ||
1022 ((val & PANEL_UNLOCK_REGS) == PANEL_UNLOCK_REGS))
1023 locked = false;
1024
1025 if (I915_READ(lvds_reg) & LVDS_PIPEB_SELECT)
1026 panel_pipe = PIPE_B;
1027
1028 WARN(panel_pipe == pipe && locked,
1029 "panel assertion failure, pipe %c regs locked\n",
Jesse Barnes9db4a9c2011-02-07 12:26:52 -08001030 pipe_name(pipe));
Jesse Barnesea0760c2011-01-04 15:09:32 -08001031}
1032
Jesse Barnesb840d907f2011-12-13 13:19:38 -08001033void assert_pipe(struct drm_i915_private *dev_priv,
1034 enum pipe pipe, bool state)
Jesse Barnesb24e7172011-01-04 15:09:30 -08001035{
1036 int reg;
1037 u32 val;
Jesse Barnes63d7bbe2011-01-04 15:09:33 -08001038 bool cur_state;
Jesse Barnesb24e7172011-01-04 15:09:30 -08001039
Daniel Vetter8e636782012-01-22 01:36:48 +01001040 /* if we need the pipe A quirk it must be always on */
1041 if (pipe == PIPE_A && dev_priv->quirks & QUIRK_PIPEA_FORCE)
1042 state = true;
1043
Jesse Barnesb24e7172011-01-04 15:09:30 -08001044 reg = PIPECONF(pipe);
1045 val = I915_READ(reg);
Jesse Barnes63d7bbe2011-01-04 15:09:33 -08001046 cur_state = !!(val & PIPECONF_ENABLE);
1047 WARN(cur_state != state,
1048 "pipe %c assertion failure (expected %s, current %s)\n",
Jesse Barnes9db4a9c2011-02-07 12:26:52 -08001049 pipe_name(pipe), state_string(state), state_string(cur_state));
Jesse Barnesb24e7172011-01-04 15:09:30 -08001050}
1051
Chris Wilson931872f2012-01-16 23:01:13 +00001052static void assert_plane(struct drm_i915_private *dev_priv,
1053 enum plane plane, bool state)
Jesse Barnesb24e7172011-01-04 15:09:30 -08001054{
1055 int reg;
1056 u32 val;
Chris Wilson931872f2012-01-16 23:01:13 +00001057 bool cur_state;
Jesse Barnesb24e7172011-01-04 15:09:30 -08001058
1059 reg = DSPCNTR(plane);
1060 val = I915_READ(reg);
Chris Wilson931872f2012-01-16 23:01:13 +00001061 cur_state = !!(val & DISPLAY_PLANE_ENABLE);
1062 WARN(cur_state != state,
1063 "plane %c assertion failure (expected %s, current %s)\n",
1064 plane_name(plane), state_string(state), state_string(cur_state));
Jesse Barnesb24e7172011-01-04 15:09:30 -08001065}
1066
Chris Wilson931872f2012-01-16 23:01:13 +00001067#define assert_plane_enabled(d, p) assert_plane(d, p, true)
1068#define assert_plane_disabled(d, p) assert_plane(d, p, false)
1069
Jesse Barnesb24e7172011-01-04 15:09:30 -08001070static void assert_planes_disabled(struct drm_i915_private *dev_priv,
1071 enum pipe pipe)
1072{
1073 int reg, i;
1074 u32 val;
1075 int cur_pipe;
1076
Jesse Barnes19ec1352011-02-02 12:28:02 -08001077 /* Planes are fixed to pipes on ILK+ */
Adam Jackson28c057942011-10-07 14:38:42 -04001078 if (HAS_PCH_SPLIT(dev_priv->dev)) {
1079 reg = DSPCNTR(pipe);
1080 val = I915_READ(reg);
1081 WARN((val & DISPLAY_PLANE_ENABLE),
1082 "plane %c assertion failure, should be disabled but not\n",
1083 plane_name(pipe));
Jesse Barnes19ec1352011-02-02 12:28:02 -08001084 return;
Adam Jackson28c057942011-10-07 14:38:42 -04001085 }
Jesse Barnes19ec1352011-02-02 12:28:02 -08001086
Jesse Barnesb24e7172011-01-04 15:09:30 -08001087 /* Need to check both planes against the pipe */
1088 for (i = 0; i < 2; i++) {
1089 reg = DSPCNTR(i);
1090 val = I915_READ(reg);
1091 cur_pipe = (val & DISPPLANE_SEL_PIPE_MASK) >>
1092 DISPPLANE_SEL_PIPE_SHIFT;
1093 WARN((val & DISPLAY_PLANE_ENABLE) && pipe == cur_pipe,
Jesse Barnes9db4a9c2011-02-07 12:26:52 -08001094 "plane %c assertion failure, should be off on pipe %c but is still active\n",
1095 plane_name(i), pipe_name(pipe));
Jesse Barnesb24e7172011-01-04 15:09:30 -08001096 }
1097}
1098
Jesse Barnes92f25842011-01-04 15:09:34 -08001099static void assert_pch_refclk_enabled(struct drm_i915_private *dev_priv)
1100{
1101 u32 val;
1102 bool enabled;
1103
1104 val = I915_READ(PCH_DREF_CONTROL);
1105 enabled = !!(val & (DREF_SSC_SOURCE_MASK | DREF_NONSPREAD_SOURCE_MASK |
1106 DREF_SUPERSPREAD_SOURCE_MASK));
1107 WARN(!enabled, "PCH refclk assertion failure, should be active but is disabled\n");
1108}
1109
1110static void assert_transcoder_disabled(struct drm_i915_private *dev_priv,
1111 enum pipe pipe)
1112{
1113 int reg;
1114 u32 val;
1115 bool enabled;
1116
1117 reg = TRANSCONF(pipe);
1118 val = I915_READ(reg);
1119 enabled = !!(val & TRANS_ENABLE);
Jesse Barnes9db4a9c2011-02-07 12:26:52 -08001120 WARN(enabled,
1121 "transcoder assertion failed, should be off on pipe %c but is still active\n",
1122 pipe_name(pipe));
Jesse Barnes92f25842011-01-04 15:09:34 -08001123}
1124
Keith Packard4e634382011-08-06 10:39:45 -07001125static bool dp_pipe_enabled(struct drm_i915_private *dev_priv,
1126 enum pipe pipe, u32 port_sel, u32 val)
Keith Packardf0575e92011-07-25 22:12:43 -07001127{
1128 if ((val & DP_PORT_EN) == 0)
1129 return false;
1130
1131 if (HAS_PCH_CPT(dev_priv->dev)) {
1132 u32 trans_dp_ctl_reg = TRANS_DP_CTL(pipe);
1133 u32 trans_dp_ctl = I915_READ(trans_dp_ctl_reg);
1134 if ((trans_dp_ctl & TRANS_DP_PORT_SEL_MASK) != port_sel)
1135 return false;
1136 } else {
1137 if ((val & DP_PIPE_MASK) != (pipe << 30))
1138 return false;
1139 }
1140 return true;
1141}
1142
Keith Packard1519b992011-08-06 10:35:34 -07001143static bool hdmi_pipe_enabled(struct drm_i915_private *dev_priv,
1144 enum pipe pipe, u32 val)
1145{
1146 if ((val & PORT_ENABLE) == 0)
1147 return false;
1148
1149 if (HAS_PCH_CPT(dev_priv->dev)) {
1150 if ((val & PORT_TRANS_SEL_MASK) != PORT_TRANS_SEL_CPT(pipe))
1151 return false;
1152 } else {
1153 if ((val & TRANSCODER_MASK) != TRANSCODER(pipe))
1154 return false;
1155 }
1156 return true;
1157}
1158
1159static bool lvds_pipe_enabled(struct drm_i915_private *dev_priv,
1160 enum pipe pipe, u32 val)
1161{
1162 if ((val & LVDS_PORT_EN) == 0)
1163 return false;
1164
1165 if (HAS_PCH_CPT(dev_priv->dev)) {
1166 if ((val & PORT_TRANS_SEL_MASK) != PORT_TRANS_SEL_CPT(pipe))
1167 return false;
1168 } else {
1169 if ((val & LVDS_PIPE_MASK) != LVDS_PIPE(pipe))
1170 return false;
1171 }
1172 return true;
1173}
1174
1175static bool adpa_pipe_enabled(struct drm_i915_private *dev_priv,
1176 enum pipe pipe, u32 val)
1177{
1178 if ((val & ADPA_DAC_ENABLE) == 0)
1179 return false;
1180 if (HAS_PCH_CPT(dev_priv->dev)) {
1181 if ((val & PORT_TRANS_SEL_MASK) != PORT_TRANS_SEL_CPT(pipe))
1182 return false;
1183 } else {
1184 if ((val & ADPA_PIPE_SELECT_MASK) != ADPA_PIPE_SELECT(pipe))
1185 return false;
1186 }
1187 return true;
1188}
1189
Jesse Barnes291906f2011-02-02 12:28:03 -08001190static void assert_pch_dp_disabled(struct drm_i915_private *dev_priv,
Keith Packardf0575e92011-07-25 22:12:43 -07001191 enum pipe pipe, int reg, u32 port_sel)
Jesse Barnes291906f2011-02-02 12:28:03 -08001192{
Jesse Barnes47a05ec2011-02-07 13:46:40 -08001193 u32 val = I915_READ(reg);
Keith Packard4e634382011-08-06 10:39:45 -07001194 WARN(dp_pipe_enabled(dev_priv, pipe, port_sel, val),
Jesse Barnes291906f2011-02-02 12:28:03 -08001195 "PCH DP (0x%08x) enabled on transcoder %c, should be disabled\n",
Jesse Barnes9db4a9c2011-02-07 12:26:52 -08001196 reg, pipe_name(pipe));
Jesse Barnes291906f2011-02-02 12:28:03 -08001197}
1198
1199static void assert_pch_hdmi_disabled(struct drm_i915_private *dev_priv,
1200 enum pipe pipe, int reg)
1201{
Jesse Barnes47a05ec2011-02-07 13:46:40 -08001202 u32 val = I915_READ(reg);
Keith Packard1519b992011-08-06 10:35:34 -07001203 WARN(hdmi_pipe_enabled(dev_priv, val, pipe),
Adam Jackson23c99e72011-10-07 14:38:43 -04001204 "PCH HDMI (0x%08x) enabled on transcoder %c, should be disabled\n",
Jesse Barnes9db4a9c2011-02-07 12:26:52 -08001205 reg, pipe_name(pipe));
Jesse Barnes291906f2011-02-02 12:28:03 -08001206}
1207
1208static void assert_pch_ports_disabled(struct drm_i915_private *dev_priv,
1209 enum pipe pipe)
1210{
1211 int reg;
1212 u32 val;
Jesse Barnes291906f2011-02-02 12:28:03 -08001213
Keith Packardf0575e92011-07-25 22:12:43 -07001214 assert_pch_dp_disabled(dev_priv, pipe, PCH_DP_B, TRANS_DP_PORT_SEL_B);
1215 assert_pch_dp_disabled(dev_priv, pipe, PCH_DP_C, TRANS_DP_PORT_SEL_C);
1216 assert_pch_dp_disabled(dev_priv, pipe, PCH_DP_D, TRANS_DP_PORT_SEL_D);
Jesse Barnes291906f2011-02-02 12:28:03 -08001217
1218 reg = PCH_ADPA;
1219 val = I915_READ(reg);
Keith Packard1519b992011-08-06 10:35:34 -07001220 WARN(adpa_pipe_enabled(dev_priv, val, pipe),
Jesse Barnes291906f2011-02-02 12:28:03 -08001221 "PCH VGA enabled on transcoder %c, should be disabled\n",
Jesse Barnes9db4a9c2011-02-07 12:26:52 -08001222 pipe_name(pipe));
Jesse Barnes291906f2011-02-02 12:28:03 -08001223
1224 reg = PCH_LVDS;
1225 val = I915_READ(reg);
Keith Packard1519b992011-08-06 10:35:34 -07001226 WARN(lvds_pipe_enabled(dev_priv, val, pipe),
Jesse Barnes291906f2011-02-02 12:28:03 -08001227 "PCH LVDS enabled on transcoder %c, should be disabled\n",
Jesse Barnes9db4a9c2011-02-07 12:26:52 -08001228 pipe_name(pipe));
Jesse Barnes291906f2011-02-02 12:28:03 -08001229
1230 assert_pch_hdmi_disabled(dev_priv, pipe, HDMIB);
1231 assert_pch_hdmi_disabled(dev_priv, pipe, HDMIC);
1232 assert_pch_hdmi_disabled(dev_priv, pipe, HDMID);
1233}
1234
Jesse Barnesb24e7172011-01-04 15:09:30 -08001235/**
Jesse Barnes63d7bbe2011-01-04 15:09:33 -08001236 * intel_enable_pll - enable a PLL
1237 * @dev_priv: i915 private structure
1238 * @pipe: pipe PLL to enable
1239 *
1240 * Enable @pipe's PLL so we can start pumping pixels from a plane. Check to
1241 * make sure the PLL reg is writable first though, since the panel write
1242 * protect mechanism may be enabled.
1243 *
1244 * Note! This is for pre-ILK only.
1245 */
1246static void intel_enable_pll(struct drm_i915_private *dev_priv, enum pipe pipe)
1247{
1248 int reg;
1249 u32 val;
1250
1251 /* No really, not for ILK+ */
1252 BUG_ON(dev_priv->info->gen >= 5);
1253
1254 /* PLL is protected by panel, make sure we can write it */
1255 if (IS_MOBILE(dev_priv->dev) && !IS_I830(dev_priv->dev))
1256 assert_panel_unlocked(dev_priv, pipe);
1257
1258 reg = DPLL(pipe);
1259 val = I915_READ(reg);
1260 val |= DPLL_VCO_ENABLE;
1261
1262 /* We do this three times for luck */
1263 I915_WRITE(reg, val);
1264 POSTING_READ(reg);
1265 udelay(150); /* wait for warmup */
1266 I915_WRITE(reg, val);
1267 POSTING_READ(reg);
1268 udelay(150); /* wait for warmup */
1269 I915_WRITE(reg, val);
1270 POSTING_READ(reg);
1271 udelay(150); /* wait for warmup */
1272}
1273
1274/**
1275 * intel_disable_pll - disable a PLL
1276 * @dev_priv: i915 private structure
1277 * @pipe: pipe PLL to disable
1278 *
1279 * Disable the PLL for @pipe, making sure the pipe is off first.
1280 *
1281 * Note! This is for pre-ILK only.
1282 */
1283static void intel_disable_pll(struct drm_i915_private *dev_priv, enum pipe pipe)
1284{
1285 int reg;
1286 u32 val;
1287
1288 /* Don't disable pipe A or pipe A PLLs if needed */
1289 if (pipe == PIPE_A && (dev_priv->quirks & QUIRK_PIPEA_FORCE))
1290 return;
1291
1292 /* Make sure the pipe isn't still relying on us */
1293 assert_pipe_disabled(dev_priv, pipe);
1294
1295 reg = DPLL(pipe);
1296 val = I915_READ(reg);
1297 val &= ~DPLL_VCO_ENABLE;
1298 I915_WRITE(reg, val);
1299 POSTING_READ(reg);
1300}
1301
Eugeni Dodonova416ede2012-05-09 15:37:10 -03001302/* SBI access */
1303static void
1304intel_sbi_write(struct drm_i915_private *dev_priv, u16 reg, u32 value)
1305{
1306 unsigned long flags;
1307
1308 spin_lock_irqsave(&dev_priv->dpio_lock, flags);
1309 if (wait_for((I915_READ(SBI_CTL_STAT) & SBI_READY) == 0,
1310 100)) {
1311 DRM_ERROR("timeout waiting for SBI to become ready\n");
1312 goto out_unlock;
1313 }
1314
1315 I915_WRITE(SBI_ADDR,
1316 (reg << 16));
1317 I915_WRITE(SBI_DATA,
1318 value);
1319 I915_WRITE(SBI_CTL_STAT,
1320 SBI_BUSY |
1321 SBI_CTL_OP_CRWR);
1322
1323 if (wait_for((I915_READ(SBI_CTL_STAT) & (SBI_READY | SBI_RESPONSE_SUCCESS)) == 0,
1324 100)) {
1325 DRM_ERROR("timeout waiting for SBI to complete write transaction\n");
1326 goto out_unlock;
1327 }
1328
1329out_unlock:
1330 spin_unlock_irqrestore(&dev_priv->dpio_lock, flags);
1331}
1332
1333static u32
1334intel_sbi_read(struct drm_i915_private *dev_priv, u16 reg)
1335{
1336 unsigned long flags;
1337 u32 value;
1338
1339 spin_lock_irqsave(&dev_priv->dpio_lock, flags);
1340 if (wait_for((I915_READ(SBI_CTL_STAT) & SBI_READY) == 0,
1341 100)) {
1342 DRM_ERROR("timeout waiting for SBI to become ready\n");
1343 goto out_unlock;
1344 }
1345
1346 I915_WRITE(SBI_ADDR,
1347 (reg << 16));
1348 I915_WRITE(SBI_CTL_STAT,
1349 SBI_BUSY |
1350 SBI_CTL_OP_CRRD);
1351
1352 if (wait_for((I915_READ(SBI_CTL_STAT) & (SBI_READY | SBI_RESPONSE_SUCCESS)) == 0,
1353 100)) {
1354 DRM_ERROR("timeout waiting for SBI to complete read transaction\n");
1355 goto out_unlock;
1356 }
1357
1358 value = I915_READ(SBI_DATA);
1359
1360out_unlock:
1361 spin_unlock_irqrestore(&dev_priv->dpio_lock, flags);
1362 return value;
1363}
1364
Jesse Barnes63d7bbe2011-01-04 15:09:33 -08001365/**
Jesse Barnes92f25842011-01-04 15:09:34 -08001366 * intel_enable_pch_pll - enable PCH PLL
1367 * @dev_priv: i915 private structure
1368 * @pipe: pipe PLL to enable
1369 *
1370 * The PCH PLL needs to be enabled before the PCH transcoder, since it
1371 * drives the transcoder clock.
1372 */
Jesse Barnesee7b9f92012-04-20 17:11:53 +01001373static void intel_enable_pch_pll(struct intel_crtc *intel_crtc)
Jesse Barnes92f25842011-01-04 15:09:34 -08001374{
Jesse Barnesee7b9f92012-04-20 17:11:53 +01001375 struct drm_i915_private *dev_priv = intel_crtc->base.dev->dev_private;
1376 struct intel_pch_pll *pll = intel_crtc->pch_pll;
Jesse Barnes92f25842011-01-04 15:09:34 -08001377 int reg;
1378 u32 val;
1379
1380 /* PCH only available on ILK+ */
1381 BUG_ON(dev_priv->info->gen < 5);
Jesse Barnesee7b9f92012-04-20 17:11:53 +01001382 BUG_ON(pll == NULL);
1383 BUG_ON(pll->refcount == 0);
1384
1385 DRM_DEBUG_KMS("enable PCH PLL %x (active %d, on? %d)for crtc %d\n",
1386 pll->pll_reg, pll->active, pll->on,
1387 intel_crtc->base.base.id);
Jesse Barnes92f25842011-01-04 15:09:34 -08001388
1389 /* PCH refclock must be enabled first */
1390 assert_pch_refclk_enabled(dev_priv);
1391
Jesse Barnesee7b9f92012-04-20 17:11:53 +01001392 if (pll->active++ && pll->on) {
1393 assert_pch_pll_enabled(dev_priv, intel_crtc);
1394 return;
1395 }
1396
1397 DRM_DEBUG_KMS("enabling PCH PLL %x\n", pll->pll_reg);
1398
1399 reg = pll->pll_reg;
Jesse Barnes92f25842011-01-04 15:09:34 -08001400 val = I915_READ(reg);
1401 val |= DPLL_VCO_ENABLE;
1402 I915_WRITE(reg, val);
1403 POSTING_READ(reg);
1404 udelay(200);
Jesse Barnesee7b9f92012-04-20 17:11:53 +01001405
1406 pll->on = true;
Jesse Barnes92f25842011-01-04 15:09:34 -08001407}
1408
Jesse Barnesee7b9f92012-04-20 17:11:53 +01001409static void intel_disable_pch_pll(struct intel_crtc *intel_crtc)
Jesse Barnes92f25842011-01-04 15:09:34 -08001410{
Jesse Barnesee7b9f92012-04-20 17:11:53 +01001411 struct drm_i915_private *dev_priv = intel_crtc->base.dev->dev_private;
1412 struct intel_pch_pll *pll = intel_crtc->pch_pll;
Jesse Barnes92f25842011-01-04 15:09:34 -08001413 int reg;
Jesse Barnesee7b9f92012-04-20 17:11:53 +01001414 u32 val;
Jesse Barnes4c609cb2011-09-02 12:52:11 -07001415
Jesse Barnes92f25842011-01-04 15:09:34 -08001416 /* PCH only available on ILK+ */
1417 BUG_ON(dev_priv->info->gen < 5);
Jesse Barnesee7b9f92012-04-20 17:11:53 +01001418 if (pll == NULL)
1419 return;
1420
1421 BUG_ON(pll->refcount == 0);
1422
1423 DRM_DEBUG_KMS("disable PCH PLL %x (active %d, on? %d) for crtc %d\n",
1424 pll->pll_reg, pll->active, pll->on,
1425 intel_crtc->base.base.id);
1426
1427 BUG_ON(pll->active == 0);
1428 if (--pll->active) {
1429 assert_pch_pll_enabled(dev_priv, intel_crtc);
1430 return;
1431 }
1432
1433 DRM_DEBUG_KMS("disabling PCH PLL %x\n", pll->pll_reg);
Jesse Barnes92f25842011-01-04 15:09:34 -08001434
1435 /* Make sure transcoder isn't still depending on us */
Jesse Barnesee7b9f92012-04-20 17:11:53 +01001436 assert_transcoder_disabled(dev_priv, intel_crtc->pipe);
Jesse Barnes92f25842011-01-04 15:09:34 -08001437
Jesse Barnesee7b9f92012-04-20 17:11:53 +01001438 reg = pll->pll_reg;
Jesse Barnes92f25842011-01-04 15:09:34 -08001439 val = I915_READ(reg);
1440 val &= ~DPLL_VCO_ENABLE;
1441 I915_WRITE(reg, val);
1442 POSTING_READ(reg);
1443 udelay(200);
Jesse Barnesee7b9f92012-04-20 17:11:53 +01001444
1445 pll->on = false;
Jesse Barnes92f25842011-01-04 15:09:34 -08001446}
1447
Jesse Barnes040484a2011-01-03 12:14:26 -08001448static void intel_enable_transcoder(struct drm_i915_private *dev_priv,
1449 enum pipe pipe)
1450{
1451 int reg;
Paulo Zanoni5f7f7262012-02-03 17:47:15 -02001452 u32 val, pipeconf_val;
Paulo Zanoni7c26e5c2012-02-14 17:07:09 -02001453 struct drm_crtc *crtc = dev_priv->pipe_to_crtc_mapping[pipe];
Jesse Barnes040484a2011-01-03 12:14:26 -08001454
1455 /* PCH only available on ILK+ */
1456 BUG_ON(dev_priv->info->gen < 5);
1457
1458 /* Make sure PCH DPLL is enabled */
Jesse Barnesee7b9f92012-04-20 17:11:53 +01001459 assert_pch_pll_enabled(dev_priv, to_intel_crtc(crtc));
Jesse Barnes040484a2011-01-03 12:14:26 -08001460
1461 /* FDI must be feeding us bits for PCH ports */
1462 assert_fdi_tx_enabled(dev_priv, pipe);
1463 assert_fdi_rx_enabled(dev_priv, pipe);
1464
1465 reg = TRANSCONF(pipe);
1466 val = I915_READ(reg);
Paulo Zanoni5f7f7262012-02-03 17:47:15 -02001467 pipeconf_val = I915_READ(PIPECONF(pipe));
Jesse Barnese9bcff52011-06-24 12:19:20 -07001468
1469 if (HAS_PCH_IBX(dev_priv->dev)) {
1470 /*
1471 * make the BPC in transcoder be consistent with
1472 * that in pipeconf reg.
1473 */
1474 val &= ~PIPE_BPC_MASK;
Paulo Zanoni5f7f7262012-02-03 17:47:15 -02001475 val |= pipeconf_val & PIPE_BPC_MASK;
Jesse Barnese9bcff52011-06-24 12:19:20 -07001476 }
Paulo Zanoni5f7f7262012-02-03 17:47:15 -02001477
1478 val &= ~TRANS_INTERLACE_MASK;
1479 if ((pipeconf_val & PIPECONF_INTERLACE_MASK) == PIPECONF_INTERLACED_ILK)
Paulo Zanoni7c26e5c2012-02-14 17:07:09 -02001480 if (HAS_PCH_IBX(dev_priv->dev) &&
1481 intel_pipe_has_type(crtc, INTEL_OUTPUT_SDVO))
1482 val |= TRANS_LEGACY_INTERLACED_ILK;
1483 else
1484 val |= TRANS_INTERLACED;
Paulo Zanoni5f7f7262012-02-03 17:47:15 -02001485 else
1486 val |= TRANS_PROGRESSIVE;
1487
Jesse Barnes040484a2011-01-03 12:14:26 -08001488 I915_WRITE(reg, val | TRANS_ENABLE);
1489 if (wait_for(I915_READ(reg) & TRANS_STATE_ENABLE, 100))
1490 DRM_ERROR("failed to enable transcoder %d\n", pipe);
1491}
1492
1493static void intel_disable_transcoder(struct drm_i915_private *dev_priv,
1494 enum pipe pipe)
1495{
1496 int reg;
1497 u32 val;
1498
1499 /* FDI relies on the transcoder */
1500 assert_fdi_tx_disabled(dev_priv, pipe);
1501 assert_fdi_rx_disabled(dev_priv, pipe);
1502
Jesse Barnes291906f2011-02-02 12:28:03 -08001503 /* Ports must be off as well */
1504 assert_pch_ports_disabled(dev_priv, pipe);
1505
Jesse Barnes040484a2011-01-03 12:14:26 -08001506 reg = TRANSCONF(pipe);
1507 val = I915_READ(reg);
1508 val &= ~TRANS_ENABLE;
1509 I915_WRITE(reg, val);
1510 /* wait for PCH transcoder off, transcoder state */
1511 if (wait_for((I915_READ(reg) & TRANS_STATE_ENABLE) == 0, 50))
Jesse Barnes4c9c18c2011-10-13 09:46:32 -07001512 DRM_ERROR("failed to disable transcoder %d\n", pipe);
Jesse Barnes040484a2011-01-03 12:14:26 -08001513}
1514
Jesse Barnes92f25842011-01-04 15:09:34 -08001515/**
Chris Wilson309cfea2011-01-28 13:54:53 +00001516 * intel_enable_pipe - enable a pipe, asserting requirements
Jesse Barnesb24e7172011-01-04 15:09:30 -08001517 * @dev_priv: i915 private structure
1518 * @pipe: pipe to enable
Jesse Barnes040484a2011-01-03 12:14:26 -08001519 * @pch_port: on ILK+, is this pipe driving a PCH port or not
Jesse Barnesb24e7172011-01-04 15:09:30 -08001520 *
1521 * Enable @pipe, making sure that various hardware specific requirements
1522 * are met, if applicable, e.g. PLL enabled, LVDS pairs enabled, etc.
1523 *
1524 * @pipe should be %PIPE_A or %PIPE_B.
1525 *
1526 * Will wait until the pipe is actually running (i.e. first vblank) before
1527 * returning.
1528 */
Jesse Barnes040484a2011-01-03 12:14:26 -08001529static void intel_enable_pipe(struct drm_i915_private *dev_priv, enum pipe pipe,
1530 bool pch_port)
Jesse Barnesb24e7172011-01-04 15:09:30 -08001531{
1532 int reg;
1533 u32 val;
1534
1535 /*
1536 * A pipe without a PLL won't actually be able to drive bits from
1537 * a plane. On ILK+ the pipe PLLs are integrated, so we don't
1538 * need the check.
1539 */
1540 if (!HAS_PCH_SPLIT(dev_priv->dev))
1541 assert_pll_enabled(dev_priv, pipe);
Jesse Barnes040484a2011-01-03 12:14:26 -08001542 else {
1543 if (pch_port) {
1544 /* if driving the PCH, we need FDI enabled */
1545 assert_fdi_rx_pll_enabled(dev_priv, pipe);
1546 assert_fdi_tx_pll_enabled(dev_priv, pipe);
1547 }
1548 /* FIXME: assert CPU port conditions for SNB+ */
1549 }
Jesse Barnesb24e7172011-01-04 15:09:30 -08001550
1551 reg = PIPECONF(pipe);
1552 val = I915_READ(reg);
Chris Wilson00d70b12011-03-17 07:18:29 +00001553 if (val & PIPECONF_ENABLE)
1554 return;
1555
1556 I915_WRITE(reg, val | PIPECONF_ENABLE);
Jesse Barnesb24e7172011-01-04 15:09:30 -08001557 intel_wait_for_vblank(dev_priv->dev, pipe);
1558}
1559
1560/**
Chris Wilson309cfea2011-01-28 13:54:53 +00001561 * intel_disable_pipe - disable a pipe, asserting requirements
Jesse Barnesb24e7172011-01-04 15:09:30 -08001562 * @dev_priv: i915 private structure
1563 * @pipe: pipe to disable
1564 *
1565 * Disable @pipe, making sure that various hardware specific requirements
1566 * are met, if applicable, e.g. plane disabled, panel fitter off, etc.
1567 *
1568 * @pipe should be %PIPE_A or %PIPE_B.
1569 *
1570 * Will wait until the pipe has shut down before returning.
1571 */
1572static void intel_disable_pipe(struct drm_i915_private *dev_priv,
1573 enum pipe pipe)
1574{
1575 int reg;
1576 u32 val;
1577
1578 /*
1579 * Make sure planes won't keep trying to pump pixels to us,
1580 * or we might hang the display.
1581 */
1582 assert_planes_disabled(dev_priv, pipe);
1583
1584 /* Don't disable pipe A or pipe A PLLs if needed */
1585 if (pipe == PIPE_A && (dev_priv->quirks & QUIRK_PIPEA_FORCE))
1586 return;
1587
1588 reg = PIPECONF(pipe);
1589 val = I915_READ(reg);
Chris Wilson00d70b12011-03-17 07:18:29 +00001590 if ((val & PIPECONF_ENABLE) == 0)
1591 return;
1592
1593 I915_WRITE(reg, val & ~PIPECONF_ENABLE);
Jesse Barnesb24e7172011-01-04 15:09:30 -08001594 intel_wait_for_pipe_off(dev_priv->dev, pipe);
1595}
1596
Keith Packardd74362c2011-07-28 14:47:14 -07001597/*
1598 * Plane regs are double buffered, going from enabled->disabled needs a
1599 * trigger in order to latch. The display address reg provides this.
1600 */
Eugeni Dodonov6f1d69b2012-04-18 15:29:25 -03001601void intel_flush_display_plane(struct drm_i915_private *dev_priv,
Keith Packardd74362c2011-07-28 14:47:14 -07001602 enum plane plane)
1603{
1604 I915_WRITE(DSPADDR(plane), I915_READ(DSPADDR(plane)));
1605 I915_WRITE(DSPSURF(plane), I915_READ(DSPSURF(plane)));
1606}
1607
Jesse Barnesb24e7172011-01-04 15:09:30 -08001608/**
1609 * intel_enable_plane - enable a display plane on a given pipe
1610 * @dev_priv: i915 private structure
1611 * @plane: plane to enable
1612 * @pipe: pipe being fed
1613 *
1614 * Enable @plane on @pipe, making sure that @pipe is running first.
1615 */
1616static void intel_enable_plane(struct drm_i915_private *dev_priv,
1617 enum plane plane, enum pipe pipe)
1618{
1619 int reg;
1620 u32 val;
1621
1622 /* If the pipe isn't enabled, we can't pump pixels and may hang */
1623 assert_pipe_enabled(dev_priv, pipe);
1624
1625 reg = DSPCNTR(plane);
1626 val = I915_READ(reg);
Chris Wilson00d70b12011-03-17 07:18:29 +00001627 if (val & DISPLAY_PLANE_ENABLE)
1628 return;
1629
1630 I915_WRITE(reg, val | DISPLAY_PLANE_ENABLE);
Keith Packardd74362c2011-07-28 14:47:14 -07001631 intel_flush_display_plane(dev_priv, plane);
Jesse Barnesb24e7172011-01-04 15:09:30 -08001632 intel_wait_for_vblank(dev_priv->dev, pipe);
1633}
1634
Jesse Barnesb24e7172011-01-04 15:09:30 -08001635/**
1636 * intel_disable_plane - disable a display plane
1637 * @dev_priv: i915 private structure
1638 * @plane: plane to disable
1639 * @pipe: pipe consuming the data
1640 *
1641 * Disable @plane; should be an independent operation.
1642 */
1643static void intel_disable_plane(struct drm_i915_private *dev_priv,
1644 enum plane plane, enum pipe pipe)
1645{
1646 int reg;
1647 u32 val;
1648
1649 reg = DSPCNTR(plane);
1650 val = I915_READ(reg);
Chris Wilson00d70b12011-03-17 07:18:29 +00001651 if ((val & DISPLAY_PLANE_ENABLE) == 0)
1652 return;
1653
1654 I915_WRITE(reg, val & ~DISPLAY_PLANE_ENABLE);
Jesse Barnesb24e7172011-01-04 15:09:30 -08001655 intel_flush_display_plane(dev_priv, plane);
1656 intel_wait_for_vblank(dev_priv->dev, pipe);
1657}
1658
Jesse Barnes47a05ec2011-02-07 13:46:40 -08001659static void disable_pch_dp(struct drm_i915_private *dev_priv,
Keith Packardf0575e92011-07-25 22:12:43 -07001660 enum pipe pipe, int reg, u32 port_sel)
Jesse Barnes47a05ec2011-02-07 13:46:40 -08001661{
1662 u32 val = I915_READ(reg);
Keith Packard4e634382011-08-06 10:39:45 -07001663 if (dp_pipe_enabled(dev_priv, pipe, port_sel, val)) {
Keith Packardf0575e92011-07-25 22:12:43 -07001664 DRM_DEBUG_KMS("Disabling pch dp %x on pipe %d\n", reg, pipe);
Jesse Barnes47a05ec2011-02-07 13:46:40 -08001665 I915_WRITE(reg, val & ~DP_PORT_EN);
Keith Packardf0575e92011-07-25 22:12:43 -07001666 }
Jesse Barnes47a05ec2011-02-07 13:46:40 -08001667}
1668
1669static void disable_pch_hdmi(struct drm_i915_private *dev_priv,
1670 enum pipe pipe, int reg)
1671{
1672 u32 val = I915_READ(reg);
Keith Packard1519b992011-08-06 10:35:34 -07001673 if (hdmi_pipe_enabled(dev_priv, val, pipe)) {
Keith Packardf0575e92011-07-25 22:12:43 -07001674 DRM_DEBUG_KMS("Disabling pch HDMI %x on pipe %d\n",
1675 reg, pipe);
Jesse Barnes47a05ec2011-02-07 13:46:40 -08001676 I915_WRITE(reg, val & ~PORT_ENABLE);
Keith Packardf0575e92011-07-25 22:12:43 -07001677 }
Jesse Barnes47a05ec2011-02-07 13:46:40 -08001678}
1679
1680/* Disable any ports connected to this transcoder */
1681static void intel_disable_pch_ports(struct drm_i915_private *dev_priv,
1682 enum pipe pipe)
1683{
1684 u32 reg, val;
1685
1686 val = I915_READ(PCH_PP_CONTROL);
1687 I915_WRITE(PCH_PP_CONTROL, val | PANEL_UNLOCK_REGS);
1688
Keith Packardf0575e92011-07-25 22:12:43 -07001689 disable_pch_dp(dev_priv, pipe, PCH_DP_B, TRANS_DP_PORT_SEL_B);
1690 disable_pch_dp(dev_priv, pipe, PCH_DP_C, TRANS_DP_PORT_SEL_C);
1691 disable_pch_dp(dev_priv, pipe, PCH_DP_D, TRANS_DP_PORT_SEL_D);
Jesse Barnes47a05ec2011-02-07 13:46:40 -08001692
1693 reg = PCH_ADPA;
1694 val = I915_READ(reg);
Keith Packard1519b992011-08-06 10:35:34 -07001695 if (adpa_pipe_enabled(dev_priv, val, pipe))
Jesse Barnes47a05ec2011-02-07 13:46:40 -08001696 I915_WRITE(reg, val & ~ADPA_DAC_ENABLE);
1697
1698 reg = PCH_LVDS;
1699 val = I915_READ(reg);
Keith Packard1519b992011-08-06 10:35:34 -07001700 if (lvds_pipe_enabled(dev_priv, val, pipe)) {
1701 DRM_DEBUG_KMS("disable lvds on pipe %d val 0x%08x\n", pipe, val);
Jesse Barnes47a05ec2011-02-07 13:46:40 -08001702 I915_WRITE(reg, val & ~LVDS_PORT_EN);
1703 POSTING_READ(reg);
1704 udelay(100);
1705 }
1706
1707 disable_pch_hdmi(dev_priv, pipe, HDMIB);
1708 disable_pch_hdmi(dev_priv, pipe, HDMIC);
1709 disable_pch_hdmi(dev_priv, pipe, HDMID);
1710}
1711
Chris Wilson127bd2a2010-07-23 23:32:05 +01001712int
Chris Wilson48b956c2010-09-14 12:50:34 +01001713intel_pin_and_fence_fb_obj(struct drm_device *dev,
Chris Wilson05394f32010-11-08 19:18:58 +00001714 struct drm_i915_gem_object *obj,
Chris Wilson919926a2010-11-12 13:42:53 +00001715 struct intel_ring_buffer *pipelined)
Kristian Høgsberg6b95a202009-11-18 11:25:18 -05001716{
Chris Wilsonce453d82011-02-21 14:43:56 +00001717 struct drm_i915_private *dev_priv = dev->dev_private;
Kristian Høgsberg6b95a202009-11-18 11:25:18 -05001718 u32 alignment;
1719 int ret;
1720
Chris Wilson05394f32010-11-08 19:18:58 +00001721 switch (obj->tiling_mode) {
Kristian Høgsberg6b95a202009-11-18 11:25:18 -05001722 case I915_TILING_NONE:
Chris Wilson534843d2010-07-05 18:01:46 +01001723 if (IS_BROADWATER(dev) || IS_CRESTLINE(dev))
1724 alignment = 128 * 1024;
Chris Wilsona6c45cf2010-09-17 00:32:17 +01001725 else if (INTEL_INFO(dev)->gen >= 4)
Chris Wilson534843d2010-07-05 18:01:46 +01001726 alignment = 4 * 1024;
1727 else
1728 alignment = 64 * 1024;
Kristian Høgsberg6b95a202009-11-18 11:25:18 -05001729 break;
1730 case I915_TILING_X:
1731 /* pin() will align the object as required by fence */
1732 alignment = 0;
1733 break;
1734 case I915_TILING_Y:
1735 /* FIXME: Is this true? */
1736 DRM_ERROR("Y tiled not allowed for scan out buffers\n");
1737 return -EINVAL;
1738 default:
1739 BUG();
1740 }
1741
Chris Wilsonce453d82011-02-21 14:43:56 +00001742 dev_priv->mm.interruptible = false;
Chris Wilson2da3b9b2011-04-14 09:41:17 +01001743 ret = i915_gem_object_pin_to_display_plane(obj, alignment, pipelined);
Chris Wilson48b956c2010-09-14 12:50:34 +01001744 if (ret)
Chris Wilsonce453d82011-02-21 14:43:56 +00001745 goto err_interruptible;
Kristian Høgsberg6b95a202009-11-18 11:25:18 -05001746
1747 /* Install a fence for tiled scan-out. Pre-i965 always needs a
1748 * fence, whereas 965+ only requires a fence if using
1749 * framebuffer compression. For simplicity, we always install
1750 * a fence as the cost is not that onerous.
1751 */
Chris Wilson06d98132012-04-17 15:31:24 +01001752 ret = i915_gem_object_get_fence(obj);
Chris Wilson9a5a53b2012-03-22 15:10:00 +00001753 if (ret)
1754 goto err_unpin;
Chris Wilson1690e1e2011-12-14 13:57:08 +01001755
Chris Wilson9a5a53b2012-03-22 15:10:00 +00001756 i915_gem_object_pin_fence(obj);
Kristian Høgsberg6b95a202009-11-18 11:25:18 -05001757
Chris Wilsonce453d82011-02-21 14:43:56 +00001758 dev_priv->mm.interruptible = true;
Kristian Høgsberg6b95a202009-11-18 11:25:18 -05001759 return 0;
Chris Wilson48b956c2010-09-14 12:50:34 +01001760
1761err_unpin:
1762 i915_gem_object_unpin(obj);
Chris Wilsonce453d82011-02-21 14:43:56 +00001763err_interruptible:
1764 dev_priv->mm.interruptible = true;
Chris Wilson48b956c2010-09-14 12:50:34 +01001765 return ret;
Kristian Høgsberg6b95a202009-11-18 11:25:18 -05001766}
1767
Chris Wilson1690e1e2011-12-14 13:57:08 +01001768void intel_unpin_fb_obj(struct drm_i915_gem_object *obj)
1769{
1770 i915_gem_object_unpin_fence(obj);
1771 i915_gem_object_unpin(obj);
1772}
1773
Jesse Barnes17638cd2011-06-24 12:19:23 -07001774static int i9xx_update_plane(struct drm_crtc *crtc, struct drm_framebuffer *fb,
1775 int x, int y)
Jesse Barnes81255562010-08-02 12:07:50 -07001776{
1777 struct drm_device *dev = crtc->dev;
1778 struct drm_i915_private *dev_priv = dev->dev_private;
1779 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
1780 struct intel_framebuffer *intel_fb;
Chris Wilson05394f32010-11-08 19:18:58 +00001781 struct drm_i915_gem_object *obj;
Jesse Barnes81255562010-08-02 12:07:50 -07001782 int plane = intel_crtc->plane;
1783 unsigned long Start, Offset;
Jesse Barnes81255562010-08-02 12:07:50 -07001784 u32 dspcntr;
Chris Wilson5eddb702010-09-11 13:48:45 +01001785 u32 reg;
Jesse Barnes81255562010-08-02 12:07:50 -07001786
1787 switch (plane) {
1788 case 0:
1789 case 1:
1790 break;
1791 default:
1792 DRM_ERROR("Can't update plane %d in SAREA\n", plane);
1793 return -EINVAL;
1794 }
1795
1796 intel_fb = to_intel_framebuffer(fb);
1797 obj = intel_fb->obj;
Jesse Barnes81255562010-08-02 12:07:50 -07001798
Chris Wilson5eddb702010-09-11 13:48:45 +01001799 reg = DSPCNTR(plane);
1800 dspcntr = I915_READ(reg);
Jesse Barnes81255562010-08-02 12:07:50 -07001801 /* Mask out pixel format bits in case we change it */
1802 dspcntr &= ~DISPPLANE_PIXFORMAT_MASK;
1803 switch (fb->bits_per_pixel) {
1804 case 8:
1805 dspcntr |= DISPPLANE_8BPP;
1806 break;
1807 case 16:
1808 if (fb->depth == 15)
1809 dspcntr |= DISPPLANE_15_16BPP;
1810 else
1811 dspcntr |= DISPPLANE_16BPP;
1812 break;
1813 case 24:
1814 case 32:
1815 dspcntr |= DISPPLANE_32BPP_NO_ALPHA;
1816 break;
1817 default:
Jesse Barnes17638cd2011-06-24 12:19:23 -07001818 DRM_ERROR("Unknown color depth %d\n", fb->bits_per_pixel);
Jesse Barnes81255562010-08-02 12:07:50 -07001819 return -EINVAL;
1820 }
Chris Wilsona6c45cf2010-09-17 00:32:17 +01001821 if (INTEL_INFO(dev)->gen >= 4) {
Chris Wilson05394f32010-11-08 19:18:58 +00001822 if (obj->tiling_mode != I915_TILING_NONE)
Jesse Barnes81255562010-08-02 12:07:50 -07001823 dspcntr |= DISPPLANE_TILED;
1824 else
1825 dspcntr &= ~DISPPLANE_TILED;
1826 }
1827
Chris Wilson5eddb702010-09-11 13:48:45 +01001828 I915_WRITE(reg, dspcntr);
Jesse Barnes81255562010-08-02 12:07:50 -07001829
Chris Wilson05394f32010-11-08 19:18:58 +00001830 Start = obj->gtt_offset;
Ville Syrjälä01f2c772011-12-20 00:06:49 +02001831 Offset = y * fb->pitches[0] + x * (fb->bits_per_pixel / 8);
Jesse Barnes81255562010-08-02 12:07:50 -07001832
Chris Wilson4e6cfef2010-08-08 13:20:19 +01001833 DRM_DEBUG_KMS("Writing base %08lX %08lX %d %d %d\n",
Ville Syrjälä01f2c772011-12-20 00:06:49 +02001834 Start, Offset, x, y, fb->pitches[0]);
1835 I915_WRITE(DSPSTRIDE(plane), fb->pitches[0]);
Chris Wilsona6c45cf2010-09-17 00:32:17 +01001836 if (INTEL_INFO(dev)->gen >= 4) {
Armin Reese446f2542012-03-30 16:20:16 -07001837 I915_MODIFY_DISPBASE(DSPSURF(plane), Start);
Chris Wilson5eddb702010-09-11 13:48:45 +01001838 I915_WRITE(DSPTILEOFF(plane), (y << 16) | x);
1839 I915_WRITE(DSPADDR(plane), Offset);
1840 } else
1841 I915_WRITE(DSPADDR(plane), Start + Offset);
1842 POSTING_READ(reg);
Jesse Barnes81255562010-08-02 12:07:50 -07001843
Jesse Barnes17638cd2011-06-24 12:19:23 -07001844 return 0;
1845}
1846
1847static int ironlake_update_plane(struct drm_crtc *crtc,
1848 struct drm_framebuffer *fb, int x, int y)
1849{
1850 struct drm_device *dev = crtc->dev;
1851 struct drm_i915_private *dev_priv = dev->dev_private;
1852 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
1853 struct intel_framebuffer *intel_fb;
1854 struct drm_i915_gem_object *obj;
1855 int plane = intel_crtc->plane;
1856 unsigned long Start, Offset;
1857 u32 dspcntr;
1858 u32 reg;
1859
1860 switch (plane) {
1861 case 0:
1862 case 1:
Jesse Barnes27f82272011-09-02 12:54:37 -07001863 case 2:
Jesse Barnes17638cd2011-06-24 12:19:23 -07001864 break;
1865 default:
1866 DRM_ERROR("Can't update plane %d in SAREA\n", plane);
1867 return -EINVAL;
1868 }
1869
1870 intel_fb = to_intel_framebuffer(fb);
1871 obj = intel_fb->obj;
1872
1873 reg = DSPCNTR(plane);
1874 dspcntr = I915_READ(reg);
1875 /* Mask out pixel format bits in case we change it */
1876 dspcntr &= ~DISPPLANE_PIXFORMAT_MASK;
1877 switch (fb->bits_per_pixel) {
1878 case 8:
1879 dspcntr |= DISPPLANE_8BPP;
1880 break;
1881 case 16:
1882 if (fb->depth != 16)
1883 return -EINVAL;
1884
1885 dspcntr |= DISPPLANE_16BPP;
1886 break;
1887 case 24:
1888 case 32:
1889 if (fb->depth == 24)
1890 dspcntr |= DISPPLANE_32BPP_NO_ALPHA;
1891 else if (fb->depth == 30)
1892 dspcntr |= DISPPLANE_32BPP_30BIT_NO_ALPHA;
1893 else
1894 return -EINVAL;
1895 break;
1896 default:
1897 DRM_ERROR("Unknown color depth %d\n", fb->bits_per_pixel);
1898 return -EINVAL;
1899 }
1900
1901 if (obj->tiling_mode != I915_TILING_NONE)
1902 dspcntr |= DISPPLANE_TILED;
1903 else
1904 dspcntr &= ~DISPPLANE_TILED;
1905
1906 /* must disable */
1907 dspcntr |= DISPPLANE_TRICKLE_FEED_DISABLE;
1908
1909 I915_WRITE(reg, dspcntr);
1910
1911 Start = obj->gtt_offset;
Ville Syrjälä01f2c772011-12-20 00:06:49 +02001912 Offset = y * fb->pitches[0] + x * (fb->bits_per_pixel / 8);
Jesse Barnes17638cd2011-06-24 12:19:23 -07001913
1914 DRM_DEBUG_KMS("Writing base %08lX %08lX %d %d %d\n",
Ville Syrjälä01f2c772011-12-20 00:06:49 +02001915 Start, Offset, x, y, fb->pitches[0]);
1916 I915_WRITE(DSPSTRIDE(plane), fb->pitches[0]);
Armin Reese446f2542012-03-30 16:20:16 -07001917 I915_MODIFY_DISPBASE(DSPSURF(plane), Start);
Jesse Barnes17638cd2011-06-24 12:19:23 -07001918 I915_WRITE(DSPTILEOFF(plane), (y << 16) | x);
1919 I915_WRITE(DSPADDR(plane), Offset);
1920 POSTING_READ(reg);
1921
1922 return 0;
1923}
1924
1925/* Assume fb object is pinned & idle & fenced and just update base pointers */
1926static int
1927intel_pipe_set_base_atomic(struct drm_crtc *crtc, struct drm_framebuffer *fb,
1928 int x, int y, enum mode_set_atomic state)
1929{
1930 struct drm_device *dev = crtc->dev;
1931 struct drm_i915_private *dev_priv = dev->dev_private;
Jesse Barnes17638cd2011-06-24 12:19:23 -07001932
Chris Wilson6b8e6ed2012-04-17 15:08:19 +01001933 if (dev_priv->display.disable_fbc)
1934 dev_priv->display.disable_fbc(dev);
Daniel Vetter3dec0092010-08-20 21:40:52 +02001935 intel_increase_pllclock(crtc);
Jesse Barnes81255562010-08-02 12:07:50 -07001936
Chris Wilson6b8e6ed2012-04-17 15:08:19 +01001937 return dev_priv->display.update_plane(crtc, fb, x, y);
Jesse Barnes81255562010-08-02 12:07:50 -07001938}
1939
Kristian Høgsberg6b95a202009-11-18 11:25:18 -05001940static int
Chris Wilson14667a42012-04-03 17:58:35 +01001941intel_finish_fb(struct drm_framebuffer *old_fb)
1942{
1943 struct drm_i915_gem_object *obj = to_intel_framebuffer(old_fb)->obj;
1944 struct drm_i915_private *dev_priv = obj->base.dev->dev_private;
1945 bool was_interruptible = dev_priv->mm.interruptible;
1946 int ret;
1947
1948 wait_event(dev_priv->pending_flip_queue,
1949 atomic_read(&dev_priv->mm.wedged) ||
1950 atomic_read(&obj->pending_flip) == 0);
1951
1952 /* Big Hammer, we also need to ensure that any pending
1953 * MI_WAIT_FOR_EVENT inside a user batch buffer on the
1954 * current scanout is retired before unpinning the old
1955 * framebuffer.
1956 *
1957 * This should only fail upon a hung GPU, in which case we
1958 * can safely continue.
1959 */
1960 dev_priv->mm.interruptible = false;
1961 ret = i915_gem_object_finish_gpu(obj);
1962 dev_priv->mm.interruptible = was_interruptible;
1963
1964 return ret;
1965}
1966
1967static int
Kristian Høgsberg3c4fdcf2008-12-17 22:14:46 -05001968intel_pipe_set_base(struct drm_crtc *crtc, int x, int y,
1969 struct drm_framebuffer *old_fb)
Jesse Barnes79e53942008-11-07 14:24:08 -08001970{
1971 struct drm_device *dev = crtc->dev;
Chris Wilson6b8e6ed2012-04-17 15:08:19 +01001972 struct drm_i915_private *dev_priv = dev->dev_private;
Jesse Barnes79e53942008-11-07 14:24:08 -08001973 struct drm_i915_master_private *master_priv;
1974 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
Chris Wilson5c3b82e2009-02-11 13:25:09 +00001975 int ret;
Jesse Barnes79e53942008-11-07 14:24:08 -08001976
1977 /* no fb bound */
1978 if (!crtc->fb) {
Jesse Barnesa5071c22011-07-19 15:38:56 -07001979 DRM_ERROR("No FB bound\n");
Chris Wilson5c3b82e2009-02-11 13:25:09 +00001980 return 0;
1981 }
1982
Eugeni Dodonov5826eca2012-05-09 15:37:12 -03001983 if(intel_crtc->plane > dev_priv->num_pipe) {
1984 DRM_ERROR("no plane for crtc: plane %d, num_pipes %d\n",
1985 intel_crtc->plane,
1986 dev_priv->num_pipe);
Chris Wilson5c3b82e2009-02-11 13:25:09 +00001987 return -EINVAL;
Jesse Barnes79e53942008-11-07 14:24:08 -08001988 }
1989
Chris Wilson5c3b82e2009-02-11 13:25:09 +00001990 mutex_lock(&dev->struct_mutex);
Chris Wilson265db952010-09-20 15:41:01 +01001991 ret = intel_pin_and_fence_fb_obj(dev,
1992 to_intel_framebuffer(crtc->fb)->obj,
Chris Wilson919926a2010-11-12 13:42:53 +00001993 NULL);
Chris Wilson5c3b82e2009-02-11 13:25:09 +00001994 if (ret != 0) {
1995 mutex_unlock(&dev->struct_mutex);
Jesse Barnesa5071c22011-07-19 15:38:56 -07001996 DRM_ERROR("pin & fence failed\n");
Chris Wilson5c3b82e2009-02-11 13:25:09 +00001997 return ret;
1998 }
Kristian Høgsberg3c4fdcf2008-12-17 22:14:46 -05001999
Chris Wilson14667a42012-04-03 17:58:35 +01002000 if (old_fb)
2001 intel_finish_fb(old_fb);
Chris Wilson265db952010-09-20 15:41:01 +01002002
Chris Wilson6b8e6ed2012-04-17 15:08:19 +01002003 ret = dev_priv->display.update_plane(crtc, crtc->fb, x, y);
Chris Wilson4e6cfef2010-08-08 13:20:19 +01002004 if (ret) {
Chris Wilson1690e1e2011-12-14 13:57:08 +01002005 intel_unpin_fb_obj(to_intel_framebuffer(crtc->fb)->obj);
Chris Wilson5c3b82e2009-02-11 13:25:09 +00002006 mutex_unlock(&dev->struct_mutex);
Jesse Barnesa5071c22011-07-19 15:38:56 -07002007 DRM_ERROR("failed to update base address\n");
Chris Wilson4e6cfef2010-08-08 13:20:19 +01002008 return ret;
Jesse Barnes79e53942008-11-07 14:24:08 -08002009 }
Kristian Høgsberg3c4fdcf2008-12-17 22:14:46 -05002010
Chris Wilsonb7f1de22010-12-14 16:09:31 +00002011 if (old_fb) {
2012 intel_wait_for_vblank(dev, intel_crtc->pipe);
Chris Wilson1690e1e2011-12-14 13:57:08 +01002013 intel_unpin_fb_obj(to_intel_framebuffer(old_fb)->obj);
Chris Wilsonb7f1de22010-12-14 16:09:31 +00002014 }
Jesse Barnes652c3932009-08-17 13:31:43 -07002015
Chris Wilson6b8e6ed2012-04-17 15:08:19 +01002016 intel_update_fbc(dev);
Chris Wilson5c3b82e2009-02-11 13:25:09 +00002017 mutex_unlock(&dev->struct_mutex);
Jesse Barnes79e53942008-11-07 14:24:08 -08002018
2019 if (!dev->primary->master)
Chris Wilson5c3b82e2009-02-11 13:25:09 +00002020 return 0;
Jesse Barnes79e53942008-11-07 14:24:08 -08002021
2022 master_priv = dev->primary->master->driver_priv;
2023 if (!master_priv->sarea_priv)
Chris Wilson5c3b82e2009-02-11 13:25:09 +00002024 return 0;
Jesse Barnes79e53942008-11-07 14:24:08 -08002025
Chris Wilson265db952010-09-20 15:41:01 +01002026 if (intel_crtc->pipe) {
Jesse Barnes79e53942008-11-07 14:24:08 -08002027 master_priv->sarea_priv->pipeB_x = x;
2028 master_priv->sarea_priv->pipeB_y = y;
Chris Wilson5c3b82e2009-02-11 13:25:09 +00002029 } else {
2030 master_priv->sarea_priv->pipeA_x = x;
2031 master_priv->sarea_priv->pipeA_y = y;
Jesse Barnes79e53942008-11-07 14:24:08 -08002032 }
Chris Wilson5c3b82e2009-02-11 13:25:09 +00002033
2034 return 0;
Jesse Barnes79e53942008-11-07 14:24:08 -08002035}
2036
Chris Wilson5eddb702010-09-11 13:48:45 +01002037static void ironlake_set_pll_edp(struct drm_crtc *crtc, int clock)
Zhenyu Wang32f9d652009-07-24 01:00:32 +08002038{
2039 struct drm_device *dev = crtc->dev;
2040 struct drm_i915_private *dev_priv = dev->dev_private;
2041 u32 dpa_ctl;
2042
Zhao Yakui28c97732009-10-09 11:39:41 +08002043 DRM_DEBUG_KMS("eDP PLL enable for clock %d\n", clock);
Zhenyu Wang32f9d652009-07-24 01:00:32 +08002044 dpa_ctl = I915_READ(DP_A);
2045 dpa_ctl &= ~DP_PLL_FREQ_MASK;
2046
2047 if (clock < 200000) {
2048 u32 temp;
2049 dpa_ctl |= DP_PLL_FREQ_160MHZ;
2050 /* workaround for 160Mhz:
2051 1) program 0x4600c bits 15:0 = 0x8124
2052 2) program 0x46010 bit 0 = 1
2053 3) program 0x46034 bit 24 = 1
2054 4) program 0x64000 bit 14 = 1
2055 */
2056 temp = I915_READ(0x4600c);
2057 temp &= 0xffff0000;
2058 I915_WRITE(0x4600c, temp | 0x8124);
2059
2060 temp = I915_READ(0x46010);
2061 I915_WRITE(0x46010, temp | 1);
2062
2063 temp = I915_READ(0x46034);
2064 I915_WRITE(0x46034, temp | (1 << 24));
2065 } else {
2066 dpa_ctl |= DP_PLL_FREQ_270MHZ;
2067 }
2068 I915_WRITE(DP_A, dpa_ctl);
2069
Chris Wilson5eddb702010-09-11 13:48:45 +01002070 POSTING_READ(DP_A);
Zhenyu Wang32f9d652009-07-24 01:00:32 +08002071 udelay(500);
2072}
2073
Zhenyu Wang5e84e1a2010-10-28 16:38:08 +08002074static void intel_fdi_normal_train(struct drm_crtc *crtc)
2075{
2076 struct drm_device *dev = crtc->dev;
2077 struct drm_i915_private *dev_priv = dev->dev_private;
2078 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
2079 int pipe = intel_crtc->pipe;
2080 u32 reg, temp;
2081
2082 /* enable normal train */
2083 reg = FDI_TX_CTL(pipe);
2084 temp = I915_READ(reg);
Keith Packard61e499b2011-05-17 16:13:52 -07002085 if (IS_IVYBRIDGE(dev)) {
Jesse Barnes357555c2011-04-28 15:09:55 -07002086 temp &= ~FDI_LINK_TRAIN_NONE_IVB;
2087 temp |= FDI_LINK_TRAIN_NONE_IVB | FDI_TX_ENHANCE_FRAME_ENABLE;
Keith Packard61e499b2011-05-17 16:13:52 -07002088 } else {
2089 temp &= ~FDI_LINK_TRAIN_NONE;
2090 temp |= FDI_LINK_TRAIN_NONE | FDI_TX_ENHANCE_FRAME_ENABLE;
Jesse Barnes357555c2011-04-28 15:09:55 -07002091 }
Zhenyu Wang5e84e1a2010-10-28 16:38:08 +08002092 I915_WRITE(reg, temp);
2093
2094 reg = FDI_RX_CTL(pipe);
2095 temp = I915_READ(reg);
2096 if (HAS_PCH_CPT(dev)) {
2097 temp &= ~FDI_LINK_TRAIN_PATTERN_MASK_CPT;
2098 temp |= FDI_LINK_TRAIN_NORMAL_CPT;
2099 } else {
2100 temp &= ~FDI_LINK_TRAIN_NONE;
2101 temp |= FDI_LINK_TRAIN_NONE;
2102 }
2103 I915_WRITE(reg, temp | FDI_RX_ENHANCE_FRAME_ENABLE);
2104
2105 /* wait one idle pattern time */
2106 POSTING_READ(reg);
2107 udelay(1000);
Jesse Barnes357555c2011-04-28 15:09:55 -07002108
2109 /* IVB wants error correction enabled */
2110 if (IS_IVYBRIDGE(dev))
2111 I915_WRITE(reg, I915_READ(reg) | FDI_FS_ERRC_ENABLE |
2112 FDI_FE_ERRC_ENABLE);
Zhenyu Wang5e84e1a2010-10-28 16:38:08 +08002113}
2114
Jesse Barnes291427f2011-07-29 12:42:37 -07002115static void cpt_phase_pointer_enable(struct drm_device *dev, int pipe)
2116{
2117 struct drm_i915_private *dev_priv = dev->dev_private;
2118 u32 flags = I915_READ(SOUTH_CHICKEN1);
2119
2120 flags |= FDI_PHASE_SYNC_OVR(pipe);
2121 I915_WRITE(SOUTH_CHICKEN1, flags); /* once to unlock... */
2122 flags |= FDI_PHASE_SYNC_EN(pipe);
2123 I915_WRITE(SOUTH_CHICKEN1, flags); /* then again to enable */
2124 POSTING_READ(SOUTH_CHICKEN1);
2125}
2126
Zhenyu Wang8db9d772010-04-07 16:15:54 +08002127/* The FDI link training functions for ILK/Ibexpeak. */
2128static void ironlake_fdi_link_train(struct drm_crtc *crtc)
2129{
2130 struct drm_device *dev = crtc->dev;
2131 struct drm_i915_private *dev_priv = dev->dev_private;
2132 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
2133 int pipe = intel_crtc->pipe;
Jesse Barnes0fc932b2011-01-04 15:09:37 -08002134 int plane = intel_crtc->plane;
Chris Wilson5eddb702010-09-11 13:48:45 +01002135 u32 reg, temp, tries;
Zhenyu Wang8db9d772010-04-07 16:15:54 +08002136
Jesse Barnes0fc932b2011-01-04 15:09:37 -08002137 /* FDI needs bits from pipe & plane first */
2138 assert_pipe_enabled(dev_priv, pipe);
2139 assert_plane_enabled(dev_priv, plane);
2140
Adam Jacksone1a44742010-06-25 15:32:14 -04002141 /* Train 1: umask FDI RX Interrupt symbol_lock and bit_lock bit
2142 for train result */
Chris Wilson5eddb702010-09-11 13:48:45 +01002143 reg = FDI_RX_IMR(pipe);
2144 temp = I915_READ(reg);
Adam Jacksone1a44742010-06-25 15:32:14 -04002145 temp &= ~FDI_RX_SYMBOL_LOCK;
2146 temp &= ~FDI_RX_BIT_LOCK;
Chris Wilson5eddb702010-09-11 13:48:45 +01002147 I915_WRITE(reg, temp);
2148 I915_READ(reg);
Adam Jacksone1a44742010-06-25 15:32:14 -04002149 udelay(150);
2150
Zhenyu Wang8db9d772010-04-07 16:15:54 +08002151 /* enable CPU FDI TX and PCH FDI RX */
Chris Wilson5eddb702010-09-11 13:48:45 +01002152 reg = FDI_TX_CTL(pipe);
2153 temp = I915_READ(reg);
Adam Jackson77ffb592010-04-12 11:38:44 -04002154 temp &= ~(7 << 19);
2155 temp |= (intel_crtc->fdi_lanes - 1) << 19;
Zhenyu Wang8db9d772010-04-07 16:15:54 +08002156 temp &= ~FDI_LINK_TRAIN_NONE;
2157 temp |= FDI_LINK_TRAIN_PATTERN_1;
Chris Wilson5eddb702010-09-11 13:48:45 +01002158 I915_WRITE(reg, temp | FDI_TX_ENABLE);
Zhenyu Wang8db9d772010-04-07 16:15:54 +08002159
Chris Wilson5eddb702010-09-11 13:48:45 +01002160 reg = FDI_RX_CTL(pipe);
2161 temp = I915_READ(reg);
Zhenyu Wang8db9d772010-04-07 16:15:54 +08002162 temp &= ~FDI_LINK_TRAIN_NONE;
2163 temp |= FDI_LINK_TRAIN_PATTERN_1;
Chris Wilson5eddb702010-09-11 13:48:45 +01002164 I915_WRITE(reg, temp | FDI_RX_ENABLE);
2165
2166 POSTING_READ(reg);
Zhenyu Wang8db9d772010-04-07 16:15:54 +08002167 udelay(150);
2168
Jesse Barnes5b2adf82010-10-07 16:01:15 -07002169 /* Ironlake workaround, enable clock pointer after FDI enable*/
Jesse Barnes6f06ce12011-01-04 15:09:38 -08002170 if (HAS_PCH_IBX(dev)) {
2171 I915_WRITE(FDI_RX_CHICKEN(pipe), FDI_RX_PHASE_SYNC_POINTER_OVR);
2172 I915_WRITE(FDI_RX_CHICKEN(pipe), FDI_RX_PHASE_SYNC_POINTER_OVR |
2173 FDI_RX_PHASE_SYNC_POINTER_EN);
2174 }
Jesse Barnes5b2adf82010-10-07 16:01:15 -07002175
Chris Wilson5eddb702010-09-11 13:48:45 +01002176 reg = FDI_RX_IIR(pipe);
Adam Jacksone1a44742010-06-25 15:32:14 -04002177 for (tries = 0; tries < 5; tries++) {
Chris Wilson5eddb702010-09-11 13:48:45 +01002178 temp = I915_READ(reg);
Zhenyu Wang8db9d772010-04-07 16:15:54 +08002179 DRM_DEBUG_KMS("FDI_RX_IIR 0x%x\n", temp);
2180
2181 if ((temp & FDI_RX_BIT_LOCK)) {
2182 DRM_DEBUG_KMS("FDI train 1 done.\n");
Chris Wilson5eddb702010-09-11 13:48:45 +01002183 I915_WRITE(reg, temp | FDI_RX_BIT_LOCK);
Zhenyu Wang8db9d772010-04-07 16:15:54 +08002184 break;
2185 }
Zhenyu Wang8db9d772010-04-07 16:15:54 +08002186 }
Adam Jacksone1a44742010-06-25 15:32:14 -04002187 if (tries == 5)
Chris Wilson5eddb702010-09-11 13:48:45 +01002188 DRM_ERROR("FDI train 1 fail!\n");
Zhenyu Wang8db9d772010-04-07 16:15:54 +08002189
2190 /* Train 2 */
Chris Wilson5eddb702010-09-11 13:48:45 +01002191 reg = FDI_TX_CTL(pipe);
2192 temp = I915_READ(reg);
Zhenyu Wang8db9d772010-04-07 16:15:54 +08002193 temp &= ~FDI_LINK_TRAIN_NONE;
2194 temp |= FDI_LINK_TRAIN_PATTERN_2;
Chris Wilson5eddb702010-09-11 13:48:45 +01002195 I915_WRITE(reg, temp);
Zhenyu Wang8db9d772010-04-07 16:15:54 +08002196
Chris Wilson5eddb702010-09-11 13:48:45 +01002197 reg = FDI_RX_CTL(pipe);
2198 temp = I915_READ(reg);
Zhenyu Wang8db9d772010-04-07 16:15:54 +08002199 temp &= ~FDI_LINK_TRAIN_NONE;
2200 temp |= FDI_LINK_TRAIN_PATTERN_2;
Chris Wilson5eddb702010-09-11 13:48:45 +01002201 I915_WRITE(reg, temp);
2202
2203 POSTING_READ(reg);
Zhenyu Wang8db9d772010-04-07 16:15:54 +08002204 udelay(150);
2205
Chris Wilson5eddb702010-09-11 13:48:45 +01002206 reg = FDI_RX_IIR(pipe);
Adam Jacksone1a44742010-06-25 15:32:14 -04002207 for (tries = 0; tries < 5; tries++) {
Chris Wilson5eddb702010-09-11 13:48:45 +01002208 temp = I915_READ(reg);
Zhenyu Wang8db9d772010-04-07 16:15:54 +08002209 DRM_DEBUG_KMS("FDI_RX_IIR 0x%x\n", temp);
2210
2211 if (temp & FDI_RX_SYMBOL_LOCK) {
Chris Wilson5eddb702010-09-11 13:48:45 +01002212 I915_WRITE(reg, temp | FDI_RX_SYMBOL_LOCK);
Zhenyu Wang8db9d772010-04-07 16:15:54 +08002213 DRM_DEBUG_KMS("FDI train 2 done.\n");
2214 break;
2215 }
Zhenyu Wang8db9d772010-04-07 16:15:54 +08002216 }
Adam Jacksone1a44742010-06-25 15:32:14 -04002217 if (tries == 5)
Chris Wilson5eddb702010-09-11 13:48:45 +01002218 DRM_ERROR("FDI train 2 fail!\n");
Zhenyu Wang8db9d772010-04-07 16:15:54 +08002219
2220 DRM_DEBUG_KMS("FDI train done\n");
Jesse Barnes5c5313c2010-10-07 16:01:11 -07002221
Zhenyu Wang8db9d772010-04-07 16:15:54 +08002222}
2223
Akshay Joshi0206e352011-08-16 15:34:10 -04002224static const int snb_b_fdi_train_param[] = {
Zhenyu Wang8db9d772010-04-07 16:15:54 +08002225 FDI_LINK_TRAIN_400MV_0DB_SNB_B,
2226 FDI_LINK_TRAIN_400MV_6DB_SNB_B,
2227 FDI_LINK_TRAIN_600MV_3_5DB_SNB_B,
2228 FDI_LINK_TRAIN_800MV_0DB_SNB_B,
2229};
2230
2231/* The FDI link training functions for SNB/Cougarpoint. */
2232static void gen6_fdi_link_train(struct drm_crtc *crtc)
2233{
2234 struct drm_device *dev = crtc->dev;
2235 struct drm_i915_private *dev_priv = dev->dev_private;
2236 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
2237 int pipe = intel_crtc->pipe;
Sean Paulfa37d392012-03-02 12:53:39 -05002238 u32 reg, temp, i, retry;
Zhenyu Wang8db9d772010-04-07 16:15:54 +08002239
Adam Jacksone1a44742010-06-25 15:32:14 -04002240 /* Train 1: umask FDI RX Interrupt symbol_lock and bit_lock bit
2241 for train result */
Chris Wilson5eddb702010-09-11 13:48:45 +01002242 reg = FDI_RX_IMR(pipe);
2243 temp = I915_READ(reg);
Adam Jacksone1a44742010-06-25 15:32:14 -04002244 temp &= ~FDI_RX_SYMBOL_LOCK;
2245 temp &= ~FDI_RX_BIT_LOCK;
Chris Wilson5eddb702010-09-11 13:48:45 +01002246 I915_WRITE(reg, temp);
2247
2248 POSTING_READ(reg);
Adam Jacksone1a44742010-06-25 15:32:14 -04002249 udelay(150);
2250
Zhenyu Wang8db9d772010-04-07 16:15:54 +08002251 /* enable CPU FDI TX and PCH FDI RX */
Chris Wilson5eddb702010-09-11 13:48:45 +01002252 reg = FDI_TX_CTL(pipe);
2253 temp = I915_READ(reg);
Adam Jackson77ffb592010-04-12 11:38:44 -04002254 temp &= ~(7 << 19);
2255 temp |= (intel_crtc->fdi_lanes - 1) << 19;
Zhenyu Wang8db9d772010-04-07 16:15:54 +08002256 temp &= ~FDI_LINK_TRAIN_NONE;
2257 temp |= FDI_LINK_TRAIN_PATTERN_1;
2258 temp &= ~FDI_LINK_TRAIN_VOL_EMP_MASK;
2259 /* SNB-B */
2260 temp |= FDI_LINK_TRAIN_400MV_0DB_SNB_B;
Chris Wilson5eddb702010-09-11 13:48:45 +01002261 I915_WRITE(reg, temp | FDI_TX_ENABLE);
Zhenyu Wang8db9d772010-04-07 16:15:54 +08002262
Chris Wilson5eddb702010-09-11 13:48:45 +01002263 reg = FDI_RX_CTL(pipe);
2264 temp = I915_READ(reg);
Zhenyu Wang8db9d772010-04-07 16:15:54 +08002265 if (HAS_PCH_CPT(dev)) {
2266 temp &= ~FDI_LINK_TRAIN_PATTERN_MASK_CPT;
2267 temp |= FDI_LINK_TRAIN_PATTERN_1_CPT;
2268 } else {
2269 temp &= ~FDI_LINK_TRAIN_NONE;
2270 temp |= FDI_LINK_TRAIN_PATTERN_1;
2271 }
Chris Wilson5eddb702010-09-11 13:48:45 +01002272 I915_WRITE(reg, temp | FDI_RX_ENABLE);
2273
2274 POSTING_READ(reg);
Zhenyu Wang8db9d772010-04-07 16:15:54 +08002275 udelay(150);
2276
Jesse Barnes291427f2011-07-29 12:42:37 -07002277 if (HAS_PCH_CPT(dev))
2278 cpt_phase_pointer_enable(dev, pipe);
2279
Akshay Joshi0206e352011-08-16 15:34:10 -04002280 for (i = 0; i < 4; i++) {
Chris Wilson5eddb702010-09-11 13:48:45 +01002281 reg = FDI_TX_CTL(pipe);
2282 temp = I915_READ(reg);
Zhenyu Wang8db9d772010-04-07 16:15:54 +08002283 temp &= ~FDI_LINK_TRAIN_VOL_EMP_MASK;
2284 temp |= snb_b_fdi_train_param[i];
Chris Wilson5eddb702010-09-11 13:48:45 +01002285 I915_WRITE(reg, temp);
2286
2287 POSTING_READ(reg);
Zhenyu Wang8db9d772010-04-07 16:15:54 +08002288 udelay(500);
2289
Sean Paulfa37d392012-03-02 12:53:39 -05002290 for (retry = 0; retry < 5; retry++) {
2291 reg = FDI_RX_IIR(pipe);
2292 temp = I915_READ(reg);
2293 DRM_DEBUG_KMS("FDI_RX_IIR 0x%x\n", temp);
2294 if (temp & FDI_RX_BIT_LOCK) {
2295 I915_WRITE(reg, temp | FDI_RX_BIT_LOCK);
2296 DRM_DEBUG_KMS("FDI train 1 done.\n");
2297 break;
2298 }
2299 udelay(50);
Zhenyu Wang8db9d772010-04-07 16:15:54 +08002300 }
Sean Paulfa37d392012-03-02 12:53:39 -05002301 if (retry < 5)
2302 break;
Zhenyu Wang8db9d772010-04-07 16:15:54 +08002303 }
2304 if (i == 4)
Chris Wilson5eddb702010-09-11 13:48:45 +01002305 DRM_ERROR("FDI train 1 fail!\n");
Zhenyu Wang8db9d772010-04-07 16:15:54 +08002306
2307 /* Train 2 */
Chris Wilson5eddb702010-09-11 13:48:45 +01002308 reg = FDI_TX_CTL(pipe);
2309 temp = I915_READ(reg);
Zhenyu Wang8db9d772010-04-07 16:15:54 +08002310 temp &= ~FDI_LINK_TRAIN_NONE;
2311 temp |= FDI_LINK_TRAIN_PATTERN_2;
2312 if (IS_GEN6(dev)) {
2313 temp &= ~FDI_LINK_TRAIN_VOL_EMP_MASK;
2314 /* SNB-B */
2315 temp |= FDI_LINK_TRAIN_400MV_0DB_SNB_B;
2316 }
Chris Wilson5eddb702010-09-11 13:48:45 +01002317 I915_WRITE(reg, temp);
Zhenyu Wang8db9d772010-04-07 16:15:54 +08002318
Chris Wilson5eddb702010-09-11 13:48:45 +01002319 reg = FDI_RX_CTL(pipe);
2320 temp = I915_READ(reg);
Zhenyu Wang8db9d772010-04-07 16:15:54 +08002321 if (HAS_PCH_CPT(dev)) {
2322 temp &= ~FDI_LINK_TRAIN_PATTERN_MASK_CPT;
2323 temp |= FDI_LINK_TRAIN_PATTERN_2_CPT;
2324 } else {
2325 temp &= ~FDI_LINK_TRAIN_NONE;
2326 temp |= FDI_LINK_TRAIN_PATTERN_2;
2327 }
Chris Wilson5eddb702010-09-11 13:48:45 +01002328 I915_WRITE(reg, temp);
2329
2330 POSTING_READ(reg);
Zhenyu Wang8db9d772010-04-07 16:15:54 +08002331 udelay(150);
2332
Akshay Joshi0206e352011-08-16 15:34:10 -04002333 for (i = 0; i < 4; i++) {
Chris Wilson5eddb702010-09-11 13:48:45 +01002334 reg = FDI_TX_CTL(pipe);
2335 temp = I915_READ(reg);
Zhenyu Wang8db9d772010-04-07 16:15:54 +08002336 temp &= ~FDI_LINK_TRAIN_VOL_EMP_MASK;
2337 temp |= snb_b_fdi_train_param[i];
Chris Wilson5eddb702010-09-11 13:48:45 +01002338 I915_WRITE(reg, temp);
2339
2340 POSTING_READ(reg);
Zhenyu Wang8db9d772010-04-07 16:15:54 +08002341 udelay(500);
2342
Sean Paulfa37d392012-03-02 12:53:39 -05002343 for (retry = 0; retry < 5; retry++) {
2344 reg = FDI_RX_IIR(pipe);
2345 temp = I915_READ(reg);
2346 DRM_DEBUG_KMS("FDI_RX_IIR 0x%x\n", temp);
2347 if (temp & FDI_RX_SYMBOL_LOCK) {
2348 I915_WRITE(reg, temp | FDI_RX_SYMBOL_LOCK);
2349 DRM_DEBUG_KMS("FDI train 2 done.\n");
2350 break;
2351 }
2352 udelay(50);
Zhenyu Wang8db9d772010-04-07 16:15:54 +08002353 }
Sean Paulfa37d392012-03-02 12:53:39 -05002354 if (retry < 5)
2355 break;
Zhenyu Wang8db9d772010-04-07 16:15:54 +08002356 }
2357 if (i == 4)
Chris Wilson5eddb702010-09-11 13:48:45 +01002358 DRM_ERROR("FDI train 2 fail!\n");
Zhenyu Wang8db9d772010-04-07 16:15:54 +08002359
2360 DRM_DEBUG_KMS("FDI train done.\n");
2361}
2362
Jesse Barnes357555c2011-04-28 15:09:55 -07002363/* Manual link training for Ivy Bridge A0 parts */
2364static void ivb_manual_fdi_link_train(struct drm_crtc *crtc)
2365{
2366 struct drm_device *dev = crtc->dev;
2367 struct drm_i915_private *dev_priv = dev->dev_private;
2368 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
2369 int pipe = intel_crtc->pipe;
2370 u32 reg, temp, i;
2371
2372 /* Train 1: umask FDI RX Interrupt symbol_lock and bit_lock bit
2373 for train result */
2374 reg = FDI_RX_IMR(pipe);
2375 temp = I915_READ(reg);
2376 temp &= ~FDI_RX_SYMBOL_LOCK;
2377 temp &= ~FDI_RX_BIT_LOCK;
2378 I915_WRITE(reg, temp);
2379
2380 POSTING_READ(reg);
2381 udelay(150);
2382
2383 /* enable CPU FDI TX and PCH FDI RX */
2384 reg = FDI_TX_CTL(pipe);
2385 temp = I915_READ(reg);
2386 temp &= ~(7 << 19);
2387 temp |= (intel_crtc->fdi_lanes - 1) << 19;
2388 temp &= ~(FDI_LINK_TRAIN_AUTO | FDI_LINK_TRAIN_NONE_IVB);
2389 temp |= FDI_LINK_TRAIN_PATTERN_1_IVB;
2390 temp &= ~FDI_LINK_TRAIN_VOL_EMP_MASK;
2391 temp |= FDI_LINK_TRAIN_400MV_0DB_SNB_B;
Jesse Barnesc4f9c4c2011-10-10 14:28:52 -07002392 temp |= FDI_COMPOSITE_SYNC;
Jesse Barnes357555c2011-04-28 15:09:55 -07002393 I915_WRITE(reg, temp | FDI_TX_ENABLE);
2394
2395 reg = FDI_RX_CTL(pipe);
2396 temp = I915_READ(reg);
2397 temp &= ~FDI_LINK_TRAIN_AUTO;
2398 temp &= ~FDI_LINK_TRAIN_PATTERN_MASK_CPT;
2399 temp |= FDI_LINK_TRAIN_PATTERN_1_CPT;
Jesse Barnesc4f9c4c2011-10-10 14:28:52 -07002400 temp |= FDI_COMPOSITE_SYNC;
Jesse Barnes357555c2011-04-28 15:09:55 -07002401 I915_WRITE(reg, temp | FDI_RX_ENABLE);
2402
2403 POSTING_READ(reg);
2404 udelay(150);
2405
Jesse Barnes291427f2011-07-29 12:42:37 -07002406 if (HAS_PCH_CPT(dev))
2407 cpt_phase_pointer_enable(dev, pipe);
2408
Akshay Joshi0206e352011-08-16 15:34:10 -04002409 for (i = 0; i < 4; i++) {
Jesse Barnes357555c2011-04-28 15:09:55 -07002410 reg = FDI_TX_CTL(pipe);
2411 temp = I915_READ(reg);
2412 temp &= ~FDI_LINK_TRAIN_VOL_EMP_MASK;
2413 temp |= snb_b_fdi_train_param[i];
2414 I915_WRITE(reg, temp);
2415
2416 POSTING_READ(reg);
2417 udelay(500);
2418
2419 reg = FDI_RX_IIR(pipe);
2420 temp = I915_READ(reg);
2421 DRM_DEBUG_KMS("FDI_RX_IIR 0x%x\n", temp);
2422
2423 if (temp & FDI_RX_BIT_LOCK ||
2424 (I915_READ(reg) & FDI_RX_BIT_LOCK)) {
2425 I915_WRITE(reg, temp | FDI_RX_BIT_LOCK);
2426 DRM_DEBUG_KMS("FDI train 1 done.\n");
2427 break;
2428 }
2429 }
2430 if (i == 4)
2431 DRM_ERROR("FDI train 1 fail!\n");
2432
2433 /* Train 2 */
2434 reg = FDI_TX_CTL(pipe);
2435 temp = I915_READ(reg);
2436 temp &= ~FDI_LINK_TRAIN_NONE_IVB;
2437 temp |= FDI_LINK_TRAIN_PATTERN_2_IVB;
2438 temp &= ~FDI_LINK_TRAIN_VOL_EMP_MASK;
2439 temp |= FDI_LINK_TRAIN_400MV_0DB_SNB_B;
2440 I915_WRITE(reg, temp);
2441
2442 reg = FDI_RX_CTL(pipe);
2443 temp = I915_READ(reg);
2444 temp &= ~FDI_LINK_TRAIN_PATTERN_MASK_CPT;
2445 temp |= FDI_LINK_TRAIN_PATTERN_2_CPT;
2446 I915_WRITE(reg, temp);
2447
2448 POSTING_READ(reg);
2449 udelay(150);
2450
Akshay Joshi0206e352011-08-16 15:34:10 -04002451 for (i = 0; i < 4; i++) {
Jesse Barnes357555c2011-04-28 15:09:55 -07002452 reg = FDI_TX_CTL(pipe);
2453 temp = I915_READ(reg);
2454 temp &= ~FDI_LINK_TRAIN_VOL_EMP_MASK;
2455 temp |= snb_b_fdi_train_param[i];
2456 I915_WRITE(reg, temp);
2457
2458 POSTING_READ(reg);
2459 udelay(500);
2460
2461 reg = FDI_RX_IIR(pipe);
2462 temp = I915_READ(reg);
2463 DRM_DEBUG_KMS("FDI_RX_IIR 0x%x\n", temp);
2464
2465 if (temp & FDI_RX_SYMBOL_LOCK) {
2466 I915_WRITE(reg, temp | FDI_RX_SYMBOL_LOCK);
2467 DRM_DEBUG_KMS("FDI train 2 done.\n");
2468 break;
2469 }
2470 }
2471 if (i == 4)
2472 DRM_ERROR("FDI train 2 fail!\n");
2473
2474 DRM_DEBUG_KMS("FDI train done.\n");
2475}
2476
2477static void ironlake_fdi_pll_enable(struct drm_crtc *crtc)
Jesse Barnes0e23b992010-09-10 11:10:00 -07002478{
2479 struct drm_device *dev = crtc->dev;
2480 struct drm_i915_private *dev_priv = dev->dev_private;
2481 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
2482 int pipe = intel_crtc->pipe;
Chris Wilson5eddb702010-09-11 13:48:45 +01002483 u32 reg, temp;
Jesse Barnes0e23b992010-09-10 11:10:00 -07002484
Jesse Barnesc64e3112010-09-10 11:27:03 -07002485 /* Write the TU size bits so error detection works */
Chris Wilson5eddb702010-09-11 13:48:45 +01002486 I915_WRITE(FDI_RX_TUSIZE1(pipe),
2487 I915_READ(PIPE_DATA_M1(pipe)) & TU_SIZE_MASK);
Jesse Barnesc64e3112010-09-10 11:27:03 -07002488
Jesse Barnes0e23b992010-09-10 11:10:00 -07002489 /* enable PCH FDI RX PLL, wait warmup plus DMI latency */
Chris Wilson5eddb702010-09-11 13:48:45 +01002490 reg = FDI_RX_CTL(pipe);
2491 temp = I915_READ(reg);
2492 temp &= ~((0x7 << 19) | (0x7 << 16));
Jesse Barnes0e23b992010-09-10 11:10:00 -07002493 temp |= (intel_crtc->fdi_lanes - 1) << 19;
Chris Wilson5eddb702010-09-11 13:48:45 +01002494 temp |= (I915_READ(PIPECONF(pipe)) & PIPE_BPC_MASK) << 11;
2495 I915_WRITE(reg, temp | FDI_RX_PLL_ENABLE);
2496
2497 POSTING_READ(reg);
Jesse Barnes0e23b992010-09-10 11:10:00 -07002498 udelay(200);
2499
2500 /* Switch from Rawclk to PCDclk */
Chris Wilson5eddb702010-09-11 13:48:45 +01002501 temp = I915_READ(reg);
2502 I915_WRITE(reg, temp | FDI_PCDCLK);
2503
2504 POSTING_READ(reg);
Jesse Barnes0e23b992010-09-10 11:10:00 -07002505 udelay(200);
2506
2507 /* Enable CPU FDI TX PLL, always on for Ironlake */
Chris Wilson5eddb702010-09-11 13:48:45 +01002508 reg = FDI_TX_CTL(pipe);
2509 temp = I915_READ(reg);
Jesse Barnes0e23b992010-09-10 11:10:00 -07002510 if ((temp & FDI_TX_PLL_ENABLE) == 0) {
Chris Wilson5eddb702010-09-11 13:48:45 +01002511 I915_WRITE(reg, temp | FDI_TX_PLL_ENABLE);
2512
2513 POSTING_READ(reg);
Jesse Barnes0e23b992010-09-10 11:10:00 -07002514 udelay(100);
2515 }
2516}
2517
Jesse Barnes291427f2011-07-29 12:42:37 -07002518static void cpt_phase_pointer_disable(struct drm_device *dev, int pipe)
2519{
2520 struct drm_i915_private *dev_priv = dev->dev_private;
2521 u32 flags = I915_READ(SOUTH_CHICKEN1);
2522
2523 flags &= ~(FDI_PHASE_SYNC_EN(pipe));
2524 I915_WRITE(SOUTH_CHICKEN1, flags); /* once to disable... */
2525 flags &= ~(FDI_PHASE_SYNC_OVR(pipe));
2526 I915_WRITE(SOUTH_CHICKEN1, flags); /* then again to lock */
2527 POSTING_READ(SOUTH_CHICKEN1);
2528}
Jesse Barnes0fc932b2011-01-04 15:09:37 -08002529static void ironlake_fdi_disable(struct drm_crtc *crtc)
2530{
2531 struct drm_device *dev = crtc->dev;
2532 struct drm_i915_private *dev_priv = dev->dev_private;
2533 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
2534 int pipe = intel_crtc->pipe;
2535 u32 reg, temp;
2536
2537 /* disable CPU FDI tx and PCH FDI rx */
2538 reg = FDI_TX_CTL(pipe);
2539 temp = I915_READ(reg);
2540 I915_WRITE(reg, temp & ~FDI_TX_ENABLE);
2541 POSTING_READ(reg);
2542
2543 reg = FDI_RX_CTL(pipe);
2544 temp = I915_READ(reg);
2545 temp &= ~(0x7 << 16);
2546 temp |= (I915_READ(PIPECONF(pipe)) & PIPE_BPC_MASK) << 11;
2547 I915_WRITE(reg, temp & ~FDI_RX_ENABLE);
2548
2549 POSTING_READ(reg);
2550 udelay(100);
2551
2552 /* Ironlake workaround, disable clock pointer after downing FDI */
Jesse Barnes6f06ce12011-01-04 15:09:38 -08002553 if (HAS_PCH_IBX(dev)) {
2554 I915_WRITE(FDI_RX_CHICKEN(pipe), FDI_RX_PHASE_SYNC_POINTER_OVR);
Jesse Barnes0fc932b2011-01-04 15:09:37 -08002555 I915_WRITE(FDI_RX_CHICKEN(pipe),
2556 I915_READ(FDI_RX_CHICKEN(pipe) &
Jesse Barnes6f06ce12011-01-04 15:09:38 -08002557 ~FDI_RX_PHASE_SYNC_POINTER_EN));
Jesse Barnes291427f2011-07-29 12:42:37 -07002558 } else if (HAS_PCH_CPT(dev)) {
2559 cpt_phase_pointer_disable(dev, pipe);
Jesse Barnes6f06ce12011-01-04 15:09:38 -08002560 }
Jesse Barnes0fc932b2011-01-04 15:09:37 -08002561
2562 /* still set train pattern 1 */
2563 reg = FDI_TX_CTL(pipe);
2564 temp = I915_READ(reg);
2565 temp &= ~FDI_LINK_TRAIN_NONE;
2566 temp |= FDI_LINK_TRAIN_PATTERN_1;
2567 I915_WRITE(reg, temp);
2568
2569 reg = FDI_RX_CTL(pipe);
2570 temp = I915_READ(reg);
2571 if (HAS_PCH_CPT(dev)) {
2572 temp &= ~FDI_LINK_TRAIN_PATTERN_MASK_CPT;
2573 temp |= FDI_LINK_TRAIN_PATTERN_1_CPT;
2574 } else {
2575 temp &= ~FDI_LINK_TRAIN_NONE;
2576 temp |= FDI_LINK_TRAIN_PATTERN_1;
2577 }
2578 /* BPC in FDI rx is consistent with that in PIPECONF */
2579 temp &= ~(0x07 << 16);
2580 temp |= (I915_READ(PIPECONF(pipe)) & PIPE_BPC_MASK) << 11;
2581 I915_WRITE(reg, temp);
2582
2583 POSTING_READ(reg);
2584 udelay(100);
2585}
2586
Chris Wilsone6c3a2a2010-09-23 23:04:43 +01002587static void intel_crtc_wait_for_pending_flips(struct drm_crtc *crtc)
2588{
Chris Wilson0f911282012-04-17 10:05:38 +01002589 struct drm_device *dev = crtc->dev;
Chris Wilsone6c3a2a2010-09-23 23:04:43 +01002590
2591 if (crtc->fb == NULL)
2592 return;
2593
Chris Wilson0f911282012-04-17 10:05:38 +01002594 mutex_lock(&dev->struct_mutex);
2595 intel_finish_fb(crtc->fb);
2596 mutex_unlock(&dev->struct_mutex);
Chris Wilsone6c3a2a2010-09-23 23:04:43 +01002597}
2598
Jesse Barnes040484a2011-01-03 12:14:26 -08002599static bool intel_crtc_driving_pch(struct drm_crtc *crtc)
2600{
2601 struct drm_device *dev = crtc->dev;
2602 struct drm_mode_config *mode_config = &dev->mode_config;
2603 struct intel_encoder *encoder;
2604
2605 /*
2606 * If there's a non-PCH eDP on this crtc, it must be DP_A, and that
2607 * must be driven by its own crtc; no sharing is possible.
2608 */
2609 list_for_each_entry(encoder, &mode_config->encoder_list, base.head) {
2610 if (encoder->base.crtc != crtc)
2611 continue;
2612
Eugeni Dodonov6ee8bab2012-05-09 20:30:31 -03002613 /* On Haswell, LPT PCH handles the VGA connection via FDI, and Haswell
2614 * CPU handles all others */
2615 if (IS_HASWELL(dev)) {
2616 /* It is still unclear how this will work on PPT, so throw up a warning */
2617 WARN_ON(!HAS_PCH_LPT(dev));
2618
2619 if (encoder->type == DRM_MODE_ENCODER_DAC) {
2620 DRM_DEBUG_KMS("Haswell detected DAC encoder, assuming is PCH\n");
2621 return true;
2622 } else {
2623 DRM_DEBUG_KMS("Haswell detected encoder %d, assuming is CPU\n",
2624 encoder->type);
2625 return false;
2626 }
2627 }
2628
Jesse Barnes040484a2011-01-03 12:14:26 -08002629 switch (encoder->type) {
2630 case INTEL_OUTPUT_EDP:
2631 if (!intel_encoder_is_pch_edp(&encoder->base))
2632 return false;
2633 continue;
2634 }
2635 }
2636
2637 return true;
2638}
2639
Jesse Barnesf67a5592011-01-05 10:31:48 -08002640/*
2641 * Enable PCH resources required for PCH ports:
2642 * - PCH PLLs
2643 * - FDI training & RX/TX
2644 * - update transcoder timings
2645 * - DP transcoding bits
2646 * - transcoder
2647 */
2648static void ironlake_pch_enable(struct drm_crtc *crtc)
Jesse Barnes79e53942008-11-07 14:24:08 -08002649{
2650 struct drm_device *dev = crtc->dev;
Zhenyu Wang2c072452009-06-05 15:38:42 +08002651 struct drm_i915_private *dev_priv = dev->dev_private;
2652 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
2653 int pipe = intel_crtc->pipe;
Jesse Barnesee7b9f92012-04-20 17:11:53 +01002654 u32 reg, temp;
Jesse Barnes6be4a602010-09-10 10:26:01 -07002655
Jesse Barnesc98e9dc2010-09-10 10:57:18 -07002656 /* For PCH output, training FDI link */
Jesse Barnes674cf962011-04-28 14:27:04 -07002657 dev_priv->display.fdi_link_train(crtc);
Jesse Barnes6be4a602010-09-10 10:26:01 -07002658
Jesse Barnesee7b9f92012-04-20 17:11:53 +01002659 intel_enable_pch_pll(intel_crtc);
Jesse Barnesc98e9dc2010-09-10 10:57:18 -07002660
2661 if (HAS_PCH_CPT(dev)) {
Jesse Barnesee7b9f92012-04-20 17:11:53 +01002662 u32 sel;
Jesse Barnes4b645f12011-10-12 09:51:31 -07002663
Jesse Barnesc98e9dc2010-09-10 10:57:18 -07002664 temp = I915_READ(PCH_DPLL_SEL);
Jesse Barnesee7b9f92012-04-20 17:11:53 +01002665 switch (pipe) {
2666 default:
2667 case 0:
2668 temp |= TRANSA_DPLL_ENABLE;
2669 sel = TRANSA_DPLLB_SEL;
2670 break;
2671 case 1:
2672 temp |= TRANSB_DPLL_ENABLE;
2673 sel = TRANSB_DPLLB_SEL;
2674 break;
2675 case 2:
2676 temp |= TRANSC_DPLL_ENABLE;
2677 sel = TRANSC_DPLLB_SEL;
2678 break;
Jesse Barnesd64311a2011-10-12 15:01:33 -07002679 }
Jesse Barnesee7b9f92012-04-20 17:11:53 +01002680 if (intel_crtc->pch_pll->pll_reg == _PCH_DPLL_B)
2681 temp |= sel;
2682 else
2683 temp &= ~sel;
Jesse Barnesc98e9dc2010-09-10 10:57:18 -07002684 I915_WRITE(PCH_DPLL_SEL, temp);
Jesse Barnesc98e9dc2010-09-10 10:57:18 -07002685 }
Jesse Barnesc98e9dc2010-09-10 10:57:18 -07002686
Jesse Barnesd9b6cb52011-01-04 15:09:35 -08002687 /* set transcoder timing, panel must allow it */
2688 assert_panel_unlocked(dev_priv, pipe);
Chris Wilson5eddb702010-09-11 13:48:45 +01002689 I915_WRITE(TRANS_HTOTAL(pipe), I915_READ(HTOTAL(pipe)));
2690 I915_WRITE(TRANS_HBLANK(pipe), I915_READ(HBLANK(pipe)));
2691 I915_WRITE(TRANS_HSYNC(pipe), I915_READ(HSYNC(pipe)));
2692
2693 I915_WRITE(TRANS_VTOTAL(pipe), I915_READ(VTOTAL(pipe)));
2694 I915_WRITE(TRANS_VBLANK(pipe), I915_READ(VBLANK(pipe)));
2695 I915_WRITE(TRANS_VSYNC(pipe), I915_READ(VSYNC(pipe)));
Daniel Vetter0529a0d2012-01-28 14:49:24 +01002696 I915_WRITE(TRANS_VSYNCSHIFT(pipe), I915_READ(VSYNCSHIFT(pipe)));
Jesse Barnesc98e9dc2010-09-10 10:57:18 -07002697
Eugeni Dodonovf57e1e32012-05-09 15:37:14 -03002698 if (!IS_HASWELL(dev))
2699 intel_fdi_normal_train(crtc);
Zhenyu Wang5e84e1a2010-10-28 16:38:08 +08002700
Jesse Barnesc98e9dc2010-09-10 10:57:18 -07002701 /* For PCH DP, enable TRANS_DP_CTL */
2702 if (HAS_PCH_CPT(dev) &&
Keith Packard417e8222011-11-01 19:54:11 -07002703 (intel_pipe_has_type(crtc, INTEL_OUTPUT_DISPLAYPORT) ||
2704 intel_pipe_has_type(crtc, INTEL_OUTPUT_EDP))) {
Jesse Barnes9325c9f2011-06-24 12:19:21 -07002705 u32 bpc = (I915_READ(PIPECONF(pipe)) & PIPE_BPC_MASK) >> 5;
Chris Wilson5eddb702010-09-11 13:48:45 +01002706 reg = TRANS_DP_CTL(pipe);
2707 temp = I915_READ(reg);
2708 temp &= ~(TRANS_DP_PORT_SEL_MASK |
Eric Anholt220cad32010-11-18 09:32:58 +08002709 TRANS_DP_SYNC_MASK |
2710 TRANS_DP_BPC_MASK);
Chris Wilson5eddb702010-09-11 13:48:45 +01002711 temp |= (TRANS_DP_OUTPUT_ENABLE |
2712 TRANS_DP_ENH_FRAMING);
Jesse Barnes9325c9f2011-06-24 12:19:21 -07002713 temp |= bpc << 9; /* same format but at 11:9 */
Jesse Barnesc98e9dc2010-09-10 10:57:18 -07002714
2715 if (crtc->mode.flags & DRM_MODE_FLAG_PHSYNC)
Chris Wilson5eddb702010-09-11 13:48:45 +01002716 temp |= TRANS_DP_HSYNC_ACTIVE_HIGH;
Jesse Barnesc98e9dc2010-09-10 10:57:18 -07002717 if (crtc->mode.flags & DRM_MODE_FLAG_PVSYNC)
Chris Wilson5eddb702010-09-11 13:48:45 +01002718 temp |= TRANS_DP_VSYNC_ACTIVE_HIGH;
Jesse Barnesc98e9dc2010-09-10 10:57:18 -07002719
2720 switch (intel_trans_dp_port_sel(crtc)) {
2721 case PCH_DP_B:
Chris Wilson5eddb702010-09-11 13:48:45 +01002722 temp |= TRANS_DP_PORT_SEL_B;
Jesse Barnesc98e9dc2010-09-10 10:57:18 -07002723 break;
2724 case PCH_DP_C:
Chris Wilson5eddb702010-09-11 13:48:45 +01002725 temp |= TRANS_DP_PORT_SEL_C;
Jesse Barnesc98e9dc2010-09-10 10:57:18 -07002726 break;
2727 case PCH_DP_D:
Chris Wilson5eddb702010-09-11 13:48:45 +01002728 temp |= TRANS_DP_PORT_SEL_D;
Jesse Barnesc98e9dc2010-09-10 10:57:18 -07002729 break;
2730 default:
2731 DRM_DEBUG_KMS("Wrong PCH DP port return. Guess port B\n");
Chris Wilson5eddb702010-09-11 13:48:45 +01002732 temp |= TRANS_DP_PORT_SEL_B;
Jesse Barnesc98e9dc2010-09-10 10:57:18 -07002733 break;
2734 }
2735
Chris Wilson5eddb702010-09-11 13:48:45 +01002736 I915_WRITE(reg, temp);
Jesse Barnesc98e9dc2010-09-10 10:57:18 -07002737 }
2738
Jesse Barnes040484a2011-01-03 12:14:26 -08002739 intel_enable_transcoder(dev_priv, pipe);
Jesse Barnesf67a5592011-01-05 10:31:48 -08002740}
2741
Jesse Barnesee7b9f92012-04-20 17:11:53 +01002742static void intel_put_pch_pll(struct intel_crtc *intel_crtc)
2743{
2744 struct intel_pch_pll *pll = intel_crtc->pch_pll;
2745
2746 if (pll == NULL)
2747 return;
2748
2749 if (pll->refcount == 0) {
2750 WARN(1, "bad PCH PLL refcount\n");
2751 return;
2752 }
2753
2754 --pll->refcount;
2755 intel_crtc->pch_pll = NULL;
2756}
2757
2758static struct intel_pch_pll *intel_get_pch_pll(struct intel_crtc *intel_crtc, u32 dpll, u32 fp)
2759{
2760 struct drm_i915_private *dev_priv = intel_crtc->base.dev->dev_private;
2761 struct intel_pch_pll *pll;
2762 int i;
2763
2764 pll = intel_crtc->pch_pll;
2765 if (pll) {
2766 DRM_DEBUG_KMS("CRTC:%d reusing existing PCH PLL %x\n",
2767 intel_crtc->base.base.id, pll->pll_reg);
2768 goto prepare;
2769 }
2770
2771 for (i = 0; i < dev_priv->num_pch_pll; i++) {
2772 pll = &dev_priv->pch_plls[i];
2773
2774 /* Only want to check enabled timings first */
2775 if (pll->refcount == 0)
2776 continue;
2777
2778 if (dpll == (I915_READ(pll->pll_reg) & 0x7fffffff) &&
2779 fp == I915_READ(pll->fp0_reg)) {
2780 DRM_DEBUG_KMS("CRTC:%d sharing existing PCH PLL %x (refcount %d, ative %d)\n",
2781 intel_crtc->base.base.id,
2782 pll->pll_reg, pll->refcount, pll->active);
2783
2784 goto found;
2785 }
2786 }
2787
2788 /* Ok no matching timings, maybe there's a free one? */
2789 for (i = 0; i < dev_priv->num_pch_pll; i++) {
2790 pll = &dev_priv->pch_plls[i];
2791 if (pll->refcount == 0) {
2792 DRM_DEBUG_KMS("CRTC:%d allocated PCH PLL %x\n",
2793 intel_crtc->base.base.id, pll->pll_reg);
2794 goto found;
2795 }
2796 }
2797
2798 return NULL;
2799
2800found:
2801 intel_crtc->pch_pll = pll;
2802 pll->refcount++;
2803 DRM_DEBUG_DRIVER("using pll %d for pipe %d\n", i, intel_crtc->pipe);
2804prepare: /* separate function? */
2805 DRM_DEBUG_DRIVER("switching PLL %x off\n", pll->pll_reg);
Jesse Barnesee7b9f92012-04-20 17:11:53 +01002806
Chris Wilsone04c7352012-05-02 20:43:56 +01002807 /* Wait for the clocks to stabilize before rewriting the regs */
2808 I915_WRITE(pll->pll_reg, dpll & ~DPLL_VCO_ENABLE);
Jesse Barnesee7b9f92012-04-20 17:11:53 +01002809 POSTING_READ(pll->pll_reg);
2810 udelay(150);
Chris Wilsone04c7352012-05-02 20:43:56 +01002811
2812 I915_WRITE(pll->fp0_reg, fp);
2813 I915_WRITE(pll->pll_reg, dpll & ~DPLL_VCO_ENABLE);
Jesse Barnesee7b9f92012-04-20 17:11:53 +01002814 pll->on = false;
2815 return pll;
2816}
2817
Jesse Barnesd4270e52011-10-11 10:43:02 -07002818void intel_cpt_verify_modeset(struct drm_device *dev, int pipe)
2819{
2820 struct drm_i915_private *dev_priv = dev->dev_private;
2821 int dslreg = PIPEDSL(pipe), tc2reg = TRANS_CHICKEN2(pipe);
2822 u32 temp;
2823
2824 temp = I915_READ(dslreg);
2825 udelay(500);
2826 if (wait_for(I915_READ(dslreg) != temp, 5)) {
2827 /* Without this, mode sets may fail silently on FDI */
2828 I915_WRITE(tc2reg, TRANS_AUTOTRAIN_GEN_STALL_DIS);
2829 udelay(250);
2830 I915_WRITE(tc2reg, 0);
2831 if (wait_for(I915_READ(dslreg) != temp, 5))
2832 DRM_ERROR("mode set failed: pipe %d stuck\n", pipe);
2833 }
2834}
2835
Jesse Barnesf67a5592011-01-05 10:31:48 -08002836static void ironlake_crtc_enable(struct drm_crtc *crtc)
2837{
2838 struct drm_device *dev = crtc->dev;
2839 struct drm_i915_private *dev_priv = dev->dev_private;
2840 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
2841 int pipe = intel_crtc->pipe;
2842 int plane = intel_crtc->plane;
2843 u32 temp;
2844 bool is_pch_port;
2845
2846 if (intel_crtc->active)
2847 return;
2848
2849 intel_crtc->active = true;
2850 intel_update_watermarks(dev);
2851
2852 if (intel_pipe_has_type(crtc, INTEL_OUTPUT_LVDS)) {
2853 temp = I915_READ(PCH_LVDS);
2854 if ((temp & LVDS_PORT_EN) == 0)
2855 I915_WRITE(PCH_LVDS, temp | LVDS_PORT_EN);
2856 }
2857
2858 is_pch_port = intel_crtc_driving_pch(crtc);
2859
2860 if (is_pch_port)
Jesse Barnes357555c2011-04-28 15:09:55 -07002861 ironlake_fdi_pll_enable(crtc);
Jesse Barnesf67a5592011-01-05 10:31:48 -08002862 else
2863 ironlake_fdi_disable(crtc);
2864
2865 /* Enable panel fitting for LVDS */
2866 if (dev_priv->pch_pf_size &&
2867 (intel_pipe_has_type(crtc, INTEL_OUTPUT_LVDS) || HAS_eDP)) {
2868 /* Force use of hard-coded filter coefficients
2869 * as some pre-programmed values are broken,
2870 * e.g. x201.
2871 */
Jesse Barnes9db4a9c2011-02-07 12:26:52 -08002872 I915_WRITE(PF_CTL(pipe), PF_ENABLE | PF_FILTER_MED_3x3);
2873 I915_WRITE(PF_WIN_POS(pipe), dev_priv->pch_pf_pos);
2874 I915_WRITE(PF_WIN_SZ(pipe), dev_priv->pch_pf_size);
Jesse Barnesf67a5592011-01-05 10:31:48 -08002875 }
2876
Jesse Barnes9c54c0d2011-06-15 23:32:33 +02002877 /*
2878 * On ILK+ LUT must be loaded before the pipe is running but with
2879 * clocks enabled
2880 */
2881 intel_crtc_load_lut(crtc);
2882
Jesse Barnesf67a5592011-01-05 10:31:48 -08002883 intel_enable_pipe(dev_priv, pipe, is_pch_port);
2884 intel_enable_plane(dev_priv, plane, pipe);
2885
2886 if (is_pch_port)
2887 ironlake_pch_enable(crtc);
Jesse Barnes6be4a602010-09-10 10:26:01 -07002888
Ben Widawskyd1ebd8162011-04-25 20:11:50 +01002889 mutex_lock(&dev->struct_mutex);
Chris Wilsonbed4a672010-09-11 10:47:47 +01002890 intel_update_fbc(dev);
Ben Widawskyd1ebd8162011-04-25 20:11:50 +01002891 mutex_unlock(&dev->struct_mutex);
2892
Chris Wilson6b383a72010-09-13 13:54:26 +01002893 intel_crtc_update_cursor(crtc, true);
Jesse Barnes6be4a602010-09-10 10:26:01 -07002894}
2895
2896static void ironlake_crtc_disable(struct drm_crtc *crtc)
2897{
2898 struct drm_device *dev = crtc->dev;
2899 struct drm_i915_private *dev_priv = dev->dev_private;
2900 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
2901 int pipe = intel_crtc->pipe;
2902 int plane = intel_crtc->plane;
Chris Wilson5eddb702010-09-11 13:48:45 +01002903 u32 reg, temp;
Jesse Barnes6be4a602010-09-10 10:26:01 -07002904
Chris Wilsonf7abfe82010-09-13 14:19:16 +01002905 if (!intel_crtc->active)
2906 return;
2907
Chris Wilsone6c3a2a2010-09-23 23:04:43 +01002908 intel_crtc_wait_for_pending_flips(crtc);
Jesse Barnes6be4a602010-09-10 10:26:01 -07002909 drm_vblank_off(dev, pipe);
Chris Wilson6b383a72010-09-13 13:54:26 +01002910 intel_crtc_update_cursor(crtc, false);
Chris Wilson5eddb702010-09-11 13:48:45 +01002911
Jesse Barnesb24e7172011-01-04 15:09:30 -08002912 intel_disable_plane(dev_priv, plane, pipe);
Jesse Barnes6be4a602010-09-10 10:26:01 -07002913
Chris Wilson973d04f2011-07-08 12:22:37 +01002914 if (dev_priv->cfb_plane == plane)
2915 intel_disable_fbc(dev);
Jesse Barnes6be4a602010-09-10 10:26:01 -07002916
Jesse Barnesb24e7172011-01-04 15:09:30 -08002917 intel_disable_pipe(dev_priv, pipe);
Jesse Barnes6be4a602010-09-10 10:26:01 -07002918
Jesse Barnes6be4a602010-09-10 10:26:01 -07002919 /* Disable PF */
Jesse Barnes9db4a9c2011-02-07 12:26:52 -08002920 I915_WRITE(PF_CTL(pipe), 0);
2921 I915_WRITE(PF_WIN_SZ(pipe), 0);
Jesse Barnes6be4a602010-09-10 10:26:01 -07002922
Jesse Barnes0fc932b2011-01-04 15:09:37 -08002923 ironlake_fdi_disable(crtc);
Jesse Barnes6be4a602010-09-10 10:26:01 -07002924
Jesse Barnes47a05ec2011-02-07 13:46:40 -08002925 /* This is a horrible layering violation; we should be doing this in
2926 * the connector/encoder ->prepare instead, but we don't always have
2927 * enough information there about the config to know whether it will
2928 * actually be necessary or just cause undesired flicker.
2929 */
2930 intel_disable_pch_ports(dev_priv, pipe);
Jesse Barnes6be4a602010-09-10 10:26:01 -07002931
Jesse Barnes040484a2011-01-03 12:14:26 -08002932 intel_disable_transcoder(dev_priv, pipe);
Jesse Barnes6be4a602010-09-10 10:26:01 -07002933
Jesse Barnes6be4a602010-09-10 10:26:01 -07002934 if (HAS_PCH_CPT(dev)) {
2935 /* disable TRANS_DP_CTL */
Chris Wilson5eddb702010-09-11 13:48:45 +01002936 reg = TRANS_DP_CTL(pipe);
2937 temp = I915_READ(reg);
2938 temp &= ~(TRANS_DP_OUTPUT_ENABLE | TRANS_DP_PORT_SEL_MASK);
Eric Anholtcb3543c2011-02-02 12:08:07 -08002939 temp |= TRANS_DP_PORT_SEL_NONE;
Chris Wilson5eddb702010-09-11 13:48:45 +01002940 I915_WRITE(reg, temp);
Jesse Barnes6be4a602010-09-10 10:26:01 -07002941
2942 /* disable DPLL_SEL */
2943 temp = I915_READ(PCH_DPLL_SEL);
Jesse Barnes9db4a9c2011-02-07 12:26:52 -08002944 switch (pipe) {
2945 case 0:
Jesse Barnesd64311a2011-10-12 15:01:33 -07002946 temp &= ~(TRANSA_DPLL_ENABLE | TRANSA_DPLLB_SEL);
Jesse Barnes9db4a9c2011-02-07 12:26:52 -08002947 break;
2948 case 1:
Jesse Barnes6be4a602010-09-10 10:26:01 -07002949 temp &= ~(TRANSB_DPLL_ENABLE | TRANSB_DPLLB_SEL);
Jesse Barnes9db4a9c2011-02-07 12:26:52 -08002950 break;
2951 case 2:
Jesse Barnes4b645f12011-10-12 09:51:31 -07002952 /* C shares PLL A or B */
Jesse Barnesd64311a2011-10-12 15:01:33 -07002953 temp &= ~(TRANSC_DPLL_ENABLE | TRANSC_DPLLB_SEL);
Jesse Barnes9db4a9c2011-02-07 12:26:52 -08002954 break;
2955 default:
2956 BUG(); /* wtf */
2957 }
Jesse Barnes6be4a602010-09-10 10:26:01 -07002958 I915_WRITE(PCH_DPLL_SEL, temp);
Jesse Barnes6be4a602010-09-10 10:26:01 -07002959 }
2960
2961 /* disable PCH DPLL */
Jesse Barnesee7b9f92012-04-20 17:11:53 +01002962 intel_disable_pch_pll(intel_crtc);
Jesse Barnes6be4a602010-09-10 10:26:01 -07002963
2964 /* Switch from PCDclk to Rawclk */
Chris Wilson5eddb702010-09-11 13:48:45 +01002965 reg = FDI_RX_CTL(pipe);
2966 temp = I915_READ(reg);
2967 I915_WRITE(reg, temp & ~FDI_PCDCLK);
Jesse Barnes6be4a602010-09-10 10:26:01 -07002968
2969 /* Disable CPU FDI TX PLL */
Chris Wilson5eddb702010-09-11 13:48:45 +01002970 reg = FDI_TX_CTL(pipe);
2971 temp = I915_READ(reg);
2972 I915_WRITE(reg, temp & ~FDI_TX_PLL_ENABLE);
2973
2974 POSTING_READ(reg);
Jesse Barnes6be4a602010-09-10 10:26:01 -07002975 udelay(100);
2976
Chris Wilson5eddb702010-09-11 13:48:45 +01002977 reg = FDI_RX_CTL(pipe);
2978 temp = I915_READ(reg);
2979 I915_WRITE(reg, temp & ~FDI_RX_PLL_ENABLE);
Jesse Barnes6be4a602010-09-10 10:26:01 -07002980
2981 /* Wait for the clocks to turn off. */
Chris Wilson5eddb702010-09-11 13:48:45 +01002982 POSTING_READ(reg);
Jesse Barnes6be4a602010-09-10 10:26:01 -07002983 udelay(100);
Chris Wilson6b383a72010-09-13 13:54:26 +01002984
Chris Wilsonf7abfe82010-09-13 14:19:16 +01002985 intel_crtc->active = false;
Chris Wilson6b383a72010-09-13 13:54:26 +01002986 intel_update_watermarks(dev);
Ben Widawskyd1ebd8162011-04-25 20:11:50 +01002987
2988 mutex_lock(&dev->struct_mutex);
Chris Wilson6b383a72010-09-13 13:54:26 +01002989 intel_update_fbc(dev);
Ben Widawskyd1ebd8162011-04-25 20:11:50 +01002990 mutex_unlock(&dev->struct_mutex);
Jesse Barnes6be4a602010-09-10 10:26:01 -07002991}
2992
2993static void ironlake_crtc_dpms(struct drm_crtc *crtc, int mode)
2994{
2995 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
2996 int pipe = intel_crtc->pipe;
2997 int plane = intel_crtc->plane;
2998
Zhenyu Wang2c072452009-06-05 15:38:42 +08002999 /* XXX: When our outputs are all unaware of DPMS modes other than off
3000 * and on, we should map those modes to DRM_MODE_DPMS_OFF in the CRTC.
3001 */
3002 switch (mode) {
3003 case DRM_MODE_DPMS_ON:
3004 case DRM_MODE_DPMS_STANDBY:
3005 case DRM_MODE_DPMS_SUSPEND:
Chris Wilson868dc582010-08-07 11:01:31 +01003006 DRM_DEBUG_KMS("crtc %d/%d dpms on\n", pipe, plane);
Jesse Barnes6be4a602010-09-10 10:26:01 -07003007 ironlake_crtc_enable(crtc);
Chris Wilson868dc582010-08-07 11:01:31 +01003008 break;
Zhao Yakuib52eb4d2010-06-12 14:32:27 +08003009
Zhenyu Wang2c072452009-06-05 15:38:42 +08003010 case DRM_MODE_DPMS_OFF:
Chris Wilson868dc582010-08-07 11:01:31 +01003011 DRM_DEBUG_KMS("crtc %d/%d dpms off\n", pipe, plane);
Jesse Barnes6be4a602010-09-10 10:26:01 -07003012 ironlake_crtc_disable(crtc);
Zhenyu Wang2c072452009-06-05 15:38:42 +08003013 break;
3014 }
3015}
3016
Jesse Barnesee7b9f92012-04-20 17:11:53 +01003017static void ironlake_crtc_off(struct drm_crtc *crtc)
3018{
3019 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
3020 intel_put_pch_pll(intel_crtc);
3021}
3022
Daniel Vetter02e792f2009-09-15 22:57:34 +02003023static void intel_crtc_dpms_overlay(struct intel_crtc *intel_crtc, bool enable)
3024{
Daniel Vetter02e792f2009-09-15 22:57:34 +02003025 if (!enable && intel_crtc->overlay) {
Chris Wilson23f09ce2010-08-12 13:53:37 +01003026 struct drm_device *dev = intel_crtc->base.dev;
Chris Wilsonce453d82011-02-21 14:43:56 +00003027 struct drm_i915_private *dev_priv = dev->dev_private;
Daniel Vetter03f77ea2009-09-15 22:57:37 +02003028
Chris Wilson23f09ce2010-08-12 13:53:37 +01003029 mutex_lock(&dev->struct_mutex);
Chris Wilsonce453d82011-02-21 14:43:56 +00003030 dev_priv->mm.interruptible = false;
3031 (void) intel_overlay_switch_off(intel_crtc->overlay);
3032 dev_priv->mm.interruptible = true;
Chris Wilson23f09ce2010-08-12 13:53:37 +01003033 mutex_unlock(&dev->struct_mutex);
Daniel Vetter02e792f2009-09-15 22:57:34 +02003034 }
Daniel Vetter02e792f2009-09-15 22:57:34 +02003035
Chris Wilson5dcdbcb2010-08-12 13:50:28 +01003036 /* Let userspace switch the overlay on again. In most cases userspace
3037 * has to recompute where to put it anyway.
3038 */
Daniel Vetter02e792f2009-09-15 22:57:34 +02003039}
3040
Jesse Barnes0b8765c62010-09-10 10:31:34 -07003041static void i9xx_crtc_enable(struct drm_crtc *crtc)
Zhenyu Wang2c072452009-06-05 15:38:42 +08003042{
3043 struct drm_device *dev = crtc->dev;
Jesse Barnes79e53942008-11-07 14:24:08 -08003044 struct drm_i915_private *dev_priv = dev->dev_private;
3045 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
3046 int pipe = intel_crtc->pipe;
Jesse Barnes80824002009-09-10 15:28:06 -07003047 int plane = intel_crtc->plane;
Jesse Barnes79e53942008-11-07 14:24:08 -08003048
Chris Wilsonf7abfe82010-09-13 14:19:16 +01003049 if (intel_crtc->active)
3050 return;
3051
3052 intel_crtc->active = true;
Chris Wilson6b383a72010-09-13 13:54:26 +01003053 intel_update_watermarks(dev);
3054
Jesse Barnes63d7bbe2011-01-04 15:09:33 -08003055 intel_enable_pll(dev_priv, pipe);
Jesse Barnes040484a2011-01-03 12:14:26 -08003056 intel_enable_pipe(dev_priv, pipe, false);
Jesse Barnesb24e7172011-01-04 15:09:30 -08003057 intel_enable_plane(dev_priv, plane, pipe);
Jesse Barnes0b8765c62010-09-10 10:31:34 -07003058
3059 intel_crtc_load_lut(crtc);
Chris Wilsonbed4a672010-09-11 10:47:47 +01003060 intel_update_fbc(dev);
Jesse Barnes0b8765c62010-09-10 10:31:34 -07003061
3062 /* Give the overlay scaler a chance to enable if it's on this pipe */
3063 intel_crtc_dpms_overlay(intel_crtc, true);
Chris Wilson6b383a72010-09-13 13:54:26 +01003064 intel_crtc_update_cursor(crtc, true);
Jesse Barnes0b8765c62010-09-10 10:31:34 -07003065}
3066
3067static void i9xx_crtc_disable(struct drm_crtc *crtc)
3068{
3069 struct drm_device *dev = crtc->dev;
3070 struct drm_i915_private *dev_priv = dev->dev_private;
3071 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
3072 int pipe = intel_crtc->pipe;
3073 int plane = intel_crtc->plane;
Jesse Barnes0b8765c62010-09-10 10:31:34 -07003074
Chris Wilsonf7abfe82010-09-13 14:19:16 +01003075 if (!intel_crtc->active)
3076 return;
3077
Jesse Barnes0b8765c62010-09-10 10:31:34 -07003078 /* Give the overlay scaler a chance to disable if it's on this pipe */
Chris Wilsone6c3a2a2010-09-23 23:04:43 +01003079 intel_crtc_wait_for_pending_flips(crtc);
3080 drm_vblank_off(dev, pipe);
Jesse Barnes0b8765c62010-09-10 10:31:34 -07003081 intel_crtc_dpms_overlay(intel_crtc, false);
Chris Wilson6b383a72010-09-13 13:54:26 +01003082 intel_crtc_update_cursor(crtc, false);
Jesse Barnes0b8765c62010-09-10 10:31:34 -07003083
Chris Wilson973d04f2011-07-08 12:22:37 +01003084 if (dev_priv->cfb_plane == plane)
3085 intel_disable_fbc(dev);
Jesse Barnes0b8765c62010-09-10 10:31:34 -07003086
Jesse Barnesb24e7172011-01-04 15:09:30 -08003087 intel_disable_plane(dev_priv, plane, pipe);
Jesse Barnesb24e7172011-01-04 15:09:30 -08003088 intel_disable_pipe(dev_priv, pipe);
Jesse Barnes63d7bbe2011-01-04 15:09:33 -08003089 intel_disable_pll(dev_priv, pipe);
Jesse Barnes0b8765c62010-09-10 10:31:34 -07003090
Chris Wilsonf7abfe82010-09-13 14:19:16 +01003091 intel_crtc->active = false;
Chris Wilson6b383a72010-09-13 13:54:26 +01003092 intel_update_fbc(dev);
3093 intel_update_watermarks(dev);
Jesse Barnes0b8765c62010-09-10 10:31:34 -07003094}
3095
3096static void i9xx_crtc_dpms(struct drm_crtc *crtc, int mode)
3097{
Jesse Barnes79e53942008-11-07 14:24:08 -08003098 /* XXX: When our outputs are all unaware of DPMS modes other than off
3099 * and on, we should map those modes to DRM_MODE_DPMS_OFF in the CRTC.
3100 */
3101 switch (mode) {
3102 case DRM_MODE_DPMS_ON:
3103 case DRM_MODE_DPMS_STANDBY:
3104 case DRM_MODE_DPMS_SUSPEND:
Jesse Barnes0b8765c62010-09-10 10:31:34 -07003105 i9xx_crtc_enable(crtc);
3106 break;
Jesse Barnes79e53942008-11-07 14:24:08 -08003107 case DRM_MODE_DPMS_OFF:
Jesse Barnes0b8765c62010-09-10 10:31:34 -07003108 i9xx_crtc_disable(crtc);
Jesse Barnes79e53942008-11-07 14:24:08 -08003109 break;
3110 }
Zhenyu Wang2c072452009-06-05 15:38:42 +08003111}
3112
Jesse Barnesee7b9f92012-04-20 17:11:53 +01003113static void i9xx_crtc_off(struct drm_crtc *crtc)
3114{
3115}
3116
Zhenyu Wang2c072452009-06-05 15:38:42 +08003117/**
3118 * Sets the power management mode of the pipe and plane.
Zhenyu Wang2c072452009-06-05 15:38:42 +08003119 */
3120static void intel_crtc_dpms(struct drm_crtc *crtc, int mode)
3121{
3122 struct drm_device *dev = crtc->dev;
Jesse Barnese70236a2009-09-21 10:42:27 -07003123 struct drm_i915_private *dev_priv = dev->dev_private;
Zhenyu Wang2c072452009-06-05 15:38:42 +08003124 struct drm_i915_master_private *master_priv;
3125 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
3126 int pipe = intel_crtc->pipe;
3127 bool enabled;
3128
Chris Wilson032d2a02010-09-06 16:17:22 +01003129 if (intel_crtc->dpms_mode == mode)
3130 return;
3131
Chris Wilsondebcadd2010-08-07 11:01:33 +01003132 intel_crtc->dpms_mode = mode;
Chris Wilsondebcadd2010-08-07 11:01:33 +01003133
Jesse Barnese70236a2009-09-21 10:42:27 -07003134 dev_priv->display.dpms(crtc, mode);
Jesse Barnes79e53942008-11-07 14:24:08 -08003135
3136 if (!dev->primary->master)
3137 return;
3138
3139 master_priv = dev->primary->master->driver_priv;
3140 if (!master_priv->sarea_priv)
3141 return;
3142
3143 enabled = crtc->enabled && mode != DRM_MODE_DPMS_OFF;
3144
3145 switch (pipe) {
3146 case 0:
3147 master_priv->sarea_priv->pipeA_w = enabled ? crtc->mode.hdisplay : 0;
3148 master_priv->sarea_priv->pipeA_h = enabled ? crtc->mode.vdisplay : 0;
3149 break;
3150 case 1:
3151 master_priv->sarea_priv->pipeB_w = enabled ? crtc->mode.hdisplay : 0;
3152 master_priv->sarea_priv->pipeB_h = enabled ? crtc->mode.vdisplay : 0;
3153 break;
3154 default:
Jesse Barnes9db4a9c2011-02-07 12:26:52 -08003155 DRM_ERROR("Can't update pipe %c in SAREA\n", pipe_name(pipe));
Jesse Barnes79e53942008-11-07 14:24:08 -08003156 break;
3157 }
Jesse Barnes79e53942008-11-07 14:24:08 -08003158}
3159
Chris Wilsoncdd59982010-09-08 16:30:16 +01003160static void intel_crtc_disable(struct drm_crtc *crtc)
3161{
3162 struct drm_crtc_helper_funcs *crtc_funcs = crtc->helper_private;
3163 struct drm_device *dev = crtc->dev;
Jesse Barnesee7b9f92012-04-20 17:11:53 +01003164 struct drm_i915_private *dev_priv = dev->dev_private;
Chris Wilsoncdd59982010-09-08 16:30:16 +01003165
3166 crtc_funcs->dpms(crtc, DRM_MODE_DPMS_OFF);
Jesse Barnesee7b9f92012-04-20 17:11:53 +01003167 dev_priv->display.off(crtc);
3168
Chris Wilson931872f2012-01-16 23:01:13 +00003169 assert_plane_disabled(dev->dev_private, to_intel_crtc(crtc)->plane);
3170 assert_pipe_disabled(dev->dev_private, to_intel_crtc(crtc)->pipe);
Chris Wilsoncdd59982010-09-08 16:30:16 +01003171
3172 if (crtc->fb) {
3173 mutex_lock(&dev->struct_mutex);
Chris Wilson1690e1e2011-12-14 13:57:08 +01003174 intel_unpin_fb_obj(to_intel_framebuffer(crtc->fb)->obj);
Chris Wilsoncdd59982010-09-08 16:30:16 +01003175 mutex_unlock(&dev->struct_mutex);
3176 }
3177}
3178
Jesse Barnes7e7d76c2010-09-10 10:47:20 -07003179/* Prepare for a mode set.
3180 *
3181 * Note we could be a lot smarter here. We need to figure out which outputs
3182 * will be enabled, which disabled (in short, how the config will changes)
3183 * and perform the minimum necessary steps to accomplish that, e.g. updating
3184 * watermarks, FBC configuration, making sure PLLs are programmed correctly,
3185 * panel fitting is in the proper state, etc.
3186 */
3187static void i9xx_crtc_prepare(struct drm_crtc *crtc)
Jesse Barnes79e53942008-11-07 14:24:08 -08003188{
Jesse Barnes7e7d76c2010-09-10 10:47:20 -07003189 i9xx_crtc_disable(crtc);
Jesse Barnes79e53942008-11-07 14:24:08 -08003190}
3191
Jesse Barnes7e7d76c2010-09-10 10:47:20 -07003192static void i9xx_crtc_commit(struct drm_crtc *crtc)
Jesse Barnes79e53942008-11-07 14:24:08 -08003193{
Jesse Barnes7e7d76c2010-09-10 10:47:20 -07003194 i9xx_crtc_enable(crtc);
Jesse Barnes7e7d76c2010-09-10 10:47:20 -07003195}
3196
3197static void ironlake_crtc_prepare(struct drm_crtc *crtc)
3198{
Jesse Barnes7e7d76c2010-09-10 10:47:20 -07003199 ironlake_crtc_disable(crtc);
Jesse Barnes7e7d76c2010-09-10 10:47:20 -07003200}
3201
3202static void ironlake_crtc_commit(struct drm_crtc *crtc)
3203{
Jesse Barnes7e7d76c2010-09-10 10:47:20 -07003204 ironlake_crtc_enable(crtc);
Jesse Barnes79e53942008-11-07 14:24:08 -08003205}
3206
Akshay Joshi0206e352011-08-16 15:34:10 -04003207void intel_encoder_prepare(struct drm_encoder *encoder)
Jesse Barnes79e53942008-11-07 14:24:08 -08003208{
3209 struct drm_encoder_helper_funcs *encoder_funcs = encoder->helper_private;
3210 /* lvds has its own version of prepare see intel_lvds_prepare */
3211 encoder_funcs->dpms(encoder, DRM_MODE_DPMS_OFF);
3212}
3213
Akshay Joshi0206e352011-08-16 15:34:10 -04003214void intel_encoder_commit(struct drm_encoder *encoder)
Jesse Barnes79e53942008-11-07 14:24:08 -08003215{
3216 struct drm_encoder_helper_funcs *encoder_funcs = encoder->helper_private;
Jesse Barnesd4270e52011-10-11 10:43:02 -07003217 struct drm_device *dev = encoder->dev;
Paulo Zanonid47d7cb2012-05-04 17:18:23 -03003218 struct intel_crtc *intel_crtc = to_intel_crtc(encoder->crtc);
Jesse Barnesd4270e52011-10-11 10:43:02 -07003219
Jesse Barnes79e53942008-11-07 14:24:08 -08003220 /* lvds has its own version of commit see intel_lvds_commit */
3221 encoder_funcs->dpms(encoder, DRM_MODE_DPMS_ON);
Jesse Barnesd4270e52011-10-11 10:43:02 -07003222
3223 if (HAS_PCH_CPT(dev))
3224 intel_cpt_verify_modeset(dev, intel_crtc->pipe);
Jesse Barnes79e53942008-11-07 14:24:08 -08003225}
3226
Chris Wilsonea5b2132010-08-04 13:50:23 +01003227void intel_encoder_destroy(struct drm_encoder *encoder)
3228{
Chris Wilson4ef69c72010-09-09 15:14:28 +01003229 struct intel_encoder *intel_encoder = to_intel_encoder(encoder);
Chris Wilsonea5b2132010-08-04 13:50:23 +01003230
Chris Wilsonea5b2132010-08-04 13:50:23 +01003231 drm_encoder_cleanup(encoder);
3232 kfree(intel_encoder);
3233}
3234
Jesse Barnes79e53942008-11-07 14:24:08 -08003235static bool intel_crtc_mode_fixup(struct drm_crtc *crtc,
3236 struct drm_display_mode *mode,
3237 struct drm_display_mode *adjusted_mode)
3238{
Zhenyu Wang2c072452009-06-05 15:38:42 +08003239 struct drm_device *dev = crtc->dev;
Chris Wilson89749352010-09-12 18:25:19 +01003240
Eric Anholtbad720f2009-10-22 16:11:14 -07003241 if (HAS_PCH_SPLIT(dev)) {
Zhenyu Wang2c072452009-06-05 15:38:42 +08003242 /* FDI link clock is fixed at 2.7G */
Jesse Barnes2377b742010-07-07 14:06:43 -07003243 if (mode->clock * 3 > IRONLAKE_FDI_FREQ * 4)
3244 return false;
Zhenyu Wang2c072452009-06-05 15:38:42 +08003245 }
Chris Wilson89749352010-09-12 18:25:19 +01003246
Daniel Vetterf9bef082012-04-15 19:53:19 +02003247 /* All interlaced capable intel hw wants timings in frames. Note though
3248 * that intel_lvds_mode_fixup does some funny tricks with the crtc
3249 * timings, so we need to be careful not to clobber these.*/
3250 if (!(adjusted_mode->private_flags & INTEL_MODE_CRTC_TIMINGS_SET))
3251 drm_mode_set_crtcinfo(adjusted_mode, 0);
Chris Wilson89749352010-09-12 18:25:19 +01003252
Jesse Barnes79e53942008-11-07 14:24:08 -08003253 return true;
3254}
3255
Jesse Barnes25eb05fc2012-03-28 13:39:23 -07003256static int valleyview_get_display_clock_speed(struct drm_device *dev)
3257{
3258 return 400000; /* FIXME */
3259}
3260
Jesse Barnese70236a2009-09-21 10:42:27 -07003261static int i945_get_display_clock_speed(struct drm_device *dev)
Jesse Barnes79e53942008-11-07 14:24:08 -08003262{
Jesse Barnese70236a2009-09-21 10:42:27 -07003263 return 400000;
3264}
Jesse Barnes79e53942008-11-07 14:24:08 -08003265
Jesse Barnese70236a2009-09-21 10:42:27 -07003266static int i915_get_display_clock_speed(struct drm_device *dev)
3267{
3268 return 333000;
3269}
Jesse Barnes79e53942008-11-07 14:24:08 -08003270
Jesse Barnese70236a2009-09-21 10:42:27 -07003271static int i9xx_misc_get_display_clock_speed(struct drm_device *dev)
3272{
3273 return 200000;
3274}
Jesse Barnes79e53942008-11-07 14:24:08 -08003275
Jesse Barnese70236a2009-09-21 10:42:27 -07003276static int i915gm_get_display_clock_speed(struct drm_device *dev)
3277{
3278 u16 gcfgc = 0;
3279
3280 pci_read_config_word(dev->pdev, GCFGC, &gcfgc);
3281
3282 if (gcfgc & GC_LOW_FREQUENCY_ENABLE)
Jesse Barnes79e53942008-11-07 14:24:08 -08003283 return 133000;
Jesse Barnese70236a2009-09-21 10:42:27 -07003284 else {
3285 switch (gcfgc & GC_DISPLAY_CLOCK_MASK) {
3286 case GC_DISPLAY_CLOCK_333_MHZ:
3287 return 333000;
3288 default:
3289 case GC_DISPLAY_CLOCK_190_200_MHZ:
3290 return 190000;
3291 }
3292 }
3293}
Jesse Barnes79e53942008-11-07 14:24:08 -08003294
Jesse Barnese70236a2009-09-21 10:42:27 -07003295static int i865_get_display_clock_speed(struct drm_device *dev)
3296{
3297 return 266000;
3298}
3299
3300static int i855_get_display_clock_speed(struct drm_device *dev)
3301{
3302 u16 hpllcc = 0;
3303 /* Assume that the hardware is in the high speed state. This
3304 * should be the default.
3305 */
3306 switch (hpllcc & GC_CLOCK_CONTROL_MASK) {
3307 case GC_CLOCK_133_200:
3308 case GC_CLOCK_100_200:
3309 return 200000;
3310 case GC_CLOCK_166_250:
3311 return 250000;
3312 case GC_CLOCK_100_133:
3313 return 133000;
3314 }
3315
3316 /* Shouldn't happen */
3317 return 0;
3318}
3319
3320static int i830_get_display_clock_speed(struct drm_device *dev)
3321{
3322 return 133000;
Jesse Barnes79e53942008-11-07 14:24:08 -08003323}
3324
Zhenyu Wang2c072452009-06-05 15:38:42 +08003325struct fdi_m_n {
3326 u32 tu;
3327 u32 gmch_m;
3328 u32 gmch_n;
3329 u32 link_m;
3330 u32 link_n;
3331};
3332
3333static void
3334fdi_reduce_ratio(u32 *num, u32 *den)
3335{
3336 while (*num > 0xffffff || *den > 0xffffff) {
3337 *num >>= 1;
3338 *den >>= 1;
3339 }
3340}
3341
Zhenyu Wang2c072452009-06-05 15:38:42 +08003342static void
Adam Jacksonf2b115e2009-12-03 17:14:42 -05003343ironlake_compute_m_n(int bits_per_pixel, int nlanes, int pixel_clock,
3344 int link_clock, struct fdi_m_n *m_n)
Zhenyu Wang2c072452009-06-05 15:38:42 +08003345{
Zhenyu Wang2c072452009-06-05 15:38:42 +08003346 m_n->tu = 64; /* default size */
3347
Chris Wilson22ed1112010-12-04 01:01:29 +00003348 /* BUG_ON(pixel_clock > INT_MAX / 36); */
3349 m_n->gmch_m = bits_per_pixel * pixel_clock;
3350 m_n->gmch_n = link_clock * nlanes * 8;
Zhenyu Wang2c072452009-06-05 15:38:42 +08003351 fdi_reduce_ratio(&m_n->gmch_m, &m_n->gmch_n);
3352
Chris Wilson22ed1112010-12-04 01:01:29 +00003353 m_n->link_m = pixel_clock;
3354 m_n->link_n = link_clock;
Zhenyu Wang2c072452009-06-05 15:38:42 +08003355 fdi_reduce_ratio(&m_n->link_m, &m_n->link_n);
3356}
3357
Chris Wilsona7615032011-01-12 17:04:08 +00003358static inline bool intel_panel_use_ssc(struct drm_i915_private *dev_priv)
3359{
Keith Packard72bbe582011-09-26 16:09:45 -07003360 if (i915_panel_use_ssc >= 0)
3361 return i915_panel_use_ssc != 0;
3362 return dev_priv->lvds_use_ssc
Keith Packard435793d2011-07-12 14:56:22 -07003363 && !(dev_priv->quirks & QUIRK_LVDS_SSC_DISABLE);
Chris Wilsona7615032011-01-12 17:04:08 +00003364}
3365
Jesse Barnes5a354202011-06-24 12:19:22 -07003366/**
3367 * intel_choose_pipe_bpp_dither - figure out what color depth the pipe should send
3368 * @crtc: CRTC structure
Adam Jackson3b5c78a2011-12-13 15:41:00 -08003369 * @mode: requested mode
Jesse Barnes5a354202011-06-24 12:19:22 -07003370 *
3371 * A pipe may be connected to one or more outputs. Based on the depth of the
3372 * attached framebuffer, choose a good color depth to use on the pipe.
3373 *
3374 * If possible, match the pipe depth to the fb depth. In some cases, this
3375 * isn't ideal, because the connected output supports a lesser or restricted
3376 * set of depths. Resolve that here:
3377 * LVDS typically supports only 6bpc, so clamp down in that case
3378 * HDMI supports only 8bpc or 12bpc, so clamp to 8bpc with dither for 10bpc
3379 * Displays may support a restricted set as well, check EDID and clamp as
3380 * appropriate.
Adam Jackson3b5c78a2011-12-13 15:41:00 -08003381 * DP may want to dither down to 6bpc to fit larger modes
Jesse Barnes5a354202011-06-24 12:19:22 -07003382 *
3383 * RETURNS:
3384 * Dithering requirement (i.e. false if display bpc and pipe bpc match,
3385 * true if they don't match).
3386 */
3387static bool intel_choose_pipe_bpp_dither(struct drm_crtc *crtc,
Adam Jackson3b5c78a2011-12-13 15:41:00 -08003388 unsigned int *pipe_bpp,
3389 struct drm_display_mode *mode)
Jesse Barnes5a354202011-06-24 12:19:22 -07003390{
3391 struct drm_device *dev = crtc->dev;
3392 struct drm_i915_private *dev_priv = dev->dev_private;
3393 struct drm_encoder *encoder;
3394 struct drm_connector *connector;
3395 unsigned int display_bpc = UINT_MAX, bpc;
3396
3397 /* Walk the encoders & connectors on this crtc, get min bpc */
3398 list_for_each_entry(encoder, &dev->mode_config.encoder_list, head) {
3399 struct intel_encoder *intel_encoder = to_intel_encoder(encoder);
3400
3401 if (encoder->crtc != crtc)
3402 continue;
3403
3404 if (intel_encoder->type == INTEL_OUTPUT_LVDS) {
3405 unsigned int lvds_bpc;
3406
3407 if ((I915_READ(PCH_LVDS) & LVDS_A3_POWER_MASK) ==
3408 LVDS_A3_POWER_UP)
3409 lvds_bpc = 8;
3410 else
3411 lvds_bpc = 6;
3412
3413 if (lvds_bpc < display_bpc) {
Adam Jackson82820492011-10-10 16:33:34 -04003414 DRM_DEBUG_KMS("clamping display bpc (was %d) to LVDS (%d)\n", display_bpc, lvds_bpc);
Jesse Barnes5a354202011-06-24 12:19:22 -07003415 display_bpc = lvds_bpc;
3416 }
3417 continue;
3418 }
3419
3420 if (intel_encoder->type == INTEL_OUTPUT_EDP) {
3421 /* Use VBT settings if we have an eDP panel */
3422 unsigned int edp_bpc = dev_priv->edp.bpp / 3;
3423
3424 if (edp_bpc < display_bpc) {
Adam Jackson82820492011-10-10 16:33:34 -04003425 DRM_DEBUG_KMS("clamping display bpc (was %d) to eDP (%d)\n", display_bpc, edp_bpc);
Jesse Barnes5a354202011-06-24 12:19:22 -07003426 display_bpc = edp_bpc;
3427 }
3428 continue;
3429 }
3430
3431 /* Not one of the known troublemakers, check the EDID */
3432 list_for_each_entry(connector, &dev->mode_config.connector_list,
3433 head) {
3434 if (connector->encoder != encoder)
3435 continue;
3436
Jesse Barnes62ac41a2011-07-28 12:55:14 -07003437 /* Don't use an invalid EDID bpc value */
3438 if (connector->display_info.bpc &&
3439 connector->display_info.bpc < display_bpc) {
Adam Jackson82820492011-10-10 16:33:34 -04003440 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 -07003441 display_bpc = connector->display_info.bpc;
3442 }
3443 }
3444
3445 /*
3446 * HDMI is either 12 or 8, so if the display lets 10bpc sneak
3447 * through, clamp it down. (Note: >12bpc will be caught below.)
3448 */
3449 if (intel_encoder->type == INTEL_OUTPUT_HDMI) {
3450 if (display_bpc > 8 && display_bpc < 12) {
Adam Jackson82820492011-10-10 16:33:34 -04003451 DRM_DEBUG_KMS("forcing bpc to 12 for HDMI\n");
Jesse Barnes5a354202011-06-24 12:19:22 -07003452 display_bpc = 12;
3453 } else {
Adam Jackson82820492011-10-10 16:33:34 -04003454 DRM_DEBUG_KMS("forcing bpc to 8 for HDMI\n");
Jesse Barnes5a354202011-06-24 12:19:22 -07003455 display_bpc = 8;
3456 }
3457 }
3458 }
3459
Adam Jackson3b5c78a2011-12-13 15:41:00 -08003460 if (mode->private_flags & INTEL_MODE_DP_FORCE_6BPC) {
3461 DRM_DEBUG_KMS("Dithering DP to 6bpc\n");
3462 display_bpc = 6;
3463 }
3464
Jesse Barnes5a354202011-06-24 12:19:22 -07003465 /*
3466 * We could just drive the pipe at the highest bpc all the time and
3467 * enable dithering as needed, but that costs bandwidth. So choose
3468 * the minimum value that expresses the full color range of the fb but
3469 * also stays within the max display bpc discovered above.
3470 */
3471
3472 switch (crtc->fb->depth) {
3473 case 8:
3474 bpc = 8; /* since we go through a colormap */
3475 break;
3476 case 15:
3477 case 16:
3478 bpc = 6; /* min is 18bpp */
3479 break;
3480 case 24:
Keith Packard578393c2011-09-05 11:53:21 -07003481 bpc = 8;
Jesse Barnes5a354202011-06-24 12:19:22 -07003482 break;
3483 case 30:
Keith Packard578393c2011-09-05 11:53:21 -07003484 bpc = 10;
Jesse Barnes5a354202011-06-24 12:19:22 -07003485 break;
3486 case 48:
Keith Packard578393c2011-09-05 11:53:21 -07003487 bpc = 12;
Jesse Barnes5a354202011-06-24 12:19:22 -07003488 break;
3489 default:
3490 DRM_DEBUG("unsupported depth, assuming 24 bits\n");
3491 bpc = min((unsigned int)8, display_bpc);
3492 break;
3493 }
3494
Keith Packard578393c2011-09-05 11:53:21 -07003495 display_bpc = min(display_bpc, bpc);
3496
Adam Jackson82820492011-10-10 16:33:34 -04003497 DRM_DEBUG_KMS("setting pipe bpc to %d (max display bpc %d)\n",
3498 bpc, display_bpc);
Jesse Barnes5a354202011-06-24 12:19:22 -07003499
Keith Packard578393c2011-09-05 11:53:21 -07003500 *pipe_bpp = display_bpc * 3;
Jesse Barnes5a354202011-06-24 12:19:22 -07003501
3502 return display_bpc != bpc;
3503}
3504
Jesse Barnesc65d77d2011-12-15 12:30:36 -08003505static int i9xx_get_refclk(struct drm_crtc *crtc, int num_connectors)
3506{
3507 struct drm_device *dev = crtc->dev;
3508 struct drm_i915_private *dev_priv = dev->dev_private;
3509 int refclk;
3510
3511 if (intel_pipe_has_type(crtc, INTEL_OUTPUT_LVDS) &&
3512 intel_panel_use_ssc(dev_priv) && num_connectors < 2) {
3513 refclk = dev_priv->lvds_ssc_freq * 1000;
3514 DRM_DEBUG_KMS("using SSC reference clock of %d MHz\n",
3515 refclk / 1000);
3516 } else if (!IS_GEN2(dev)) {
3517 refclk = 96000;
3518 } else {
3519 refclk = 48000;
3520 }
3521
3522 return refclk;
3523}
3524
3525static void i9xx_adjust_sdvo_tv_clock(struct drm_display_mode *adjusted_mode,
3526 intel_clock_t *clock)
3527{
3528 /* SDVO TV has fixed PLL values depend on its clock range,
3529 this mirrors vbios setting. */
3530 if (adjusted_mode->clock >= 100000
3531 && adjusted_mode->clock < 140500) {
3532 clock->p1 = 2;
3533 clock->p2 = 10;
3534 clock->n = 3;
3535 clock->m1 = 16;
3536 clock->m2 = 8;
3537 } else if (adjusted_mode->clock >= 140500
3538 && adjusted_mode->clock <= 200000) {
3539 clock->p1 = 1;
3540 clock->p2 = 10;
3541 clock->n = 6;
3542 clock->m1 = 12;
3543 clock->m2 = 8;
3544 }
3545}
3546
Jesse Barnesa7516a02011-12-15 12:30:37 -08003547static void i9xx_update_pll_dividers(struct drm_crtc *crtc,
3548 intel_clock_t *clock,
3549 intel_clock_t *reduced_clock)
3550{
3551 struct drm_device *dev = crtc->dev;
3552 struct drm_i915_private *dev_priv = dev->dev_private;
3553 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
3554 int pipe = intel_crtc->pipe;
3555 u32 fp, fp2 = 0;
3556
3557 if (IS_PINEVIEW(dev)) {
3558 fp = (1 << clock->n) << 16 | clock->m1 << 8 | clock->m2;
3559 if (reduced_clock)
3560 fp2 = (1 << reduced_clock->n) << 16 |
3561 reduced_clock->m1 << 8 | reduced_clock->m2;
3562 } else {
3563 fp = clock->n << 16 | clock->m1 << 8 | clock->m2;
3564 if (reduced_clock)
3565 fp2 = reduced_clock->n << 16 | reduced_clock->m1 << 8 |
3566 reduced_clock->m2;
3567 }
3568
3569 I915_WRITE(FP0(pipe), fp);
3570
3571 intel_crtc->lowfreq_avail = false;
3572 if (intel_pipe_has_type(crtc, INTEL_OUTPUT_LVDS) &&
3573 reduced_clock && i915_powersave) {
3574 I915_WRITE(FP1(pipe), fp2);
3575 intel_crtc->lowfreq_avail = true;
3576 } else {
3577 I915_WRITE(FP1(pipe), fp);
3578 }
3579}
3580
Daniel Vetter93e537a2012-03-28 23:11:26 +02003581static void intel_update_lvds(struct drm_crtc *crtc, intel_clock_t *clock,
3582 struct drm_display_mode *adjusted_mode)
3583{
3584 struct drm_device *dev = crtc->dev;
3585 struct drm_i915_private *dev_priv = dev->dev_private;
3586 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
3587 int pipe = intel_crtc->pipe;
Chris Wilson284d5df2012-04-14 17:41:59 +01003588 u32 temp;
Daniel Vetter93e537a2012-03-28 23:11:26 +02003589
3590 temp = I915_READ(LVDS);
3591 temp |= LVDS_PORT_EN | LVDS_A0A2_CLKA_POWER_UP;
3592 if (pipe == 1) {
3593 temp |= LVDS_PIPEB_SELECT;
3594 } else {
3595 temp &= ~LVDS_PIPEB_SELECT;
3596 }
3597 /* set the corresponsding LVDS_BORDER bit */
3598 temp |= dev_priv->lvds_border_bits;
3599 /* Set the B0-B3 data pairs corresponding to whether we're going to
3600 * set the DPLLs for dual-channel mode or not.
3601 */
3602 if (clock->p2 == 7)
3603 temp |= LVDS_B0B3_POWER_UP | LVDS_CLKB_POWER_UP;
3604 else
3605 temp &= ~(LVDS_B0B3_POWER_UP | LVDS_CLKB_POWER_UP);
3606
3607 /* It would be nice to set 24 vs 18-bit mode (LVDS_A3_POWER_UP)
3608 * appropriately here, but we need to look more thoroughly into how
3609 * panels behave in the two modes.
3610 */
3611 /* set the dithering flag on LVDS as needed */
3612 if (INTEL_INFO(dev)->gen >= 4) {
3613 if (dev_priv->lvds_dither)
3614 temp |= LVDS_ENABLE_DITHER;
3615 else
3616 temp &= ~LVDS_ENABLE_DITHER;
3617 }
Chris Wilson284d5df2012-04-14 17:41:59 +01003618 temp &= ~(LVDS_HSYNC_POLARITY | LVDS_VSYNC_POLARITY);
Daniel Vetter93e537a2012-03-28 23:11:26 +02003619 if (adjusted_mode->flags & DRM_MODE_FLAG_NHSYNC)
Chris Wilson284d5df2012-04-14 17:41:59 +01003620 temp |= LVDS_HSYNC_POLARITY;
Daniel Vetter93e537a2012-03-28 23:11:26 +02003621 if (adjusted_mode->flags & DRM_MODE_FLAG_NVSYNC)
Chris Wilson284d5df2012-04-14 17:41:59 +01003622 temp |= LVDS_VSYNC_POLARITY;
Daniel Vetter93e537a2012-03-28 23:11:26 +02003623 I915_WRITE(LVDS, temp);
3624}
3625
Daniel Vettereb1cbe42012-03-28 23:12:16 +02003626static void i9xx_update_pll(struct drm_crtc *crtc,
3627 struct drm_display_mode *mode,
3628 struct drm_display_mode *adjusted_mode,
3629 intel_clock_t *clock, intel_clock_t *reduced_clock,
3630 int num_connectors)
3631{
3632 struct drm_device *dev = crtc->dev;
3633 struct drm_i915_private *dev_priv = dev->dev_private;
3634 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
3635 int pipe = intel_crtc->pipe;
3636 u32 dpll;
3637 bool is_sdvo;
3638
3639 is_sdvo = intel_pipe_has_type(crtc, INTEL_OUTPUT_SDVO) ||
3640 intel_pipe_has_type(crtc, INTEL_OUTPUT_HDMI);
3641
3642 dpll = DPLL_VGA_MODE_DIS;
3643
3644 if (intel_pipe_has_type(crtc, INTEL_OUTPUT_LVDS))
3645 dpll |= DPLLB_MODE_LVDS;
3646 else
3647 dpll |= DPLLB_MODE_DAC_SERIAL;
3648 if (is_sdvo) {
3649 int pixel_multiplier = intel_mode_get_pixel_multiplier(adjusted_mode);
3650 if (pixel_multiplier > 1) {
3651 if (IS_I945G(dev) || IS_I945GM(dev) || IS_G33(dev))
3652 dpll |= (pixel_multiplier - 1) << SDVO_MULTIPLIER_SHIFT_HIRES;
3653 }
3654 dpll |= DPLL_DVO_HIGH_SPEED;
3655 }
3656 if (intel_pipe_has_type(crtc, INTEL_OUTPUT_DISPLAYPORT))
3657 dpll |= DPLL_DVO_HIGH_SPEED;
3658
3659 /* compute bitmask from p1 value */
3660 if (IS_PINEVIEW(dev))
3661 dpll |= (1 << (clock->p1 - 1)) << DPLL_FPA01_P1_POST_DIV_SHIFT_PINEVIEW;
3662 else {
3663 dpll |= (1 << (clock->p1 - 1)) << DPLL_FPA01_P1_POST_DIV_SHIFT;
3664 if (IS_G4X(dev) && reduced_clock)
3665 dpll |= (1 << (reduced_clock->p1 - 1)) << DPLL_FPA1_P1_POST_DIV_SHIFT;
3666 }
3667 switch (clock->p2) {
3668 case 5:
3669 dpll |= DPLL_DAC_SERIAL_P2_CLOCK_DIV_5;
3670 break;
3671 case 7:
3672 dpll |= DPLLB_LVDS_P2_CLOCK_DIV_7;
3673 break;
3674 case 10:
3675 dpll |= DPLL_DAC_SERIAL_P2_CLOCK_DIV_10;
3676 break;
3677 case 14:
3678 dpll |= DPLLB_LVDS_P2_CLOCK_DIV_14;
3679 break;
3680 }
3681 if (INTEL_INFO(dev)->gen >= 4)
3682 dpll |= (6 << PLL_LOAD_PULSE_PHASE_SHIFT);
3683
3684 if (is_sdvo && intel_pipe_has_type(crtc, INTEL_OUTPUT_TVOUT))
3685 dpll |= PLL_REF_INPUT_TVCLKINBC;
3686 else if (intel_pipe_has_type(crtc, INTEL_OUTPUT_TVOUT))
3687 /* XXX: just matching BIOS for now */
3688 /* dpll |= PLL_REF_INPUT_TVCLKINBC; */
3689 dpll |= 3;
3690 else if (intel_pipe_has_type(crtc, INTEL_OUTPUT_LVDS) &&
3691 intel_panel_use_ssc(dev_priv) && num_connectors < 2)
3692 dpll |= PLLB_REF_INPUT_SPREADSPECTRUMIN;
3693 else
3694 dpll |= PLL_REF_INPUT_DREFCLK;
3695
3696 dpll |= DPLL_VCO_ENABLE;
3697 I915_WRITE(DPLL(pipe), dpll & ~DPLL_VCO_ENABLE);
3698 POSTING_READ(DPLL(pipe));
3699 udelay(150);
3700
3701 /* The LVDS pin pair needs to be on before the DPLLs are enabled.
3702 * This is an exception to the general rule that mode_set doesn't turn
3703 * things on.
3704 */
3705 if (intel_pipe_has_type(crtc, INTEL_OUTPUT_LVDS))
3706 intel_update_lvds(crtc, clock, adjusted_mode);
3707
3708 if (intel_pipe_has_type(crtc, INTEL_OUTPUT_DISPLAYPORT))
3709 intel_dp_set_m_n(crtc, mode, adjusted_mode);
3710
3711 I915_WRITE(DPLL(pipe), dpll);
3712
3713 /* Wait for the clocks to stabilize. */
3714 POSTING_READ(DPLL(pipe));
3715 udelay(150);
3716
3717 if (INTEL_INFO(dev)->gen >= 4) {
3718 u32 temp = 0;
3719 if (is_sdvo) {
3720 temp = intel_mode_get_pixel_multiplier(adjusted_mode);
3721 if (temp > 1)
3722 temp = (temp - 1) << DPLL_MD_UDI_MULTIPLIER_SHIFT;
3723 else
3724 temp = 0;
3725 }
3726 I915_WRITE(DPLL_MD(pipe), temp);
3727 } else {
3728 /* The pixel multiplier can only be updated once the
3729 * DPLL is enabled and the clocks are stable.
3730 *
3731 * So write it again.
3732 */
3733 I915_WRITE(DPLL(pipe), dpll);
3734 }
3735}
3736
3737static void i8xx_update_pll(struct drm_crtc *crtc,
3738 struct drm_display_mode *adjusted_mode,
3739 intel_clock_t *clock,
3740 int num_connectors)
3741{
3742 struct drm_device *dev = crtc->dev;
3743 struct drm_i915_private *dev_priv = dev->dev_private;
3744 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
3745 int pipe = intel_crtc->pipe;
3746 u32 dpll;
3747
3748 dpll = DPLL_VGA_MODE_DIS;
3749
3750 if (intel_pipe_has_type(crtc, INTEL_OUTPUT_LVDS)) {
3751 dpll |= (1 << (clock->p1 - 1)) << DPLL_FPA01_P1_POST_DIV_SHIFT;
3752 } else {
3753 if (clock->p1 == 2)
3754 dpll |= PLL_P1_DIVIDE_BY_TWO;
3755 else
3756 dpll |= (clock->p1 - 2) << DPLL_FPA01_P1_POST_DIV_SHIFT;
3757 if (clock->p2 == 4)
3758 dpll |= PLL_P2_DIVIDE_BY_4;
3759 }
3760
3761 if (intel_pipe_has_type(crtc, INTEL_OUTPUT_TVOUT))
3762 /* XXX: just matching BIOS for now */
3763 /* dpll |= PLL_REF_INPUT_TVCLKINBC; */
3764 dpll |= 3;
3765 else if (intel_pipe_has_type(crtc, INTEL_OUTPUT_LVDS) &&
3766 intel_panel_use_ssc(dev_priv) && num_connectors < 2)
3767 dpll |= PLLB_REF_INPUT_SPREADSPECTRUMIN;
3768 else
3769 dpll |= PLL_REF_INPUT_DREFCLK;
3770
3771 dpll |= DPLL_VCO_ENABLE;
3772 I915_WRITE(DPLL(pipe), dpll & ~DPLL_VCO_ENABLE);
3773 POSTING_READ(DPLL(pipe));
3774 udelay(150);
3775
3776 I915_WRITE(DPLL(pipe), dpll);
3777
3778 /* Wait for the clocks to stabilize. */
3779 POSTING_READ(DPLL(pipe));
3780 udelay(150);
3781
3782 /* The LVDS pin pair needs to be on before the DPLLs are enabled.
3783 * This is an exception to the general rule that mode_set doesn't turn
3784 * things on.
3785 */
3786 if (intel_pipe_has_type(crtc, INTEL_OUTPUT_LVDS))
3787 intel_update_lvds(crtc, clock, adjusted_mode);
3788
3789 /* The pixel multiplier can only be updated once the
3790 * DPLL is enabled and the clocks are stable.
3791 *
3792 * So write it again.
3793 */
3794 I915_WRITE(DPLL(pipe), dpll);
3795}
3796
Eric Anholtf564048e2011-03-30 13:01:02 -07003797static int i9xx_crtc_mode_set(struct drm_crtc *crtc,
3798 struct drm_display_mode *mode,
3799 struct drm_display_mode *adjusted_mode,
3800 int x, int y,
3801 struct drm_framebuffer *old_fb)
Jesse Barnes79e53942008-11-07 14:24:08 -08003802{
3803 struct drm_device *dev = crtc->dev;
3804 struct drm_i915_private *dev_priv = dev->dev_private;
3805 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
3806 int pipe = intel_crtc->pipe;
Jesse Barnes80824002009-09-10 15:28:06 -07003807 int plane = intel_crtc->plane;
Eric Anholtc751ce42010-03-25 11:48:48 -07003808 int refclk, num_connectors = 0;
Jesse Barnes652c3932009-08-17 13:31:43 -07003809 intel_clock_t clock, reduced_clock;
Daniel Vettereb1cbe42012-03-28 23:12:16 +02003810 u32 dspcntr, pipeconf, vsyncshift;
3811 bool ok, has_reduced_clock = false, is_sdvo = false;
3812 bool is_lvds = false, is_tv = false, is_dp = false;
Jesse Barnes79e53942008-11-07 14:24:08 -08003813 struct drm_mode_config *mode_config = &dev->mode_config;
Chris Wilson5eddb702010-09-11 13:48:45 +01003814 struct intel_encoder *encoder;
Ma Lingd4906092009-03-18 20:13:27 +08003815 const intel_limit_t *limit;
Chris Wilson5c3b82e2009-02-11 13:25:09 +00003816 int ret;
Jesse Barnes79e53942008-11-07 14:24:08 -08003817
Chris Wilson5eddb702010-09-11 13:48:45 +01003818 list_for_each_entry(encoder, &mode_config->encoder_list, base.head) {
3819 if (encoder->base.crtc != crtc)
Jesse Barnes79e53942008-11-07 14:24:08 -08003820 continue;
3821
Chris Wilson5eddb702010-09-11 13:48:45 +01003822 switch (encoder->type) {
Jesse Barnes79e53942008-11-07 14:24:08 -08003823 case INTEL_OUTPUT_LVDS:
3824 is_lvds = true;
3825 break;
3826 case INTEL_OUTPUT_SDVO:
Eric Anholt7d573822009-01-02 13:33:00 -08003827 case INTEL_OUTPUT_HDMI:
Jesse Barnes79e53942008-11-07 14:24:08 -08003828 is_sdvo = true;
Chris Wilson5eddb702010-09-11 13:48:45 +01003829 if (encoder->needs_tv_clock)
Jesse Barnese2f0ba92009-02-02 15:11:52 -08003830 is_tv = true;
Jesse Barnes79e53942008-11-07 14:24:08 -08003831 break;
Jesse Barnes79e53942008-11-07 14:24:08 -08003832 case INTEL_OUTPUT_TVOUT:
3833 is_tv = true;
3834 break;
Keith Packarda4fc5ed2009-04-07 16:16:42 -07003835 case INTEL_OUTPUT_DISPLAYPORT:
3836 is_dp = true;
3837 break;
Jesse Barnes79e53942008-11-07 14:24:08 -08003838 }
Kristian Høgsberg43565a02009-02-13 20:56:52 -05003839
Eric Anholtc751ce42010-03-25 11:48:48 -07003840 num_connectors++;
Jesse Barnes79e53942008-11-07 14:24:08 -08003841 }
3842
Jesse Barnesc65d77d2011-12-15 12:30:36 -08003843 refclk = i9xx_get_refclk(crtc, num_connectors);
Jesse Barnes79e53942008-11-07 14:24:08 -08003844
Ma Lingd4906092009-03-18 20:13:27 +08003845 /*
3846 * Returns a set of divisors for the desired target clock with the given
3847 * refclk, or FALSE. The returned values represent the clock equation:
3848 * reflck * (5 * (m1 + 2) + (m2 + 2)) / (n + 2) / p1 / p2.
3849 */
Chris Wilson1b894b52010-12-14 20:04:54 +00003850 limit = intel_limit(crtc, refclk);
Sean Paulcec2f352012-01-10 15:09:36 -08003851 ok = limit->find_pll(limit, crtc, adjusted_mode->clock, refclk, NULL,
3852 &clock);
Jesse Barnes79e53942008-11-07 14:24:08 -08003853 if (!ok) {
3854 DRM_ERROR("Couldn't find PLL settings for mode!\n");
Eric Anholtf564048e2011-03-30 13:01:02 -07003855 return -EINVAL;
3856 }
3857
3858 /* Ensure that the cursor is valid for the new mode before changing... */
3859 intel_crtc_update_cursor(crtc, true);
3860
3861 if (is_lvds && dev_priv->lvds_downclock_avail) {
Sean Paulcec2f352012-01-10 15:09:36 -08003862 /*
3863 * Ensure we match the reduced clock's P to the target clock.
3864 * If the clocks don't match, we can't switch the display clock
3865 * by using the FP0/FP1. In such case we will disable the LVDS
3866 * downclock feature.
3867 */
Eric Anholtf564048e2011-03-30 13:01:02 -07003868 has_reduced_clock = limit->find_pll(limit, crtc,
3869 dev_priv->lvds_downclock,
3870 refclk,
Sean Paulcec2f352012-01-10 15:09:36 -08003871 &clock,
Eric Anholtf564048e2011-03-30 13:01:02 -07003872 &reduced_clock);
Eric Anholtf564048e2011-03-30 13:01:02 -07003873 }
3874
Jesse Barnesc65d77d2011-12-15 12:30:36 -08003875 if (is_sdvo && is_tv)
3876 i9xx_adjust_sdvo_tv_clock(adjusted_mode, &clock);
Eric Anholtf564048e2011-03-30 13:01:02 -07003877
Jesse Barnesa7516a02011-12-15 12:30:37 -08003878 i9xx_update_pll_dividers(crtc, &clock, has_reduced_clock ?
3879 &reduced_clock : NULL);
Eric Anholtf564048e2011-03-30 13:01:02 -07003880
Daniel Vettereb1cbe42012-03-28 23:12:16 +02003881 if (IS_GEN2(dev))
3882 i8xx_update_pll(crtc, adjusted_mode, &clock, num_connectors);
Eric Anholtf564048e2011-03-30 13:01:02 -07003883 else
Daniel Vettereb1cbe42012-03-28 23:12:16 +02003884 i9xx_update_pll(crtc, mode, adjusted_mode, &clock,
3885 has_reduced_clock ? &reduced_clock : NULL,
3886 num_connectors);
Eric Anholtf564048e2011-03-30 13:01:02 -07003887
3888 /* setup pipeconf */
3889 pipeconf = I915_READ(PIPECONF(pipe));
3890
3891 /* Set up the display plane register */
3892 dspcntr = DISPPLANE_GAMMA_ENABLE;
3893
Eric Anholt929c77f2011-03-30 13:01:04 -07003894 if (pipe == 0)
3895 dspcntr &= ~DISPPLANE_SEL_PIPE_MASK;
3896 else
3897 dspcntr |= DISPPLANE_SEL_PIPE_B;
Eric Anholtf564048e2011-03-30 13:01:02 -07003898
3899 if (pipe == 0 && INTEL_INFO(dev)->gen < 4) {
3900 /* Enable pixel doubling when the dot clock is > 90% of the (display)
3901 * core speed.
3902 *
3903 * XXX: No double-wide on 915GM pipe B. Is that the only reason for the
3904 * pipe == 0 check?
3905 */
3906 if (mode->clock >
3907 dev_priv->display.get_display_clock_speed(dev) * 9 / 10)
3908 pipeconf |= PIPECONF_DOUBLE_WIDE;
3909 else
3910 pipeconf &= ~PIPECONF_DOUBLE_WIDE;
3911 }
3912
Adam Jackson3b5c78a2011-12-13 15:41:00 -08003913 /* default to 8bpc */
3914 pipeconf &= ~(PIPECONF_BPP_MASK | PIPECONF_DITHER_EN);
3915 if (is_dp) {
3916 if (mode->private_flags & INTEL_MODE_DP_FORCE_6BPC) {
3917 pipeconf |= PIPECONF_BPP_6 |
3918 PIPECONF_DITHER_EN |
3919 PIPECONF_DITHER_TYPE_SP;
3920 }
3921 }
3922
Eric Anholtf564048e2011-03-30 13:01:02 -07003923 DRM_DEBUG_KMS("Mode for pipe %c:\n", pipe == 0 ? 'A' : 'B');
3924 drm_mode_debug_printmodeline(mode);
3925
Jesse Barnesa7516a02011-12-15 12:30:37 -08003926 if (HAS_PIPE_CXSR(dev)) {
3927 if (intel_crtc->lowfreq_avail) {
Eric Anholtf564048e2011-03-30 13:01:02 -07003928 DRM_DEBUG_KMS("enabling CxSR downclocking\n");
3929 pipeconf |= PIPECONF_CXSR_DOWNCLOCK;
Jesse Barnesa7516a02011-12-15 12:30:37 -08003930 } else {
Eric Anholtf564048e2011-03-30 13:01:02 -07003931 DRM_DEBUG_KMS("disabling CxSR downclocking\n");
3932 pipeconf &= ~PIPECONF_CXSR_DOWNCLOCK;
3933 }
3934 }
3935
Keith Packard617cf882012-02-08 13:53:38 -08003936 pipeconf &= ~PIPECONF_INTERLACE_MASK;
Daniel Vetterdbb02572012-01-28 14:49:23 +01003937 if (!IS_GEN2(dev) &&
3938 adjusted_mode->flags & DRM_MODE_FLAG_INTERLACE) {
Eric Anholtf564048e2011-03-30 13:01:02 -07003939 pipeconf |= PIPECONF_INTERLACE_W_FIELD_INDICATION;
3940 /* the chip adds 2 halflines automatically */
Eric Anholtf564048e2011-03-30 13:01:02 -07003941 adjusted_mode->crtc_vtotal -= 1;
Eric Anholtf564048e2011-03-30 13:01:02 -07003942 adjusted_mode->crtc_vblank_end -= 1;
Daniel Vetter0529a0d2012-01-28 14:49:24 +01003943 vsyncshift = adjusted_mode->crtc_hsync_start
3944 - adjusted_mode->crtc_htotal/2;
3945 } else {
Keith Packard617cf882012-02-08 13:53:38 -08003946 pipeconf |= PIPECONF_PROGRESSIVE;
Daniel Vetter0529a0d2012-01-28 14:49:24 +01003947 vsyncshift = 0;
3948 }
3949
3950 if (!IS_GEN3(dev))
3951 I915_WRITE(VSYNCSHIFT(pipe), vsyncshift);
Eric Anholtf564048e2011-03-30 13:01:02 -07003952
3953 I915_WRITE(HTOTAL(pipe),
3954 (adjusted_mode->crtc_hdisplay - 1) |
3955 ((adjusted_mode->crtc_htotal - 1) << 16));
3956 I915_WRITE(HBLANK(pipe),
3957 (adjusted_mode->crtc_hblank_start - 1) |
3958 ((adjusted_mode->crtc_hblank_end - 1) << 16));
3959 I915_WRITE(HSYNC(pipe),
3960 (adjusted_mode->crtc_hsync_start - 1) |
3961 ((adjusted_mode->crtc_hsync_end - 1) << 16));
3962
3963 I915_WRITE(VTOTAL(pipe),
3964 (adjusted_mode->crtc_vdisplay - 1) |
3965 ((adjusted_mode->crtc_vtotal - 1) << 16));
3966 I915_WRITE(VBLANK(pipe),
3967 (adjusted_mode->crtc_vblank_start - 1) |
3968 ((adjusted_mode->crtc_vblank_end - 1) << 16));
3969 I915_WRITE(VSYNC(pipe),
3970 (adjusted_mode->crtc_vsync_start - 1) |
3971 ((adjusted_mode->crtc_vsync_end - 1) << 16));
3972
3973 /* pipesrc and dspsize control the size that is scaled from,
3974 * which should always be the user's requested size.
3975 */
Eric Anholt929c77f2011-03-30 13:01:04 -07003976 I915_WRITE(DSPSIZE(plane),
3977 ((mode->vdisplay - 1) << 16) |
3978 (mode->hdisplay - 1));
3979 I915_WRITE(DSPPOS(plane), 0);
Eric Anholtf564048e2011-03-30 13:01:02 -07003980 I915_WRITE(PIPESRC(pipe),
3981 ((mode->hdisplay - 1) << 16) | (mode->vdisplay - 1));
3982
Eric Anholtf564048e2011-03-30 13:01:02 -07003983 I915_WRITE(PIPECONF(pipe), pipeconf);
3984 POSTING_READ(PIPECONF(pipe));
Eric Anholt929c77f2011-03-30 13:01:04 -07003985 intel_enable_pipe(dev_priv, pipe, false);
Eric Anholtf564048e2011-03-30 13:01:02 -07003986
3987 intel_wait_for_vblank(dev, pipe);
3988
Eric Anholtf564048e2011-03-30 13:01:02 -07003989 I915_WRITE(DSPCNTR(plane), dspcntr);
3990 POSTING_READ(DSPCNTR(plane));
3991
3992 ret = intel_pipe_set_base(crtc, x, y, old_fb);
3993
3994 intel_update_watermarks(dev);
3995
Eric Anholtf564048e2011-03-30 13:01:02 -07003996 return ret;
3997}
3998
Keith Packard9fb526d2011-09-26 22:24:57 -07003999/*
4000 * Initialize reference clocks when the driver loads
4001 */
4002void ironlake_init_pch_refclk(struct drm_device *dev)
Jesse Barnes13d83a62011-08-03 12:59:20 -07004003{
4004 struct drm_i915_private *dev_priv = dev->dev_private;
4005 struct drm_mode_config *mode_config = &dev->mode_config;
Jesse Barnes13d83a62011-08-03 12:59:20 -07004006 struct intel_encoder *encoder;
Jesse Barnes13d83a62011-08-03 12:59:20 -07004007 u32 temp;
4008 bool has_lvds = false;
Keith Packard199e5d72011-09-22 12:01:57 -07004009 bool has_cpu_edp = false;
4010 bool has_pch_edp = false;
4011 bool has_panel = false;
Keith Packard99eb6a02011-09-26 14:29:12 -07004012 bool has_ck505 = false;
4013 bool can_ssc = false;
Jesse Barnes13d83a62011-08-03 12:59:20 -07004014
4015 /* We need to take the global config into account */
Keith Packard199e5d72011-09-22 12:01:57 -07004016 list_for_each_entry(encoder, &mode_config->encoder_list,
4017 base.head) {
4018 switch (encoder->type) {
4019 case INTEL_OUTPUT_LVDS:
4020 has_panel = true;
4021 has_lvds = true;
4022 break;
4023 case INTEL_OUTPUT_EDP:
4024 has_panel = true;
4025 if (intel_encoder_is_pch_edp(&encoder->base))
4026 has_pch_edp = true;
4027 else
4028 has_cpu_edp = true;
4029 break;
Jesse Barnes13d83a62011-08-03 12:59:20 -07004030 }
4031 }
4032
Keith Packard99eb6a02011-09-26 14:29:12 -07004033 if (HAS_PCH_IBX(dev)) {
4034 has_ck505 = dev_priv->display_clock_mode;
4035 can_ssc = has_ck505;
4036 } else {
4037 has_ck505 = false;
4038 can_ssc = true;
4039 }
4040
4041 DRM_DEBUG_KMS("has_panel %d has_lvds %d has_pch_edp %d has_cpu_edp %d has_ck505 %d\n",
4042 has_panel, has_lvds, has_pch_edp, has_cpu_edp,
4043 has_ck505);
Jesse Barnes13d83a62011-08-03 12:59:20 -07004044
4045 /* Ironlake: try to setup display ref clock before DPLL
4046 * enabling. This is only under driver's control after
4047 * PCH B stepping, previous chipset stepping should be
4048 * ignoring this setting.
4049 */
4050 temp = I915_READ(PCH_DREF_CONTROL);
4051 /* Always enable nonspread source */
4052 temp &= ~DREF_NONSPREAD_SOURCE_MASK;
Jesse Barnes13d83a62011-08-03 12:59:20 -07004053
Keith Packard99eb6a02011-09-26 14:29:12 -07004054 if (has_ck505)
4055 temp |= DREF_NONSPREAD_CK505_ENABLE;
4056 else
4057 temp |= DREF_NONSPREAD_SOURCE_ENABLE;
Jesse Barnes13d83a62011-08-03 12:59:20 -07004058
Keith Packard199e5d72011-09-22 12:01:57 -07004059 if (has_panel) {
4060 temp &= ~DREF_SSC_SOURCE_MASK;
4061 temp |= DREF_SSC_SOURCE_ENABLE;
Jesse Barnes13d83a62011-08-03 12:59:20 -07004062
Keith Packard199e5d72011-09-22 12:01:57 -07004063 /* SSC must be turned on before enabling the CPU output */
Keith Packard99eb6a02011-09-26 14:29:12 -07004064 if (intel_panel_use_ssc(dev_priv) && can_ssc) {
Keith Packard199e5d72011-09-22 12:01:57 -07004065 DRM_DEBUG_KMS("Using SSC on panel\n");
Jesse Barnes13d83a62011-08-03 12:59:20 -07004066 temp |= DREF_SSC1_ENABLE;
Daniel Vettere77166b2012-03-30 22:14:05 +02004067 } else
4068 temp &= ~DREF_SSC1_ENABLE;
Keith Packard199e5d72011-09-22 12:01:57 -07004069
4070 /* Get SSC going before enabling the outputs */
4071 I915_WRITE(PCH_DREF_CONTROL, temp);
4072 POSTING_READ(PCH_DREF_CONTROL);
4073 udelay(200);
4074
Jesse Barnes13d83a62011-08-03 12:59:20 -07004075 temp &= ~DREF_CPU_SOURCE_OUTPUT_MASK;
4076
4077 /* Enable CPU source on CPU attached eDP */
Keith Packard199e5d72011-09-22 12:01:57 -07004078 if (has_cpu_edp) {
Keith Packard99eb6a02011-09-26 14:29:12 -07004079 if (intel_panel_use_ssc(dev_priv) && can_ssc) {
Keith Packard199e5d72011-09-22 12:01:57 -07004080 DRM_DEBUG_KMS("Using SSC on eDP\n");
Jesse Barnes13d83a62011-08-03 12:59:20 -07004081 temp |= DREF_CPU_SOURCE_OUTPUT_DOWNSPREAD;
Keith Packard199e5d72011-09-22 12:01:57 -07004082 }
Jesse Barnes13d83a62011-08-03 12:59:20 -07004083 else
4084 temp |= DREF_CPU_SOURCE_OUTPUT_NONSPREAD;
Keith Packard199e5d72011-09-22 12:01:57 -07004085 } else
4086 temp |= DREF_CPU_SOURCE_OUTPUT_DISABLE;
4087
4088 I915_WRITE(PCH_DREF_CONTROL, temp);
4089 POSTING_READ(PCH_DREF_CONTROL);
4090 udelay(200);
4091 } else {
4092 DRM_DEBUG_KMS("Disabling SSC entirely\n");
4093
4094 temp &= ~DREF_CPU_SOURCE_OUTPUT_MASK;
4095
4096 /* Turn off CPU output */
4097 temp |= DREF_CPU_SOURCE_OUTPUT_DISABLE;
4098
4099 I915_WRITE(PCH_DREF_CONTROL, temp);
4100 POSTING_READ(PCH_DREF_CONTROL);
4101 udelay(200);
4102
4103 /* Turn off the SSC source */
4104 temp &= ~DREF_SSC_SOURCE_MASK;
4105 temp |= DREF_SSC_SOURCE_DISABLE;
4106
4107 /* Turn off SSC1 */
4108 temp &= ~ DREF_SSC1_ENABLE;
4109
Jesse Barnes13d83a62011-08-03 12:59:20 -07004110 I915_WRITE(PCH_DREF_CONTROL, temp);
4111 POSTING_READ(PCH_DREF_CONTROL);
4112 udelay(200);
4113 }
4114}
4115
Jesse Barnesd9d444c2011-09-02 13:03:05 -07004116static int ironlake_get_refclk(struct drm_crtc *crtc)
4117{
4118 struct drm_device *dev = crtc->dev;
4119 struct drm_i915_private *dev_priv = dev->dev_private;
4120 struct intel_encoder *encoder;
4121 struct drm_mode_config *mode_config = &dev->mode_config;
4122 struct intel_encoder *edp_encoder = NULL;
4123 int num_connectors = 0;
4124 bool is_lvds = false;
4125
4126 list_for_each_entry(encoder, &mode_config->encoder_list, base.head) {
4127 if (encoder->base.crtc != crtc)
4128 continue;
4129
4130 switch (encoder->type) {
4131 case INTEL_OUTPUT_LVDS:
4132 is_lvds = true;
4133 break;
4134 case INTEL_OUTPUT_EDP:
4135 edp_encoder = encoder;
4136 break;
4137 }
4138 num_connectors++;
4139 }
4140
4141 if (is_lvds && intel_panel_use_ssc(dev_priv) && num_connectors < 2) {
4142 DRM_DEBUG_KMS("using SSC reference clock of %d MHz\n",
4143 dev_priv->lvds_ssc_freq);
4144 return dev_priv->lvds_ssc_freq * 1000;
4145 }
4146
4147 return 120000;
4148}
4149
Eric Anholtf564048e2011-03-30 13:01:02 -07004150static int ironlake_crtc_mode_set(struct drm_crtc *crtc,
4151 struct drm_display_mode *mode,
4152 struct drm_display_mode *adjusted_mode,
4153 int x, int y,
4154 struct drm_framebuffer *old_fb)
Jesse Barnes79e53942008-11-07 14:24:08 -08004155{
4156 struct drm_device *dev = crtc->dev;
4157 struct drm_i915_private *dev_priv = dev->dev_private;
4158 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
4159 int pipe = intel_crtc->pipe;
Chris Wilson5c3b82e2009-02-11 13:25:09 +00004160 int plane = intel_crtc->plane;
Jesse Barnes79e53942008-11-07 14:24:08 -08004161 int refclk, num_connectors = 0;
4162 intel_clock_t clock, reduced_clock;
4163 u32 dpll, fp = 0, fp2 = 0, dspcntr, pipeconf;
Eric Anholta07d6782011-03-30 13:01:08 -07004164 bool ok, has_reduced_clock = false, is_sdvo = false;
Jesse Barnes79e53942008-11-07 14:24:08 -08004165 bool is_crt = false, is_lvds = false, is_tv = false, is_dp = false;
Jesse Barnes79e53942008-11-07 14:24:08 -08004166 struct drm_mode_config *mode_config = &dev->mode_config;
Jesse Barnese3aef172012-04-10 11:58:03 -07004167 struct intel_encoder *encoder, *edp_encoder = NULL;
Jesse Barnes79e53942008-11-07 14:24:08 -08004168 const intel_limit_t *limit;
4169 int ret;
4170 struct fdi_m_n m_n = {0};
Eric Anholtfae14982011-03-30 13:01:09 -07004171 u32 temp;
Jesse Barnes5a354202011-06-24 12:19:22 -07004172 int target_clock, pixel_multiplier, lane, link_bw, factor;
4173 unsigned int pipe_bpp;
4174 bool dither;
Jesse Barnese3aef172012-04-10 11:58:03 -07004175 bool is_cpu_edp = false, is_pch_edp = false;
Jesse Barnes79e53942008-11-07 14:24:08 -08004176
Jesse Barnes79e53942008-11-07 14:24:08 -08004177 list_for_each_entry(encoder, &mode_config->encoder_list, base.head) {
4178 if (encoder->base.crtc != crtc)
4179 continue;
4180
4181 switch (encoder->type) {
4182 case INTEL_OUTPUT_LVDS:
4183 is_lvds = true;
4184 break;
4185 case INTEL_OUTPUT_SDVO:
4186 case INTEL_OUTPUT_HDMI:
4187 is_sdvo = true;
4188 if (encoder->needs_tv_clock)
4189 is_tv = true;
4190 break;
Jesse Barnes79e53942008-11-07 14:24:08 -08004191 case INTEL_OUTPUT_TVOUT:
4192 is_tv = true;
4193 break;
4194 case INTEL_OUTPUT_ANALOG:
4195 is_crt = true;
4196 break;
4197 case INTEL_OUTPUT_DISPLAYPORT:
4198 is_dp = true;
4199 break;
4200 case INTEL_OUTPUT_EDP:
Jesse Barnese3aef172012-04-10 11:58:03 -07004201 is_dp = true;
4202 if (intel_encoder_is_pch_edp(&encoder->base))
4203 is_pch_edp = true;
4204 else
4205 is_cpu_edp = true;
4206 edp_encoder = encoder;
Jesse Barnes79e53942008-11-07 14:24:08 -08004207 break;
4208 }
4209
Kristian Høgsberg43565a02009-02-13 20:56:52 -05004210 num_connectors++;
4211 }
4212
Jesse Barnesd9d444c2011-09-02 13:03:05 -07004213 refclk = ironlake_get_refclk(crtc);
Jesse Barnes79e53942008-11-07 14:24:08 -08004214
4215 /*
4216 * Returns a set of divisors for the desired target clock with the given
4217 * refclk, or FALSE. The returned values represent the clock equation:
4218 * reflck * (5 * (m1 + 2) + (m2 + 2)) / (n + 2) / p1 / p2.
4219 */
4220 limit = intel_limit(crtc, refclk);
Sean Paulcec2f352012-01-10 15:09:36 -08004221 ok = limit->find_pll(limit, crtc, adjusted_mode->clock, refclk, NULL,
4222 &clock);
Jesse Barnes79e53942008-11-07 14:24:08 -08004223 if (!ok) {
4224 DRM_ERROR("Couldn't find PLL settings for mode!\n");
4225 return -EINVAL;
4226 }
4227
Chris Wilsoncda4b7d2010-07-09 08:45:04 +01004228 /* Ensure that the cursor is valid for the new mode before changing... */
Chris Wilson6b383a72010-09-13 13:54:26 +01004229 intel_crtc_update_cursor(crtc, true);
Chris Wilsoncda4b7d2010-07-09 08:45:04 +01004230
Zhao Yakuiddc90032010-01-06 22:05:56 +08004231 if (is_lvds && dev_priv->lvds_downclock_avail) {
Sean Paulcec2f352012-01-10 15:09:36 -08004232 /*
4233 * Ensure we match the reduced clock's P to the target clock.
4234 * If the clocks don't match, we can't switch the display clock
4235 * by using the FP0/FP1. In such case we will disable the LVDS
4236 * downclock feature.
4237 */
Zhao Yakuiddc90032010-01-06 22:05:56 +08004238 has_reduced_clock = limit->find_pll(limit, crtc,
Chris Wilson5eddb702010-09-11 13:48:45 +01004239 dev_priv->lvds_downclock,
4240 refclk,
Sean Paulcec2f352012-01-10 15:09:36 -08004241 &clock,
Chris Wilson5eddb702010-09-11 13:48:45 +01004242 &reduced_clock);
Jesse Barnes652c3932009-08-17 13:31:43 -07004243 }
Zhenyu Wang7026d4a2009-03-24 14:02:43 +08004244 /* SDVO TV has fixed PLL values depend on its clock range,
4245 this mirrors vbios setting. */
4246 if (is_sdvo && is_tv) {
4247 if (adjusted_mode->clock >= 100000
Chris Wilson5eddb702010-09-11 13:48:45 +01004248 && adjusted_mode->clock < 140500) {
Zhenyu Wang7026d4a2009-03-24 14:02:43 +08004249 clock.p1 = 2;
4250 clock.p2 = 10;
4251 clock.n = 3;
4252 clock.m1 = 16;
4253 clock.m2 = 8;
4254 } else if (adjusted_mode->clock >= 140500
Chris Wilson5eddb702010-09-11 13:48:45 +01004255 && adjusted_mode->clock <= 200000) {
Zhenyu Wang7026d4a2009-03-24 14:02:43 +08004256 clock.p1 = 1;
4257 clock.p2 = 10;
4258 clock.n = 6;
4259 clock.m1 = 12;
4260 clock.m2 = 8;
4261 }
4262 }
4263
Zhenyu Wang2c072452009-06-05 15:38:42 +08004264 /* FDI link */
Eric Anholt8febb292011-03-30 13:01:07 -07004265 pixel_multiplier = intel_mode_get_pixel_multiplier(adjusted_mode);
4266 lane = 0;
4267 /* CPU eDP doesn't require FDI link, so just set DP M/N
4268 according to current link config */
Jesse Barnese3aef172012-04-10 11:58:03 -07004269 if (is_cpu_edp) {
Eric Anholt8febb292011-03-30 13:01:07 -07004270 target_clock = mode->clock;
Jesse Barnese3aef172012-04-10 11:58:03 -07004271 intel_edp_link_config(edp_encoder, &lane, &link_bw);
Eric Anholt8febb292011-03-30 13:01:07 -07004272 } else {
4273 /* [e]DP over FDI requires target mode clock
4274 instead of link clock */
Jesse Barnese3aef172012-04-10 11:58:03 -07004275 if (is_dp)
Zhenyu Wang5eb08b62009-07-24 01:00:31 +08004276 target_clock = mode->clock;
Eric Anholt8febb292011-03-30 13:01:07 -07004277 else
4278 target_clock = adjusted_mode->clock;
Chris Wilson021357a2010-09-07 20:54:59 +01004279
Eric Anholt8febb292011-03-30 13:01:07 -07004280 /* FDI is a binary signal running at ~2.7GHz, encoding
4281 * each output octet as 10 bits. The actual frequency
4282 * is stored as a divider into a 100MHz clock, and the
4283 * mode pixel clock is stored in units of 1KHz.
4284 * Hence the bw of each lane in terms of the mode signal
4285 * is:
4286 */
4287 link_bw = intel_fdi_link_freq(dev) * MHz(100)/KHz(1)/10;
Zhenyu Wang5eb08b62009-07-24 01:00:31 +08004288 }
Zhenyu Wang2c072452009-06-05 15:38:42 +08004289
Eric Anholt8febb292011-03-30 13:01:07 -07004290 /* determine panel color depth */
4291 temp = I915_READ(PIPECONF(pipe));
4292 temp &= ~PIPE_BPC_MASK;
Adam Jackson3b5c78a2011-12-13 15:41:00 -08004293 dither = intel_choose_pipe_bpp_dither(crtc, &pipe_bpp, mode);
Jesse Barnes5a354202011-06-24 12:19:22 -07004294 switch (pipe_bpp) {
4295 case 18:
4296 temp |= PIPE_6BPC;
4297 break;
4298 case 24:
Eric Anholt8febb292011-03-30 13:01:07 -07004299 temp |= PIPE_8BPC;
Eric Anholt8febb292011-03-30 13:01:07 -07004300 break;
Jesse Barnes5a354202011-06-24 12:19:22 -07004301 case 30:
4302 temp |= PIPE_10BPC;
Eric Anholt8febb292011-03-30 13:01:07 -07004303 break;
Jesse Barnes5a354202011-06-24 12:19:22 -07004304 case 36:
4305 temp |= PIPE_12BPC;
Eric Anholt8febb292011-03-30 13:01:07 -07004306 break;
4307 default:
Jesse Barnes62ac41a2011-07-28 12:55:14 -07004308 WARN(1, "intel_choose_pipe_bpp returned invalid value %d\n",
4309 pipe_bpp);
Jesse Barnes5a354202011-06-24 12:19:22 -07004310 temp |= PIPE_8BPC;
4311 pipe_bpp = 24;
4312 break;
Eric Anholt8febb292011-03-30 13:01:07 -07004313 }
4314
Jesse Barnes5a354202011-06-24 12:19:22 -07004315 intel_crtc->bpp = pipe_bpp;
4316 I915_WRITE(PIPECONF(pipe), temp);
4317
Eric Anholt8febb292011-03-30 13:01:07 -07004318 if (!lane) {
4319 /*
4320 * Account for spread spectrum to avoid
4321 * oversubscribing the link. Max center spread
4322 * is 2.5%; use 5% for safety's sake.
4323 */
Jesse Barnes5a354202011-06-24 12:19:22 -07004324 u32 bps = target_clock * intel_crtc->bpp * 21 / 20;
Eric Anholt8febb292011-03-30 13:01:07 -07004325 lane = bps / (link_bw * 8) + 1;
4326 }
4327
4328 intel_crtc->fdi_lanes = lane;
4329
4330 if (pixel_multiplier > 1)
4331 link_bw *= pixel_multiplier;
Jesse Barnes5a354202011-06-24 12:19:22 -07004332 ironlake_compute_m_n(intel_crtc->bpp, lane, target_clock, link_bw,
4333 &m_n);
Eric Anholt8febb292011-03-30 13:01:07 -07004334
Eric Anholta07d6782011-03-30 13:01:08 -07004335 fp = clock.n << 16 | clock.m1 << 8 | clock.m2;
4336 if (has_reduced_clock)
4337 fp2 = reduced_clock.n << 16 | reduced_clock.m1 << 8 |
4338 reduced_clock.m2;
Jesse Barnes79e53942008-11-07 14:24:08 -08004339
Chris Wilsonc1858122010-12-03 21:35:48 +00004340 /* Enable autotuning of the PLL clock (if permissible) */
Eric Anholt8febb292011-03-30 13:01:07 -07004341 factor = 21;
4342 if (is_lvds) {
4343 if ((intel_panel_use_ssc(dev_priv) &&
4344 dev_priv->lvds_ssc_freq == 100) ||
4345 (I915_READ(PCH_LVDS) & LVDS_CLKB_POWER_MASK) == LVDS_CLKB_POWER_UP)
4346 factor = 25;
4347 } else if (is_sdvo && is_tv)
4348 factor = 20;
Chris Wilsonc1858122010-12-03 21:35:48 +00004349
Jesse Barnescb0e0932011-07-28 14:50:30 -07004350 if (clock.m < factor * clock.n)
Eric Anholt8febb292011-03-30 13:01:07 -07004351 fp |= FP_CB_TUNE;
Chris Wilsonc1858122010-12-03 21:35:48 +00004352
Chris Wilson5eddb702010-09-11 13:48:45 +01004353 dpll = 0;
Zhenyu Wang2c072452009-06-05 15:38:42 +08004354
Eric Anholta07d6782011-03-30 13:01:08 -07004355 if (is_lvds)
4356 dpll |= DPLLB_MODE_LVDS;
4357 else
4358 dpll |= DPLLB_MODE_DAC_SERIAL;
4359 if (is_sdvo) {
4360 int pixel_multiplier = intel_mode_get_pixel_multiplier(adjusted_mode);
4361 if (pixel_multiplier > 1) {
4362 dpll |= (pixel_multiplier - 1) << PLL_REF_SDVO_HDMI_MULTIPLIER_SHIFT;
Jesse Barnes79e53942008-11-07 14:24:08 -08004363 }
Eric Anholta07d6782011-03-30 13:01:08 -07004364 dpll |= DPLL_DVO_HIGH_SPEED;
4365 }
Jesse Barnese3aef172012-04-10 11:58:03 -07004366 if (is_dp && !is_cpu_edp)
Eric Anholta07d6782011-03-30 13:01:08 -07004367 dpll |= DPLL_DVO_HIGH_SPEED;
Jesse Barnes79e53942008-11-07 14:24:08 -08004368
Eric Anholta07d6782011-03-30 13:01:08 -07004369 /* compute bitmask from p1 value */
4370 dpll |= (1 << (clock.p1 - 1)) << DPLL_FPA01_P1_POST_DIV_SHIFT;
4371 /* also FPA1 */
4372 dpll |= (1 << (clock.p1 - 1)) << DPLL_FPA1_P1_POST_DIV_SHIFT;
4373
4374 switch (clock.p2) {
4375 case 5:
4376 dpll |= DPLL_DAC_SERIAL_P2_CLOCK_DIV_5;
4377 break;
4378 case 7:
4379 dpll |= DPLLB_LVDS_P2_CLOCK_DIV_7;
4380 break;
4381 case 10:
4382 dpll |= DPLL_DAC_SERIAL_P2_CLOCK_DIV_10;
4383 break;
4384 case 14:
4385 dpll |= DPLLB_LVDS_P2_CLOCK_DIV_14;
4386 break;
Jesse Barnes79e53942008-11-07 14:24:08 -08004387 }
4388
4389 if (is_sdvo && is_tv)
4390 dpll |= PLL_REF_INPUT_TVCLKINBC;
4391 else if (is_tv)
4392 /* XXX: just matching BIOS for now */
4393 /* dpll |= PLL_REF_INPUT_TVCLKINBC; */
4394 dpll |= 3;
Chris Wilsona7615032011-01-12 17:04:08 +00004395 else if (is_lvds && intel_panel_use_ssc(dev_priv) && num_connectors < 2)
Jesse Barnes79e53942008-11-07 14:24:08 -08004396 dpll |= PLLB_REF_INPUT_SPREADSPECTRUMIN;
4397 else
4398 dpll |= PLL_REF_INPUT_DREFCLK;
4399
4400 /* setup pipeconf */
Chris Wilson5eddb702010-09-11 13:48:45 +01004401 pipeconf = I915_READ(PIPECONF(pipe));
Jesse Barnes79e53942008-11-07 14:24:08 -08004402
4403 /* Set up the display plane register */
4404 dspcntr = DISPPLANE_GAMMA_ENABLE;
4405
Jesse Barnesf7cb34d2011-10-12 10:49:14 -07004406 DRM_DEBUG_KMS("Mode for pipe %d:\n", pipe);
Jesse Barnes79e53942008-11-07 14:24:08 -08004407 drm_mode_debug_printmodeline(mode);
4408
Jesse Barnesee7b9f92012-04-20 17:11:53 +01004409 /* CPU eDP is the only output that doesn't need a PCH PLL of its own */
4410 if (!is_cpu_edp) {
4411 struct intel_pch_pll *pll;
Chris Wilson5eddb702010-09-11 13:48:45 +01004412
Jesse Barnesee7b9f92012-04-20 17:11:53 +01004413 pll = intel_get_pch_pll(intel_crtc, dpll, fp);
4414 if (pll == NULL) {
4415 DRM_DEBUG_DRIVER("failed to find PLL for pipe %d\n",
4416 pipe);
Jesse Barnes4b645f12011-10-12 09:51:31 -07004417 return -EINVAL;
4418 }
Jesse Barnesee7b9f92012-04-20 17:11:53 +01004419 } else
4420 intel_put_pch_pll(intel_crtc);
Jesse Barnes79e53942008-11-07 14:24:08 -08004421
4422 /* The LVDS pin pair needs to be on before the DPLLs are enabled.
4423 * This is an exception to the general rule that mode_set doesn't turn
4424 * things on.
4425 */
4426 if (is_lvds) {
Eric Anholtfae14982011-03-30 13:01:09 -07004427 temp = I915_READ(PCH_LVDS);
Chris Wilson5eddb702010-09-11 13:48:45 +01004428 temp |= LVDS_PORT_EN | LVDS_A0A2_CLKA_POWER_UP;
Jesse Barnes7885d202012-01-12 14:51:17 -08004429 if (HAS_PCH_CPT(dev)) {
4430 temp &= ~PORT_TRANS_SEL_MASK;
Jesse Barnes4b645f12011-10-12 09:51:31 -07004431 temp |= PORT_TRANS_SEL_CPT(pipe);
Jesse Barnes7885d202012-01-12 14:51:17 -08004432 } else {
4433 if (pipe == 1)
4434 temp |= LVDS_PIPEB_SELECT;
4435 else
4436 temp &= ~LVDS_PIPEB_SELECT;
4437 }
Jesse Barnes4b645f12011-10-12 09:51:31 -07004438
Zhao Yakuia3e17eb2009-10-10 10:42:37 +08004439 /* set the corresponsding LVDS_BORDER bit */
Chris Wilson5eddb702010-09-11 13:48:45 +01004440 temp |= dev_priv->lvds_border_bits;
Jesse Barnes79e53942008-11-07 14:24:08 -08004441 /* Set the B0-B3 data pairs corresponding to whether we're going to
4442 * set the DPLLs for dual-channel mode or not.
4443 */
4444 if (clock.p2 == 7)
Chris Wilson5eddb702010-09-11 13:48:45 +01004445 temp |= LVDS_B0B3_POWER_UP | LVDS_CLKB_POWER_UP;
Jesse Barnes79e53942008-11-07 14:24:08 -08004446 else
Chris Wilson5eddb702010-09-11 13:48:45 +01004447 temp &= ~(LVDS_B0B3_POWER_UP | LVDS_CLKB_POWER_UP);
Jesse Barnes79e53942008-11-07 14:24:08 -08004448
4449 /* It would be nice to set 24 vs 18-bit mode (LVDS_A3_POWER_UP)
4450 * appropriately here, but we need to look more thoroughly into how
4451 * panels behave in the two modes.
4452 */
Chris Wilson284d5df2012-04-14 17:41:59 +01004453 temp &= ~(LVDS_HSYNC_POLARITY | LVDS_VSYNC_POLARITY);
Bryan Freedaa9b5002011-01-12 13:43:19 -08004454 if (adjusted_mode->flags & DRM_MODE_FLAG_NHSYNC)
Chris Wilson284d5df2012-04-14 17:41:59 +01004455 temp |= LVDS_HSYNC_POLARITY;
Bryan Freedaa9b5002011-01-12 13:43:19 -08004456 if (adjusted_mode->flags & DRM_MODE_FLAG_NVSYNC)
Chris Wilson284d5df2012-04-14 17:41:59 +01004457 temp |= LVDS_VSYNC_POLARITY;
Eric Anholtfae14982011-03-30 13:01:09 -07004458 I915_WRITE(PCH_LVDS, temp);
Jesse Barnes79e53942008-11-07 14:24:08 -08004459 }
Jesse Barnes434ed092010-09-07 14:48:06 -07004460
Eric Anholt8febb292011-03-30 13:01:07 -07004461 pipeconf &= ~PIPECONF_DITHER_EN;
4462 pipeconf &= ~PIPECONF_DITHER_TYPE_MASK;
Jesse Barnes5a354202011-06-24 12:19:22 -07004463 if ((is_lvds && dev_priv->lvds_dither) || dither) {
Eric Anholt8febb292011-03-30 13:01:07 -07004464 pipeconf |= PIPECONF_DITHER_EN;
Daniel Vetterf74974c2011-10-11 17:27:51 +02004465 pipeconf |= PIPECONF_DITHER_TYPE_SP;
Jesse Barnes434ed092010-09-07 14:48:06 -07004466 }
Jesse Barnese3aef172012-04-10 11:58:03 -07004467 if (is_dp && !is_cpu_edp) {
Keith Packarda4fc5ed2009-04-07 16:16:42 -07004468 intel_dp_set_m_n(crtc, mode, adjusted_mode);
Eric Anholt8febb292011-03-30 13:01:07 -07004469 } else {
Zhenyu Wang8db9d772010-04-07 16:15:54 +08004470 /* For non-DP output, clear any trans DP clock recovery setting.*/
Jesse Barnes9db4a9c2011-02-07 12:26:52 -08004471 I915_WRITE(TRANSDATA_M1(pipe), 0);
4472 I915_WRITE(TRANSDATA_N1(pipe), 0);
4473 I915_WRITE(TRANSDPLINK_M1(pipe), 0);
4474 I915_WRITE(TRANSDPLINK_N1(pipe), 0);
Zhenyu Wang8db9d772010-04-07 16:15:54 +08004475 }
Jesse Barnes79e53942008-11-07 14:24:08 -08004476
Jesse Barnesee7b9f92012-04-20 17:11:53 +01004477 if (intel_crtc->pch_pll) {
4478 I915_WRITE(intel_crtc->pch_pll->pll_reg, dpll);
Chris Wilson5eddb702010-09-11 13:48:45 +01004479
Zhenyu Wang32f9d652009-07-24 01:00:32 +08004480 /* Wait for the clocks to stabilize. */
Jesse Barnesee7b9f92012-04-20 17:11:53 +01004481 POSTING_READ(intel_crtc->pch_pll->pll_reg);
Zhenyu Wang32f9d652009-07-24 01:00:32 +08004482 udelay(150);
4483
Eric Anholt8febb292011-03-30 13:01:07 -07004484 /* The pixel multiplier can only be updated once the
4485 * DPLL is enabled and the clocks are stable.
4486 *
4487 * So write it again.
4488 */
Jesse Barnesee7b9f92012-04-20 17:11:53 +01004489 I915_WRITE(intel_crtc->pch_pll->pll_reg, dpll);
Jesse Barnes79e53942008-11-07 14:24:08 -08004490 }
Jesse Barnes79e53942008-11-07 14:24:08 -08004491
Chris Wilson5eddb702010-09-11 13:48:45 +01004492 intel_crtc->lowfreq_avail = false;
Jesse Barnesee7b9f92012-04-20 17:11:53 +01004493 if (intel_crtc->pch_pll) {
Jesse Barnes4b645f12011-10-12 09:51:31 -07004494 if (is_lvds && has_reduced_clock && i915_powersave) {
Jesse Barnesee7b9f92012-04-20 17:11:53 +01004495 I915_WRITE(intel_crtc->pch_pll->fp1_reg, fp2);
Jesse Barnes4b645f12011-10-12 09:51:31 -07004496 intel_crtc->lowfreq_avail = true;
4497 if (HAS_PIPE_CXSR(dev)) {
4498 DRM_DEBUG_KMS("enabling CxSR downclocking\n");
4499 pipeconf |= PIPECONF_CXSR_DOWNCLOCK;
4500 }
4501 } else {
Jesse Barnesee7b9f92012-04-20 17:11:53 +01004502 I915_WRITE(intel_crtc->pch_pll->fp1_reg, fp);
Jesse Barnes4b645f12011-10-12 09:51:31 -07004503 if (HAS_PIPE_CXSR(dev)) {
4504 DRM_DEBUG_KMS("disabling CxSR downclocking\n");
4505 pipeconf &= ~PIPECONF_CXSR_DOWNCLOCK;
4506 }
Jesse Barnes652c3932009-08-17 13:31:43 -07004507 }
4508 }
4509
Keith Packard617cf882012-02-08 13:53:38 -08004510 pipeconf &= ~PIPECONF_INTERLACE_MASK;
Krzysztof Halasa734b4152010-05-25 18:41:46 +02004511 if (adjusted_mode->flags & DRM_MODE_FLAG_INTERLACE) {
Daniel Vetter5def4742012-01-28 14:49:22 +01004512 pipeconf |= PIPECONF_INTERLACED_ILK;
Krzysztof Halasa734b4152010-05-25 18:41:46 +02004513 /* the chip adds 2 halflines automatically */
Krzysztof Halasa734b4152010-05-25 18:41:46 +02004514 adjusted_mode->crtc_vtotal -= 1;
Krzysztof Halasa734b4152010-05-25 18:41:46 +02004515 adjusted_mode->crtc_vblank_end -= 1;
Daniel Vetter0529a0d2012-01-28 14:49:24 +01004516 I915_WRITE(VSYNCSHIFT(pipe),
4517 adjusted_mode->crtc_hsync_start
4518 - adjusted_mode->crtc_htotal/2);
4519 } else {
Keith Packard617cf882012-02-08 13:53:38 -08004520 pipeconf |= PIPECONF_PROGRESSIVE;
Daniel Vetter0529a0d2012-01-28 14:49:24 +01004521 I915_WRITE(VSYNCSHIFT(pipe), 0);
4522 }
Krzysztof Halasa734b4152010-05-25 18:41:46 +02004523
Chris Wilson5eddb702010-09-11 13:48:45 +01004524 I915_WRITE(HTOTAL(pipe),
4525 (adjusted_mode->crtc_hdisplay - 1) |
Jesse Barnes79e53942008-11-07 14:24:08 -08004526 ((adjusted_mode->crtc_htotal - 1) << 16));
Chris Wilson5eddb702010-09-11 13:48:45 +01004527 I915_WRITE(HBLANK(pipe),
4528 (adjusted_mode->crtc_hblank_start - 1) |
Jesse Barnes79e53942008-11-07 14:24:08 -08004529 ((adjusted_mode->crtc_hblank_end - 1) << 16));
Chris Wilson5eddb702010-09-11 13:48:45 +01004530 I915_WRITE(HSYNC(pipe),
4531 (adjusted_mode->crtc_hsync_start - 1) |
Jesse Barnes79e53942008-11-07 14:24:08 -08004532 ((adjusted_mode->crtc_hsync_end - 1) << 16));
Chris Wilson5eddb702010-09-11 13:48:45 +01004533
4534 I915_WRITE(VTOTAL(pipe),
4535 (adjusted_mode->crtc_vdisplay - 1) |
Jesse Barnes79e53942008-11-07 14:24:08 -08004536 ((adjusted_mode->crtc_vtotal - 1) << 16));
Chris Wilson5eddb702010-09-11 13:48:45 +01004537 I915_WRITE(VBLANK(pipe),
4538 (adjusted_mode->crtc_vblank_start - 1) |
Jesse Barnes79e53942008-11-07 14:24:08 -08004539 ((adjusted_mode->crtc_vblank_end - 1) << 16));
Chris Wilson5eddb702010-09-11 13:48:45 +01004540 I915_WRITE(VSYNC(pipe),
4541 (adjusted_mode->crtc_vsync_start - 1) |
Jesse Barnes79e53942008-11-07 14:24:08 -08004542 ((adjusted_mode->crtc_vsync_end - 1) << 16));
Chris Wilson5eddb702010-09-11 13:48:45 +01004543
Eric Anholt8febb292011-03-30 13:01:07 -07004544 /* pipesrc controls the size that is scaled from, which should
4545 * always be the user's requested size.
Jesse Barnes79e53942008-11-07 14:24:08 -08004546 */
Chris Wilson5eddb702010-09-11 13:48:45 +01004547 I915_WRITE(PIPESRC(pipe),
4548 ((mode->hdisplay - 1) << 16) | (mode->vdisplay - 1));
Zhenyu Wang2c072452009-06-05 15:38:42 +08004549
Eric Anholt8febb292011-03-30 13:01:07 -07004550 I915_WRITE(PIPE_DATA_M1(pipe), TU_SIZE(m_n.tu) | m_n.gmch_m);
4551 I915_WRITE(PIPE_DATA_N1(pipe), m_n.gmch_n);
4552 I915_WRITE(PIPE_LINK_M1(pipe), m_n.link_m);
4553 I915_WRITE(PIPE_LINK_N1(pipe), m_n.link_n);
Zhenyu Wang2c072452009-06-05 15:38:42 +08004554
Jesse Barnese3aef172012-04-10 11:58:03 -07004555 if (is_cpu_edp)
Eric Anholt8febb292011-03-30 13:01:07 -07004556 ironlake_set_pll_edp(crtc, adjusted_mode->clock);
Zhenyu Wang2c072452009-06-05 15:38:42 +08004557
Chris Wilson5eddb702010-09-11 13:48:45 +01004558 I915_WRITE(PIPECONF(pipe), pipeconf);
4559 POSTING_READ(PIPECONF(pipe));
Jesse Barnes79e53942008-11-07 14:24:08 -08004560
Jesse Barnes9d0498a2010-08-18 13:20:54 -07004561 intel_wait_for_vblank(dev, pipe);
Jesse Barnes79e53942008-11-07 14:24:08 -08004562
Chris Wilson5eddb702010-09-11 13:48:45 +01004563 I915_WRITE(DSPCNTR(plane), dspcntr);
Jesse Barnesb24e7172011-01-04 15:09:30 -08004564 POSTING_READ(DSPCNTR(plane));
Jesse Barnes79e53942008-11-07 14:24:08 -08004565
Chris Wilson5c3b82e2009-02-11 13:25:09 +00004566 ret = intel_pipe_set_base(crtc, x, y, old_fb);
Shaohua Li7662c8b2009-06-26 11:23:55 +08004567
4568 intel_update_watermarks(dev);
4569
Chris Wilson1f803ee2009-06-06 09:45:59 +01004570 return ret;
Jesse Barnes79e53942008-11-07 14:24:08 -08004571}
4572
Eric Anholtf564048e2011-03-30 13:01:02 -07004573static int intel_crtc_mode_set(struct drm_crtc *crtc,
4574 struct drm_display_mode *mode,
4575 struct drm_display_mode *adjusted_mode,
4576 int x, int y,
4577 struct drm_framebuffer *old_fb)
4578{
4579 struct drm_device *dev = crtc->dev;
4580 struct drm_i915_private *dev_priv = dev->dev_private;
Eric Anholt0b701d22011-03-30 13:01:03 -07004581 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
4582 int pipe = intel_crtc->pipe;
Eric Anholtf564048e2011-03-30 13:01:02 -07004583 int ret;
4584
Eric Anholt0b701d22011-03-30 13:01:03 -07004585 drm_vblank_pre_modeset(dev, pipe);
4586
Eric Anholtf564048e2011-03-30 13:01:02 -07004587 ret = dev_priv->display.crtc_mode_set(crtc, mode, adjusted_mode,
4588 x, y, old_fb);
Jesse Barnes79e53942008-11-07 14:24:08 -08004589 drm_vblank_post_modeset(dev, pipe);
4590
Jesse Barnesd8e70a22011-11-15 10:28:54 -08004591 if (ret)
4592 intel_crtc->dpms_mode = DRM_MODE_DPMS_OFF;
4593 else
4594 intel_crtc->dpms_mode = DRM_MODE_DPMS_ON;
Keith Packard120eced2011-07-27 01:21:40 -07004595
Jesse Barnes79e53942008-11-07 14:24:08 -08004596 return ret;
4597}
4598
Wu Fengguang3a9627f2011-12-09 20:42:19 +08004599static bool intel_eld_uptodate(struct drm_connector *connector,
4600 int reg_eldv, uint32_t bits_eldv,
4601 int reg_elda, uint32_t bits_elda,
4602 int reg_edid)
4603{
4604 struct drm_i915_private *dev_priv = connector->dev->dev_private;
4605 uint8_t *eld = connector->eld;
4606 uint32_t i;
4607
4608 i = I915_READ(reg_eldv);
4609 i &= bits_eldv;
4610
4611 if (!eld[0])
4612 return !i;
4613
4614 if (!i)
4615 return false;
4616
4617 i = I915_READ(reg_elda);
4618 i &= ~bits_elda;
4619 I915_WRITE(reg_elda, i);
4620
4621 for (i = 0; i < eld[2]; i++)
4622 if (I915_READ(reg_edid) != *((uint32_t *)eld + i))
4623 return false;
4624
4625 return true;
4626}
4627
Wu Fengguange0dac652011-09-05 14:25:34 +08004628static void g4x_write_eld(struct drm_connector *connector,
4629 struct drm_crtc *crtc)
4630{
4631 struct drm_i915_private *dev_priv = connector->dev->dev_private;
4632 uint8_t *eld = connector->eld;
4633 uint32_t eldv;
4634 uint32_t len;
4635 uint32_t i;
4636
4637 i = I915_READ(G4X_AUD_VID_DID);
4638
4639 if (i == INTEL_AUDIO_DEVBLC || i == INTEL_AUDIO_DEVCL)
4640 eldv = G4X_ELDV_DEVCL_DEVBLC;
4641 else
4642 eldv = G4X_ELDV_DEVCTG;
4643
Wu Fengguang3a9627f2011-12-09 20:42:19 +08004644 if (intel_eld_uptodate(connector,
4645 G4X_AUD_CNTL_ST, eldv,
4646 G4X_AUD_CNTL_ST, G4X_ELD_ADDR,
4647 G4X_HDMIW_HDMIEDID))
4648 return;
4649
Wu Fengguange0dac652011-09-05 14:25:34 +08004650 i = I915_READ(G4X_AUD_CNTL_ST);
4651 i &= ~(eldv | G4X_ELD_ADDR);
4652 len = (i >> 9) & 0x1f; /* ELD buffer size */
4653 I915_WRITE(G4X_AUD_CNTL_ST, i);
4654
4655 if (!eld[0])
4656 return;
4657
4658 len = min_t(uint8_t, eld[2], len);
4659 DRM_DEBUG_DRIVER("ELD size %d\n", len);
4660 for (i = 0; i < len; i++)
4661 I915_WRITE(G4X_HDMIW_HDMIEDID, *((uint32_t *)eld + i));
4662
4663 i = I915_READ(G4X_AUD_CNTL_ST);
4664 i |= eldv;
4665 I915_WRITE(G4X_AUD_CNTL_ST, i);
4666}
4667
4668static void ironlake_write_eld(struct drm_connector *connector,
4669 struct drm_crtc *crtc)
4670{
4671 struct drm_i915_private *dev_priv = connector->dev->dev_private;
4672 uint8_t *eld = connector->eld;
4673 uint32_t eldv;
4674 uint32_t i;
4675 int len;
4676 int hdmiw_hdmiedid;
Wu Fengguangb6daa022012-01-06 14:41:31 -06004677 int aud_config;
Wu Fengguange0dac652011-09-05 14:25:34 +08004678 int aud_cntl_st;
4679 int aud_cntrl_st2;
4680
Wu Fengguangb3f33cb2011-12-09 20:42:17 +08004681 if (HAS_PCH_IBX(connector->dev)) {
Wu Fengguang1202b4c62011-12-09 20:42:18 +08004682 hdmiw_hdmiedid = IBX_HDMIW_HDMIEDID_A;
Wu Fengguangb6daa022012-01-06 14:41:31 -06004683 aud_config = IBX_AUD_CONFIG_A;
Wu Fengguang1202b4c62011-12-09 20:42:18 +08004684 aud_cntl_st = IBX_AUD_CNTL_ST_A;
4685 aud_cntrl_st2 = IBX_AUD_CNTL_ST2;
Wu Fengguange0dac652011-09-05 14:25:34 +08004686 } else {
Wu Fengguang1202b4c62011-12-09 20:42:18 +08004687 hdmiw_hdmiedid = CPT_HDMIW_HDMIEDID_A;
Wu Fengguangb6daa022012-01-06 14:41:31 -06004688 aud_config = CPT_AUD_CONFIG_A;
Wu Fengguang1202b4c62011-12-09 20:42:18 +08004689 aud_cntl_st = CPT_AUD_CNTL_ST_A;
4690 aud_cntrl_st2 = CPT_AUD_CNTRL_ST2;
Wu Fengguange0dac652011-09-05 14:25:34 +08004691 }
4692
4693 i = to_intel_crtc(crtc)->pipe;
4694 hdmiw_hdmiedid += i * 0x100;
4695 aud_cntl_st += i * 0x100;
Wu Fengguangb6daa022012-01-06 14:41:31 -06004696 aud_config += i * 0x100;
Wu Fengguange0dac652011-09-05 14:25:34 +08004697
4698 DRM_DEBUG_DRIVER("ELD on pipe %c\n", pipe_name(i));
4699
4700 i = I915_READ(aud_cntl_st);
4701 i = (i >> 29) & 0x3; /* DIP_Port_Select, 0x1 = PortB */
4702 if (!i) {
4703 DRM_DEBUG_DRIVER("Audio directed to unknown port\n");
4704 /* operate blindly on all ports */
Wu Fengguang1202b4c62011-12-09 20:42:18 +08004705 eldv = IBX_ELD_VALIDB;
4706 eldv |= IBX_ELD_VALIDB << 4;
4707 eldv |= IBX_ELD_VALIDB << 8;
Wu Fengguange0dac652011-09-05 14:25:34 +08004708 } else {
4709 DRM_DEBUG_DRIVER("ELD on port %c\n", 'A' + i);
Wu Fengguang1202b4c62011-12-09 20:42:18 +08004710 eldv = IBX_ELD_VALIDB << ((i - 1) * 4);
Wu Fengguange0dac652011-09-05 14:25:34 +08004711 }
4712
Wu Fengguang3a9627f2011-12-09 20:42:19 +08004713 if (intel_pipe_has_type(crtc, INTEL_OUTPUT_DISPLAYPORT)) {
4714 DRM_DEBUG_DRIVER("ELD: DisplayPort detected\n");
4715 eld[5] |= (1 << 2); /* Conn_Type, 0x1 = DisplayPort */
Wu Fengguangb6daa022012-01-06 14:41:31 -06004716 I915_WRITE(aud_config, AUD_CONFIG_N_VALUE_INDEX); /* 0x1 = DP */
4717 } else
4718 I915_WRITE(aud_config, 0);
Wu Fengguang3a9627f2011-12-09 20:42:19 +08004719
4720 if (intel_eld_uptodate(connector,
4721 aud_cntrl_st2, eldv,
4722 aud_cntl_st, IBX_ELD_ADDRESS,
4723 hdmiw_hdmiedid))
4724 return;
4725
Wu Fengguange0dac652011-09-05 14:25:34 +08004726 i = I915_READ(aud_cntrl_st2);
4727 i &= ~eldv;
4728 I915_WRITE(aud_cntrl_st2, i);
4729
4730 if (!eld[0])
4731 return;
4732
Wu Fengguange0dac652011-09-05 14:25:34 +08004733 i = I915_READ(aud_cntl_st);
Wu Fengguang1202b4c62011-12-09 20:42:18 +08004734 i &= ~IBX_ELD_ADDRESS;
Wu Fengguange0dac652011-09-05 14:25:34 +08004735 I915_WRITE(aud_cntl_st, i);
4736
4737 len = min_t(uint8_t, eld[2], 21); /* 84 bytes of hw ELD buffer */
4738 DRM_DEBUG_DRIVER("ELD size %d\n", len);
4739 for (i = 0; i < len; i++)
4740 I915_WRITE(hdmiw_hdmiedid, *((uint32_t *)eld + i));
4741
4742 i = I915_READ(aud_cntrl_st2);
4743 i |= eldv;
4744 I915_WRITE(aud_cntrl_st2, i);
4745}
4746
4747void intel_write_eld(struct drm_encoder *encoder,
4748 struct drm_display_mode *mode)
4749{
4750 struct drm_crtc *crtc = encoder->crtc;
4751 struct drm_connector *connector;
4752 struct drm_device *dev = encoder->dev;
4753 struct drm_i915_private *dev_priv = dev->dev_private;
4754
4755 connector = drm_select_eld(encoder, mode);
4756 if (!connector)
4757 return;
4758
4759 DRM_DEBUG_DRIVER("ELD on [CONNECTOR:%d:%s], [ENCODER:%d:%s]\n",
4760 connector->base.id,
4761 drm_get_connector_name(connector),
4762 connector->encoder->base.id,
4763 drm_get_encoder_name(connector->encoder));
4764
4765 connector->eld[6] = drm_av_sync_delay(connector, mode) / 2;
4766
4767 if (dev_priv->display.write_eld)
4768 dev_priv->display.write_eld(connector, crtc);
4769}
4770
Jesse Barnes79e53942008-11-07 14:24:08 -08004771/** Loads the palette/gamma unit for the CRTC with the prepared values */
4772void intel_crtc_load_lut(struct drm_crtc *crtc)
4773{
4774 struct drm_device *dev = crtc->dev;
4775 struct drm_i915_private *dev_priv = dev->dev_private;
4776 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
Jesse Barnes9db4a9c2011-02-07 12:26:52 -08004777 int palreg = PALETTE(intel_crtc->pipe);
Jesse Barnes79e53942008-11-07 14:24:08 -08004778 int i;
4779
4780 /* The clocks have to be on to load the palette. */
Alban Browaeysaed3f092012-02-24 17:12:45 +00004781 if (!crtc->enabled || !intel_crtc->active)
Jesse Barnes79e53942008-11-07 14:24:08 -08004782 return;
4783
Adam Jacksonf2b115e2009-12-03 17:14:42 -05004784 /* use legacy palette for Ironlake */
Eric Anholtbad720f2009-10-22 16:11:14 -07004785 if (HAS_PCH_SPLIT(dev))
Jesse Barnes9db4a9c2011-02-07 12:26:52 -08004786 palreg = LGC_PALETTE(intel_crtc->pipe);
Zhenyu Wang2c072452009-06-05 15:38:42 +08004787
Jesse Barnes79e53942008-11-07 14:24:08 -08004788 for (i = 0; i < 256; i++) {
4789 I915_WRITE(palreg + 4 * i,
4790 (intel_crtc->lut_r[i] << 16) |
4791 (intel_crtc->lut_g[i] << 8) |
4792 intel_crtc->lut_b[i]);
4793 }
4794}
4795
Chris Wilson560b85b2010-08-07 11:01:38 +01004796static void i845_update_cursor(struct drm_crtc *crtc, u32 base)
4797{
4798 struct drm_device *dev = crtc->dev;
4799 struct drm_i915_private *dev_priv = dev->dev_private;
4800 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
4801 bool visible = base != 0;
4802 u32 cntl;
4803
4804 if (intel_crtc->cursor_visible == visible)
4805 return;
4806
Jesse Barnes9db4a9c2011-02-07 12:26:52 -08004807 cntl = I915_READ(_CURACNTR);
Chris Wilson560b85b2010-08-07 11:01:38 +01004808 if (visible) {
4809 /* On these chipsets we can only modify the base whilst
4810 * the cursor is disabled.
4811 */
Jesse Barnes9db4a9c2011-02-07 12:26:52 -08004812 I915_WRITE(_CURABASE, base);
Chris Wilson560b85b2010-08-07 11:01:38 +01004813
4814 cntl &= ~(CURSOR_FORMAT_MASK);
4815 /* XXX width must be 64, stride 256 => 0x00 << 28 */
4816 cntl |= CURSOR_ENABLE |
4817 CURSOR_GAMMA_ENABLE |
4818 CURSOR_FORMAT_ARGB;
4819 } else
4820 cntl &= ~(CURSOR_ENABLE | CURSOR_GAMMA_ENABLE);
Jesse Barnes9db4a9c2011-02-07 12:26:52 -08004821 I915_WRITE(_CURACNTR, cntl);
Chris Wilson560b85b2010-08-07 11:01:38 +01004822
4823 intel_crtc->cursor_visible = visible;
4824}
4825
4826static void i9xx_update_cursor(struct drm_crtc *crtc, u32 base)
4827{
4828 struct drm_device *dev = crtc->dev;
4829 struct drm_i915_private *dev_priv = dev->dev_private;
4830 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
4831 int pipe = intel_crtc->pipe;
4832 bool visible = base != 0;
4833
4834 if (intel_crtc->cursor_visible != visible) {
Jesse Barnes548f2452011-02-17 10:40:53 -08004835 uint32_t cntl = I915_READ(CURCNTR(pipe));
Chris Wilson560b85b2010-08-07 11:01:38 +01004836 if (base) {
4837 cntl &= ~(CURSOR_MODE | MCURSOR_PIPE_SELECT);
4838 cntl |= CURSOR_MODE_64_ARGB_AX | MCURSOR_GAMMA_ENABLE;
4839 cntl |= pipe << 28; /* Connect to correct pipe */
4840 } else {
4841 cntl &= ~(CURSOR_MODE | MCURSOR_GAMMA_ENABLE);
4842 cntl |= CURSOR_MODE_DISABLE;
4843 }
Jesse Barnes9db4a9c2011-02-07 12:26:52 -08004844 I915_WRITE(CURCNTR(pipe), cntl);
Chris Wilson560b85b2010-08-07 11:01:38 +01004845
4846 intel_crtc->cursor_visible = visible;
4847 }
4848 /* and commit changes on next vblank */
Jesse Barnes9db4a9c2011-02-07 12:26:52 -08004849 I915_WRITE(CURBASE(pipe), base);
Chris Wilson560b85b2010-08-07 11:01:38 +01004850}
4851
Jesse Barnes65a21cd2011-10-12 11:10:21 -07004852static void ivb_update_cursor(struct drm_crtc *crtc, u32 base)
4853{
4854 struct drm_device *dev = crtc->dev;
4855 struct drm_i915_private *dev_priv = dev->dev_private;
4856 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
4857 int pipe = intel_crtc->pipe;
4858 bool visible = base != 0;
4859
4860 if (intel_crtc->cursor_visible != visible) {
4861 uint32_t cntl = I915_READ(CURCNTR_IVB(pipe));
4862 if (base) {
4863 cntl &= ~CURSOR_MODE;
4864 cntl |= CURSOR_MODE_64_ARGB_AX | MCURSOR_GAMMA_ENABLE;
4865 } else {
4866 cntl &= ~(CURSOR_MODE | MCURSOR_GAMMA_ENABLE);
4867 cntl |= CURSOR_MODE_DISABLE;
4868 }
4869 I915_WRITE(CURCNTR_IVB(pipe), cntl);
4870
4871 intel_crtc->cursor_visible = visible;
4872 }
4873 /* and commit changes on next vblank */
4874 I915_WRITE(CURBASE_IVB(pipe), base);
4875}
4876
Chris Wilsoncda4b7d2010-07-09 08:45:04 +01004877/* If no-part of the cursor is visible on the framebuffer, then the GPU may hang... */
Chris Wilson6b383a72010-09-13 13:54:26 +01004878static void intel_crtc_update_cursor(struct drm_crtc *crtc,
4879 bool on)
Chris Wilsoncda4b7d2010-07-09 08:45:04 +01004880{
4881 struct drm_device *dev = crtc->dev;
4882 struct drm_i915_private *dev_priv = dev->dev_private;
4883 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
4884 int pipe = intel_crtc->pipe;
4885 int x = intel_crtc->cursor_x;
4886 int y = intel_crtc->cursor_y;
Chris Wilson560b85b2010-08-07 11:01:38 +01004887 u32 base, pos;
Chris Wilsoncda4b7d2010-07-09 08:45:04 +01004888 bool visible;
4889
4890 pos = 0;
4891
Chris Wilson6b383a72010-09-13 13:54:26 +01004892 if (on && crtc->enabled && crtc->fb) {
Chris Wilsoncda4b7d2010-07-09 08:45:04 +01004893 base = intel_crtc->cursor_addr;
4894 if (x > (int) crtc->fb->width)
4895 base = 0;
4896
4897 if (y > (int) crtc->fb->height)
4898 base = 0;
4899 } else
4900 base = 0;
4901
4902 if (x < 0) {
4903 if (x + intel_crtc->cursor_width < 0)
4904 base = 0;
4905
4906 pos |= CURSOR_POS_SIGN << CURSOR_X_SHIFT;
4907 x = -x;
4908 }
4909 pos |= x << CURSOR_X_SHIFT;
4910
4911 if (y < 0) {
4912 if (y + intel_crtc->cursor_height < 0)
4913 base = 0;
4914
4915 pos |= CURSOR_POS_SIGN << CURSOR_Y_SHIFT;
4916 y = -y;
4917 }
4918 pos |= y << CURSOR_Y_SHIFT;
4919
4920 visible = base != 0;
Chris Wilson560b85b2010-08-07 11:01:38 +01004921 if (!visible && !intel_crtc->cursor_visible)
Chris Wilsoncda4b7d2010-07-09 08:45:04 +01004922 return;
4923
Eugeni Dodonov0cd83aa2012-04-13 17:08:48 -03004924 if (IS_IVYBRIDGE(dev) || IS_HASWELL(dev)) {
Jesse Barnes65a21cd2011-10-12 11:10:21 -07004925 I915_WRITE(CURPOS_IVB(pipe), pos);
4926 ivb_update_cursor(crtc, base);
4927 } else {
4928 I915_WRITE(CURPOS(pipe), pos);
4929 if (IS_845G(dev) || IS_I865G(dev))
4930 i845_update_cursor(crtc, base);
4931 else
4932 i9xx_update_cursor(crtc, base);
4933 }
Chris Wilsoncda4b7d2010-07-09 08:45:04 +01004934}
4935
Jesse Barnes79e53942008-11-07 14:24:08 -08004936static int intel_crtc_cursor_set(struct drm_crtc *crtc,
Chris Wilson05394f32010-11-08 19:18:58 +00004937 struct drm_file *file,
Jesse Barnes79e53942008-11-07 14:24:08 -08004938 uint32_t handle,
4939 uint32_t width, uint32_t height)
4940{
4941 struct drm_device *dev = crtc->dev;
4942 struct drm_i915_private *dev_priv = dev->dev_private;
4943 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
Chris Wilson05394f32010-11-08 19:18:58 +00004944 struct drm_i915_gem_object *obj;
Chris Wilsoncda4b7d2010-07-09 08:45:04 +01004945 uint32_t addr;
Kristian Høgsberg3f8bc372008-12-17 22:14:59 -05004946 int ret;
Jesse Barnes79e53942008-11-07 14:24:08 -08004947
Zhao Yakui28c97732009-10-09 11:39:41 +08004948 DRM_DEBUG_KMS("\n");
Jesse Barnes79e53942008-11-07 14:24:08 -08004949
4950 /* if we want to turn off the cursor ignore width and height */
4951 if (!handle) {
Zhao Yakui28c97732009-10-09 11:39:41 +08004952 DRM_DEBUG_KMS("cursor off\n");
Kristian Høgsberg3f8bc372008-12-17 22:14:59 -05004953 addr = 0;
Chris Wilson05394f32010-11-08 19:18:58 +00004954 obj = NULL;
Pierre Willenbrock50044172009-02-23 10:12:15 +10004955 mutex_lock(&dev->struct_mutex);
Kristian Høgsberg3f8bc372008-12-17 22:14:59 -05004956 goto finish;
Jesse Barnes79e53942008-11-07 14:24:08 -08004957 }
4958
4959 /* Currently we only support 64x64 cursors */
4960 if (width != 64 || height != 64) {
4961 DRM_ERROR("we currently only support 64x64 cursors\n");
4962 return -EINVAL;
4963 }
4964
Chris Wilson05394f32010-11-08 19:18:58 +00004965 obj = to_intel_bo(drm_gem_object_lookup(dev, file, handle));
Chris Wilsonc8725222011-02-19 11:31:06 +00004966 if (&obj->base == NULL)
Jesse Barnes79e53942008-11-07 14:24:08 -08004967 return -ENOENT;
4968
Chris Wilson05394f32010-11-08 19:18:58 +00004969 if (obj->base.size < width * height * 4) {
Jesse Barnes79e53942008-11-07 14:24:08 -08004970 DRM_ERROR("buffer is to small\n");
Dave Airlie34b8686e2009-01-15 14:03:07 +10004971 ret = -ENOMEM;
4972 goto fail;
Jesse Barnes79e53942008-11-07 14:24:08 -08004973 }
4974
Dave Airlie71acb5e2008-12-30 20:31:46 +10004975 /* we only need to pin inside GTT if cursor is non-phy */
Kristian Høgsberg7f9872e2009-02-13 20:56:49 -05004976 mutex_lock(&dev->struct_mutex);
Kristian Høgsbergb295d1b2009-12-16 15:16:17 -05004977 if (!dev_priv->info->cursor_needs_physical) {
Chris Wilsond9e86c02010-11-10 16:40:20 +00004978 if (obj->tiling_mode) {
4979 DRM_ERROR("cursor cannot be tiled\n");
4980 ret = -EINVAL;
4981 goto fail_locked;
4982 }
4983
Chris Wilson2da3b9b2011-04-14 09:41:17 +01004984 ret = i915_gem_object_pin_to_display_plane(obj, 0, NULL);
Chris Wilsone7b526b2010-06-02 08:30:48 +01004985 if (ret) {
4986 DRM_ERROR("failed to move cursor bo into the GTT\n");
Chris Wilson2da3b9b2011-04-14 09:41:17 +01004987 goto fail_locked;
Chris Wilsone7b526b2010-06-02 08:30:48 +01004988 }
4989
Chris Wilsond9e86c02010-11-10 16:40:20 +00004990 ret = i915_gem_object_put_fence(obj);
4991 if (ret) {
Chris Wilson2da3b9b2011-04-14 09:41:17 +01004992 DRM_ERROR("failed to release fence for cursor");
Chris Wilsond9e86c02010-11-10 16:40:20 +00004993 goto fail_unpin;
4994 }
4995
Chris Wilson05394f32010-11-08 19:18:58 +00004996 addr = obj->gtt_offset;
Dave Airlie71acb5e2008-12-30 20:31:46 +10004997 } else {
Chris Wilson6eeefaf2010-08-07 11:01:39 +01004998 int align = IS_I830(dev) ? 16 * 1024 : 256;
Chris Wilson05394f32010-11-08 19:18:58 +00004999 ret = i915_gem_attach_phys_object(dev, obj,
Chris Wilson6eeefaf2010-08-07 11:01:39 +01005000 (intel_crtc->pipe == 0) ? I915_GEM_PHYS_CURSOR_0 : I915_GEM_PHYS_CURSOR_1,
5001 align);
Dave Airlie71acb5e2008-12-30 20:31:46 +10005002 if (ret) {
5003 DRM_ERROR("failed to attach phys object\n");
Kristian Høgsberg7f9872e2009-02-13 20:56:49 -05005004 goto fail_locked;
Dave Airlie71acb5e2008-12-30 20:31:46 +10005005 }
Chris Wilson05394f32010-11-08 19:18:58 +00005006 addr = obj->phys_obj->handle->busaddr;
Kristian Høgsberg3f8bc372008-12-17 22:14:59 -05005007 }
5008
Chris Wilsona6c45cf2010-09-17 00:32:17 +01005009 if (IS_GEN2(dev))
Jesse Barnes14b60392009-05-20 16:47:08 -04005010 I915_WRITE(CURSIZE, (height << 12) | width);
5011
Kristian Høgsberg3f8bc372008-12-17 22:14:59 -05005012 finish:
Kristian Høgsberg3f8bc372008-12-17 22:14:59 -05005013 if (intel_crtc->cursor_bo) {
Kristian Høgsbergb295d1b2009-12-16 15:16:17 -05005014 if (dev_priv->info->cursor_needs_physical) {
Chris Wilson05394f32010-11-08 19:18:58 +00005015 if (intel_crtc->cursor_bo != obj)
Dave Airlie71acb5e2008-12-30 20:31:46 +10005016 i915_gem_detach_phys_object(dev, intel_crtc->cursor_bo);
5017 } else
5018 i915_gem_object_unpin(intel_crtc->cursor_bo);
Chris Wilson05394f32010-11-08 19:18:58 +00005019 drm_gem_object_unreference(&intel_crtc->cursor_bo->base);
Kristian Høgsberg3f8bc372008-12-17 22:14:59 -05005020 }
Jesse Barnes80824002009-09-10 15:28:06 -07005021
Kristian Høgsberg7f9872e2009-02-13 20:56:49 -05005022 mutex_unlock(&dev->struct_mutex);
Kristian Høgsberg3f8bc372008-12-17 22:14:59 -05005023
5024 intel_crtc->cursor_addr = addr;
Chris Wilson05394f32010-11-08 19:18:58 +00005025 intel_crtc->cursor_bo = obj;
Chris Wilsoncda4b7d2010-07-09 08:45:04 +01005026 intel_crtc->cursor_width = width;
5027 intel_crtc->cursor_height = height;
5028
Chris Wilson6b383a72010-09-13 13:54:26 +01005029 intel_crtc_update_cursor(crtc, true);
Kristian Høgsberg3f8bc372008-12-17 22:14:59 -05005030
Jesse Barnes79e53942008-11-07 14:24:08 -08005031 return 0;
Chris Wilsone7b526b2010-06-02 08:30:48 +01005032fail_unpin:
Chris Wilson05394f32010-11-08 19:18:58 +00005033 i915_gem_object_unpin(obj);
Kristian Høgsberg7f9872e2009-02-13 20:56:49 -05005034fail_locked:
Dave Airlie34b8686e2009-01-15 14:03:07 +10005035 mutex_unlock(&dev->struct_mutex);
Luca Barbieribc9025b2010-02-09 05:49:12 +00005036fail:
Chris Wilson05394f32010-11-08 19:18:58 +00005037 drm_gem_object_unreference_unlocked(&obj->base);
Dave Airlie34b8686e2009-01-15 14:03:07 +10005038 return ret;
Jesse Barnes79e53942008-11-07 14:24:08 -08005039}
5040
5041static int intel_crtc_cursor_move(struct drm_crtc *crtc, int x, int y)
5042{
Jesse Barnes79e53942008-11-07 14:24:08 -08005043 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
Jesse Barnes79e53942008-11-07 14:24:08 -08005044
Chris Wilsoncda4b7d2010-07-09 08:45:04 +01005045 intel_crtc->cursor_x = x;
5046 intel_crtc->cursor_y = y;
Jesse Barnes652c3932009-08-17 13:31:43 -07005047
Chris Wilson6b383a72010-09-13 13:54:26 +01005048 intel_crtc_update_cursor(crtc, true);
Jesse Barnes79e53942008-11-07 14:24:08 -08005049
5050 return 0;
5051}
5052
5053/** Sets the color ramps on behalf of RandR */
5054void intel_crtc_fb_gamma_set(struct drm_crtc *crtc, u16 red, u16 green,
5055 u16 blue, int regno)
5056{
5057 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
5058
5059 intel_crtc->lut_r[regno] = red >> 8;
5060 intel_crtc->lut_g[regno] = green >> 8;
5061 intel_crtc->lut_b[regno] = blue >> 8;
5062}
5063
Dave Airlieb8c00ac2009-10-06 13:54:01 +10005064void intel_crtc_fb_gamma_get(struct drm_crtc *crtc, u16 *red, u16 *green,
5065 u16 *blue, int regno)
5066{
5067 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
5068
5069 *red = intel_crtc->lut_r[regno] << 8;
5070 *green = intel_crtc->lut_g[regno] << 8;
5071 *blue = intel_crtc->lut_b[regno] << 8;
5072}
5073
Jesse Barnes79e53942008-11-07 14:24:08 -08005074static void intel_crtc_gamma_set(struct drm_crtc *crtc, u16 *red, u16 *green,
James Simmons72034252010-08-03 01:33:19 +01005075 u16 *blue, uint32_t start, uint32_t size)
Jesse Barnes79e53942008-11-07 14:24:08 -08005076{
James Simmons72034252010-08-03 01:33:19 +01005077 int end = (start + size > 256) ? 256 : start + size, i;
Jesse Barnes79e53942008-11-07 14:24:08 -08005078 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
Jesse Barnes79e53942008-11-07 14:24:08 -08005079
James Simmons72034252010-08-03 01:33:19 +01005080 for (i = start; i < end; i++) {
Jesse Barnes79e53942008-11-07 14:24:08 -08005081 intel_crtc->lut_r[i] = red[i] >> 8;
5082 intel_crtc->lut_g[i] = green[i] >> 8;
5083 intel_crtc->lut_b[i] = blue[i] >> 8;
5084 }
5085
5086 intel_crtc_load_lut(crtc);
5087}
5088
5089/**
5090 * Get a pipe with a simple mode set on it for doing load-based monitor
5091 * detection.
5092 *
5093 * It will be up to the load-detect code to adjust the pipe as appropriate for
Eric Anholtc751ce42010-03-25 11:48:48 -07005094 * its requirements. The pipe will be connected to no other encoders.
Jesse Barnes79e53942008-11-07 14:24:08 -08005095 *
Eric Anholtc751ce42010-03-25 11:48:48 -07005096 * Currently this code will only succeed if there is a pipe with no encoders
Jesse Barnes79e53942008-11-07 14:24:08 -08005097 * configured for it. In the future, it could choose to temporarily disable
5098 * some outputs to free up a pipe for its use.
5099 *
5100 * \return crtc, or NULL if no pipes are available.
5101 */
5102
5103/* VESA 640x480x72Hz mode to set on the pipe */
5104static struct drm_display_mode load_detect_mode = {
5105 DRM_MODE("640x480", DRM_MODE_TYPE_DEFAULT, 31500, 640, 664,
5106 704, 832, 0, 480, 489, 491, 520, 0, DRM_MODE_FLAG_NHSYNC | DRM_MODE_FLAG_NVSYNC),
5107};
5108
Chris Wilsond2dff872011-04-19 08:36:26 +01005109static struct drm_framebuffer *
5110intel_framebuffer_create(struct drm_device *dev,
Jesse Barnes308e5bc2011-11-14 14:51:28 -08005111 struct drm_mode_fb_cmd2 *mode_cmd,
Chris Wilsond2dff872011-04-19 08:36:26 +01005112 struct drm_i915_gem_object *obj)
5113{
5114 struct intel_framebuffer *intel_fb;
5115 int ret;
5116
5117 intel_fb = kzalloc(sizeof(*intel_fb), GFP_KERNEL);
5118 if (!intel_fb) {
5119 drm_gem_object_unreference_unlocked(&obj->base);
5120 return ERR_PTR(-ENOMEM);
5121 }
5122
5123 ret = intel_framebuffer_init(dev, intel_fb, mode_cmd, obj);
5124 if (ret) {
5125 drm_gem_object_unreference_unlocked(&obj->base);
5126 kfree(intel_fb);
5127 return ERR_PTR(ret);
5128 }
5129
5130 return &intel_fb->base;
5131}
5132
5133static u32
5134intel_framebuffer_pitch_for_width(int width, int bpp)
5135{
5136 u32 pitch = DIV_ROUND_UP(width * bpp, 8);
5137 return ALIGN(pitch, 64);
5138}
5139
5140static u32
5141intel_framebuffer_size_for_mode(struct drm_display_mode *mode, int bpp)
5142{
5143 u32 pitch = intel_framebuffer_pitch_for_width(mode->hdisplay, bpp);
5144 return ALIGN(pitch * mode->vdisplay, PAGE_SIZE);
5145}
5146
5147static struct drm_framebuffer *
5148intel_framebuffer_create_for_mode(struct drm_device *dev,
5149 struct drm_display_mode *mode,
5150 int depth, int bpp)
5151{
5152 struct drm_i915_gem_object *obj;
Jesse Barnes308e5bc2011-11-14 14:51:28 -08005153 struct drm_mode_fb_cmd2 mode_cmd;
Chris Wilsond2dff872011-04-19 08:36:26 +01005154
5155 obj = i915_gem_alloc_object(dev,
5156 intel_framebuffer_size_for_mode(mode, bpp));
5157 if (obj == NULL)
5158 return ERR_PTR(-ENOMEM);
5159
5160 mode_cmd.width = mode->hdisplay;
5161 mode_cmd.height = mode->vdisplay;
Jesse Barnes308e5bc2011-11-14 14:51:28 -08005162 mode_cmd.pitches[0] = intel_framebuffer_pitch_for_width(mode_cmd.width,
5163 bpp);
Dave Airlie5ca0c342012-02-23 15:33:40 +00005164 mode_cmd.pixel_format = drm_mode_legacy_fb_format(bpp, depth);
Chris Wilsond2dff872011-04-19 08:36:26 +01005165
5166 return intel_framebuffer_create(dev, &mode_cmd, obj);
5167}
5168
5169static struct drm_framebuffer *
5170mode_fits_in_fbdev(struct drm_device *dev,
5171 struct drm_display_mode *mode)
5172{
5173 struct drm_i915_private *dev_priv = dev->dev_private;
5174 struct drm_i915_gem_object *obj;
5175 struct drm_framebuffer *fb;
5176
5177 if (dev_priv->fbdev == NULL)
5178 return NULL;
5179
5180 obj = dev_priv->fbdev->ifb.obj;
5181 if (obj == NULL)
5182 return NULL;
5183
5184 fb = &dev_priv->fbdev->ifb.base;
Ville Syrjälä01f2c772011-12-20 00:06:49 +02005185 if (fb->pitches[0] < intel_framebuffer_pitch_for_width(mode->hdisplay,
5186 fb->bits_per_pixel))
Chris Wilsond2dff872011-04-19 08:36:26 +01005187 return NULL;
5188
Ville Syrjälä01f2c772011-12-20 00:06:49 +02005189 if (obj->base.size < mode->vdisplay * fb->pitches[0])
Chris Wilsond2dff872011-04-19 08:36:26 +01005190 return NULL;
5191
5192 return fb;
5193}
5194
Chris Wilson71731882011-04-19 23:10:58 +01005195bool intel_get_load_detect_pipe(struct intel_encoder *intel_encoder,
5196 struct drm_connector *connector,
5197 struct drm_display_mode *mode,
Chris Wilson8261b192011-04-19 23:18:09 +01005198 struct intel_load_detect_pipe *old)
Jesse Barnes79e53942008-11-07 14:24:08 -08005199{
5200 struct intel_crtc *intel_crtc;
5201 struct drm_crtc *possible_crtc;
Chris Wilson4ef69c72010-09-09 15:14:28 +01005202 struct drm_encoder *encoder = &intel_encoder->base;
Jesse Barnes79e53942008-11-07 14:24:08 -08005203 struct drm_crtc *crtc = NULL;
5204 struct drm_device *dev = encoder->dev;
Chris Wilsond2dff872011-04-19 08:36:26 +01005205 struct drm_framebuffer *old_fb;
Jesse Barnes79e53942008-11-07 14:24:08 -08005206 int i = -1;
5207
Chris Wilsond2dff872011-04-19 08:36:26 +01005208 DRM_DEBUG_KMS("[CONNECTOR:%d:%s], [ENCODER:%d:%s]\n",
5209 connector->base.id, drm_get_connector_name(connector),
5210 encoder->base.id, drm_get_encoder_name(encoder));
5211
Jesse Barnes79e53942008-11-07 14:24:08 -08005212 /*
5213 * Algorithm gets a little messy:
Chris Wilson7a5e4802011-04-19 23:21:12 +01005214 *
Jesse Barnes79e53942008-11-07 14:24:08 -08005215 * - if the connector already has an assigned crtc, use it (but make
5216 * sure it's on first)
Chris Wilson7a5e4802011-04-19 23:21:12 +01005217 *
Jesse Barnes79e53942008-11-07 14:24:08 -08005218 * - try to find the first unused crtc that can drive this connector,
5219 * and use that if we find one
Jesse Barnes79e53942008-11-07 14:24:08 -08005220 */
5221
5222 /* See if we already have a CRTC for this connector */
5223 if (encoder->crtc) {
5224 crtc = encoder->crtc;
Chris Wilson8261b192011-04-19 23:18:09 +01005225
Jesse Barnes79e53942008-11-07 14:24:08 -08005226 intel_crtc = to_intel_crtc(crtc);
Chris Wilson8261b192011-04-19 23:18:09 +01005227 old->dpms_mode = intel_crtc->dpms_mode;
5228 old->load_detect_temp = false;
5229
5230 /* Make sure the crtc and connector are running */
Jesse Barnes79e53942008-11-07 14:24:08 -08005231 if (intel_crtc->dpms_mode != DRM_MODE_DPMS_ON) {
Chris Wilson64927112011-04-20 07:25:26 +01005232 struct drm_encoder_helper_funcs *encoder_funcs;
5233 struct drm_crtc_helper_funcs *crtc_funcs;
5234
Jesse Barnes79e53942008-11-07 14:24:08 -08005235 crtc_funcs = crtc->helper_private;
5236 crtc_funcs->dpms(crtc, DRM_MODE_DPMS_ON);
Chris Wilson64927112011-04-20 07:25:26 +01005237
5238 encoder_funcs = encoder->helper_private;
Jesse Barnes79e53942008-11-07 14:24:08 -08005239 encoder_funcs->dpms(encoder, DRM_MODE_DPMS_ON);
5240 }
Chris Wilson8261b192011-04-19 23:18:09 +01005241
Chris Wilson71731882011-04-19 23:10:58 +01005242 return true;
Jesse Barnes79e53942008-11-07 14:24:08 -08005243 }
5244
5245 /* Find an unused one (if possible) */
5246 list_for_each_entry(possible_crtc, &dev->mode_config.crtc_list, head) {
5247 i++;
5248 if (!(encoder->possible_crtcs & (1 << i)))
5249 continue;
5250 if (!possible_crtc->enabled) {
5251 crtc = possible_crtc;
5252 break;
5253 }
Jesse Barnes79e53942008-11-07 14:24:08 -08005254 }
5255
5256 /*
5257 * If we didn't find an unused CRTC, don't use any.
5258 */
5259 if (!crtc) {
Chris Wilson71731882011-04-19 23:10:58 +01005260 DRM_DEBUG_KMS("no pipe available for load-detect\n");
5261 return false;
Jesse Barnes79e53942008-11-07 14:24:08 -08005262 }
5263
5264 encoder->crtc = crtc;
Zhenyu Wangc1c43972010-03-30 14:39:30 +08005265 connector->encoder = encoder;
Jesse Barnes79e53942008-11-07 14:24:08 -08005266
5267 intel_crtc = to_intel_crtc(crtc);
Chris Wilson8261b192011-04-19 23:18:09 +01005268 old->dpms_mode = intel_crtc->dpms_mode;
5269 old->load_detect_temp = true;
Chris Wilsond2dff872011-04-19 08:36:26 +01005270 old->release_fb = NULL;
Jesse Barnes79e53942008-11-07 14:24:08 -08005271
Chris Wilson64927112011-04-20 07:25:26 +01005272 if (!mode)
5273 mode = &load_detect_mode;
Jesse Barnes79e53942008-11-07 14:24:08 -08005274
Chris Wilsond2dff872011-04-19 08:36:26 +01005275 old_fb = crtc->fb;
5276
5277 /* We need a framebuffer large enough to accommodate all accesses
5278 * that the plane may generate whilst we perform load detection.
5279 * We can not rely on the fbcon either being present (we get called
5280 * during its initialisation to detect all boot displays, or it may
5281 * not even exist) or that it is large enough to satisfy the
5282 * requested mode.
5283 */
5284 crtc->fb = mode_fits_in_fbdev(dev, mode);
5285 if (crtc->fb == NULL) {
5286 DRM_DEBUG_KMS("creating tmp fb for load-detection\n");
5287 crtc->fb = intel_framebuffer_create_for_mode(dev, mode, 24, 32);
5288 old->release_fb = crtc->fb;
5289 } else
5290 DRM_DEBUG_KMS("reusing fbdev for load-detection framebuffer\n");
5291 if (IS_ERR(crtc->fb)) {
5292 DRM_DEBUG_KMS("failed to allocate framebuffer for load-detection\n");
5293 crtc->fb = old_fb;
5294 return false;
Jesse Barnes79e53942008-11-07 14:24:08 -08005295 }
Chris Wilsond2dff872011-04-19 08:36:26 +01005296
5297 if (!drm_crtc_helper_set_mode(crtc, mode, 0, 0, old_fb)) {
Chris Wilson64927112011-04-20 07:25:26 +01005298 DRM_DEBUG_KMS("failed to set mode on load-detect pipe\n");
Chris Wilsond2dff872011-04-19 08:36:26 +01005299 if (old->release_fb)
5300 old->release_fb->funcs->destroy(old->release_fb);
5301 crtc->fb = old_fb;
Chris Wilson64927112011-04-20 07:25:26 +01005302 return false;
Jesse Barnes79e53942008-11-07 14:24:08 -08005303 }
Chris Wilson71731882011-04-19 23:10:58 +01005304
Jesse Barnes79e53942008-11-07 14:24:08 -08005305 /* let the connector get through one full cycle before testing */
Jesse Barnes9d0498a2010-08-18 13:20:54 -07005306 intel_wait_for_vblank(dev, intel_crtc->pipe);
Jesse Barnes79e53942008-11-07 14:24:08 -08005307
Chris Wilson71731882011-04-19 23:10:58 +01005308 return true;
Jesse Barnes79e53942008-11-07 14:24:08 -08005309}
5310
Zhenyu Wangc1c43972010-03-30 14:39:30 +08005311void intel_release_load_detect_pipe(struct intel_encoder *intel_encoder,
Chris Wilson8261b192011-04-19 23:18:09 +01005312 struct drm_connector *connector,
5313 struct intel_load_detect_pipe *old)
Jesse Barnes79e53942008-11-07 14:24:08 -08005314{
Chris Wilson4ef69c72010-09-09 15:14:28 +01005315 struct drm_encoder *encoder = &intel_encoder->base;
Jesse Barnes79e53942008-11-07 14:24:08 -08005316 struct drm_device *dev = encoder->dev;
5317 struct drm_crtc *crtc = encoder->crtc;
5318 struct drm_encoder_helper_funcs *encoder_funcs = encoder->helper_private;
5319 struct drm_crtc_helper_funcs *crtc_funcs = crtc->helper_private;
5320
Chris Wilsond2dff872011-04-19 08:36:26 +01005321 DRM_DEBUG_KMS("[CONNECTOR:%d:%s], [ENCODER:%d:%s]\n",
5322 connector->base.id, drm_get_connector_name(connector),
5323 encoder->base.id, drm_get_encoder_name(encoder));
5324
Chris Wilson8261b192011-04-19 23:18:09 +01005325 if (old->load_detect_temp) {
Zhenyu Wangc1c43972010-03-30 14:39:30 +08005326 connector->encoder = NULL;
Jesse Barnes79e53942008-11-07 14:24:08 -08005327 drm_helper_disable_unused_functions(dev);
Chris Wilsond2dff872011-04-19 08:36:26 +01005328
5329 if (old->release_fb)
5330 old->release_fb->funcs->destroy(old->release_fb);
5331
Chris Wilson0622a532011-04-21 09:32:11 +01005332 return;
Jesse Barnes79e53942008-11-07 14:24:08 -08005333 }
5334
Eric Anholtc751ce42010-03-25 11:48:48 -07005335 /* Switch crtc and encoder back off if necessary */
Chris Wilson0622a532011-04-21 09:32:11 +01005336 if (old->dpms_mode != DRM_MODE_DPMS_ON) {
5337 encoder_funcs->dpms(encoder, old->dpms_mode);
Chris Wilson8261b192011-04-19 23:18:09 +01005338 crtc_funcs->dpms(crtc, old->dpms_mode);
Jesse Barnes79e53942008-11-07 14:24:08 -08005339 }
5340}
5341
5342/* Returns the clock of the currently programmed mode of the given pipe. */
5343static int intel_crtc_clock_get(struct drm_device *dev, struct drm_crtc *crtc)
5344{
5345 struct drm_i915_private *dev_priv = dev->dev_private;
5346 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
5347 int pipe = intel_crtc->pipe;
Jesse Barnes548f2452011-02-17 10:40:53 -08005348 u32 dpll = I915_READ(DPLL(pipe));
Jesse Barnes79e53942008-11-07 14:24:08 -08005349 u32 fp;
5350 intel_clock_t clock;
5351
5352 if ((dpll & DISPLAY_RATE_SELECT_FPA1) == 0)
Chris Wilson39adb7a2011-04-22 22:17:21 +01005353 fp = I915_READ(FP0(pipe));
Jesse Barnes79e53942008-11-07 14:24:08 -08005354 else
Chris Wilson39adb7a2011-04-22 22:17:21 +01005355 fp = I915_READ(FP1(pipe));
Jesse Barnes79e53942008-11-07 14:24:08 -08005356
5357 clock.m1 = (fp & FP_M1_DIV_MASK) >> FP_M1_DIV_SHIFT;
Adam Jacksonf2b115e2009-12-03 17:14:42 -05005358 if (IS_PINEVIEW(dev)) {
5359 clock.n = ffs((fp & FP_N_PINEVIEW_DIV_MASK) >> FP_N_DIV_SHIFT) - 1;
5360 clock.m2 = (fp & FP_M2_PINEVIEW_DIV_MASK) >> FP_M2_DIV_SHIFT;
Shaohua Li21778322009-02-23 15:19:16 +08005361 } else {
5362 clock.n = (fp & FP_N_DIV_MASK) >> FP_N_DIV_SHIFT;
5363 clock.m2 = (fp & FP_M2_DIV_MASK) >> FP_M2_DIV_SHIFT;
5364 }
5365
Chris Wilsona6c45cf2010-09-17 00:32:17 +01005366 if (!IS_GEN2(dev)) {
Adam Jacksonf2b115e2009-12-03 17:14:42 -05005367 if (IS_PINEVIEW(dev))
5368 clock.p1 = ffs((dpll & DPLL_FPA01_P1_POST_DIV_MASK_PINEVIEW) >>
5369 DPLL_FPA01_P1_POST_DIV_SHIFT_PINEVIEW);
Shaohua Li21778322009-02-23 15:19:16 +08005370 else
5371 clock.p1 = ffs((dpll & DPLL_FPA01_P1_POST_DIV_MASK) >>
Jesse Barnes79e53942008-11-07 14:24:08 -08005372 DPLL_FPA01_P1_POST_DIV_SHIFT);
5373
5374 switch (dpll & DPLL_MODE_MASK) {
5375 case DPLLB_MODE_DAC_SERIAL:
5376 clock.p2 = dpll & DPLL_DAC_SERIAL_P2_CLOCK_DIV_5 ?
5377 5 : 10;
5378 break;
5379 case DPLLB_MODE_LVDS:
5380 clock.p2 = dpll & DPLLB_LVDS_P2_CLOCK_DIV_7 ?
5381 7 : 14;
5382 break;
5383 default:
Zhao Yakui28c97732009-10-09 11:39:41 +08005384 DRM_DEBUG_KMS("Unknown DPLL mode %08x in programmed "
Jesse Barnes79e53942008-11-07 14:24:08 -08005385 "mode\n", (int)(dpll & DPLL_MODE_MASK));
5386 return 0;
5387 }
5388
5389 /* XXX: Handle the 100Mhz refclk */
Shaohua Li21778322009-02-23 15:19:16 +08005390 intel_clock(dev, 96000, &clock);
Jesse Barnes79e53942008-11-07 14:24:08 -08005391 } else {
5392 bool is_lvds = (pipe == 1) && (I915_READ(LVDS) & LVDS_PORT_EN);
5393
5394 if (is_lvds) {
5395 clock.p1 = ffs((dpll & DPLL_FPA01_P1_POST_DIV_MASK_I830_LVDS) >>
5396 DPLL_FPA01_P1_POST_DIV_SHIFT);
5397 clock.p2 = 14;
5398
5399 if ((dpll & PLL_REF_INPUT_MASK) ==
5400 PLLB_REF_INPUT_SPREADSPECTRUMIN) {
5401 /* XXX: might not be 66MHz */
Shaohua Li21778322009-02-23 15:19:16 +08005402 intel_clock(dev, 66000, &clock);
Jesse Barnes79e53942008-11-07 14:24:08 -08005403 } else
Shaohua Li21778322009-02-23 15:19:16 +08005404 intel_clock(dev, 48000, &clock);
Jesse Barnes79e53942008-11-07 14:24:08 -08005405 } else {
5406 if (dpll & PLL_P1_DIVIDE_BY_TWO)
5407 clock.p1 = 2;
5408 else {
5409 clock.p1 = ((dpll & DPLL_FPA01_P1_POST_DIV_MASK_I830) >>
5410 DPLL_FPA01_P1_POST_DIV_SHIFT) + 2;
5411 }
5412 if (dpll & PLL_P2_DIVIDE_BY_4)
5413 clock.p2 = 4;
5414 else
5415 clock.p2 = 2;
5416
Shaohua Li21778322009-02-23 15:19:16 +08005417 intel_clock(dev, 48000, &clock);
Jesse Barnes79e53942008-11-07 14:24:08 -08005418 }
5419 }
5420
5421 /* XXX: It would be nice to validate the clocks, but we can't reuse
5422 * i830PllIsValid() because it relies on the xf86_config connector
5423 * configuration being accurate, which it isn't necessarily.
5424 */
5425
5426 return clock.dot;
5427}
5428
5429/** Returns the currently programmed mode of the given pipe. */
5430struct drm_display_mode *intel_crtc_mode_get(struct drm_device *dev,
5431 struct drm_crtc *crtc)
5432{
Jesse Barnes548f2452011-02-17 10:40:53 -08005433 struct drm_i915_private *dev_priv = dev->dev_private;
Jesse Barnes79e53942008-11-07 14:24:08 -08005434 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
5435 int pipe = intel_crtc->pipe;
5436 struct drm_display_mode *mode;
Jesse Barnes548f2452011-02-17 10:40:53 -08005437 int htot = I915_READ(HTOTAL(pipe));
5438 int hsync = I915_READ(HSYNC(pipe));
5439 int vtot = I915_READ(VTOTAL(pipe));
5440 int vsync = I915_READ(VSYNC(pipe));
Jesse Barnes79e53942008-11-07 14:24:08 -08005441
5442 mode = kzalloc(sizeof(*mode), GFP_KERNEL);
5443 if (!mode)
5444 return NULL;
5445
5446 mode->clock = intel_crtc_clock_get(dev, crtc);
5447 mode->hdisplay = (htot & 0xffff) + 1;
5448 mode->htotal = ((htot & 0xffff0000) >> 16) + 1;
5449 mode->hsync_start = (hsync & 0xffff) + 1;
5450 mode->hsync_end = ((hsync & 0xffff0000) >> 16) + 1;
5451 mode->vdisplay = (vtot & 0xffff) + 1;
5452 mode->vtotal = ((vtot & 0xffff0000) >> 16) + 1;
5453 mode->vsync_start = (vsync & 0xffff) + 1;
5454 mode->vsync_end = ((vsync & 0xffff0000) >> 16) + 1;
5455
5456 drm_mode_set_name(mode);
Jesse Barnes79e53942008-11-07 14:24:08 -08005457
5458 return mode;
5459}
5460
Jesse Barnes652c3932009-08-17 13:31:43 -07005461#define GPU_IDLE_TIMEOUT 500 /* ms */
5462
5463/* When this timer fires, we've been idle for awhile */
5464static void intel_gpu_idle_timer(unsigned long arg)
5465{
5466 struct drm_device *dev = (struct drm_device *)arg;
5467 drm_i915_private_t *dev_priv = dev->dev_private;
5468
Chris Wilsonff7ea4c2010-12-08 09:43:41 +00005469 if (!list_empty(&dev_priv->mm.active_list)) {
5470 /* Still processing requests, so just re-arm the timer. */
5471 mod_timer(&dev_priv->idle_timer, jiffies +
5472 msecs_to_jiffies(GPU_IDLE_TIMEOUT));
5473 return;
5474 }
Jesse Barnes652c3932009-08-17 13:31:43 -07005475
Chris Wilsonff7ea4c2010-12-08 09:43:41 +00005476 dev_priv->busy = false;
Eric Anholt01dfba92009-09-06 15:18:53 -07005477 queue_work(dev_priv->wq, &dev_priv->idle_work);
Jesse Barnes652c3932009-08-17 13:31:43 -07005478}
5479
Jesse Barnes652c3932009-08-17 13:31:43 -07005480#define CRTC_IDLE_TIMEOUT 1000 /* ms */
5481
5482static void intel_crtc_idle_timer(unsigned long arg)
5483{
5484 struct intel_crtc *intel_crtc = (struct intel_crtc *)arg;
5485 struct drm_crtc *crtc = &intel_crtc->base;
5486 drm_i915_private_t *dev_priv = crtc->dev->dev_private;
Chris Wilsonff7ea4c2010-12-08 09:43:41 +00005487 struct intel_framebuffer *intel_fb;
5488
5489 intel_fb = to_intel_framebuffer(crtc->fb);
5490 if (intel_fb && intel_fb->obj->active) {
5491 /* The framebuffer is still being accessed by the GPU. */
5492 mod_timer(&intel_crtc->idle_timer, jiffies +
5493 msecs_to_jiffies(CRTC_IDLE_TIMEOUT));
5494 return;
5495 }
Jesse Barnes652c3932009-08-17 13:31:43 -07005496
Jesse Barnes652c3932009-08-17 13:31:43 -07005497 intel_crtc->busy = false;
Eric Anholt01dfba92009-09-06 15:18:53 -07005498 queue_work(dev_priv->wq, &dev_priv->idle_work);
Jesse Barnes652c3932009-08-17 13:31:43 -07005499}
5500
Daniel Vetter3dec0092010-08-20 21:40:52 +02005501static void intel_increase_pllclock(struct drm_crtc *crtc)
Jesse Barnes652c3932009-08-17 13:31:43 -07005502{
5503 struct drm_device *dev = crtc->dev;
5504 drm_i915_private_t *dev_priv = dev->dev_private;
5505 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
5506 int pipe = intel_crtc->pipe;
Jesse Barnesdbdc6472010-12-30 09:36:39 -08005507 int dpll_reg = DPLL(pipe);
5508 int dpll;
Jesse Barnes652c3932009-08-17 13:31:43 -07005509
Eric Anholtbad720f2009-10-22 16:11:14 -07005510 if (HAS_PCH_SPLIT(dev))
Jesse Barnes652c3932009-08-17 13:31:43 -07005511 return;
5512
5513 if (!dev_priv->lvds_downclock_avail)
5514 return;
5515
Jesse Barnesdbdc6472010-12-30 09:36:39 -08005516 dpll = I915_READ(dpll_reg);
Jesse Barnes652c3932009-08-17 13:31:43 -07005517 if (!HAS_PIPE_CXSR(dev) && (dpll & DISPLAY_RATE_SELECT_FPA1)) {
Zhao Yakui44d98a62009-10-09 11:39:40 +08005518 DRM_DEBUG_DRIVER("upclocking LVDS\n");
Jesse Barnes652c3932009-08-17 13:31:43 -07005519
Sean Paul8ac5a6d2012-02-13 13:14:51 -05005520 assert_panel_unlocked(dev_priv, pipe);
Jesse Barnes652c3932009-08-17 13:31:43 -07005521
5522 dpll &= ~DISPLAY_RATE_SELECT_FPA1;
5523 I915_WRITE(dpll_reg, dpll);
Jesse Barnes9d0498a2010-08-18 13:20:54 -07005524 intel_wait_for_vblank(dev, pipe);
Jesse Barnesdbdc6472010-12-30 09:36:39 -08005525
Jesse Barnes652c3932009-08-17 13:31:43 -07005526 dpll = I915_READ(dpll_reg);
5527 if (dpll & DISPLAY_RATE_SELECT_FPA1)
Zhao Yakui44d98a62009-10-09 11:39:40 +08005528 DRM_DEBUG_DRIVER("failed to upclock LVDS!\n");
Jesse Barnes652c3932009-08-17 13:31:43 -07005529 }
5530
5531 /* Schedule downclock */
Daniel Vetter3dec0092010-08-20 21:40:52 +02005532 mod_timer(&intel_crtc->idle_timer, jiffies +
5533 msecs_to_jiffies(CRTC_IDLE_TIMEOUT));
Jesse Barnes652c3932009-08-17 13:31:43 -07005534}
5535
5536static void intel_decrease_pllclock(struct drm_crtc *crtc)
5537{
5538 struct drm_device *dev = crtc->dev;
5539 drm_i915_private_t *dev_priv = dev->dev_private;
5540 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
Jesse Barnes652c3932009-08-17 13:31:43 -07005541
Eric Anholtbad720f2009-10-22 16:11:14 -07005542 if (HAS_PCH_SPLIT(dev))
Jesse Barnes652c3932009-08-17 13:31:43 -07005543 return;
5544
5545 if (!dev_priv->lvds_downclock_avail)
5546 return;
5547
5548 /*
5549 * Since this is called by a timer, we should never get here in
5550 * the manual case.
5551 */
5552 if (!HAS_PIPE_CXSR(dev) && intel_crtc->lowfreq_avail) {
Chris Wilson074b5e12012-05-02 12:07:06 +01005553 int pipe = intel_crtc->pipe;
5554 int dpll_reg = DPLL(pipe);
Daniel Vetterdc257cf2012-05-07 11:30:46 +02005555 int dpll;
Chris Wilson074b5e12012-05-02 12:07:06 +01005556
Zhao Yakui44d98a62009-10-09 11:39:40 +08005557 DRM_DEBUG_DRIVER("downclocking LVDS\n");
Jesse Barnes652c3932009-08-17 13:31:43 -07005558
Sean Paul8ac5a6d2012-02-13 13:14:51 -05005559 assert_panel_unlocked(dev_priv, pipe);
Jesse Barnes652c3932009-08-17 13:31:43 -07005560
Chris Wilson074b5e12012-05-02 12:07:06 +01005561 dpll = I915_READ(dpll_reg);
Jesse Barnes652c3932009-08-17 13:31:43 -07005562 dpll |= DISPLAY_RATE_SELECT_FPA1;
5563 I915_WRITE(dpll_reg, dpll);
Jesse Barnes9d0498a2010-08-18 13:20:54 -07005564 intel_wait_for_vblank(dev, pipe);
Jesse Barnes652c3932009-08-17 13:31:43 -07005565 dpll = I915_READ(dpll_reg);
5566 if (!(dpll & DISPLAY_RATE_SELECT_FPA1))
Zhao Yakui44d98a62009-10-09 11:39:40 +08005567 DRM_DEBUG_DRIVER("failed to downclock LVDS!\n");
Jesse Barnes652c3932009-08-17 13:31:43 -07005568 }
5569
5570}
5571
5572/**
5573 * intel_idle_update - adjust clocks for idleness
5574 * @work: work struct
5575 *
5576 * Either the GPU or display (or both) went idle. Check the busy status
5577 * here and adjust the CRTC and GPU clocks as necessary.
5578 */
5579static void intel_idle_update(struct work_struct *work)
5580{
5581 drm_i915_private_t *dev_priv = container_of(work, drm_i915_private_t,
5582 idle_work);
5583 struct drm_device *dev = dev_priv->dev;
5584 struct drm_crtc *crtc;
5585 struct intel_crtc *intel_crtc;
5586
5587 if (!i915_powersave)
5588 return;
5589
5590 mutex_lock(&dev->struct_mutex);
5591
Jesse Barnes7648fa92010-05-20 14:28:11 -07005592 i915_update_gfx_val(dev_priv);
5593
Jesse Barnes652c3932009-08-17 13:31:43 -07005594 list_for_each_entry(crtc, &dev->mode_config.crtc_list, head) {
5595 /* Skip inactive CRTCs */
5596 if (!crtc->fb)
5597 continue;
5598
5599 intel_crtc = to_intel_crtc(crtc);
5600 if (!intel_crtc->busy)
5601 intel_decrease_pllclock(crtc);
5602 }
5603
Li Peng45ac22c2010-06-12 23:38:35 +08005604
Jesse Barnes652c3932009-08-17 13:31:43 -07005605 mutex_unlock(&dev->struct_mutex);
5606}
5607
5608/**
5609 * intel_mark_busy - mark the GPU and possibly the display busy
5610 * @dev: drm device
5611 * @obj: object we're operating on
5612 *
5613 * Callers can use this function to indicate that the GPU is busy processing
5614 * commands. If @obj matches one of the CRTC objects (i.e. it's a scanout
5615 * buffer), we'll also mark the display as busy, so we know to increase its
5616 * clock frequency.
5617 */
Chris Wilson05394f32010-11-08 19:18:58 +00005618void intel_mark_busy(struct drm_device *dev, struct drm_i915_gem_object *obj)
Jesse Barnes652c3932009-08-17 13:31:43 -07005619{
5620 drm_i915_private_t *dev_priv = dev->dev_private;
5621 struct drm_crtc *crtc = NULL;
5622 struct intel_framebuffer *intel_fb;
5623 struct intel_crtc *intel_crtc;
5624
Zhenyu Wang5e17ee72009-09-03 09:30:06 +08005625 if (!drm_core_check_feature(dev, DRIVER_MODESET))
5626 return;
5627
Chris Wilson91041832012-04-26 11:28:42 +01005628 if (!dev_priv->busy) {
5629 intel_sanitize_pm(dev);
Chris Wilson28cf7982009-11-30 01:08:56 +00005630 dev_priv->busy = true;
Chris Wilson91041832012-04-26 11:28:42 +01005631 } else
Chris Wilson28cf7982009-11-30 01:08:56 +00005632 mod_timer(&dev_priv->idle_timer, jiffies +
5633 msecs_to_jiffies(GPU_IDLE_TIMEOUT));
Jesse Barnes652c3932009-08-17 13:31:43 -07005634
Chris Wilsonacb87df2012-05-03 15:47:57 +01005635 if (obj == NULL)
5636 return;
5637
Jesse Barnes652c3932009-08-17 13:31:43 -07005638 list_for_each_entry(crtc, &dev->mode_config.crtc_list, head) {
5639 if (!crtc->fb)
5640 continue;
5641
5642 intel_crtc = to_intel_crtc(crtc);
5643 intel_fb = to_intel_framebuffer(crtc->fb);
5644 if (intel_fb->obj == obj) {
5645 if (!intel_crtc->busy) {
5646 /* Non-busy -> busy, upclock */
Daniel Vetter3dec0092010-08-20 21:40:52 +02005647 intel_increase_pllclock(crtc);
Jesse Barnes652c3932009-08-17 13:31:43 -07005648 intel_crtc->busy = true;
5649 } else {
5650 /* Busy -> busy, put off timer */
5651 mod_timer(&intel_crtc->idle_timer, jiffies +
5652 msecs_to_jiffies(CRTC_IDLE_TIMEOUT));
5653 }
5654 }
5655 }
5656}
5657
Jesse Barnes79e53942008-11-07 14:24:08 -08005658static void intel_crtc_destroy(struct drm_crtc *crtc)
5659{
5660 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
Daniel Vetter67e77c52010-08-20 22:26:30 +02005661 struct drm_device *dev = crtc->dev;
5662 struct intel_unpin_work *work;
5663 unsigned long flags;
5664
5665 spin_lock_irqsave(&dev->event_lock, flags);
5666 work = intel_crtc->unpin_work;
5667 intel_crtc->unpin_work = NULL;
5668 spin_unlock_irqrestore(&dev->event_lock, flags);
5669
5670 if (work) {
5671 cancel_work_sync(&work->work);
5672 kfree(work);
5673 }
Jesse Barnes79e53942008-11-07 14:24:08 -08005674
5675 drm_crtc_cleanup(crtc);
Daniel Vetter67e77c52010-08-20 22:26:30 +02005676
Jesse Barnes79e53942008-11-07 14:24:08 -08005677 kfree(intel_crtc);
5678}
5679
Kristian Høgsberg6b95a202009-11-18 11:25:18 -05005680static void intel_unpin_work_fn(struct work_struct *__work)
5681{
5682 struct intel_unpin_work *work =
5683 container_of(__work, struct intel_unpin_work, work);
5684
5685 mutex_lock(&work->dev->struct_mutex);
Chris Wilson1690e1e2011-12-14 13:57:08 +01005686 intel_unpin_fb_obj(work->old_fb_obj);
Chris Wilson05394f32010-11-08 19:18:58 +00005687 drm_gem_object_unreference(&work->pending_flip_obj->base);
5688 drm_gem_object_unreference(&work->old_fb_obj->base);
Chris Wilsond9e86c02010-11-10 16:40:20 +00005689
Chris Wilson7782de32011-07-08 12:22:41 +01005690 intel_update_fbc(work->dev);
Kristian Høgsberg6b95a202009-11-18 11:25:18 -05005691 mutex_unlock(&work->dev->struct_mutex);
5692 kfree(work);
5693}
5694
Jesse Barnes1afe3e92010-03-26 10:35:20 -07005695static void do_intel_finish_page_flip(struct drm_device *dev,
Mario Kleiner49b14a52010-12-09 07:00:07 +01005696 struct drm_crtc *crtc)
Kristian Høgsberg6b95a202009-11-18 11:25:18 -05005697{
5698 drm_i915_private_t *dev_priv = dev->dev_private;
Kristian Høgsberg6b95a202009-11-18 11:25:18 -05005699 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
5700 struct intel_unpin_work *work;
Chris Wilson05394f32010-11-08 19:18:58 +00005701 struct drm_i915_gem_object *obj;
Kristian Høgsberg6b95a202009-11-18 11:25:18 -05005702 struct drm_pending_vblank_event *e;
Mario Kleiner49b14a52010-12-09 07:00:07 +01005703 struct timeval tnow, tvbl;
Kristian Høgsberg6b95a202009-11-18 11:25:18 -05005704 unsigned long flags;
5705
5706 /* Ignore early vblank irqs */
5707 if (intel_crtc == NULL)
5708 return;
5709
Mario Kleiner49b14a52010-12-09 07:00:07 +01005710 do_gettimeofday(&tnow);
5711
Kristian Høgsberg6b95a202009-11-18 11:25:18 -05005712 spin_lock_irqsave(&dev->event_lock, flags);
5713 work = intel_crtc->unpin_work;
5714 if (work == NULL || !work->pending) {
5715 spin_unlock_irqrestore(&dev->event_lock, flags);
5716 return;
5717 }
5718
5719 intel_crtc->unpin_work = NULL;
Kristian Høgsberg6b95a202009-11-18 11:25:18 -05005720
5721 if (work->event) {
5722 e = work->event;
Mario Kleiner49b14a52010-12-09 07:00:07 +01005723 e->event.sequence = drm_vblank_count_and_time(dev, intel_crtc->pipe, &tvbl);
Mario Kleiner0af7e4d2010-12-08 04:07:19 +01005724
5725 /* Called before vblank count and timestamps have
5726 * been updated for the vblank interval of flip
5727 * completion? Need to increment vblank count and
5728 * add one videorefresh duration to returned timestamp
Mario Kleiner49b14a52010-12-09 07:00:07 +01005729 * to account for this. We assume this happened if we
5730 * get called over 0.9 frame durations after the last
5731 * timestamped vblank.
5732 *
5733 * This calculation can not be used with vrefresh rates
5734 * below 5Hz (10Hz to be on the safe side) without
5735 * promoting to 64 integers.
Mario Kleiner0af7e4d2010-12-08 04:07:19 +01005736 */
Mario Kleiner49b14a52010-12-09 07:00:07 +01005737 if (10 * (timeval_to_ns(&tnow) - timeval_to_ns(&tvbl)) >
5738 9 * crtc->framedur_ns) {
Mario Kleiner0af7e4d2010-12-08 04:07:19 +01005739 e->event.sequence++;
Mario Kleiner49b14a52010-12-09 07:00:07 +01005740 tvbl = ns_to_timeval(timeval_to_ns(&tvbl) +
5741 crtc->framedur_ns);
Mario Kleiner0af7e4d2010-12-08 04:07:19 +01005742 }
5743
Mario Kleiner49b14a52010-12-09 07:00:07 +01005744 e->event.tv_sec = tvbl.tv_sec;
5745 e->event.tv_usec = tvbl.tv_usec;
Mario Kleiner0af7e4d2010-12-08 04:07:19 +01005746
Kristian Høgsberg6b95a202009-11-18 11:25:18 -05005747 list_add_tail(&e->base.link,
5748 &e->base.file_priv->event_list);
5749 wake_up_interruptible(&e->base.file_priv->event_wait);
5750 }
5751
Mario Kleiner0af7e4d2010-12-08 04:07:19 +01005752 drm_vblank_put(dev, intel_crtc->pipe);
5753
Kristian Høgsberg6b95a202009-11-18 11:25:18 -05005754 spin_unlock_irqrestore(&dev->event_lock, flags);
5755
Chris Wilson05394f32010-11-08 19:18:58 +00005756 obj = work->old_fb_obj;
Chris Wilsond9e86c02010-11-10 16:40:20 +00005757
Chris Wilsone59f2ba2010-10-07 17:28:15 +01005758 atomic_clear_mask(1 << intel_crtc->plane,
Chris Wilson05394f32010-11-08 19:18:58 +00005759 &obj->pending_flip.counter);
5760 if (atomic_read(&obj->pending_flip) == 0)
Chris Wilsonf787a5f2010-09-24 16:02:42 +01005761 wake_up(&dev_priv->pending_flip_queue);
Chris Wilsond9e86c02010-11-10 16:40:20 +00005762
Kristian Høgsberg6b95a202009-11-18 11:25:18 -05005763 schedule_work(&work->work);
Jesse Barnese5510fa2010-07-01 16:48:37 -07005764
5765 trace_i915_flip_complete(intel_crtc->plane, work->pending_flip_obj);
Kristian Høgsberg6b95a202009-11-18 11:25:18 -05005766}
5767
Jesse Barnes1afe3e92010-03-26 10:35:20 -07005768void intel_finish_page_flip(struct drm_device *dev, int pipe)
5769{
5770 drm_i915_private_t *dev_priv = dev->dev_private;
5771 struct drm_crtc *crtc = dev_priv->pipe_to_crtc_mapping[pipe];
5772
Mario Kleiner49b14a52010-12-09 07:00:07 +01005773 do_intel_finish_page_flip(dev, crtc);
Jesse Barnes1afe3e92010-03-26 10:35:20 -07005774}
5775
5776void intel_finish_page_flip_plane(struct drm_device *dev, int plane)
5777{
5778 drm_i915_private_t *dev_priv = dev->dev_private;
5779 struct drm_crtc *crtc = dev_priv->plane_to_crtc_mapping[plane];
5780
Mario Kleiner49b14a52010-12-09 07:00:07 +01005781 do_intel_finish_page_flip(dev, crtc);
Jesse Barnes1afe3e92010-03-26 10:35:20 -07005782}
5783
Kristian Høgsberg6b95a202009-11-18 11:25:18 -05005784void intel_prepare_page_flip(struct drm_device *dev, int plane)
5785{
5786 drm_i915_private_t *dev_priv = dev->dev_private;
5787 struct intel_crtc *intel_crtc =
5788 to_intel_crtc(dev_priv->plane_to_crtc_mapping[plane]);
5789 unsigned long flags;
5790
5791 spin_lock_irqsave(&dev->event_lock, flags);
Jesse Barnesde3f4402010-01-14 13:18:02 -08005792 if (intel_crtc->unpin_work) {
Simon Farnsworth4e5359c2010-09-01 17:47:52 +01005793 if ((++intel_crtc->unpin_work->pending) > 1)
5794 DRM_ERROR("Prepared flip multiple times\n");
Jesse Barnesde3f4402010-01-14 13:18:02 -08005795 } else {
5796 DRM_DEBUG_DRIVER("preparing flip with no unpin work?\n");
5797 }
Kristian Høgsberg6b95a202009-11-18 11:25:18 -05005798 spin_unlock_irqrestore(&dev->event_lock, flags);
5799}
5800
Jesse Barnes8c9f3aa2011-06-16 09:19:13 -07005801static int intel_gen2_queue_flip(struct drm_device *dev,
5802 struct drm_crtc *crtc,
5803 struct drm_framebuffer *fb,
5804 struct drm_i915_gem_object *obj)
5805{
5806 struct drm_i915_private *dev_priv = dev->dev_private;
5807 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
5808 unsigned long offset;
5809 u32 flip_mask;
Daniel Vetter6d90c952012-04-26 23:28:05 +02005810 struct intel_ring_buffer *ring = &dev_priv->ring[RCS];
Jesse Barnes8c9f3aa2011-06-16 09:19:13 -07005811 int ret;
5812
Daniel Vetter6d90c952012-04-26 23:28:05 +02005813 ret = intel_pin_and_fence_fb_obj(dev, obj, ring);
Jesse Barnes8c9f3aa2011-06-16 09:19:13 -07005814 if (ret)
Chris Wilson83d40922012-04-17 19:35:53 +01005815 goto err;
Jesse Barnes8c9f3aa2011-06-16 09:19:13 -07005816
5817 /* Offset into the new buffer for cases of shared fbs between CRTCs */
Ville Syrjälä01f2c772011-12-20 00:06:49 +02005818 offset = crtc->y * fb->pitches[0] + crtc->x * fb->bits_per_pixel/8;
Jesse Barnes8c9f3aa2011-06-16 09:19:13 -07005819
Daniel Vetter6d90c952012-04-26 23:28:05 +02005820 ret = intel_ring_begin(ring, 6);
Jesse Barnes8c9f3aa2011-06-16 09:19:13 -07005821 if (ret)
Chris Wilson83d40922012-04-17 19:35:53 +01005822 goto err_unpin;
Jesse Barnes8c9f3aa2011-06-16 09:19:13 -07005823
5824 /* Can't queue multiple flips, so wait for the previous
5825 * one to finish before executing the next.
5826 */
5827 if (intel_crtc->plane)
5828 flip_mask = MI_WAIT_FOR_PLANE_B_FLIP;
5829 else
5830 flip_mask = MI_WAIT_FOR_PLANE_A_FLIP;
Daniel Vetter6d90c952012-04-26 23:28:05 +02005831 intel_ring_emit(ring, MI_WAIT_FOR_EVENT | flip_mask);
5832 intel_ring_emit(ring, MI_NOOP);
5833 intel_ring_emit(ring, MI_DISPLAY_FLIP |
5834 MI_DISPLAY_FLIP_PLANE(intel_crtc->plane));
5835 intel_ring_emit(ring, fb->pitches[0]);
5836 intel_ring_emit(ring, obj->gtt_offset + offset);
5837 intel_ring_emit(ring, 0); /* aux display base address, unused */
5838 intel_ring_advance(ring);
Chris Wilson83d40922012-04-17 19:35:53 +01005839 return 0;
5840
5841err_unpin:
5842 intel_unpin_fb_obj(obj);
5843err:
Jesse Barnes8c9f3aa2011-06-16 09:19:13 -07005844 return ret;
5845}
5846
5847static int intel_gen3_queue_flip(struct drm_device *dev,
5848 struct drm_crtc *crtc,
5849 struct drm_framebuffer *fb,
5850 struct drm_i915_gem_object *obj)
5851{
5852 struct drm_i915_private *dev_priv = dev->dev_private;
5853 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
5854 unsigned long offset;
5855 u32 flip_mask;
Daniel Vetter6d90c952012-04-26 23:28:05 +02005856 struct intel_ring_buffer *ring = &dev_priv->ring[RCS];
Jesse Barnes8c9f3aa2011-06-16 09:19:13 -07005857 int ret;
5858
Daniel Vetter6d90c952012-04-26 23:28:05 +02005859 ret = intel_pin_and_fence_fb_obj(dev, obj, ring);
Jesse Barnes8c9f3aa2011-06-16 09:19:13 -07005860 if (ret)
Chris Wilson83d40922012-04-17 19:35:53 +01005861 goto err;
Jesse Barnes8c9f3aa2011-06-16 09:19:13 -07005862
5863 /* Offset into the new buffer for cases of shared fbs between CRTCs */
Ville Syrjälä01f2c772011-12-20 00:06:49 +02005864 offset = crtc->y * fb->pitches[0] + crtc->x * fb->bits_per_pixel/8;
Jesse Barnes8c9f3aa2011-06-16 09:19:13 -07005865
Daniel Vetter6d90c952012-04-26 23:28:05 +02005866 ret = intel_ring_begin(ring, 6);
Jesse Barnes8c9f3aa2011-06-16 09:19:13 -07005867 if (ret)
Chris Wilson83d40922012-04-17 19:35:53 +01005868 goto err_unpin;
Jesse Barnes8c9f3aa2011-06-16 09:19:13 -07005869
5870 if (intel_crtc->plane)
5871 flip_mask = MI_WAIT_FOR_PLANE_B_FLIP;
5872 else
5873 flip_mask = MI_WAIT_FOR_PLANE_A_FLIP;
Daniel Vetter6d90c952012-04-26 23:28:05 +02005874 intel_ring_emit(ring, MI_WAIT_FOR_EVENT | flip_mask);
5875 intel_ring_emit(ring, MI_NOOP);
5876 intel_ring_emit(ring, MI_DISPLAY_FLIP_I915 |
5877 MI_DISPLAY_FLIP_PLANE(intel_crtc->plane));
5878 intel_ring_emit(ring, fb->pitches[0]);
5879 intel_ring_emit(ring, obj->gtt_offset + offset);
5880 intel_ring_emit(ring, MI_NOOP);
Jesse Barnes8c9f3aa2011-06-16 09:19:13 -07005881
Daniel Vetter6d90c952012-04-26 23:28:05 +02005882 intel_ring_advance(ring);
Chris Wilson83d40922012-04-17 19:35:53 +01005883 return 0;
5884
5885err_unpin:
5886 intel_unpin_fb_obj(obj);
5887err:
Jesse Barnes8c9f3aa2011-06-16 09:19:13 -07005888 return ret;
5889}
5890
5891static int intel_gen4_queue_flip(struct drm_device *dev,
5892 struct drm_crtc *crtc,
5893 struct drm_framebuffer *fb,
5894 struct drm_i915_gem_object *obj)
5895{
5896 struct drm_i915_private *dev_priv = dev->dev_private;
5897 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
5898 uint32_t pf, pipesrc;
Daniel Vetter6d90c952012-04-26 23:28:05 +02005899 struct intel_ring_buffer *ring = &dev_priv->ring[RCS];
Jesse Barnes8c9f3aa2011-06-16 09:19:13 -07005900 int ret;
5901
Daniel Vetter6d90c952012-04-26 23:28:05 +02005902 ret = intel_pin_and_fence_fb_obj(dev, obj, ring);
Jesse Barnes8c9f3aa2011-06-16 09:19:13 -07005903 if (ret)
Chris Wilson83d40922012-04-17 19:35:53 +01005904 goto err;
Jesse Barnes8c9f3aa2011-06-16 09:19:13 -07005905
Daniel Vetter6d90c952012-04-26 23:28:05 +02005906 ret = intel_ring_begin(ring, 4);
Jesse Barnes8c9f3aa2011-06-16 09:19:13 -07005907 if (ret)
Chris Wilson83d40922012-04-17 19:35:53 +01005908 goto err_unpin;
Jesse Barnes8c9f3aa2011-06-16 09:19:13 -07005909
5910 /* i965+ uses the linear or tiled offsets from the
5911 * Display Registers (which do not change across a page-flip)
5912 * so we need only reprogram the base address.
5913 */
Daniel Vetter6d90c952012-04-26 23:28:05 +02005914 intel_ring_emit(ring, MI_DISPLAY_FLIP |
5915 MI_DISPLAY_FLIP_PLANE(intel_crtc->plane));
5916 intel_ring_emit(ring, fb->pitches[0]);
5917 intel_ring_emit(ring, obj->gtt_offset | obj->tiling_mode);
Jesse Barnes8c9f3aa2011-06-16 09:19:13 -07005918
5919 /* XXX Enabling the panel-fitter across page-flip is so far
5920 * untested on non-native modes, so ignore it for now.
5921 * pf = I915_READ(pipe == 0 ? PFA_CTL_1 : PFB_CTL_1) & PF_ENABLE;
5922 */
5923 pf = 0;
5924 pipesrc = I915_READ(PIPESRC(intel_crtc->pipe)) & 0x0fff0fff;
Daniel Vetter6d90c952012-04-26 23:28:05 +02005925 intel_ring_emit(ring, pf | pipesrc);
5926 intel_ring_advance(ring);
Chris Wilson83d40922012-04-17 19:35:53 +01005927 return 0;
5928
5929err_unpin:
5930 intel_unpin_fb_obj(obj);
5931err:
Jesse Barnes8c9f3aa2011-06-16 09:19:13 -07005932 return ret;
5933}
5934
5935static int intel_gen6_queue_flip(struct drm_device *dev,
5936 struct drm_crtc *crtc,
5937 struct drm_framebuffer *fb,
5938 struct drm_i915_gem_object *obj)
5939{
5940 struct drm_i915_private *dev_priv = dev->dev_private;
5941 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
Daniel Vetter6d90c952012-04-26 23:28:05 +02005942 struct intel_ring_buffer *ring = &dev_priv->ring[RCS];
Jesse Barnes8c9f3aa2011-06-16 09:19:13 -07005943 uint32_t pf, pipesrc;
5944 int ret;
5945
Daniel Vetter6d90c952012-04-26 23:28:05 +02005946 ret = intel_pin_and_fence_fb_obj(dev, obj, ring);
Jesse Barnes8c9f3aa2011-06-16 09:19:13 -07005947 if (ret)
Chris Wilson83d40922012-04-17 19:35:53 +01005948 goto err;
Jesse Barnes8c9f3aa2011-06-16 09:19:13 -07005949
Daniel Vetter6d90c952012-04-26 23:28:05 +02005950 ret = intel_ring_begin(ring, 4);
Jesse Barnes8c9f3aa2011-06-16 09:19:13 -07005951 if (ret)
Chris Wilson83d40922012-04-17 19:35:53 +01005952 goto err_unpin;
Jesse Barnes8c9f3aa2011-06-16 09:19:13 -07005953
Daniel Vetter6d90c952012-04-26 23:28:05 +02005954 intel_ring_emit(ring, MI_DISPLAY_FLIP |
5955 MI_DISPLAY_FLIP_PLANE(intel_crtc->plane));
5956 intel_ring_emit(ring, fb->pitches[0] | obj->tiling_mode);
5957 intel_ring_emit(ring, obj->gtt_offset);
Jesse Barnes8c9f3aa2011-06-16 09:19:13 -07005958
Chris Wilson99d9acd2012-04-17 20:37:00 +01005959 /* Contrary to the suggestions in the documentation,
5960 * "Enable Panel Fitter" does not seem to be required when page
5961 * flipping with a non-native mode, and worse causes a normal
5962 * modeset to fail.
5963 * pf = I915_READ(PF_CTL(intel_crtc->pipe)) & PF_ENABLE;
5964 */
5965 pf = 0;
Jesse Barnes8c9f3aa2011-06-16 09:19:13 -07005966 pipesrc = I915_READ(PIPESRC(intel_crtc->pipe)) & 0x0fff0fff;
Daniel Vetter6d90c952012-04-26 23:28:05 +02005967 intel_ring_emit(ring, pf | pipesrc);
5968 intel_ring_advance(ring);
Chris Wilson83d40922012-04-17 19:35:53 +01005969 return 0;
5970
5971err_unpin:
5972 intel_unpin_fb_obj(obj);
5973err:
Jesse Barnes8c9f3aa2011-06-16 09:19:13 -07005974 return ret;
5975}
5976
Jesse Barnes7c9017e2011-06-16 12:18:54 -07005977/*
5978 * On gen7 we currently use the blit ring because (in early silicon at least)
5979 * the render ring doesn't give us interrpts for page flip completion, which
5980 * means clients will hang after the first flip is queued. Fortunately the
5981 * blit ring generates interrupts properly, so use it instead.
5982 */
5983static int intel_gen7_queue_flip(struct drm_device *dev,
5984 struct drm_crtc *crtc,
5985 struct drm_framebuffer *fb,
5986 struct drm_i915_gem_object *obj)
5987{
5988 struct drm_i915_private *dev_priv = dev->dev_private;
5989 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
5990 struct intel_ring_buffer *ring = &dev_priv->ring[BCS];
5991 int ret;
5992
5993 ret = intel_pin_and_fence_fb_obj(dev, obj, ring);
5994 if (ret)
Chris Wilson83d40922012-04-17 19:35:53 +01005995 goto err;
Jesse Barnes7c9017e2011-06-16 12:18:54 -07005996
5997 ret = intel_ring_begin(ring, 4);
5998 if (ret)
Chris Wilson83d40922012-04-17 19:35:53 +01005999 goto err_unpin;
Jesse Barnes7c9017e2011-06-16 12:18:54 -07006000
6001 intel_ring_emit(ring, MI_DISPLAY_FLIP_I915 | (intel_crtc->plane << 19));
Ville Syrjälä01f2c772011-12-20 00:06:49 +02006002 intel_ring_emit(ring, (fb->pitches[0] | obj->tiling_mode));
Jesse Barnes7c9017e2011-06-16 12:18:54 -07006003 intel_ring_emit(ring, (obj->gtt_offset));
6004 intel_ring_emit(ring, (MI_NOOP));
6005 intel_ring_advance(ring);
Chris Wilson83d40922012-04-17 19:35:53 +01006006 return 0;
6007
6008err_unpin:
6009 intel_unpin_fb_obj(obj);
6010err:
Jesse Barnes7c9017e2011-06-16 12:18:54 -07006011 return ret;
6012}
6013
Jesse Barnes8c9f3aa2011-06-16 09:19:13 -07006014static int intel_default_queue_flip(struct drm_device *dev,
6015 struct drm_crtc *crtc,
6016 struct drm_framebuffer *fb,
6017 struct drm_i915_gem_object *obj)
6018{
6019 return -ENODEV;
6020}
6021
Kristian Høgsberg6b95a202009-11-18 11:25:18 -05006022static int intel_crtc_page_flip(struct drm_crtc *crtc,
6023 struct drm_framebuffer *fb,
6024 struct drm_pending_vblank_event *event)
6025{
6026 struct drm_device *dev = crtc->dev;
6027 struct drm_i915_private *dev_priv = dev->dev_private;
6028 struct intel_framebuffer *intel_fb;
Chris Wilson05394f32010-11-08 19:18:58 +00006029 struct drm_i915_gem_object *obj;
Kristian Høgsberg6b95a202009-11-18 11:25:18 -05006030 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
6031 struct intel_unpin_work *work;
Jesse Barnes8c9f3aa2011-06-16 09:19:13 -07006032 unsigned long flags;
Chris Wilson52e68632010-08-08 10:15:59 +01006033 int ret;
Kristian Høgsberg6b95a202009-11-18 11:25:18 -05006034
6035 work = kzalloc(sizeof *work, GFP_KERNEL);
6036 if (work == NULL)
6037 return -ENOMEM;
6038
Kristian Høgsberg6b95a202009-11-18 11:25:18 -05006039 work->event = event;
6040 work->dev = crtc->dev;
6041 intel_fb = to_intel_framebuffer(crtc->fb);
Jesse Barnesb1b87f62010-01-26 14:40:05 -08006042 work->old_fb_obj = intel_fb->obj;
Kristian Høgsberg6b95a202009-11-18 11:25:18 -05006043 INIT_WORK(&work->work, intel_unpin_work_fn);
6044
Jesse Barnes7317c75e62011-08-29 09:45:28 -07006045 ret = drm_vblank_get(dev, intel_crtc->pipe);
6046 if (ret)
6047 goto free_work;
6048
Kristian Høgsberg6b95a202009-11-18 11:25:18 -05006049 /* We borrow the event spin lock for protecting unpin_work */
6050 spin_lock_irqsave(&dev->event_lock, flags);
6051 if (intel_crtc->unpin_work) {
6052 spin_unlock_irqrestore(&dev->event_lock, flags);
6053 kfree(work);
Jesse Barnes7317c75e62011-08-29 09:45:28 -07006054 drm_vblank_put(dev, intel_crtc->pipe);
Chris Wilson468f0b42010-05-27 13:18:13 +01006055
6056 DRM_DEBUG_DRIVER("flip queue: crtc already busy\n");
Kristian Høgsberg6b95a202009-11-18 11:25:18 -05006057 return -EBUSY;
6058 }
6059 intel_crtc->unpin_work = work;
6060 spin_unlock_irqrestore(&dev->event_lock, flags);
6061
6062 intel_fb = to_intel_framebuffer(fb);
6063 obj = intel_fb->obj;
6064
Chris Wilson468f0b42010-05-27 13:18:13 +01006065 mutex_lock(&dev->struct_mutex);
Kristian Høgsberg6b95a202009-11-18 11:25:18 -05006066
Jesse Barnes75dfca82010-02-10 15:09:44 -08006067 /* Reference the objects for the scheduled work. */
Chris Wilson05394f32010-11-08 19:18:58 +00006068 drm_gem_object_reference(&work->old_fb_obj->base);
6069 drm_gem_object_reference(&obj->base);
Kristian Høgsberg6b95a202009-11-18 11:25:18 -05006070
6071 crtc->fb = fb;
Chris Wilson96b099f2010-06-07 14:03:04 +01006072
Chris Wilsone1f99ce2010-10-27 12:45:26 +01006073 work->pending_flip_obj = obj;
Chris Wilsone1f99ce2010-10-27 12:45:26 +01006074
Simon Farnsworth4e5359c2010-09-01 17:47:52 +01006075 work->enable_stall_check = true;
6076
Chris Wilsone1f99ce2010-10-27 12:45:26 +01006077 /* Block clients from rendering to the new back buffer until
6078 * the flip occurs and the object is no longer visible.
6079 */
Chris Wilson05394f32010-11-08 19:18:58 +00006080 atomic_add(1 << intel_crtc->plane, &work->old_fb_obj->pending_flip);
Chris Wilsone1f99ce2010-10-27 12:45:26 +01006081
Jesse Barnes8c9f3aa2011-06-16 09:19:13 -07006082 ret = dev_priv->display.queue_flip(dev, crtc, fb, obj);
6083 if (ret)
6084 goto cleanup_pending;
Kristian Høgsberg6b95a202009-11-18 11:25:18 -05006085
Chris Wilson7782de32011-07-08 12:22:41 +01006086 intel_disable_fbc(dev);
Chris Wilsonacb87df2012-05-03 15:47:57 +01006087 intel_mark_busy(dev, obj);
Kristian Høgsberg6b95a202009-11-18 11:25:18 -05006088 mutex_unlock(&dev->struct_mutex);
6089
Jesse Barnese5510fa2010-07-01 16:48:37 -07006090 trace_i915_flip_request(intel_crtc->plane, obj);
6091
Kristian Høgsberg6b95a202009-11-18 11:25:18 -05006092 return 0;
Chris Wilson96b099f2010-06-07 14:03:04 +01006093
Jesse Barnes8c9f3aa2011-06-16 09:19:13 -07006094cleanup_pending:
6095 atomic_sub(1 << intel_crtc->plane, &work->old_fb_obj->pending_flip);
Chris Wilson05394f32010-11-08 19:18:58 +00006096 drm_gem_object_unreference(&work->old_fb_obj->base);
6097 drm_gem_object_unreference(&obj->base);
Chris Wilson96b099f2010-06-07 14:03:04 +01006098 mutex_unlock(&dev->struct_mutex);
6099
6100 spin_lock_irqsave(&dev->event_lock, flags);
6101 intel_crtc->unpin_work = NULL;
6102 spin_unlock_irqrestore(&dev->event_lock, flags);
6103
Jesse Barnes7317c75e62011-08-29 09:45:28 -07006104 drm_vblank_put(dev, intel_crtc->pipe);
6105free_work:
Chris Wilson96b099f2010-06-07 14:03:04 +01006106 kfree(work);
6107
6108 return ret;
Kristian Høgsberg6b95a202009-11-18 11:25:18 -05006109}
6110
Chris Wilson47f1c6c2010-12-03 15:37:31 +00006111static void intel_sanitize_modesetting(struct drm_device *dev,
6112 int pipe, int plane)
6113{
6114 struct drm_i915_private *dev_priv = dev->dev_private;
6115 u32 reg, val;
6116
Chris Wilsonf47166d2012-03-22 15:00:50 +00006117 /* Clear any frame start delays used for debugging left by the BIOS */
6118 for_each_pipe(pipe) {
6119 reg = PIPECONF(pipe);
6120 I915_WRITE(reg, I915_READ(reg) & ~PIPECONF_FRAME_START_DELAY_MASK);
6121 }
6122
Chris Wilson47f1c6c2010-12-03 15:37:31 +00006123 if (HAS_PCH_SPLIT(dev))
6124 return;
6125
6126 /* Who knows what state these registers were left in by the BIOS or
6127 * grub?
6128 *
6129 * If we leave the registers in a conflicting state (e.g. with the
6130 * display plane reading from the other pipe than the one we intend
6131 * to use) then when we attempt to teardown the active mode, we will
6132 * not disable the pipes and planes in the correct order -- leaving
6133 * a plane reading from a disabled pipe and possibly leading to
6134 * undefined behaviour.
6135 */
6136
6137 reg = DSPCNTR(plane);
6138 val = I915_READ(reg);
6139
6140 if ((val & DISPLAY_PLANE_ENABLE) == 0)
6141 return;
6142 if (!!(val & DISPPLANE_SEL_PIPE_MASK) == pipe)
6143 return;
6144
6145 /* This display plane is active and attached to the other CPU pipe. */
6146 pipe = !pipe;
6147
6148 /* Disable the plane and wait for it to stop reading from the pipe. */
Jesse Barnesb24e7172011-01-04 15:09:30 -08006149 intel_disable_plane(dev_priv, plane, pipe);
6150 intel_disable_pipe(dev_priv, pipe);
Chris Wilson47f1c6c2010-12-03 15:37:31 +00006151}
Jesse Barnes79e53942008-11-07 14:24:08 -08006152
Chris Wilsonf6e5b162011-04-12 18:06:51 +01006153static void intel_crtc_reset(struct drm_crtc *crtc)
6154{
6155 struct drm_device *dev = crtc->dev;
6156 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
6157
6158 /* Reset flags back to the 'unknown' status so that they
6159 * will be correctly set on the initial modeset.
6160 */
6161 intel_crtc->dpms_mode = -1;
6162
6163 /* We need to fix up any BIOS configuration that conflicts with
6164 * our expectations.
6165 */
6166 intel_sanitize_modesetting(dev, intel_crtc->pipe, intel_crtc->plane);
6167}
6168
6169static struct drm_crtc_helper_funcs intel_helper_funcs = {
6170 .dpms = intel_crtc_dpms,
6171 .mode_fixup = intel_crtc_mode_fixup,
6172 .mode_set = intel_crtc_mode_set,
6173 .mode_set_base = intel_pipe_set_base,
6174 .mode_set_base_atomic = intel_pipe_set_base_atomic,
6175 .load_lut = intel_crtc_load_lut,
6176 .disable = intel_crtc_disable,
6177};
6178
6179static const struct drm_crtc_funcs intel_crtc_funcs = {
6180 .reset = intel_crtc_reset,
6181 .cursor_set = intel_crtc_cursor_set,
6182 .cursor_move = intel_crtc_cursor_move,
6183 .gamma_set = intel_crtc_gamma_set,
6184 .set_config = drm_crtc_helper_set_config,
6185 .destroy = intel_crtc_destroy,
6186 .page_flip = intel_crtc_page_flip,
6187};
6188
Jesse Barnesee7b9f92012-04-20 17:11:53 +01006189static void intel_pch_pll_init(struct drm_device *dev)
6190{
6191 drm_i915_private_t *dev_priv = dev->dev_private;
6192 int i;
6193
6194 if (dev_priv->num_pch_pll == 0) {
6195 DRM_DEBUG_KMS("No PCH PLLs on this hardware, skipping initialisation\n");
6196 return;
6197 }
6198
6199 for (i = 0; i < dev_priv->num_pch_pll; i++) {
6200 dev_priv->pch_plls[i].pll_reg = _PCH_DPLL(i);
6201 dev_priv->pch_plls[i].fp0_reg = _PCH_FP0(i);
6202 dev_priv->pch_plls[i].fp1_reg = _PCH_FP1(i);
6203 }
6204}
6205
Hannes Ederb358d0a2008-12-18 21:18:47 +01006206static void intel_crtc_init(struct drm_device *dev, int pipe)
Jesse Barnes79e53942008-11-07 14:24:08 -08006207{
Jesse Barnes22fd0fa2009-12-02 13:42:53 -08006208 drm_i915_private_t *dev_priv = dev->dev_private;
Jesse Barnes79e53942008-11-07 14:24:08 -08006209 struct intel_crtc *intel_crtc;
6210 int i;
6211
6212 intel_crtc = kzalloc(sizeof(struct intel_crtc) + (INTELFB_CONN_LIMIT * sizeof(struct drm_connector *)), GFP_KERNEL);
6213 if (intel_crtc == NULL)
6214 return;
6215
6216 drm_crtc_init(dev, &intel_crtc->base, &intel_crtc_funcs);
6217
6218 drm_mode_crtc_set_gamma_size(&intel_crtc->base, 256);
Jesse Barnes79e53942008-11-07 14:24:08 -08006219 for (i = 0; i < 256; i++) {
6220 intel_crtc->lut_r[i] = i;
6221 intel_crtc->lut_g[i] = i;
6222 intel_crtc->lut_b[i] = i;
6223 }
6224
Jesse Barnes80824002009-09-10 15:28:06 -07006225 /* Swap pipes & planes for FBC on pre-965 */
6226 intel_crtc->pipe = pipe;
6227 intel_crtc->plane = pipe;
Chris Wilsone2e767a2010-09-13 16:53:12 +01006228 if (IS_MOBILE(dev) && IS_GEN3(dev)) {
Zhao Yakui28c97732009-10-09 11:39:41 +08006229 DRM_DEBUG_KMS("swapping pipes & planes for FBC\n");
Chris Wilsone2e767a2010-09-13 16:53:12 +01006230 intel_crtc->plane = !pipe;
Jesse Barnes80824002009-09-10 15:28:06 -07006231 }
6232
Jesse Barnes22fd0fa2009-12-02 13:42:53 -08006233 BUG_ON(pipe >= ARRAY_SIZE(dev_priv->plane_to_crtc_mapping) ||
6234 dev_priv->plane_to_crtc_mapping[intel_crtc->plane] != NULL);
6235 dev_priv->plane_to_crtc_mapping[intel_crtc->plane] = &intel_crtc->base;
6236 dev_priv->pipe_to_crtc_mapping[intel_crtc->pipe] = &intel_crtc->base;
6237
Chris Wilson5d1d0cc2011-01-24 15:02:15 +00006238 intel_crtc_reset(&intel_crtc->base);
Chris Wilson04dbff52011-02-10 17:38:35 +00006239 intel_crtc->active = true; /* force the pipe off on setup_init_config */
Jesse Barnes5a354202011-06-24 12:19:22 -07006240 intel_crtc->bpp = 24; /* default for pre-Ironlake */
Jesse Barnes7e7d76c2010-09-10 10:47:20 -07006241
6242 if (HAS_PCH_SPLIT(dev)) {
6243 intel_helper_funcs.prepare = ironlake_crtc_prepare;
6244 intel_helper_funcs.commit = ironlake_crtc_commit;
6245 } else {
6246 intel_helper_funcs.prepare = i9xx_crtc_prepare;
6247 intel_helper_funcs.commit = i9xx_crtc_commit;
6248 }
6249
Jesse Barnes79e53942008-11-07 14:24:08 -08006250 drm_crtc_helper_add(&intel_crtc->base, &intel_helper_funcs);
6251
Jesse Barnes652c3932009-08-17 13:31:43 -07006252 intel_crtc->busy = false;
6253
6254 setup_timer(&intel_crtc->idle_timer, intel_crtc_idle_timer,
6255 (unsigned long)intel_crtc);
Jesse Barnes79e53942008-11-07 14:24:08 -08006256}
6257
Carl Worth08d7b3d2009-04-29 14:43:54 -07006258int intel_get_pipe_from_crtc_id(struct drm_device *dev, void *data,
Chris Wilson05394f32010-11-08 19:18:58 +00006259 struct drm_file *file)
Carl Worth08d7b3d2009-04-29 14:43:54 -07006260{
Carl Worth08d7b3d2009-04-29 14:43:54 -07006261 struct drm_i915_get_pipe_from_crtc_id *pipe_from_crtc_id = data;
Daniel Vetterc05422d2009-08-11 16:05:30 +02006262 struct drm_mode_object *drmmode_obj;
6263 struct intel_crtc *crtc;
Carl Worth08d7b3d2009-04-29 14:43:54 -07006264
Daniel Vetter1cff8f62012-04-24 09:55:08 +02006265 if (!drm_core_check_feature(dev, DRIVER_MODESET))
6266 return -ENODEV;
Carl Worth08d7b3d2009-04-29 14:43:54 -07006267
Daniel Vetterc05422d2009-08-11 16:05:30 +02006268 drmmode_obj = drm_mode_object_find(dev, pipe_from_crtc_id->crtc_id,
6269 DRM_MODE_OBJECT_CRTC);
Carl Worth08d7b3d2009-04-29 14:43:54 -07006270
Daniel Vetterc05422d2009-08-11 16:05:30 +02006271 if (!drmmode_obj) {
Carl Worth08d7b3d2009-04-29 14:43:54 -07006272 DRM_ERROR("no such CRTC id\n");
6273 return -EINVAL;
6274 }
6275
Daniel Vetterc05422d2009-08-11 16:05:30 +02006276 crtc = to_intel_crtc(obj_to_crtc(drmmode_obj));
6277 pipe_from_crtc_id->pipe = crtc->pipe;
Carl Worth08d7b3d2009-04-29 14:43:54 -07006278
Daniel Vetterc05422d2009-08-11 16:05:30 +02006279 return 0;
Carl Worth08d7b3d2009-04-29 14:43:54 -07006280}
6281
Zhenyu Wangc5e4df32010-03-30 14:39:27 +08006282static int intel_encoder_clones(struct drm_device *dev, int type_mask)
Jesse Barnes79e53942008-11-07 14:24:08 -08006283{
Chris Wilson4ef69c72010-09-09 15:14:28 +01006284 struct intel_encoder *encoder;
Jesse Barnes79e53942008-11-07 14:24:08 -08006285 int index_mask = 0;
Jesse Barnes79e53942008-11-07 14:24:08 -08006286 int entry = 0;
6287
Chris Wilson4ef69c72010-09-09 15:14:28 +01006288 list_for_each_entry(encoder, &dev->mode_config.encoder_list, base.head) {
6289 if (type_mask & encoder->clone_mask)
Jesse Barnes79e53942008-11-07 14:24:08 -08006290 index_mask |= (1 << entry);
6291 entry++;
6292 }
Chris Wilson4ef69c72010-09-09 15:14:28 +01006293
Jesse Barnes79e53942008-11-07 14:24:08 -08006294 return index_mask;
6295}
6296
Chris Wilson4d302442010-12-14 19:21:29 +00006297static bool has_edp_a(struct drm_device *dev)
6298{
6299 struct drm_i915_private *dev_priv = dev->dev_private;
6300
6301 if (!IS_MOBILE(dev))
6302 return false;
6303
6304 if ((I915_READ(DP_A) & DP_DETECTED) == 0)
6305 return false;
6306
6307 if (IS_GEN5(dev) &&
6308 (I915_READ(ILK_DISPLAY_CHICKEN_FUSES) & ILK_eDP_A_DISABLE))
6309 return false;
6310
6311 return true;
6312}
6313
Jesse Barnes79e53942008-11-07 14:24:08 -08006314static void intel_setup_outputs(struct drm_device *dev)
6315{
Eric Anholt725e30a2009-01-22 13:01:02 -08006316 struct drm_i915_private *dev_priv = dev->dev_private;
Chris Wilson4ef69c72010-09-09 15:14:28 +01006317 struct intel_encoder *encoder;
Adam Jacksoncb0953d2010-07-16 14:46:29 -04006318 bool dpd_is_edp = false;
Chris Wilsonf3cfcba2012-02-09 09:35:53 +00006319 bool has_lvds;
Jesse Barnes79e53942008-11-07 14:24:08 -08006320
Chris Wilsonf3cfcba2012-02-09 09:35:53 +00006321 has_lvds = intel_lvds_init(dev);
Chris Wilsonc5d1b512010-11-29 18:00:23 +00006322 if (!has_lvds && !HAS_PCH_SPLIT(dev)) {
6323 /* disable the panel fitter on everything but LVDS */
6324 I915_WRITE(PFIT_CONTROL, 0);
6325 }
Jesse Barnes79e53942008-11-07 14:24:08 -08006326
Eric Anholtbad720f2009-10-22 16:11:14 -07006327 if (HAS_PCH_SPLIT(dev)) {
Adam Jacksoncb0953d2010-07-16 14:46:29 -04006328 dpd_is_edp = intel_dpd_is_edp(dev);
Zhenyu Wang30ad48b2009-06-05 15:38:43 +08006329
Chris Wilson4d302442010-12-14 19:21:29 +00006330 if (has_edp_a(dev))
Zhenyu Wang32f9d652009-07-24 01:00:32 +08006331 intel_dp_init(dev, DP_A);
6332
Adam Jacksoncb0953d2010-07-16 14:46:29 -04006333 if (dpd_is_edp && (I915_READ(PCH_DP_D) & DP_DETECTED))
6334 intel_dp_init(dev, PCH_DP_D);
6335 }
6336
6337 intel_crt_init(dev);
6338
6339 if (HAS_PCH_SPLIT(dev)) {
6340 int found;
6341
Zhenyu Wang30ad48b2009-06-05 15:38:43 +08006342 if (I915_READ(HDMIB) & PORT_DETECTED) {
Zhao Yakui461ed3c2010-03-30 15:11:33 +08006343 /* PCH SDVOB multiplex with HDMIB */
Daniel Vettereef4eac2012-03-23 23:43:35 +01006344 found = intel_sdvo_init(dev, PCH_SDVOB, true);
Zhenyu Wang30ad48b2009-06-05 15:38:43 +08006345 if (!found)
6346 intel_hdmi_init(dev, HDMIB);
Zhenyu Wang5eb08b62009-07-24 01:00:31 +08006347 if (!found && (I915_READ(PCH_DP_B) & DP_DETECTED))
6348 intel_dp_init(dev, PCH_DP_B);
Zhenyu Wang30ad48b2009-06-05 15:38:43 +08006349 }
6350
6351 if (I915_READ(HDMIC) & PORT_DETECTED)
6352 intel_hdmi_init(dev, HDMIC);
6353
6354 if (I915_READ(HDMID) & PORT_DETECTED)
6355 intel_hdmi_init(dev, HDMID);
6356
Zhenyu Wang5eb08b62009-07-24 01:00:31 +08006357 if (I915_READ(PCH_DP_C) & DP_DETECTED)
6358 intel_dp_init(dev, PCH_DP_C);
6359
Adam Jacksoncb0953d2010-07-16 14:46:29 -04006360 if (!dpd_is_edp && (I915_READ(PCH_DP_D) & DP_DETECTED))
Zhenyu Wang5eb08b62009-07-24 01:00:31 +08006361 intel_dp_init(dev, PCH_DP_D);
6362
Zhenyu Wang103a1962009-11-27 11:44:36 +08006363 } else if (SUPPORTS_DIGITAL_OUTPUTS(dev)) {
Ma Ling27185ae2009-08-24 13:50:23 +08006364 bool found = false;
Eric Anholt7d573822009-01-02 13:33:00 -08006365
Eric Anholt725e30a2009-01-22 13:01:02 -08006366 if (I915_READ(SDVOB) & SDVO_DETECTED) {
Jesse Barnesb01f2c32009-12-11 11:07:17 -08006367 DRM_DEBUG_KMS("probing SDVOB\n");
Daniel Vettereef4eac2012-03-23 23:43:35 +01006368 found = intel_sdvo_init(dev, SDVOB, true);
Jesse Barnesb01f2c32009-12-11 11:07:17 -08006369 if (!found && SUPPORTS_INTEGRATED_HDMI(dev)) {
6370 DRM_DEBUG_KMS("probing HDMI on SDVOB\n");
Eric Anholt725e30a2009-01-22 13:01:02 -08006371 intel_hdmi_init(dev, SDVOB);
Jesse Barnesb01f2c32009-12-11 11:07:17 -08006372 }
Ma Ling27185ae2009-08-24 13:50:23 +08006373
Jesse Barnesb01f2c32009-12-11 11:07:17 -08006374 if (!found && SUPPORTS_INTEGRATED_DP(dev)) {
6375 DRM_DEBUG_KMS("probing DP_B\n");
Keith Packarda4fc5ed2009-04-07 16:16:42 -07006376 intel_dp_init(dev, DP_B);
Jesse Barnesb01f2c32009-12-11 11:07:17 -08006377 }
Eric Anholt725e30a2009-01-22 13:01:02 -08006378 }
Kristian Høgsberg13520b02009-03-13 15:42:14 -04006379
6380 /* Before G4X SDVOC doesn't have its own detect register */
Kristian Høgsberg13520b02009-03-13 15:42:14 -04006381
Jesse Barnesb01f2c32009-12-11 11:07:17 -08006382 if (I915_READ(SDVOB) & SDVO_DETECTED) {
6383 DRM_DEBUG_KMS("probing SDVOC\n");
Daniel Vettereef4eac2012-03-23 23:43:35 +01006384 found = intel_sdvo_init(dev, SDVOC, false);
Jesse Barnesb01f2c32009-12-11 11:07:17 -08006385 }
Ma Ling27185ae2009-08-24 13:50:23 +08006386
6387 if (!found && (I915_READ(SDVOC) & SDVO_DETECTED)) {
6388
Jesse Barnesb01f2c32009-12-11 11:07:17 -08006389 if (SUPPORTS_INTEGRATED_HDMI(dev)) {
6390 DRM_DEBUG_KMS("probing HDMI on SDVOC\n");
Eric Anholt725e30a2009-01-22 13:01:02 -08006391 intel_hdmi_init(dev, SDVOC);
Jesse Barnesb01f2c32009-12-11 11:07:17 -08006392 }
6393 if (SUPPORTS_INTEGRATED_DP(dev)) {
6394 DRM_DEBUG_KMS("probing DP_C\n");
Keith Packarda4fc5ed2009-04-07 16:16:42 -07006395 intel_dp_init(dev, DP_C);
Jesse Barnesb01f2c32009-12-11 11:07:17 -08006396 }
Eric Anholt725e30a2009-01-22 13:01:02 -08006397 }
Ma Ling27185ae2009-08-24 13:50:23 +08006398
Jesse Barnesb01f2c32009-12-11 11:07:17 -08006399 if (SUPPORTS_INTEGRATED_DP(dev) &&
6400 (I915_READ(DP_D) & DP_DETECTED)) {
6401 DRM_DEBUG_KMS("probing DP_D\n");
Keith Packarda4fc5ed2009-04-07 16:16:42 -07006402 intel_dp_init(dev, DP_D);
Jesse Barnesb01f2c32009-12-11 11:07:17 -08006403 }
Eric Anholtbad720f2009-10-22 16:11:14 -07006404 } else if (IS_GEN2(dev))
Jesse Barnes79e53942008-11-07 14:24:08 -08006405 intel_dvo_init(dev);
6406
Zhenyu Wang103a1962009-11-27 11:44:36 +08006407 if (SUPPORTS_TV(dev))
Jesse Barnes79e53942008-11-07 14:24:08 -08006408 intel_tv_init(dev);
6409
Chris Wilson4ef69c72010-09-09 15:14:28 +01006410 list_for_each_entry(encoder, &dev->mode_config.encoder_list, base.head) {
6411 encoder->base.possible_crtcs = encoder->crtc_mask;
6412 encoder->base.possible_clones =
6413 intel_encoder_clones(dev, encoder->clone_mask);
Jesse Barnes79e53942008-11-07 14:24:08 -08006414 }
Chris Wilson47356eb2011-01-11 17:06:04 +00006415
Chris Wilson2c7111d2011-03-29 10:40:27 +01006416 /* disable all the possible outputs/crtcs before entering KMS mode */
6417 drm_helper_disable_unused_functions(dev);
Keith Packard9fb526d2011-09-26 22:24:57 -07006418
6419 if (HAS_PCH_SPLIT(dev))
6420 ironlake_init_pch_refclk(dev);
Jesse Barnes79e53942008-11-07 14:24:08 -08006421}
6422
6423static void intel_user_framebuffer_destroy(struct drm_framebuffer *fb)
6424{
6425 struct intel_framebuffer *intel_fb = to_intel_framebuffer(fb);
Jesse Barnes79e53942008-11-07 14:24:08 -08006426
6427 drm_framebuffer_cleanup(fb);
Chris Wilson05394f32010-11-08 19:18:58 +00006428 drm_gem_object_unreference_unlocked(&intel_fb->obj->base);
Jesse Barnes79e53942008-11-07 14:24:08 -08006429
6430 kfree(intel_fb);
6431}
6432
6433static int intel_user_framebuffer_create_handle(struct drm_framebuffer *fb,
Chris Wilson05394f32010-11-08 19:18:58 +00006434 struct drm_file *file,
Jesse Barnes79e53942008-11-07 14:24:08 -08006435 unsigned int *handle)
6436{
6437 struct intel_framebuffer *intel_fb = to_intel_framebuffer(fb);
Chris Wilson05394f32010-11-08 19:18:58 +00006438 struct drm_i915_gem_object *obj = intel_fb->obj;
Jesse Barnes79e53942008-11-07 14:24:08 -08006439
Chris Wilson05394f32010-11-08 19:18:58 +00006440 return drm_gem_handle_create(file, &obj->base, handle);
Jesse Barnes79e53942008-11-07 14:24:08 -08006441}
6442
6443static const struct drm_framebuffer_funcs intel_fb_funcs = {
6444 .destroy = intel_user_framebuffer_destroy,
6445 .create_handle = intel_user_framebuffer_create_handle,
6446};
6447
Dave Airlie38651672010-03-30 05:34:13 +00006448int intel_framebuffer_init(struct drm_device *dev,
6449 struct intel_framebuffer *intel_fb,
Jesse Barnes308e5bc2011-11-14 14:51:28 -08006450 struct drm_mode_fb_cmd2 *mode_cmd,
Chris Wilson05394f32010-11-08 19:18:58 +00006451 struct drm_i915_gem_object *obj)
Jesse Barnes79e53942008-11-07 14:24:08 -08006452{
Jesse Barnes79e53942008-11-07 14:24:08 -08006453 int ret;
6454
Chris Wilson05394f32010-11-08 19:18:58 +00006455 if (obj->tiling_mode == I915_TILING_Y)
Chris Wilson57cd6502010-08-08 12:34:44 +01006456 return -EINVAL;
6457
Jesse Barnes308e5bc2011-11-14 14:51:28 -08006458 if (mode_cmd->pitches[0] & 63)
Chris Wilson57cd6502010-08-08 12:34:44 +01006459 return -EINVAL;
6460
Jesse Barnes308e5bc2011-11-14 14:51:28 -08006461 switch (mode_cmd->pixel_format) {
Ville Syrjälä04b39242011-11-17 18:05:13 +02006462 case DRM_FORMAT_RGB332:
6463 case DRM_FORMAT_RGB565:
6464 case DRM_FORMAT_XRGB8888:
Jesse Barnesb250da72012-03-07 08:49:29 -08006465 case DRM_FORMAT_XBGR8888:
Ville Syrjälä04b39242011-11-17 18:05:13 +02006466 case DRM_FORMAT_ARGB8888:
6467 case DRM_FORMAT_XRGB2101010:
6468 case DRM_FORMAT_ARGB2101010:
Jesse Barnes308e5bc2011-11-14 14:51:28 -08006469 /* RGB formats are common across chipsets */
Jesse Barnesb5626742011-06-24 12:19:27 -07006470 break;
Ville Syrjälä04b39242011-11-17 18:05:13 +02006471 case DRM_FORMAT_YUYV:
6472 case DRM_FORMAT_UYVY:
6473 case DRM_FORMAT_YVYU:
6474 case DRM_FORMAT_VYUY:
Chris Wilson57cd6502010-08-08 12:34:44 +01006475 break;
6476 default:
Eugeni Dodonovaca25842012-01-17 15:25:45 -02006477 DRM_DEBUG_KMS("unsupported pixel format %u\n",
6478 mode_cmd->pixel_format);
Chris Wilson57cd6502010-08-08 12:34:44 +01006479 return -EINVAL;
6480 }
6481
Jesse Barnes79e53942008-11-07 14:24:08 -08006482 ret = drm_framebuffer_init(dev, &intel_fb->base, &intel_fb_funcs);
6483 if (ret) {
6484 DRM_ERROR("framebuffer init failed %d\n", ret);
6485 return ret;
6486 }
6487
6488 drm_helper_mode_fill_fb_struct(&intel_fb->base, mode_cmd);
Jesse Barnes79e53942008-11-07 14:24:08 -08006489 intel_fb->obj = obj;
Jesse Barnes79e53942008-11-07 14:24:08 -08006490 return 0;
6491}
6492
Jesse Barnes79e53942008-11-07 14:24:08 -08006493static struct drm_framebuffer *
6494intel_user_framebuffer_create(struct drm_device *dev,
6495 struct drm_file *filp,
Jesse Barnes308e5bc2011-11-14 14:51:28 -08006496 struct drm_mode_fb_cmd2 *mode_cmd)
Jesse Barnes79e53942008-11-07 14:24:08 -08006497{
Chris Wilson05394f32010-11-08 19:18:58 +00006498 struct drm_i915_gem_object *obj;
Jesse Barnes79e53942008-11-07 14:24:08 -08006499
Jesse Barnes308e5bc2011-11-14 14:51:28 -08006500 obj = to_intel_bo(drm_gem_object_lookup(dev, filp,
6501 mode_cmd->handles[0]));
Chris Wilsonc8725222011-02-19 11:31:06 +00006502 if (&obj->base == NULL)
Chris Wilsoncce13ff2010-08-08 13:36:38 +01006503 return ERR_PTR(-ENOENT);
Jesse Barnes79e53942008-11-07 14:24:08 -08006504
Chris Wilsond2dff872011-04-19 08:36:26 +01006505 return intel_framebuffer_create(dev, mode_cmd, obj);
Jesse Barnes79e53942008-11-07 14:24:08 -08006506}
6507
Jesse Barnes79e53942008-11-07 14:24:08 -08006508static const struct drm_mode_config_funcs intel_mode_funcs = {
Jesse Barnes79e53942008-11-07 14:24:08 -08006509 .fb_create = intel_user_framebuffer_create,
Dave Airlieeb1f8e42010-05-07 06:42:51 +00006510 .output_poll_changed = intel_fb_output_poll_changed,
Jesse Barnes79e53942008-11-07 14:24:08 -08006511};
6512
Jesse Barnese70236a2009-09-21 10:42:27 -07006513/* Set up chip specific display functions */
6514static void intel_init_display(struct drm_device *dev)
6515{
6516 struct drm_i915_private *dev_priv = dev->dev_private;
6517
6518 /* We always want a DPMS function */
Eric Anholtf564048e2011-03-30 13:01:02 -07006519 if (HAS_PCH_SPLIT(dev)) {
Adam Jacksonf2b115e2009-12-03 17:14:42 -05006520 dev_priv->display.dpms = ironlake_crtc_dpms;
Eric Anholtf564048e2011-03-30 13:01:02 -07006521 dev_priv->display.crtc_mode_set = ironlake_crtc_mode_set;
Jesse Barnesee7b9f92012-04-20 17:11:53 +01006522 dev_priv->display.off = ironlake_crtc_off;
Jesse Barnes17638cd2011-06-24 12:19:23 -07006523 dev_priv->display.update_plane = ironlake_update_plane;
Eric Anholtf564048e2011-03-30 13:01:02 -07006524 } else {
Jesse Barnese70236a2009-09-21 10:42:27 -07006525 dev_priv->display.dpms = i9xx_crtc_dpms;
Eric Anholtf564048e2011-03-30 13:01:02 -07006526 dev_priv->display.crtc_mode_set = i9xx_crtc_mode_set;
Jesse Barnesee7b9f92012-04-20 17:11:53 +01006527 dev_priv->display.off = i9xx_crtc_off;
Jesse Barnes17638cd2011-06-24 12:19:23 -07006528 dev_priv->display.update_plane = i9xx_update_plane;
Eric Anholtf564048e2011-03-30 13:01:02 -07006529 }
Jesse Barnese70236a2009-09-21 10:42:27 -07006530
Jesse Barnese70236a2009-09-21 10:42:27 -07006531 /* Returns the core display clock speed */
Jesse Barnes25eb05fc2012-03-28 13:39:23 -07006532 if (IS_VALLEYVIEW(dev))
6533 dev_priv->display.get_display_clock_speed =
6534 valleyview_get_display_clock_speed;
6535 else if (IS_I945G(dev) || (IS_G33(dev) && !IS_PINEVIEW_M(dev)))
Jesse Barnese70236a2009-09-21 10:42:27 -07006536 dev_priv->display.get_display_clock_speed =
6537 i945_get_display_clock_speed;
6538 else if (IS_I915G(dev))
6539 dev_priv->display.get_display_clock_speed =
6540 i915_get_display_clock_speed;
Adam Jacksonf2b115e2009-12-03 17:14:42 -05006541 else if (IS_I945GM(dev) || IS_845G(dev) || IS_PINEVIEW_M(dev))
Jesse Barnese70236a2009-09-21 10:42:27 -07006542 dev_priv->display.get_display_clock_speed =
6543 i9xx_misc_get_display_clock_speed;
6544 else if (IS_I915GM(dev))
6545 dev_priv->display.get_display_clock_speed =
6546 i915gm_get_display_clock_speed;
6547 else if (IS_I865G(dev))
6548 dev_priv->display.get_display_clock_speed =
6549 i865_get_display_clock_speed;
Daniel Vetterf0f8a9c2009-09-15 22:57:33 +02006550 else if (IS_I85X(dev))
Jesse Barnese70236a2009-09-21 10:42:27 -07006551 dev_priv->display.get_display_clock_speed =
6552 i855_get_display_clock_speed;
6553 else /* 852, 830 */
6554 dev_priv->display.get_display_clock_speed =
6555 i830_get_display_clock_speed;
6556
Zhenyu Wang7f8a8562010-04-01 13:07:53 +08006557 if (HAS_PCH_SPLIT(dev)) {
Chris Wilsonf00a3dd2010-10-21 14:57:17 +01006558 if (IS_GEN5(dev)) {
Jesse Barnes674cf962011-04-28 14:27:04 -07006559 dev_priv->display.fdi_link_train = ironlake_fdi_link_train;
Wu Fengguange0dac652011-09-05 14:25:34 +08006560 dev_priv->display.write_eld = ironlake_write_eld;
Yuanhan Liu13982612010-12-15 15:42:31 +08006561 } else if (IS_GEN6(dev)) {
Jesse Barnes674cf962011-04-28 14:27:04 -07006562 dev_priv->display.fdi_link_train = gen6_fdi_link_train;
Wu Fengguange0dac652011-09-05 14:25:34 +08006563 dev_priv->display.write_eld = ironlake_write_eld;
Jesse Barnes357555c2011-04-28 15:09:55 -07006564 } else if (IS_IVYBRIDGE(dev)) {
6565 /* FIXME: detect B0+ stepping and use auto training */
6566 dev_priv->display.fdi_link_train = ivb_manual_fdi_link_train;
Wu Fengguange0dac652011-09-05 14:25:34 +08006567 dev_priv->display.write_eld = ironlake_write_eld;
Zhenyu Wang7f8a8562010-04-01 13:07:53 +08006568 } else
6569 dev_priv->display.update_wm = NULL;
Jesse Barnesceb04242012-03-28 13:39:22 -07006570 } else if (IS_VALLEYVIEW(dev)) {
Jesse Barnes575155a2012-03-28 13:39:37 -07006571 dev_priv->display.force_wake_get = vlv_force_wake_get;
6572 dev_priv->display.force_wake_put = vlv_force_wake_put;
Jesse Barnes6067aae2011-04-28 15:04:31 -07006573 } else if (IS_G4X(dev)) {
Wu Fengguange0dac652011-09-05 14:25:34 +08006574 dev_priv->display.write_eld = g4x_write_eld;
Jesse Barnese70236a2009-09-21 10:42:27 -07006575 }
Jesse Barnes8c9f3aa2011-06-16 09:19:13 -07006576
6577 /* Default just returns -ENODEV to indicate unsupported */
6578 dev_priv->display.queue_flip = intel_default_queue_flip;
6579
6580 switch (INTEL_INFO(dev)->gen) {
6581 case 2:
6582 dev_priv->display.queue_flip = intel_gen2_queue_flip;
6583 break;
6584
6585 case 3:
6586 dev_priv->display.queue_flip = intel_gen3_queue_flip;
6587 break;
6588
6589 case 4:
6590 case 5:
6591 dev_priv->display.queue_flip = intel_gen4_queue_flip;
6592 break;
6593
6594 case 6:
6595 dev_priv->display.queue_flip = intel_gen6_queue_flip;
6596 break;
Jesse Barnes7c9017e2011-06-16 12:18:54 -07006597 case 7:
6598 dev_priv->display.queue_flip = intel_gen7_queue_flip;
6599 break;
Jesse Barnes8c9f3aa2011-06-16 09:19:13 -07006600 }
Jesse Barnese70236a2009-09-21 10:42:27 -07006601}
6602
Jesse Barnesb690e962010-07-19 13:53:12 -07006603/*
6604 * Some BIOSes insist on assuming the GPU's pipe A is enabled at suspend,
6605 * resume, or other times. This quirk makes sure that's the case for
6606 * affected systems.
6607 */
Akshay Joshi0206e352011-08-16 15:34:10 -04006608static void quirk_pipea_force(struct drm_device *dev)
Jesse Barnesb690e962010-07-19 13:53:12 -07006609{
6610 struct drm_i915_private *dev_priv = dev->dev_private;
6611
6612 dev_priv->quirks |= QUIRK_PIPEA_FORCE;
Daniel Vetterbc0daf42012-04-01 13:16:49 +02006613 DRM_INFO("applying pipe a force quirk\n");
Jesse Barnesb690e962010-07-19 13:53:12 -07006614}
6615
Keith Packard435793d2011-07-12 14:56:22 -07006616/*
6617 * Some machines (Lenovo U160) do not work with SSC on LVDS for some reason
6618 */
6619static void quirk_ssc_force_disable(struct drm_device *dev)
6620{
6621 struct drm_i915_private *dev_priv = dev->dev_private;
6622 dev_priv->quirks |= QUIRK_LVDS_SSC_DISABLE;
Daniel Vetterbc0daf42012-04-01 13:16:49 +02006623 DRM_INFO("applying lvds SSC disable quirk\n");
Keith Packard435793d2011-07-12 14:56:22 -07006624}
6625
Carsten Emde4dca20e2012-03-15 15:56:26 +01006626/*
Carsten Emde5a15ab52012-03-15 15:56:27 +01006627 * A machine (e.g. Acer Aspire 5734Z) may need to invert the panel backlight
6628 * brightness value
Carsten Emde4dca20e2012-03-15 15:56:26 +01006629 */
6630static void quirk_invert_brightness(struct drm_device *dev)
6631{
6632 struct drm_i915_private *dev_priv = dev->dev_private;
6633 dev_priv->quirks |= QUIRK_INVERT_BRIGHTNESS;
Daniel Vetterbc0daf42012-04-01 13:16:49 +02006634 DRM_INFO("applying inverted panel brightness quirk\n");
Jesse Barnesb690e962010-07-19 13:53:12 -07006635}
6636
6637struct intel_quirk {
6638 int device;
6639 int subsystem_vendor;
6640 int subsystem_device;
6641 void (*hook)(struct drm_device *dev);
6642};
6643
Ben Widawskyc43b5632012-04-16 14:07:40 -07006644static struct intel_quirk intel_quirks[] = {
Jesse Barnesb690e962010-07-19 13:53:12 -07006645 /* HP Mini needs pipe A force quirk (LP: #322104) */
Akshay Joshi0206e352011-08-16 15:34:10 -04006646 { 0x27ae, 0x103c, 0x361a, quirk_pipea_force },
Jesse Barnesb690e962010-07-19 13:53:12 -07006647
6648 /* Thinkpad R31 needs pipe A force quirk */
6649 { 0x3577, 0x1014, 0x0505, quirk_pipea_force },
6650 /* Toshiba Protege R-205, S-209 needs pipe A force quirk */
6651 { 0x2592, 0x1179, 0x0001, quirk_pipea_force },
6652
6653 /* ThinkPad X30 needs pipe A force quirk (LP: #304614) */
6654 { 0x3577, 0x1014, 0x0513, quirk_pipea_force },
6655 /* ThinkPad X40 needs pipe A force quirk */
6656
6657 /* ThinkPad T60 needs pipe A force quirk (bug #16494) */
6658 { 0x2782, 0x17aa, 0x201a, quirk_pipea_force },
6659
6660 /* 855 & before need to leave pipe A & dpll A up */
6661 { 0x3582, PCI_ANY_ID, PCI_ANY_ID, quirk_pipea_force },
6662 { 0x2562, PCI_ANY_ID, PCI_ANY_ID, quirk_pipea_force },
Keith Packard435793d2011-07-12 14:56:22 -07006663
6664 /* Lenovo U160 cannot use SSC on LVDS */
6665 { 0x0046, 0x17aa, 0x3920, quirk_ssc_force_disable },
Michel Alexandre Salim070d3292011-07-28 18:52:06 +02006666
6667 /* Sony Vaio Y cannot use SSC on LVDS */
6668 { 0x0046, 0x104d, 0x9076, quirk_ssc_force_disable },
Carsten Emde5a15ab52012-03-15 15:56:27 +01006669
6670 /* Acer Aspire 5734Z must invert backlight brightness */
6671 { 0x2a42, 0x1025, 0x0459, quirk_invert_brightness },
Jesse Barnesb690e962010-07-19 13:53:12 -07006672};
6673
6674static void intel_init_quirks(struct drm_device *dev)
6675{
6676 struct pci_dev *d = dev->pdev;
6677 int i;
6678
6679 for (i = 0; i < ARRAY_SIZE(intel_quirks); i++) {
6680 struct intel_quirk *q = &intel_quirks[i];
6681
6682 if (d->device == q->device &&
6683 (d->subsystem_vendor == q->subsystem_vendor ||
6684 q->subsystem_vendor == PCI_ANY_ID) &&
6685 (d->subsystem_device == q->subsystem_device ||
6686 q->subsystem_device == PCI_ANY_ID))
6687 q->hook(dev);
6688 }
6689}
6690
Jesse Barnes9cce37f2010-08-13 15:11:26 -07006691/* Disable the VGA plane that we never use */
6692static void i915_disable_vga(struct drm_device *dev)
6693{
6694 struct drm_i915_private *dev_priv = dev->dev_private;
6695 u8 sr1;
6696 u32 vga_reg;
6697
6698 if (HAS_PCH_SPLIT(dev))
6699 vga_reg = CPU_VGACNTRL;
6700 else
6701 vga_reg = VGACNTRL;
6702
6703 vga_get_uninterruptible(dev->pdev, VGA_RSRC_LEGACY_IO);
Jesse Barnes3fdcf432012-04-06 11:46:27 -07006704 outb(SR01, VGA_SR_INDEX);
Jesse Barnes9cce37f2010-08-13 15:11:26 -07006705 sr1 = inb(VGA_SR_DATA);
6706 outb(sr1 | 1<<5, VGA_SR_DATA);
6707 vga_put(dev->pdev, VGA_RSRC_LEGACY_IO);
6708 udelay(300);
6709
6710 I915_WRITE(vga_reg, VGA_DISP_DISABLE);
6711 POSTING_READ(vga_reg);
6712}
6713
Jesse Barnesf82cfb62012-04-11 09:23:35 -07006714static void ivb_pch_pwm_override(struct drm_device *dev)
6715{
6716 struct drm_i915_private *dev_priv = dev->dev_private;
6717
6718 /*
6719 * IVB has CPU eDP backlight regs too, set things up to let the
6720 * PCH regs control the backlight
6721 */
6722 I915_WRITE(BLC_PWM_CPU_CTL2, PWM_ENABLE);
6723 I915_WRITE(BLC_PWM_CPU_CTL, 0);
6724 I915_WRITE(BLC_PWM_PCH_CTL1, PWM_ENABLE | (1<<30));
6725}
6726
Daniel Vetterf8175862012-04-10 15:50:11 +02006727void intel_modeset_init_hw(struct drm_device *dev)
6728{
6729 struct drm_i915_private *dev_priv = dev->dev_private;
6730
6731 intel_init_clock_gating(dev);
6732
6733 if (IS_IRONLAKE_M(dev)) {
6734 ironlake_enable_drps(dev);
Chris Wilson1833b132012-05-09 11:56:28 +01006735 ironlake_enable_rc6(dev);
Daniel Vetterf8175862012-04-10 15:50:11 +02006736 intel_init_emon(dev);
6737 }
6738
Jesse Barnesb6834bd2012-04-11 09:23:33 -07006739 if ((IS_GEN6(dev) || IS_GEN7(dev)) && !IS_VALLEYVIEW(dev)) {
Daniel Vetterf8175862012-04-10 15:50:11 +02006740 gen6_enable_rps(dev_priv);
6741 gen6_update_ring_freq(dev_priv);
6742 }
Jesse Barnesf82cfb62012-04-11 09:23:35 -07006743
6744 if (IS_IVYBRIDGE(dev))
6745 ivb_pch_pwm_override(dev);
Daniel Vetterf8175862012-04-10 15:50:11 +02006746}
6747
Jesse Barnes79e53942008-11-07 14:24:08 -08006748void intel_modeset_init(struct drm_device *dev)
6749{
Jesse Barnes652c3932009-08-17 13:31:43 -07006750 struct drm_i915_private *dev_priv = dev->dev_private;
Jesse Barnesb840d907f2011-12-13 13:19:38 -08006751 int i, ret;
Jesse Barnes79e53942008-11-07 14:24:08 -08006752
6753 drm_mode_config_init(dev);
6754
6755 dev->mode_config.min_width = 0;
6756 dev->mode_config.min_height = 0;
6757
Dave Airlie019d96c2011-09-29 16:20:42 +01006758 dev->mode_config.preferred_depth = 24;
6759 dev->mode_config.prefer_shadow = 1;
6760
Jesse Barnes79e53942008-11-07 14:24:08 -08006761 dev->mode_config.funcs = (void *)&intel_mode_funcs;
6762
Jesse Barnesb690e962010-07-19 13:53:12 -07006763 intel_init_quirks(dev);
6764
Eugeni Dodonov1fa61102012-04-18 15:29:26 -03006765 intel_init_pm(dev);
6766
Jesse Barnese70236a2009-09-21 10:42:27 -07006767 intel_init_display(dev);
6768
Chris Wilsona6c45cf2010-09-17 00:32:17 +01006769 if (IS_GEN2(dev)) {
6770 dev->mode_config.max_width = 2048;
6771 dev->mode_config.max_height = 2048;
6772 } else if (IS_GEN3(dev)) {
Keith Packard5e4d6fa2009-07-12 23:53:17 -07006773 dev->mode_config.max_width = 4096;
6774 dev->mode_config.max_height = 4096;
Jesse Barnes79e53942008-11-07 14:24:08 -08006775 } else {
Chris Wilsona6c45cf2010-09-17 00:32:17 +01006776 dev->mode_config.max_width = 8192;
6777 dev->mode_config.max_height = 8192;
Jesse Barnes79e53942008-11-07 14:24:08 -08006778 }
Chris Wilson35c30472010-12-22 14:07:12 +00006779 dev->mode_config.fb_base = dev->agp->base;
Jesse Barnes79e53942008-11-07 14:24:08 -08006780
Zhao Yakui28c97732009-10-09 11:39:41 +08006781 DRM_DEBUG_KMS("%d display pipe%s available.\n",
Dave Airliea3524f12010-06-06 18:59:41 +10006782 dev_priv->num_pipe, dev_priv->num_pipe > 1 ? "s" : "");
Jesse Barnes79e53942008-11-07 14:24:08 -08006783
Dave Airliea3524f12010-06-06 18:59:41 +10006784 for (i = 0; i < dev_priv->num_pipe; i++) {
Jesse Barnes79e53942008-11-07 14:24:08 -08006785 intel_crtc_init(dev, i);
Jesse Barnes00c2064b2012-01-13 15:48:39 -08006786 ret = intel_plane_init(dev, i);
6787 if (ret)
6788 DRM_DEBUG_KMS("plane %d init failed: %d\n", i, ret);
Jesse Barnes79e53942008-11-07 14:24:08 -08006789 }
6790
Jesse Barnesee7b9f92012-04-20 17:11:53 +01006791 intel_pch_pll_init(dev);
6792
Jesse Barnes9cce37f2010-08-13 15:11:26 -07006793 /* Just disable it once at startup */
6794 i915_disable_vga(dev);
Jesse Barnes79e53942008-11-07 14:24:08 -08006795 intel_setup_outputs(dev);
Jesse Barnes652c3932009-08-17 13:31:43 -07006796
Jesse Barnes652c3932009-08-17 13:31:43 -07006797 INIT_WORK(&dev_priv->idle_work, intel_idle_update);
6798 setup_timer(&dev_priv->idle_timer, intel_gpu_idle_timer,
6799 (unsigned long)dev);
Chris Wilson2c7111d2011-03-29 10:40:27 +01006800}
6801
6802void intel_modeset_gem_init(struct drm_device *dev)
6803{
Chris Wilson1833b132012-05-09 11:56:28 +01006804 intel_modeset_init_hw(dev);
Daniel Vetter02e792f2009-09-15 22:57:34 +02006805
6806 intel_setup_overlay(dev);
Jesse Barnes79e53942008-11-07 14:24:08 -08006807}
6808
6809void intel_modeset_cleanup(struct drm_device *dev)
6810{
Jesse Barnes652c3932009-08-17 13:31:43 -07006811 struct drm_i915_private *dev_priv = dev->dev_private;
6812 struct drm_crtc *crtc;
6813 struct intel_crtc *intel_crtc;
6814
Keith Packardf87ea762010-10-03 19:36:26 -07006815 drm_kms_helper_poll_fini(dev);
Jesse Barnes652c3932009-08-17 13:31:43 -07006816 mutex_lock(&dev->struct_mutex);
6817
Jesse Barnes723bfd72010-10-07 16:01:13 -07006818 intel_unregister_dsm_handler();
6819
6820
Jesse Barnes652c3932009-08-17 13:31:43 -07006821 list_for_each_entry(crtc, &dev->mode_config.crtc_list, head) {
6822 /* Skip inactive CRTCs */
6823 if (!crtc->fb)
6824 continue;
6825
6826 intel_crtc = to_intel_crtc(crtc);
Daniel Vetter3dec0092010-08-20 21:40:52 +02006827 intel_increase_pllclock(crtc);
Jesse Barnes652c3932009-08-17 13:31:43 -07006828 }
6829
Chris Wilson973d04f2011-07-08 12:22:37 +01006830 intel_disable_fbc(dev);
Jesse Barnese70236a2009-09-21 10:42:27 -07006831
Jesse Barnesf97108d2010-01-29 11:27:07 -08006832 if (IS_IRONLAKE_M(dev))
6833 ironlake_disable_drps(dev);
Jesse Barnesb6834bd2012-04-11 09:23:33 -07006834 if ((IS_GEN6(dev) || IS_GEN7(dev)) && !IS_VALLEYVIEW(dev))
Jesse Barnes3b8d8d92010-12-17 14:19:02 -08006835 gen6_disable_rps(dev);
Jesse Barnesf97108d2010-01-29 11:27:07 -08006836
Jesse Barnesd5bb0812011-01-05 12:01:26 -08006837 if (IS_IRONLAKE_M(dev))
6838 ironlake_disable_rc6(dev);
Chris Wilson0cdab212010-12-05 17:27:06 +00006839
Jesse Barnes57f350b2012-03-28 13:39:25 -07006840 if (IS_VALLEYVIEW(dev))
6841 vlv_init_dpio(dev);
6842
Kristian Høgsberg69341a52009-11-11 12:19:17 -05006843 mutex_unlock(&dev->struct_mutex);
6844
Daniel Vetter6c0d93502010-08-20 18:26:46 +02006845 /* Disable the irq before mode object teardown, for the irq might
6846 * enqueue unpin/hotplug work. */
6847 drm_irq_uninstall(dev);
6848 cancel_work_sync(&dev_priv->hotplug_work);
Daniel Vetter6fdd4d92011-09-08 14:00:22 +02006849 cancel_work_sync(&dev_priv->rps_work);
Daniel Vetter6c0d93502010-08-20 18:26:46 +02006850
Chris Wilson1630fe72011-07-08 12:22:42 +01006851 /* flush any delayed tasks or pending work */
6852 flush_scheduled_work();
6853
Daniel Vetter3dec0092010-08-20 21:40:52 +02006854 /* Shut off idle work before the crtcs get freed. */
6855 list_for_each_entry(crtc, &dev->mode_config.crtc_list, head) {
6856 intel_crtc = to_intel_crtc(crtc);
6857 del_timer_sync(&intel_crtc->idle_timer);
6858 }
6859 del_timer_sync(&dev_priv->idle_timer);
6860 cancel_work_sync(&dev_priv->idle_work);
6861
Jesse Barnes79e53942008-11-07 14:24:08 -08006862 drm_mode_config_cleanup(dev);
6863}
6864
Dave Airlie28d52042009-09-21 14:33:58 +10006865/*
Zhenyu Wangf1c79df2010-03-30 14:39:29 +08006866 * Return which encoder is currently attached for connector.
6867 */
Chris Wilsondf0e9242010-09-09 16:20:55 +01006868struct drm_encoder *intel_best_encoder(struct drm_connector *connector)
Jesse Barnes79e53942008-11-07 14:24:08 -08006869{
Chris Wilsondf0e9242010-09-09 16:20:55 +01006870 return &intel_attached_encoder(connector)->base;
6871}
Jesse Barnes79e53942008-11-07 14:24:08 -08006872
Chris Wilsondf0e9242010-09-09 16:20:55 +01006873void intel_connector_attach_encoder(struct intel_connector *connector,
6874 struct intel_encoder *encoder)
6875{
6876 connector->encoder = encoder;
6877 drm_mode_connector_attach_encoder(&connector->base,
6878 &encoder->base);
Jesse Barnes79e53942008-11-07 14:24:08 -08006879}
Dave Airlie28d52042009-09-21 14:33:58 +10006880
6881/*
6882 * set vga decode state - true == enable VGA decode
6883 */
6884int intel_modeset_vga_set_state(struct drm_device *dev, bool state)
6885{
6886 struct drm_i915_private *dev_priv = dev->dev_private;
6887 u16 gmch_ctrl;
6888
6889 pci_read_config_word(dev_priv->bridge_dev, INTEL_GMCH_CTRL, &gmch_ctrl);
6890 if (state)
6891 gmch_ctrl &= ~INTEL_GMCH_VGA_DISABLE;
6892 else
6893 gmch_ctrl |= INTEL_GMCH_VGA_DISABLE;
6894 pci_write_config_word(dev_priv->bridge_dev, INTEL_GMCH_CTRL, gmch_ctrl);
6895 return 0;
6896}
Chris Wilsonc4a1d9e2010-11-21 13:12:35 +00006897
6898#ifdef CONFIG_DEBUG_FS
6899#include <linux/seq_file.h>
6900
6901struct intel_display_error_state {
6902 struct intel_cursor_error_state {
6903 u32 control;
6904 u32 position;
6905 u32 base;
6906 u32 size;
6907 } cursor[2];
6908
6909 struct intel_pipe_error_state {
6910 u32 conf;
6911 u32 source;
6912
6913 u32 htotal;
6914 u32 hblank;
6915 u32 hsync;
6916 u32 vtotal;
6917 u32 vblank;
6918 u32 vsync;
6919 } pipe[2];
6920
6921 struct intel_plane_error_state {
6922 u32 control;
6923 u32 stride;
6924 u32 size;
6925 u32 pos;
6926 u32 addr;
6927 u32 surface;
6928 u32 tile_offset;
6929 } plane[2];
6930};
6931
6932struct intel_display_error_state *
6933intel_display_capture_error_state(struct drm_device *dev)
6934{
Akshay Joshi0206e352011-08-16 15:34:10 -04006935 drm_i915_private_t *dev_priv = dev->dev_private;
Chris Wilsonc4a1d9e2010-11-21 13:12:35 +00006936 struct intel_display_error_state *error;
6937 int i;
6938
6939 error = kmalloc(sizeof(*error), GFP_ATOMIC);
6940 if (error == NULL)
6941 return NULL;
6942
6943 for (i = 0; i < 2; i++) {
6944 error->cursor[i].control = I915_READ(CURCNTR(i));
6945 error->cursor[i].position = I915_READ(CURPOS(i));
6946 error->cursor[i].base = I915_READ(CURBASE(i));
6947
6948 error->plane[i].control = I915_READ(DSPCNTR(i));
6949 error->plane[i].stride = I915_READ(DSPSTRIDE(i));
6950 error->plane[i].size = I915_READ(DSPSIZE(i));
Akshay Joshi0206e352011-08-16 15:34:10 -04006951 error->plane[i].pos = I915_READ(DSPPOS(i));
Chris Wilsonc4a1d9e2010-11-21 13:12:35 +00006952 error->plane[i].addr = I915_READ(DSPADDR(i));
6953 if (INTEL_INFO(dev)->gen >= 4) {
6954 error->plane[i].surface = I915_READ(DSPSURF(i));
6955 error->plane[i].tile_offset = I915_READ(DSPTILEOFF(i));
6956 }
6957
6958 error->pipe[i].conf = I915_READ(PIPECONF(i));
6959 error->pipe[i].source = I915_READ(PIPESRC(i));
6960 error->pipe[i].htotal = I915_READ(HTOTAL(i));
6961 error->pipe[i].hblank = I915_READ(HBLANK(i));
6962 error->pipe[i].hsync = I915_READ(HSYNC(i));
6963 error->pipe[i].vtotal = I915_READ(VTOTAL(i));
6964 error->pipe[i].vblank = I915_READ(VBLANK(i));
6965 error->pipe[i].vsync = I915_READ(VSYNC(i));
6966 }
6967
6968 return error;
6969}
6970
6971void
6972intel_display_print_error_state(struct seq_file *m,
6973 struct drm_device *dev,
6974 struct intel_display_error_state *error)
6975{
6976 int i;
6977
6978 for (i = 0; i < 2; i++) {
6979 seq_printf(m, "Pipe [%d]:\n", i);
6980 seq_printf(m, " CONF: %08x\n", error->pipe[i].conf);
6981 seq_printf(m, " SRC: %08x\n", error->pipe[i].source);
6982 seq_printf(m, " HTOTAL: %08x\n", error->pipe[i].htotal);
6983 seq_printf(m, " HBLANK: %08x\n", error->pipe[i].hblank);
6984 seq_printf(m, " HSYNC: %08x\n", error->pipe[i].hsync);
6985 seq_printf(m, " VTOTAL: %08x\n", error->pipe[i].vtotal);
6986 seq_printf(m, " VBLANK: %08x\n", error->pipe[i].vblank);
6987 seq_printf(m, " VSYNC: %08x\n", error->pipe[i].vsync);
6988
6989 seq_printf(m, "Plane [%d]:\n", i);
6990 seq_printf(m, " CNTR: %08x\n", error->plane[i].control);
6991 seq_printf(m, " STRIDE: %08x\n", error->plane[i].stride);
6992 seq_printf(m, " SIZE: %08x\n", error->plane[i].size);
6993 seq_printf(m, " POS: %08x\n", error->plane[i].pos);
6994 seq_printf(m, " ADDR: %08x\n", error->plane[i].addr);
6995 if (INTEL_INFO(dev)->gen >= 4) {
6996 seq_printf(m, " SURF: %08x\n", error->plane[i].surface);
6997 seq_printf(m, " TILEOFF: %08x\n", error->plane[i].tile_offset);
6998 }
6999
7000 seq_printf(m, "Cursor [%d]:\n", i);
7001 seq_printf(m, " CNTR: %08x\n", error->cursor[i].control);
7002 seq_printf(m, " POS: %08x\n", error->cursor[i].position);
7003 seq_printf(m, " BASE: %08x\n", error->cursor[i].base);
7004 }
7005}
7006#endif