blob: 45b93a0961912fac3b993e21bcdfbeacb4ddac22 [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
Chris Wilson265db952010-09-20 15:41:01 +01001983 switch (intel_crtc->plane) {
Chris Wilson5c3b82e2009-02-11 13:25:09 +00001984 case 0:
1985 case 1:
1986 break;
Jesse Barnes27f82272011-09-02 12:54:37 -07001987 case 2:
1988 if (IS_IVYBRIDGE(dev))
1989 break;
1990 /* fall through otherwise */
Chris Wilson5c3b82e2009-02-11 13:25:09 +00001991 default:
Jesse Barnesa5071c22011-07-19 15:38:56 -07001992 DRM_ERROR("no plane for crtc\n");
Chris Wilson5c3b82e2009-02-11 13:25:09 +00001993 return -EINVAL;
Jesse Barnes79e53942008-11-07 14:24:08 -08001994 }
1995
Chris Wilson5c3b82e2009-02-11 13:25:09 +00001996 mutex_lock(&dev->struct_mutex);
Chris Wilson265db952010-09-20 15:41:01 +01001997 ret = intel_pin_and_fence_fb_obj(dev,
1998 to_intel_framebuffer(crtc->fb)->obj,
Chris Wilson919926a2010-11-12 13:42:53 +00001999 NULL);
Chris Wilson5c3b82e2009-02-11 13:25:09 +00002000 if (ret != 0) {
2001 mutex_unlock(&dev->struct_mutex);
Jesse Barnesa5071c22011-07-19 15:38:56 -07002002 DRM_ERROR("pin & fence failed\n");
Chris Wilson5c3b82e2009-02-11 13:25:09 +00002003 return ret;
2004 }
Kristian Høgsberg3c4fdcf2008-12-17 22:14:46 -05002005
Chris Wilson14667a42012-04-03 17:58:35 +01002006 if (old_fb)
2007 intel_finish_fb(old_fb);
Chris Wilson265db952010-09-20 15:41:01 +01002008
Chris Wilson6b8e6ed2012-04-17 15:08:19 +01002009 ret = dev_priv->display.update_plane(crtc, crtc->fb, x, y);
Chris Wilson4e6cfef2010-08-08 13:20:19 +01002010 if (ret) {
Chris Wilson1690e1e2011-12-14 13:57:08 +01002011 intel_unpin_fb_obj(to_intel_framebuffer(crtc->fb)->obj);
Chris Wilson5c3b82e2009-02-11 13:25:09 +00002012 mutex_unlock(&dev->struct_mutex);
Jesse Barnesa5071c22011-07-19 15:38:56 -07002013 DRM_ERROR("failed to update base address\n");
Chris Wilson4e6cfef2010-08-08 13:20:19 +01002014 return ret;
Jesse Barnes79e53942008-11-07 14:24:08 -08002015 }
Kristian Høgsberg3c4fdcf2008-12-17 22:14:46 -05002016
Chris Wilsonb7f1de22010-12-14 16:09:31 +00002017 if (old_fb) {
2018 intel_wait_for_vblank(dev, intel_crtc->pipe);
Chris Wilson1690e1e2011-12-14 13:57:08 +01002019 intel_unpin_fb_obj(to_intel_framebuffer(old_fb)->obj);
Chris Wilsonb7f1de22010-12-14 16:09:31 +00002020 }
Jesse Barnes652c3932009-08-17 13:31:43 -07002021
Chris Wilson6b8e6ed2012-04-17 15:08:19 +01002022 intel_update_fbc(dev);
Chris Wilson5c3b82e2009-02-11 13:25:09 +00002023 mutex_unlock(&dev->struct_mutex);
Jesse Barnes79e53942008-11-07 14:24:08 -08002024
2025 if (!dev->primary->master)
Chris Wilson5c3b82e2009-02-11 13:25:09 +00002026 return 0;
Jesse Barnes79e53942008-11-07 14:24:08 -08002027
2028 master_priv = dev->primary->master->driver_priv;
2029 if (!master_priv->sarea_priv)
Chris Wilson5c3b82e2009-02-11 13:25:09 +00002030 return 0;
Jesse Barnes79e53942008-11-07 14:24:08 -08002031
Chris Wilson265db952010-09-20 15:41:01 +01002032 if (intel_crtc->pipe) {
Jesse Barnes79e53942008-11-07 14:24:08 -08002033 master_priv->sarea_priv->pipeB_x = x;
2034 master_priv->sarea_priv->pipeB_y = y;
Chris Wilson5c3b82e2009-02-11 13:25:09 +00002035 } else {
2036 master_priv->sarea_priv->pipeA_x = x;
2037 master_priv->sarea_priv->pipeA_y = y;
Jesse Barnes79e53942008-11-07 14:24:08 -08002038 }
Chris Wilson5c3b82e2009-02-11 13:25:09 +00002039
2040 return 0;
Jesse Barnes79e53942008-11-07 14:24:08 -08002041}
2042
Chris Wilson5eddb702010-09-11 13:48:45 +01002043static void ironlake_set_pll_edp(struct drm_crtc *crtc, int clock)
Zhenyu Wang32f9d652009-07-24 01:00:32 +08002044{
2045 struct drm_device *dev = crtc->dev;
2046 struct drm_i915_private *dev_priv = dev->dev_private;
2047 u32 dpa_ctl;
2048
Zhao Yakui28c97732009-10-09 11:39:41 +08002049 DRM_DEBUG_KMS("eDP PLL enable for clock %d\n", clock);
Zhenyu Wang32f9d652009-07-24 01:00:32 +08002050 dpa_ctl = I915_READ(DP_A);
2051 dpa_ctl &= ~DP_PLL_FREQ_MASK;
2052
2053 if (clock < 200000) {
2054 u32 temp;
2055 dpa_ctl |= DP_PLL_FREQ_160MHZ;
2056 /* workaround for 160Mhz:
2057 1) program 0x4600c bits 15:0 = 0x8124
2058 2) program 0x46010 bit 0 = 1
2059 3) program 0x46034 bit 24 = 1
2060 4) program 0x64000 bit 14 = 1
2061 */
2062 temp = I915_READ(0x4600c);
2063 temp &= 0xffff0000;
2064 I915_WRITE(0x4600c, temp | 0x8124);
2065
2066 temp = I915_READ(0x46010);
2067 I915_WRITE(0x46010, temp | 1);
2068
2069 temp = I915_READ(0x46034);
2070 I915_WRITE(0x46034, temp | (1 << 24));
2071 } else {
2072 dpa_ctl |= DP_PLL_FREQ_270MHZ;
2073 }
2074 I915_WRITE(DP_A, dpa_ctl);
2075
Chris Wilson5eddb702010-09-11 13:48:45 +01002076 POSTING_READ(DP_A);
Zhenyu Wang32f9d652009-07-24 01:00:32 +08002077 udelay(500);
2078}
2079
Zhenyu Wang5e84e1a2010-10-28 16:38:08 +08002080static void intel_fdi_normal_train(struct drm_crtc *crtc)
2081{
2082 struct drm_device *dev = crtc->dev;
2083 struct drm_i915_private *dev_priv = dev->dev_private;
2084 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
2085 int pipe = intel_crtc->pipe;
2086 u32 reg, temp;
2087
2088 /* enable normal train */
2089 reg = FDI_TX_CTL(pipe);
2090 temp = I915_READ(reg);
Keith Packard61e499b2011-05-17 16:13:52 -07002091 if (IS_IVYBRIDGE(dev)) {
Jesse Barnes357555c2011-04-28 15:09:55 -07002092 temp &= ~FDI_LINK_TRAIN_NONE_IVB;
2093 temp |= FDI_LINK_TRAIN_NONE_IVB | FDI_TX_ENHANCE_FRAME_ENABLE;
Keith Packard61e499b2011-05-17 16:13:52 -07002094 } else {
2095 temp &= ~FDI_LINK_TRAIN_NONE;
2096 temp |= FDI_LINK_TRAIN_NONE | FDI_TX_ENHANCE_FRAME_ENABLE;
Jesse Barnes357555c2011-04-28 15:09:55 -07002097 }
Zhenyu Wang5e84e1a2010-10-28 16:38:08 +08002098 I915_WRITE(reg, temp);
2099
2100 reg = FDI_RX_CTL(pipe);
2101 temp = I915_READ(reg);
2102 if (HAS_PCH_CPT(dev)) {
2103 temp &= ~FDI_LINK_TRAIN_PATTERN_MASK_CPT;
2104 temp |= FDI_LINK_TRAIN_NORMAL_CPT;
2105 } else {
2106 temp &= ~FDI_LINK_TRAIN_NONE;
2107 temp |= FDI_LINK_TRAIN_NONE;
2108 }
2109 I915_WRITE(reg, temp | FDI_RX_ENHANCE_FRAME_ENABLE);
2110
2111 /* wait one idle pattern time */
2112 POSTING_READ(reg);
2113 udelay(1000);
Jesse Barnes357555c2011-04-28 15:09:55 -07002114
2115 /* IVB wants error correction enabled */
2116 if (IS_IVYBRIDGE(dev))
2117 I915_WRITE(reg, I915_READ(reg) | FDI_FS_ERRC_ENABLE |
2118 FDI_FE_ERRC_ENABLE);
Zhenyu Wang5e84e1a2010-10-28 16:38:08 +08002119}
2120
Jesse Barnes291427f2011-07-29 12:42:37 -07002121static void cpt_phase_pointer_enable(struct drm_device *dev, int pipe)
2122{
2123 struct drm_i915_private *dev_priv = dev->dev_private;
2124 u32 flags = I915_READ(SOUTH_CHICKEN1);
2125
2126 flags |= FDI_PHASE_SYNC_OVR(pipe);
2127 I915_WRITE(SOUTH_CHICKEN1, flags); /* once to unlock... */
2128 flags |= FDI_PHASE_SYNC_EN(pipe);
2129 I915_WRITE(SOUTH_CHICKEN1, flags); /* then again to enable */
2130 POSTING_READ(SOUTH_CHICKEN1);
2131}
2132
Zhenyu Wang8db9d772010-04-07 16:15:54 +08002133/* The FDI link training functions for ILK/Ibexpeak. */
2134static void ironlake_fdi_link_train(struct drm_crtc *crtc)
2135{
2136 struct drm_device *dev = crtc->dev;
2137 struct drm_i915_private *dev_priv = dev->dev_private;
2138 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
2139 int pipe = intel_crtc->pipe;
Jesse Barnes0fc932b2011-01-04 15:09:37 -08002140 int plane = intel_crtc->plane;
Chris Wilson5eddb702010-09-11 13:48:45 +01002141 u32 reg, temp, tries;
Zhenyu Wang8db9d772010-04-07 16:15:54 +08002142
Jesse Barnes0fc932b2011-01-04 15:09:37 -08002143 /* FDI needs bits from pipe & plane first */
2144 assert_pipe_enabled(dev_priv, pipe);
2145 assert_plane_enabled(dev_priv, plane);
2146
Adam Jacksone1a44742010-06-25 15:32:14 -04002147 /* Train 1: umask FDI RX Interrupt symbol_lock and bit_lock bit
2148 for train result */
Chris Wilson5eddb702010-09-11 13:48:45 +01002149 reg = FDI_RX_IMR(pipe);
2150 temp = I915_READ(reg);
Adam Jacksone1a44742010-06-25 15:32:14 -04002151 temp &= ~FDI_RX_SYMBOL_LOCK;
2152 temp &= ~FDI_RX_BIT_LOCK;
Chris Wilson5eddb702010-09-11 13:48:45 +01002153 I915_WRITE(reg, temp);
2154 I915_READ(reg);
Adam Jacksone1a44742010-06-25 15:32:14 -04002155 udelay(150);
2156
Zhenyu Wang8db9d772010-04-07 16:15:54 +08002157 /* enable CPU FDI TX and PCH FDI RX */
Chris Wilson5eddb702010-09-11 13:48:45 +01002158 reg = FDI_TX_CTL(pipe);
2159 temp = I915_READ(reg);
Adam Jackson77ffb592010-04-12 11:38:44 -04002160 temp &= ~(7 << 19);
2161 temp |= (intel_crtc->fdi_lanes - 1) << 19;
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_TX_ENABLE);
Zhenyu Wang8db9d772010-04-07 16:15:54 +08002165
Chris Wilson5eddb702010-09-11 13:48:45 +01002166 reg = FDI_RX_CTL(pipe);
2167 temp = I915_READ(reg);
Zhenyu Wang8db9d772010-04-07 16:15:54 +08002168 temp &= ~FDI_LINK_TRAIN_NONE;
2169 temp |= FDI_LINK_TRAIN_PATTERN_1;
Chris Wilson5eddb702010-09-11 13:48:45 +01002170 I915_WRITE(reg, temp | FDI_RX_ENABLE);
2171
2172 POSTING_READ(reg);
Zhenyu Wang8db9d772010-04-07 16:15:54 +08002173 udelay(150);
2174
Jesse Barnes5b2adf82010-10-07 16:01:15 -07002175 /* Ironlake workaround, enable clock pointer after FDI enable*/
Jesse Barnes6f06ce12011-01-04 15:09:38 -08002176 if (HAS_PCH_IBX(dev)) {
2177 I915_WRITE(FDI_RX_CHICKEN(pipe), FDI_RX_PHASE_SYNC_POINTER_OVR);
2178 I915_WRITE(FDI_RX_CHICKEN(pipe), FDI_RX_PHASE_SYNC_POINTER_OVR |
2179 FDI_RX_PHASE_SYNC_POINTER_EN);
2180 }
Jesse Barnes5b2adf82010-10-07 16:01:15 -07002181
Chris Wilson5eddb702010-09-11 13:48:45 +01002182 reg = FDI_RX_IIR(pipe);
Adam Jacksone1a44742010-06-25 15:32:14 -04002183 for (tries = 0; tries < 5; tries++) {
Chris Wilson5eddb702010-09-11 13:48:45 +01002184 temp = I915_READ(reg);
Zhenyu Wang8db9d772010-04-07 16:15:54 +08002185 DRM_DEBUG_KMS("FDI_RX_IIR 0x%x\n", temp);
2186
2187 if ((temp & FDI_RX_BIT_LOCK)) {
2188 DRM_DEBUG_KMS("FDI train 1 done.\n");
Chris Wilson5eddb702010-09-11 13:48:45 +01002189 I915_WRITE(reg, temp | FDI_RX_BIT_LOCK);
Zhenyu Wang8db9d772010-04-07 16:15:54 +08002190 break;
2191 }
Zhenyu Wang8db9d772010-04-07 16:15:54 +08002192 }
Adam Jacksone1a44742010-06-25 15:32:14 -04002193 if (tries == 5)
Chris Wilson5eddb702010-09-11 13:48:45 +01002194 DRM_ERROR("FDI train 1 fail!\n");
Zhenyu Wang8db9d772010-04-07 16:15:54 +08002195
2196 /* Train 2 */
Chris Wilson5eddb702010-09-11 13:48:45 +01002197 reg = FDI_TX_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);
Zhenyu Wang8db9d772010-04-07 16:15:54 +08002202
Chris Wilson5eddb702010-09-11 13:48:45 +01002203 reg = FDI_RX_CTL(pipe);
2204 temp = I915_READ(reg);
Zhenyu Wang8db9d772010-04-07 16:15:54 +08002205 temp &= ~FDI_LINK_TRAIN_NONE;
2206 temp |= FDI_LINK_TRAIN_PATTERN_2;
Chris Wilson5eddb702010-09-11 13:48:45 +01002207 I915_WRITE(reg, temp);
2208
2209 POSTING_READ(reg);
Zhenyu Wang8db9d772010-04-07 16:15:54 +08002210 udelay(150);
2211
Chris Wilson5eddb702010-09-11 13:48:45 +01002212 reg = FDI_RX_IIR(pipe);
Adam Jacksone1a44742010-06-25 15:32:14 -04002213 for (tries = 0; tries < 5; tries++) {
Chris Wilson5eddb702010-09-11 13:48:45 +01002214 temp = I915_READ(reg);
Zhenyu Wang8db9d772010-04-07 16:15:54 +08002215 DRM_DEBUG_KMS("FDI_RX_IIR 0x%x\n", temp);
2216
2217 if (temp & FDI_RX_SYMBOL_LOCK) {
Chris Wilson5eddb702010-09-11 13:48:45 +01002218 I915_WRITE(reg, temp | FDI_RX_SYMBOL_LOCK);
Zhenyu Wang8db9d772010-04-07 16:15:54 +08002219 DRM_DEBUG_KMS("FDI train 2 done.\n");
2220 break;
2221 }
Zhenyu Wang8db9d772010-04-07 16:15:54 +08002222 }
Adam Jacksone1a44742010-06-25 15:32:14 -04002223 if (tries == 5)
Chris Wilson5eddb702010-09-11 13:48:45 +01002224 DRM_ERROR("FDI train 2 fail!\n");
Zhenyu Wang8db9d772010-04-07 16:15:54 +08002225
2226 DRM_DEBUG_KMS("FDI train done\n");
Jesse Barnes5c5313c2010-10-07 16:01:11 -07002227
Zhenyu Wang8db9d772010-04-07 16:15:54 +08002228}
2229
Akshay Joshi0206e352011-08-16 15:34:10 -04002230static const int snb_b_fdi_train_param[] = {
Zhenyu Wang8db9d772010-04-07 16:15:54 +08002231 FDI_LINK_TRAIN_400MV_0DB_SNB_B,
2232 FDI_LINK_TRAIN_400MV_6DB_SNB_B,
2233 FDI_LINK_TRAIN_600MV_3_5DB_SNB_B,
2234 FDI_LINK_TRAIN_800MV_0DB_SNB_B,
2235};
2236
2237/* The FDI link training functions for SNB/Cougarpoint. */
2238static void gen6_fdi_link_train(struct drm_crtc *crtc)
2239{
2240 struct drm_device *dev = crtc->dev;
2241 struct drm_i915_private *dev_priv = dev->dev_private;
2242 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
2243 int pipe = intel_crtc->pipe;
Sean Paulfa37d392012-03-02 12:53:39 -05002244 u32 reg, temp, i, retry;
Zhenyu Wang8db9d772010-04-07 16:15:54 +08002245
Adam Jacksone1a44742010-06-25 15:32:14 -04002246 /* Train 1: umask FDI RX Interrupt symbol_lock and bit_lock bit
2247 for train result */
Chris Wilson5eddb702010-09-11 13:48:45 +01002248 reg = FDI_RX_IMR(pipe);
2249 temp = I915_READ(reg);
Adam Jacksone1a44742010-06-25 15:32:14 -04002250 temp &= ~FDI_RX_SYMBOL_LOCK;
2251 temp &= ~FDI_RX_BIT_LOCK;
Chris Wilson5eddb702010-09-11 13:48:45 +01002252 I915_WRITE(reg, temp);
2253
2254 POSTING_READ(reg);
Adam Jacksone1a44742010-06-25 15:32:14 -04002255 udelay(150);
2256
Zhenyu Wang8db9d772010-04-07 16:15:54 +08002257 /* enable CPU FDI TX and PCH FDI RX */
Chris Wilson5eddb702010-09-11 13:48:45 +01002258 reg = FDI_TX_CTL(pipe);
2259 temp = I915_READ(reg);
Adam Jackson77ffb592010-04-12 11:38:44 -04002260 temp &= ~(7 << 19);
2261 temp |= (intel_crtc->fdi_lanes - 1) << 19;
Zhenyu Wang8db9d772010-04-07 16:15:54 +08002262 temp &= ~FDI_LINK_TRAIN_NONE;
2263 temp |= FDI_LINK_TRAIN_PATTERN_1;
2264 temp &= ~FDI_LINK_TRAIN_VOL_EMP_MASK;
2265 /* SNB-B */
2266 temp |= FDI_LINK_TRAIN_400MV_0DB_SNB_B;
Chris Wilson5eddb702010-09-11 13:48:45 +01002267 I915_WRITE(reg, temp | FDI_TX_ENABLE);
Zhenyu Wang8db9d772010-04-07 16:15:54 +08002268
Chris Wilson5eddb702010-09-11 13:48:45 +01002269 reg = FDI_RX_CTL(pipe);
2270 temp = I915_READ(reg);
Zhenyu Wang8db9d772010-04-07 16:15:54 +08002271 if (HAS_PCH_CPT(dev)) {
2272 temp &= ~FDI_LINK_TRAIN_PATTERN_MASK_CPT;
2273 temp |= FDI_LINK_TRAIN_PATTERN_1_CPT;
2274 } else {
2275 temp &= ~FDI_LINK_TRAIN_NONE;
2276 temp |= FDI_LINK_TRAIN_PATTERN_1;
2277 }
Chris Wilson5eddb702010-09-11 13:48:45 +01002278 I915_WRITE(reg, temp | FDI_RX_ENABLE);
2279
2280 POSTING_READ(reg);
Zhenyu Wang8db9d772010-04-07 16:15:54 +08002281 udelay(150);
2282
Jesse Barnes291427f2011-07-29 12:42:37 -07002283 if (HAS_PCH_CPT(dev))
2284 cpt_phase_pointer_enable(dev, pipe);
2285
Akshay Joshi0206e352011-08-16 15:34:10 -04002286 for (i = 0; i < 4; i++) {
Chris Wilson5eddb702010-09-11 13:48:45 +01002287 reg = FDI_TX_CTL(pipe);
2288 temp = I915_READ(reg);
Zhenyu Wang8db9d772010-04-07 16:15:54 +08002289 temp &= ~FDI_LINK_TRAIN_VOL_EMP_MASK;
2290 temp |= snb_b_fdi_train_param[i];
Chris Wilson5eddb702010-09-11 13:48:45 +01002291 I915_WRITE(reg, temp);
2292
2293 POSTING_READ(reg);
Zhenyu Wang8db9d772010-04-07 16:15:54 +08002294 udelay(500);
2295
Sean Paulfa37d392012-03-02 12:53:39 -05002296 for (retry = 0; retry < 5; retry++) {
2297 reg = FDI_RX_IIR(pipe);
2298 temp = I915_READ(reg);
2299 DRM_DEBUG_KMS("FDI_RX_IIR 0x%x\n", temp);
2300 if (temp & FDI_RX_BIT_LOCK) {
2301 I915_WRITE(reg, temp | FDI_RX_BIT_LOCK);
2302 DRM_DEBUG_KMS("FDI train 1 done.\n");
2303 break;
2304 }
2305 udelay(50);
Zhenyu Wang8db9d772010-04-07 16:15:54 +08002306 }
Sean Paulfa37d392012-03-02 12:53:39 -05002307 if (retry < 5)
2308 break;
Zhenyu Wang8db9d772010-04-07 16:15:54 +08002309 }
2310 if (i == 4)
Chris Wilson5eddb702010-09-11 13:48:45 +01002311 DRM_ERROR("FDI train 1 fail!\n");
Zhenyu Wang8db9d772010-04-07 16:15:54 +08002312
2313 /* Train 2 */
Chris Wilson5eddb702010-09-11 13:48:45 +01002314 reg = FDI_TX_CTL(pipe);
2315 temp = I915_READ(reg);
Zhenyu Wang8db9d772010-04-07 16:15:54 +08002316 temp &= ~FDI_LINK_TRAIN_NONE;
2317 temp |= FDI_LINK_TRAIN_PATTERN_2;
2318 if (IS_GEN6(dev)) {
2319 temp &= ~FDI_LINK_TRAIN_VOL_EMP_MASK;
2320 /* SNB-B */
2321 temp |= FDI_LINK_TRAIN_400MV_0DB_SNB_B;
2322 }
Chris Wilson5eddb702010-09-11 13:48:45 +01002323 I915_WRITE(reg, temp);
Zhenyu Wang8db9d772010-04-07 16:15:54 +08002324
Chris Wilson5eddb702010-09-11 13:48:45 +01002325 reg = FDI_RX_CTL(pipe);
2326 temp = I915_READ(reg);
Zhenyu Wang8db9d772010-04-07 16:15:54 +08002327 if (HAS_PCH_CPT(dev)) {
2328 temp &= ~FDI_LINK_TRAIN_PATTERN_MASK_CPT;
2329 temp |= FDI_LINK_TRAIN_PATTERN_2_CPT;
2330 } else {
2331 temp &= ~FDI_LINK_TRAIN_NONE;
2332 temp |= FDI_LINK_TRAIN_PATTERN_2;
2333 }
Chris Wilson5eddb702010-09-11 13:48:45 +01002334 I915_WRITE(reg, temp);
2335
2336 POSTING_READ(reg);
Zhenyu Wang8db9d772010-04-07 16:15:54 +08002337 udelay(150);
2338
Akshay Joshi0206e352011-08-16 15:34:10 -04002339 for (i = 0; i < 4; i++) {
Chris Wilson5eddb702010-09-11 13:48:45 +01002340 reg = FDI_TX_CTL(pipe);
2341 temp = I915_READ(reg);
Zhenyu Wang8db9d772010-04-07 16:15:54 +08002342 temp &= ~FDI_LINK_TRAIN_VOL_EMP_MASK;
2343 temp |= snb_b_fdi_train_param[i];
Chris Wilson5eddb702010-09-11 13:48:45 +01002344 I915_WRITE(reg, temp);
2345
2346 POSTING_READ(reg);
Zhenyu Wang8db9d772010-04-07 16:15:54 +08002347 udelay(500);
2348
Sean Paulfa37d392012-03-02 12:53:39 -05002349 for (retry = 0; retry < 5; retry++) {
2350 reg = FDI_RX_IIR(pipe);
2351 temp = I915_READ(reg);
2352 DRM_DEBUG_KMS("FDI_RX_IIR 0x%x\n", temp);
2353 if (temp & FDI_RX_SYMBOL_LOCK) {
2354 I915_WRITE(reg, temp | FDI_RX_SYMBOL_LOCK);
2355 DRM_DEBUG_KMS("FDI train 2 done.\n");
2356 break;
2357 }
2358 udelay(50);
Zhenyu Wang8db9d772010-04-07 16:15:54 +08002359 }
Sean Paulfa37d392012-03-02 12:53:39 -05002360 if (retry < 5)
2361 break;
Zhenyu Wang8db9d772010-04-07 16:15:54 +08002362 }
2363 if (i == 4)
Chris Wilson5eddb702010-09-11 13:48:45 +01002364 DRM_ERROR("FDI train 2 fail!\n");
Zhenyu Wang8db9d772010-04-07 16:15:54 +08002365
2366 DRM_DEBUG_KMS("FDI train done.\n");
2367}
2368
Jesse Barnes357555c2011-04-28 15:09:55 -07002369/* Manual link training for Ivy Bridge A0 parts */
2370static void ivb_manual_fdi_link_train(struct drm_crtc *crtc)
2371{
2372 struct drm_device *dev = crtc->dev;
2373 struct drm_i915_private *dev_priv = dev->dev_private;
2374 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
2375 int pipe = intel_crtc->pipe;
2376 u32 reg, temp, i;
2377
2378 /* Train 1: umask FDI RX Interrupt symbol_lock and bit_lock bit
2379 for train result */
2380 reg = FDI_RX_IMR(pipe);
2381 temp = I915_READ(reg);
2382 temp &= ~FDI_RX_SYMBOL_LOCK;
2383 temp &= ~FDI_RX_BIT_LOCK;
2384 I915_WRITE(reg, temp);
2385
2386 POSTING_READ(reg);
2387 udelay(150);
2388
2389 /* enable CPU FDI TX and PCH FDI RX */
2390 reg = FDI_TX_CTL(pipe);
2391 temp = I915_READ(reg);
2392 temp &= ~(7 << 19);
2393 temp |= (intel_crtc->fdi_lanes - 1) << 19;
2394 temp &= ~(FDI_LINK_TRAIN_AUTO | FDI_LINK_TRAIN_NONE_IVB);
2395 temp |= FDI_LINK_TRAIN_PATTERN_1_IVB;
2396 temp &= ~FDI_LINK_TRAIN_VOL_EMP_MASK;
2397 temp |= FDI_LINK_TRAIN_400MV_0DB_SNB_B;
Jesse Barnesc4f9c4c2011-10-10 14:28:52 -07002398 temp |= FDI_COMPOSITE_SYNC;
Jesse Barnes357555c2011-04-28 15:09:55 -07002399 I915_WRITE(reg, temp | FDI_TX_ENABLE);
2400
2401 reg = FDI_RX_CTL(pipe);
2402 temp = I915_READ(reg);
2403 temp &= ~FDI_LINK_TRAIN_AUTO;
2404 temp &= ~FDI_LINK_TRAIN_PATTERN_MASK_CPT;
2405 temp |= FDI_LINK_TRAIN_PATTERN_1_CPT;
Jesse Barnesc4f9c4c2011-10-10 14:28:52 -07002406 temp |= FDI_COMPOSITE_SYNC;
Jesse Barnes357555c2011-04-28 15:09:55 -07002407 I915_WRITE(reg, temp | FDI_RX_ENABLE);
2408
2409 POSTING_READ(reg);
2410 udelay(150);
2411
Jesse Barnes291427f2011-07-29 12:42:37 -07002412 if (HAS_PCH_CPT(dev))
2413 cpt_phase_pointer_enable(dev, pipe);
2414
Akshay Joshi0206e352011-08-16 15:34:10 -04002415 for (i = 0; i < 4; i++) {
Jesse Barnes357555c2011-04-28 15:09:55 -07002416 reg = FDI_TX_CTL(pipe);
2417 temp = I915_READ(reg);
2418 temp &= ~FDI_LINK_TRAIN_VOL_EMP_MASK;
2419 temp |= snb_b_fdi_train_param[i];
2420 I915_WRITE(reg, temp);
2421
2422 POSTING_READ(reg);
2423 udelay(500);
2424
2425 reg = FDI_RX_IIR(pipe);
2426 temp = I915_READ(reg);
2427 DRM_DEBUG_KMS("FDI_RX_IIR 0x%x\n", temp);
2428
2429 if (temp & FDI_RX_BIT_LOCK ||
2430 (I915_READ(reg) & FDI_RX_BIT_LOCK)) {
2431 I915_WRITE(reg, temp | FDI_RX_BIT_LOCK);
2432 DRM_DEBUG_KMS("FDI train 1 done.\n");
2433 break;
2434 }
2435 }
2436 if (i == 4)
2437 DRM_ERROR("FDI train 1 fail!\n");
2438
2439 /* Train 2 */
2440 reg = FDI_TX_CTL(pipe);
2441 temp = I915_READ(reg);
2442 temp &= ~FDI_LINK_TRAIN_NONE_IVB;
2443 temp |= FDI_LINK_TRAIN_PATTERN_2_IVB;
2444 temp &= ~FDI_LINK_TRAIN_VOL_EMP_MASK;
2445 temp |= FDI_LINK_TRAIN_400MV_0DB_SNB_B;
2446 I915_WRITE(reg, temp);
2447
2448 reg = FDI_RX_CTL(pipe);
2449 temp = I915_READ(reg);
2450 temp &= ~FDI_LINK_TRAIN_PATTERN_MASK_CPT;
2451 temp |= FDI_LINK_TRAIN_PATTERN_2_CPT;
2452 I915_WRITE(reg, temp);
2453
2454 POSTING_READ(reg);
2455 udelay(150);
2456
Akshay Joshi0206e352011-08-16 15:34:10 -04002457 for (i = 0; i < 4; i++) {
Jesse Barnes357555c2011-04-28 15:09:55 -07002458 reg = FDI_TX_CTL(pipe);
2459 temp = I915_READ(reg);
2460 temp &= ~FDI_LINK_TRAIN_VOL_EMP_MASK;
2461 temp |= snb_b_fdi_train_param[i];
2462 I915_WRITE(reg, temp);
2463
2464 POSTING_READ(reg);
2465 udelay(500);
2466
2467 reg = FDI_RX_IIR(pipe);
2468 temp = I915_READ(reg);
2469 DRM_DEBUG_KMS("FDI_RX_IIR 0x%x\n", temp);
2470
2471 if (temp & FDI_RX_SYMBOL_LOCK) {
2472 I915_WRITE(reg, temp | FDI_RX_SYMBOL_LOCK);
2473 DRM_DEBUG_KMS("FDI train 2 done.\n");
2474 break;
2475 }
2476 }
2477 if (i == 4)
2478 DRM_ERROR("FDI train 2 fail!\n");
2479
2480 DRM_DEBUG_KMS("FDI train done.\n");
2481}
2482
2483static void ironlake_fdi_pll_enable(struct drm_crtc *crtc)
Jesse Barnes0e23b992010-09-10 11:10:00 -07002484{
2485 struct drm_device *dev = crtc->dev;
2486 struct drm_i915_private *dev_priv = dev->dev_private;
2487 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
2488 int pipe = intel_crtc->pipe;
Chris Wilson5eddb702010-09-11 13:48:45 +01002489 u32 reg, temp;
Jesse Barnes0e23b992010-09-10 11:10:00 -07002490
Jesse Barnesc64e3112010-09-10 11:27:03 -07002491 /* Write the TU size bits so error detection works */
Chris Wilson5eddb702010-09-11 13:48:45 +01002492 I915_WRITE(FDI_RX_TUSIZE1(pipe),
2493 I915_READ(PIPE_DATA_M1(pipe)) & TU_SIZE_MASK);
Jesse Barnesc64e3112010-09-10 11:27:03 -07002494
Jesse Barnes0e23b992010-09-10 11:10:00 -07002495 /* enable PCH FDI RX PLL, wait warmup plus DMI latency */
Chris Wilson5eddb702010-09-11 13:48:45 +01002496 reg = FDI_RX_CTL(pipe);
2497 temp = I915_READ(reg);
2498 temp &= ~((0x7 << 19) | (0x7 << 16));
Jesse Barnes0e23b992010-09-10 11:10:00 -07002499 temp |= (intel_crtc->fdi_lanes - 1) << 19;
Chris Wilson5eddb702010-09-11 13:48:45 +01002500 temp |= (I915_READ(PIPECONF(pipe)) & PIPE_BPC_MASK) << 11;
2501 I915_WRITE(reg, temp | FDI_RX_PLL_ENABLE);
2502
2503 POSTING_READ(reg);
Jesse Barnes0e23b992010-09-10 11:10:00 -07002504 udelay(200);
2505
2506 /* Switch from Rawclk to PCDclk */
Chris Wilson5eddb702010-09-11 13:48:45 +01002507 temp = I915_READ(reg);
2508 I915_WRITE(reg, temp | FDI_PCDCLK);
2509
2510 POSTING_READ(reg);
Jesse Barnes0e23b992010-09-10 11:10:00 -07002511 udelay(200);
2512
2513 /* Enable CPU FDI TX PLL, always on for Ironlake */
Chris Wilson5eddb702010-09-11 13:48:45 +01002514 reg = FDI_TX_CTL(pipe);
2515 temp = I915_READ(reg);
Jesse Barnes0e23b992010-09-10 11:10:00 -07002516 if ((temp & FDI_TX_PLL_ENABLE) == 0) {
Chris Wilson5eddb702010-09-11 13:48:45 +01002517 I915_WRITE(reg, temp | FDI_TX_PLL_ENABLE);
2518
2519 POSTING_READ(reg);
Jesse Barnes0e23b992010-09-10 11:10:00 -07002520 udelay(100);
2521 }
2522}
2523
Jesse Barnes291427f2011-07-29 12:42:37 -07002524static void cpt_phase_pointer_disable(struct drm_device *dev, int pipe)
2525{
2526 struct drm_i915_private *dev_priv = dev->dev_private;
2527 u32 flags = I915_READ(SOUTH_CHICKEN1);
2528
2529 flags &= ~(FDI_PHASE_SYNC_EN(pipe));
2530 I915_WRITE(SOUTH_CHICKEN1, flags); /* once to disable... */
2531 flags &= ~(FDI_PHASE_SYNC_OVR(pipe));
2532 I915_WRITE(SOUTH_CHICKEN1, flags); /* then again to lock */
2533 POSTING_READ(SOUTH_CHICKEN1);
2534}
Jesse Barnes0fc932b2011-01-04 15:09:37 -08002535static void ironlake_fdi_disable(struct drm_crtc *crtc)
2536{
2537 struct drm_device *dev = crtc->dev;
2538 struct drm_i915_private *dev_priv = dev->dev_private;
2539 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
2540 int pipe = intel_crtc->pipe;
2541 u32 reg, temp;
2542
2543 /* disable CPU FDI tx and PCH FDI rx */
2544 reg = FDI_TX_CTL(pipe);
2545 temp = I915_READ(reg);
2546 I915_WRITE(reg, temp & ~FDI_TX_ENABLE);
2547 POSTING_READ(reg);
2548
2549 reg = FDI_RX_CTL(pipe);
2550 temp = I915_READ(reg);
2551 temp &= ~(0x7 << 16);
2552 temp |= (I915_READ(PIPECONF(pipe)) & PIPE_BPC_MASK) << 11;
2553 I915_WRITE(reg, temp & ~FDI_RX_ENABLE);
2554
2555 POSTING_READ(reg);
2556 udelay(100);
2557
2558 /* Ironlake workaround, disable clock pointer after downing FDI */
Jesse Barnes6f06ce12011-01-04 15:09:38 -08002559 if (HAS_PCH_IBX(dev)) {
2560 I915_WRITE(FDI_RX_CHICKEN(pipe), FDI_RX_PHASE_SYNC_POINTER_OVR);
Jesse Barnes0fc932b2011-01-04 15:09:37 -08002561 I915_WRITE(FDI_RX_CHICKEN(pipe),
2562 I915_READ(FDI_RX_CHICKEN(pipe) &
Jesse Barnes6f06ce12011-01-04 15:09:38 -08002563 ~FDI_RX_PHASE_SYNC_POINTER_EN));
Jesse Barnes291427f2011-07-29 12:42:37 -07002564 } else if (HAS_PCH_CPT(dev)) {
2565 cpt_phase_pointer_disable(dev, pipe);
Jesse Barnes6f06ce12011-01-04 15:09:38 -08002566 }
Jesse Barnes0fc932b2011-01-04 15:09:37 -08002567
2568 /* still set train pattern 1 */
2569 reg = FDI_TX_CTL(pipe);
2570 temp = I915_READ(reg);
2571 temp &= ~FDI_LINK_TRAIN_NONE;
2572 temp |= FDI_LINK_TRAIN_PATTERN_1;
2573 I915_WRITE(reg, temp);
2574
2575 reg = FDI_RX_CTL(pipe);
2576 temp = I915_READ(reg);
2577 if (HAS_PCH_CPT(dev)) {
2578 temp &= ~FDI_LINK_TRAIN_PATTERN_MASK_CPT;
2579 temp |= FDI_LINK_TRAIN_PATTERN_1_CPT;
2580 } else {
2581 temp &= ~FDI_LINK_TRAIN_NONE;
2582 temp |= FDI_LINK_TRAIN_PATTERN_1;
2583 }
2584 /* BPC in FDI rx is consistent with that in PIPECONF */
2585 temp &= ~(0x07 << 16);
2586 temp |= (I915_READ(PIPECONF(pipe)) & PIPE_BPC_MASK) << 11;
2587 I915_WRITE(reg, temp);
2588
2589 POSTING_READ(reg);
2590 udelay(100);
2591}
2592
Chris Wilsone6c3a2a2010-09-23 23:04:43 +01002593static void intel_crtc_wait_for_pending_flips(struct drm_crtc *crtc)
2594{
Chris Wilson0f911282012-04-17 10:05:38 +01002595 struct drm_device *dev = crtc->dev;
Chris Wilsone6c3a2a2010-09-23 23:04:43 +01002596
2597 if (crtc->fb == NULL)
2598 return;
2599
Chris Wilson0f911282012-04-17 10:05:38 +01002600 mutex_lock(&dev->struct_mutex);
2601 intel_finish_fb(crtc->fb);
2602 mutex_unlock(&dev->struct_mutex);
Chris Wilsone6c3a2a2010-09-23 23:04:43 +01002603}
2604
Jesse Barnes040484a2011-01-03 12:14:26 -08002605static bool intel_crtc_driving_pch(struct drm_crtc *crtc)
2606{
2607 struct drm_device *dev = crtc->dev;
2608 struct drm_mode_config *mode_config = &dev->mode_config;
2609 struct intel_encoder *encoder;
2610
2611 /*
2612 * If there's a non-PCH eDP on this crtc, it must be DP_A, and that
2613 * must be driven by its own crtc; no sharing is possible.
2614 */
2615 list_for_each_entry(encoder, &mode_config->encoder_list, base.head) {
2616 if (encoder->base.crtc != crtc)
2617 continue;
2618
2619 switch (encoder->type) {
2620 case INTEL_OUTPUT_EDP:
2621 if (!intel_encoder_is_pch_edp(&encoder->base))
2622 return false;
2623 continue;
2624 }
2625 }
2626
2627 return true;
2628}
2629
Jesse Barnesf67a5592011-01-05 10:31:48 -08002630/*
2631 * Enable PCH resources required for PCH ports:
2632 * - PCH PLLs
2633 * - FDI training & RX/TX
2634 * - update transcoder timings
2635 * - DP transcoding bits
2636 * - transcoder
2637 */
2638static void ironlake_pch_enable(struct drm_crtc *crtc)
Jesse Barnes79e53942008-11-07 14:24:08 -08002639{
2640 struct drm_device *dev = crtc->dev;
Zhenyu Wang2c072452009-06-05 15:38:42 +08002641 struct drm_i915_private *dev_priv = dev->dev_private;
2642 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
2643 int pipe = intel_crtc->pipe;
Jesse Barnesee7b9f92012-04-20 17:11:53 +01002644 u32 reg, temp;
Jesse Barnes6be4a602010-09-10 10:26:01 -07002645
Jesse Barnesc98e9dc2010-09-10 10:57:18 -07002646 /* For PCH output, training FDI link */
Jesse Barnes674cf962011-04-28 14:27:04 -07002647 dev_priv->display.fdi_link_train(crtc);
Jesse Barnes6be4a602010-09-10 10:26:01 -07002648
Jesse Barnesee7b9f92012-04-20 17:11:53 +01002649 intel_enable_pch_pll(intel_crtc);
Jesse Barnesc98e9dc2010-09-10 10:57:18 -07002650
2651 if (HAS_PCH_CPT(dev)) {
Jesse Barnesee7b9f92012-04-20 17:11:53 +01002652 u32 sel;
Jesse Barnes4b645f12011-10-12 09:51:31 -07002653
Jesse Barnesc98e9dc2010-09-10 10:57:18 -07002654 temp = I915_READ(PCH_DPLL_SEL);
Jesse Barnesee7b9f92012-04-20 17:11:53 +01002655 switch (pipe) {
2656 default:
2657 case 0:
2658 temp |= TRANSA_DPLL_ENABLE;
2659 sel = TRANSA_DPLLB_SEL;
2660 break;
2661 case 1:
2662 temp |= TRANSB_DPLL_ENABLE;
2663 sel = TRANSB_DPLLB_SEL;
2664 break;
2665 case 2:
2666 temp |= TRANSC_DPLL_ENABLE;
2667 sel = TRANSC_DPLLB_SEL;
2668 break;
Jesse Barnesd64311a2011-10-12 15:01:33 -07002669 }
Jesse Barnesee7b9f92012-04-20 17:11:53 +01002670 if (intel_crtc->pch_pll->pll_reg == _PCH_DPLL_B)
2671 temp |= sel;
2672 else
2673 temp &= ~sel;
Jesse Barnesc98e9dc2010-09-10 10:57:18 -07002674 I915_WRITE(PCH_DPLL_SEL, temp);
Jesse Barnesc98e9dc2010-09-10 10:57:18 -07002675 }
Jesse Barnesc98e9dc2010-09-10 10:57:18 -07002676
Jesse Barnesd9b6cb52011-01-04 15:09:35 -08002677 /* set transcoder timing, panel must allow it */
2678 assert_panel_unlocked(dev_priv, pipe);
Chris Wilson5eddb702010-09-11 13:48:45 +01002679 I915_WRITE(TRANS_HTOTAL(pipe), I915_READ(HTOTAL(pipe)));
2680 I915_WRITE(TRANS_HBLANK(pipe), I915_READ(HBLANK(pipe)));
2681 I915_WRITE(TRANS_HSYNC(pipe), I915_READ(HSYNC(pipe)));
2682
2683 I915_WRITE(TRANS_VTOTAL(pipe), I915_READ(VTOTAL(pipe)));
2684 I915_WRITE(TRANS_VBLANK(pipe), I915_READ(VBLANK(pipe)));
2685 I915_WRITE(TRANS_VSYNC(pipe), I915_READ(VSYNC(pipe)));
Daniel Vetter0529a0d2012-01-28 14:49:24 +01002686 I915_WRITE(TRANS_VSYNCSHIFT(pipe), I915_READ(VSYNCSHIFT(pipe)));
Jesse Barnesc98e9dc2010-09-10 10:57:18 -07002687
Zhenyu Wang5e84e1a2010-10-28 16:38:08 +08002688 intel_fdi_normal_train(crtc);
2689
Jesse Barnesc98e9dc2010-09-10 10:57:18 -07002690 /* For PCH DP, enable TRANS_DP_CTL */
2691 if (HAS_PCH_CPT(dev) &&
Keith Packard417e8222011-11-01 19:54:11 -07002692 (intel_pipe_has_type(crtc, INTEL_OUTPUT_DISPLAYPORT) ||
2693 intel_pipe_has_type(crtc, INTEL_OUTPUT_EDP))) {
Jesse Barnes9325c9f2011-06-24 12:19:21 -07002694 u32 bpc = (I915_READ(PIPECONF(pipe)) & PIPE_BPC_MASK) >> 5;
Chris Wilson5eddb702010-09-11 13:48:45 +01002695 reg = TRANS_DP_CTL(pipe);
2696 temp = I915_READ(reg);
2697 temp &= ~(TRANS_DP_PORT_SEL_MASK |
Eric Anholt220cad32010-11-18 09:32:58 +08002698 TRANS_DP_SYNC_MASK |
2699 TRANS_DP_BPC_MASK);
Chris Wilson5eddb702010-09-11 13:48:45 +01002700 temp |= (TRANS_DP_OUTPUT_ENABLE |
2701 TRANS_DP_ENH_FRAMING);
Jesse Barnes9325c9f2011-06-24 12:19:21 -07002702 temp |= bpc << 9; /* same format but at 11:9 */
Jesse Barnesc98e9dc2010-09-10 10:57:18 -07002703
2704 if (crtc->mode.flags & DRM_MODE_FLAG_PHSYNC)
Chris Wilson5eddb702010-09-11 13:48:45 +01002705 temp |= TRANS_DP_HSYNC_ACTIVE_HIGH;
Jesse Barnesc98e9dc2010-09-10 10:57:18 -07002706 if (crtc->mode.flags & DRM_MODE_FLAG_PVSYNC)
Chris Wilson5eddb702010-09-11 13:48:45 +01002707 temp |= TRANS_DP_VSYNC_ACTIVE_HIGH;
Jesse Barnesc98e9dc2010-09-10 10:57:18 -07002708
2709 switch (intel_trans_dp_port_sel(crtc)) {
2710 case PCH_DP_B:
Chris Wilson5eddb702010-09-11 13:48:45 +01002711 temp |= TRANS_DP_PORT_SEL_B;
Jesse Barnesc98e9dc2010-09-10 10:57:18 -07002712 break;
2713 case PCH_DP_C:
Chris Wilson5eddb702010-09-11 13:48:45 +01002714 temp |= TRANS_DP_PORT_SEL_C;
Jesse Barnesc98e9dc2010-09-10 10:57:18 -07002715 break;
2716 case PCH_DP_D:
Chris Wilson5eddb702010-09-11 13:48:45 +01002717 temp |= TRANS_DP_PORT_SEL_D;
Jesse Barnesc98e9dc2010-09-10 10:57:18 -07002718 break;
2719 default:
2720 DRM_DEBUG_KMS("Wrong PCH DP port return. Guess port B\n");
Chris Wilson5eddb702010-09-11 13:48:45 +01002721 temp |= TRANS_DP_PORT_SEL_B;
Jesse Barnesc98e9dc2010-09-10 10:57:18 -07002722 break;
2723 }
2724
Chris Wilson5eddb702010-09-11 13:48:45 +01002725 I915_WRITE(reg, temp);
Jesse Barnesc98e9dc2010-09-10 10:57:18 -07002726 }
2727
Jesse Barnes040484a2011-01-03 12:14:26 -08002728 intel_enable_transcoder(dev_priv, pipe);
Jesse Barnesf67a5592011-01-05 10:31:48 -08002729}
2730
Jesse Barnesee7b9f92012-04-20 17:11:53 +01002731static void intel_put_pch_pll(struct intel_crtc *intel_crtc)
2732{
2733 struct intel_pch_pll *pll = intel_crtc->pch_pll;
2734
2735 if (pll == NULL)
2736 return;
2737
2738 if (pll->refcount == 0) {
2739 WARN(1, "bad PCH PLL refcount\n");
2740 return;
2741 }
2742
2743 --pll->refcount;
2744 intel_crtc->pch_pll = NULL;
2745}
2746
2747static struct intel_pch_pll *intel_get_pch_pll(struct intel_crtc *intel_crtc, u32 dpll, u32 fp)
2748{
2749 struct drm_i915_private *dev_priv = intel_crtc->base.dev->dev_private;
2750 struct intel_pch_pll *pll;
2751 int i;
2752
2753 pll = intel_crtc->pch_pll;
2754 if (pll) {
2755 DRM_DEBUG_KMS("CRTC:%d reusing existing PCH PLL %x\n",
2756 intel_crtc->base.base.id, pll->pll_reg);
2757 goto prepare;
2758 }
2759
2760 for (i = 0; i < dev_priv->num_pch_pll; i++) {
2761 pll = &dev_priv->pch_plls[i];
2762
2763 /* Only want to check enabled timings first */
2764 if (pll->refcount == 0)
2765 continue;
2766
2767 if (dpll == (I915_READ(pll->pll_reg) & 0x7fffffff) &&
2768 fp == I915_READ(pll->fp0_reg)) {
2769 DRM_DEBUG_KMS("CRTC:%d sharing existing PCH PLL %x (refcount %d, ative %d)\n",
2770 intel_crtc->base.base.id,
2771 pll->pll_reg, pll->refcount, pll->active);
2772
2773 goto found;
2774 }
2775 }
2776
2777 /* Ok no matching timings, maybe there's a free one? */
2778 for (i = 0; i < dev_priv->num_pch_pll; i++) {
2779 pll = &dev_priv->pch_plls[i];
2780 if (pll->refcount == 0) {
2781 DRM_DEBUG_KMS("CRTC:%d allocated PCH PLL %x\n",
2782 intel_crtc->base.base.id, pll->pll_reg);
2783 goto found;
2784 }
2785 }
2786
2787 return NULL;
2788
2789found:
2790 intel_crtc->pch_pll = pll;
2791 pll->refcount++;
2792 DRM_DEBUG_DRIVER("using pll %d for pipe %d\n", i, intel_crtc->pipe);
2793prepare: /* separate function? */
2794 DRM_DEBUG_DRIVER("switching PLL %x off\n", pll->pll_reg);
Jesse Barnesee7b9f92012-04-20 17:11:53 +01002795
Chris Wilsone04c7352012-05-02 20:43:56 +01002796 /* Wait for the clocks to stabilize before rewriting the regs */
2797 I915_WRITE(pll->pll_reg, dpll & ~DPLL_VCO_ENABLE);
Jesse Barnesee7b9f92012-04-20 17:11:53 +01002798 POSTING_READ(pll->pll_reg);
2799 udelay(150);
Chris Wilsone04c7352012-05-02 20:43:56 +01002800
2801 I915_WRITE(pll->fp0_reg, fp);
2802 I915_WRITE(pll->pll_reg, dpll & ~DPLL_VCO_ENABLE);
Jesse Barnesee7b9f92012-04-20 17:11:53 +01002803 pll->on = false;
2804 return pll;
2805}
2806
Jesse Barnesd4270e52011-10-11 10:43:02 -07002807void intel_cpt_verify_modeset(struct drm_device *dev, int pipe)
2808{
2809 struct drm_i915_private *dev_priv = dev->dev_private;
2810 int dslreg = PIPEDSL(pipe), tc2reg = TRANS_CHICKEN2(pipe);
2811 u32 temp;
2812
2813 temp = I915_READ(dslreg);
2814 udelay(500);
2815 if (wait_for(I915_READ(dslreg) != temp, 5)) {
2816 /* Without this, mode sets may fail silently on FDI */
2817 I915_WRITE(tc2reg, TRANS_AUTOTRAIN_GEN_STALL_DIS);
2818 udelay(250);
2819 I915_WRITE(tc2reg, 0);
2820 if (wait_for(I915_READ(dslreg) != temp, 5))
2821 DRM_ERROR("mode set failed: pipe %d stuck\n", pipe);
2822 }
2823}
2824
Jesse Barnesf67a5592011-01-05 10:31:48 -08002825static void ironlake_crtc_enable(struct drm_crtc *crtc)
2826{
2827 struct drm_device *dev = crtc->dev;
2828 struct drm_i915_private *dev_priv = dev->dev_private;
2829 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
2830 int pipe = intel_crtc->pipe;
2831 int plane = intel_crtc->plane;
2832 u32 temp;
2833 bool is_pch_port;
2834
2835 if (intel_crtc->active)
2836 return;
2837
2838 intel_crtc->active = true;
2839 intel_update_watermarks(dev);
2840
2841 if (intel_pipe_has_type(crtc, INTEL_OUTPUT_LVDS)) {
2842 temp = I915_READ(PCH_LVDS);
2843 if ((temp & LVDS_PORT_EN) == 0)
2844 I915_WRITE(PCH_LVDS, temp | LVDS_PORT_EN);
2845 }
2846
2847 is_pch_port = intel_crtc_driving_pch(crtc);
2848
2849 if (is_pch_port)
Jesse Barnes357555c2011-04-28 15:09:55 -07002850 ironlake_fdi_pll_enable(crtc);
Jesse Barnesf67a5592011-01-05 10:31:48 -08002851 else
2852 ironlake_fdi_disable(crtc);
2853
2854 /* Enable panel fitting for LVDS */
2855 if (dev_priv->pch_pf_size &&
2856 (intel_pipe_has_type(crtc, INTEL_OUTPUT_LVDS) || HAS_eDP)) {
2857 /* Force use of hard-coded filter coefficients
2858 * as some pre-programmed values are broken,
2859 * e.g. x201.
2860 */
Jesse Barnes9db4a9c2011-02-07 12:26:52 -08002861 I915_WRITE(PF_CTL(pipe), PF_ENABLE | PF_FILTER_MED_3x3);
2862 I915_WRITE(PF_WIN_POS(pipe), dev_priv->pch_pf_pos);
2863 I915_WRITE(PF_WIN_SZ(pipe), dev_priv->pch_pf_size);
Jesse Barnesf67a5592011-01-05 10:31:48 -08002864 }
2865
Jesse Barnes9c54c0d2011-06-15 23:32:33 +02002866 /*
2867 * On ILK+ LUT must be loaded before the pipe is running but with
2868 * clocks enabled
2869 */
2870 intel_crtc_load_lut(crtc);
2871
Jesse Barnesf67a5592011-01-05 10:31:48 -08002872 intel_enable_pipe(dev_priv, pipe, is_pch_port);
2873 intel_enable_plane(dev_priv, plane, pipe);
2874
2875 if (is_pch_port)
2876 ironlake_pch_enable(crtc);
Jesse Barnes6be4a602010-09-10 10:26:01 -07002877
Ben Widawskyd1ebd8162011-04-25 20:11:50 +01002878 mutex_lock(&dev->struct_mutex);
Chris Wilsonbed4a672010-09-11 10:47:47 +01002879 intel_update_fbc(dev);
Ben Widawskyd1ebd8162011-04-25 20:11:50 +01002880 mutex_unlock(&dev->struct_mutex);
2881
Chris Wilson6b383a72010-09-13 13:54:26 +01002882 intel_crtc_update_cursor(crtc, true);
Jesse Barnes6be4a602010-09-10 10:26:01 -07002883}
2884
2885static void ironlake_crtc_disable(struct drm_crtc *crtc)
2886{
2887 struct drm_device *dev = crtc->dev;
2888 struct drm_i915_private *dev_priv = dev->dev_private;
2889 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
2890 int pipe = intel_crtc->pipe;
2891 int plane = intel_crtc->plane;
Chris Wilson5eddb702010-09-11 13:48:45 +01002892 u32 reg, temp;
Jesse Barnes6be4a602010-09-10 10:26:01 -07002893
Chris Wilsonf7abfe82010-09-13 14:19:16 +01002894 if (!intel_crtc->active)
2895 return;
2896
Chris Wilsone6c3a2a2010-09-23 23:04:43 +01002897 intel_crtc_wait_for_pending_flips(crtc);
Jesse Barnes6be4a602010-09-10 10:26:01 -07002898 drm_vblank_off(dev, pipe);
Chris Wilson6b383a72010-09-13 13:54:26 +01002899 intel_crtc_update_cursor(crtc, false);
Chris Wilson5eddb702010-09-11 13:48:45 +01002900
Jesse Barnesb24e7172011-01-04 15:09:30 -08002901 intel_disable_plane(dev_priv, plane, pipe);
Jesse Barnes6be4a602010-09-10 10:26:01 -07002902
Chris Wilson973d04f2011-07-08 12:22:37 +01002903 if (dev_priv->cfb_plane == plane)
2904 intel_disable_fbc(dev);
Jesse Barnes6be4a602010-09-10 10:26:01 -07002905
Jesse Barnesb24e7172011-01-04 15:09:30 -08002906 intel_disable_pipe(dev_priv, pipe);
Jesse Barnes6be4a602010-09-10 10:26:01 -07002907
Jesse Barnes6be4a602010-09-10 10:26:01 -07002908 /* Disable PF */
Jesse Barnes9db4a9c2011-02-07 12:26:52 -08002909 I915_WRITE(PF_CTL(pipe), 0);
2910 I915_WRITE(PF_WIN_SZ(pipe), 0);
Jesse Barnes6be4a602010-09-10 10:26:01 -07002911
Jesse Barnes0fc932b2011-01-04 15:09:37 -08002912 ironlake_fdi_disable(crtc);
Jesse Barnes6be4a602010-09-10 10:26:01 -07002913
Jesse Barnes47a05ec2011-02-07 13:46:40 -08002914 /* This is a horrible layering violation; we should be doing this in
2915 * the connector/encoder ->prepare instead, but we don't always have
2916 * enough information there about the config to know whether it will
2917 * actually be necessary or just cause undesired flicker.
2918 */
2919 intel_disable_pch_ports(dev_priv, pipe);
Jesse Barnes6be4a602010-09-10 10:26:01 -07002920
Jesse Barnes040484a2011-01-03 12:14:26 -08002921 intel_disable_transcoder(dev_priv, pipe);
Jesse Barnes6be4a602010-09-10 10:26:01 -07002922
Jesse Barnes6be4a602010-09-10 10:26:01 -07002923 if (HAS_PCH_CPT(dev)) {
2924 /* disable TRANS_DP_CTL */
Chris Wilson5eddb702010-09-11 13:48:45 +01002925 reg = TRANS_DP_CTL(pipe);
2926 temp = I915_READ(reg);
2927 temp &= ~(TRANS_DP_OUTPUT_ENABLE | TRANS_DP_PORT_SEL_MASK);
Eric Anholtcb3543c2011-02-02 12:08:07 -08002928 temp |= TRANS_DP_PORT_SEL_NONE;
Chris Wilson5eddb702010-09-11 13:48:45 +01002929 I915_WRITE(reg, temp);
Jesse Barnes6be4a602010-09-10 10:26:01 -07002930
2931 /* disable DPLL_SEL */
2932 temp = I915_READ(PCH_DPLL_SEL);
Jesse Barnes9db4a9c2011-02-07 12:26:52 -08002933 switch (pipe) {
2934 case 0:
Jesse Barnesd64311a2011-10-12 15:01:33 -07002935 temp &= ~(TRANSA_DPLL_ENABLE | TRANSA_DPLLB_SEL);
Jesse Barnes9db4a9c2011-02-07 12:26:52 -08002936 break;
2937 case 1:
Jesse Barnes6be4a602010-09-10 10:26:01 -07002938 temp &= ~(TRANSB_DPLL_ENABLE | TRANSB_DPLLB_SEL);
Jesse Barnes9db4a9c2011-02-07 12:26:52 -08002939 break;
2940 case 2:
Jesse Barnes4b645f12011-10-12 09:51:31 -07002941 /* C shares PLL A or B */
Jesse Barnesd64311a2011-10-12 15:01:33 -07002942 temp &= ~(TRANSC_DPLL_ENABLE | TRANSC_DPLLB_SEL);
Jesse Barnes9db4a9c2011-02-07 12:26:52 -08002943 break;
2944 default:
2945 BUG(); /* wtf */
2946 }
Jesse Barnes6be4a602010-09-10 10:26:01 -07002947 I915_WRITE(PCH_DPLL_SEL, temp);
Jesse Barnes6be4a602010-09-10 10:26:01 -07002948 }
2949
2950 /* disable PCH DPLL */
Jesse Barnesee7b9f92012-04-20 17:11:53 +01002951 intel_disable_pch_pll(intel_crtc);
Jesse Barnes6be4a602010-09-10 10:26:01 -07002952
2953 /* Switch from PCDclk to Rawclk */
Chris Wilson5eddb702010-09-11 13:48:45 +01002954 reg = FDI_RX_CTL(pipe);
2955 temp = I915_READ(reg);
2956 I915_WRITE(reg, temp & ~FDI_PCDCLK);
Jesse Barnes6be4a602010-09-10 10:26:01 -07002957
2958 /* Disable CPU FDI TX PLL */
Chris Wilson5eddb702010-09-11 13:48:45 +01002959 reg = FDI_TX_CTL(pipe);
2960 temp = I915_READ(reg);
2961 I915_WRITE(reg, temp & ~FDI_TX_PLL_ENABLE);
2962
2963 POSTING_READ(reg);
Jesse Barnes6be4a602010-09-10 10:26:01 -07002964 udelay(100);
2965
Chris Wilson5eddb702010-09-11 13:48:45 +01002966 reg = FDI_RX_CTL(pipe);
2967 temp = I915_READ(reg);
2968 I915_WRITE(reg, temp & ~FDI_RX_PLL_ENABLE);
Jesse Barnes6be4a602010-09-10 10:26:01 -07002969
2970 /* Wait for the clocks to turn off. */
Chris Wilson5eddb702010-09-11 13:48:45 +01002971 POSTING_READ(reg);
Jesse Barnes6be4a602010-09-10 10:26:01 -07002972 udelay(100);
Chris Wilson6b383a72010-09-13 13:54:26 +01002973
Chris Wilsonf7abfe82010-09-13 14:19:16 +01002974 intel_crtc->active = false;
Chris Wilson6b383a72010-09-13 13:54:26 +01002975 intel_update_watermarks(dev);
Ben Widawskyd1ebd8162011-04-25 20:11:50 +01002976
2977 mutex_lock(&dev->struct_mutex);
Chris Wilson6b383a72010-09-13 13:54:26 +01002978 intel_update_fbc(dev);
Ben Widawskyd1ebd8162011-04-25 20:11:50 +01002979 mutex_unlock(&dev->struct_mutex);
Jesse Barnes6be4a602010-09-10 10:26:01 -07002980}
2981
2982static void ironlake_crtc_dpms(struct drm_crtc *crtc, int mode)
2983{
2984 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
2985 int pipe = intel_crtc->pipe;
2986 int plane = intel_crtc->plane;
2987
Zhenyu Wang2c072452009-06-05 15:38:42 +08002988 /* XXX: When our outputs are all unaware of DPMS modes other than off
2989 * and on, we should map those modes to DRM_MODE_DPMS_OFF in the CRTC.
2990 */
2991 switch (mode) {
2992 case DRM_MODE_DPMS_ON:
2993 case DRM_MODE_DPMS_STANDBY:
2994 case DRM_MODE_DPMS_SUSPEND:
Chris Wilson868dc582010-08-07 11:01:31 +01002995 DRM_DEBUG_KMS("crtc %d/%d dpms on\n", pipe, plane);
Jesse Barnes6be4a602010-09-10 10:26:01 -07002996 ironlake_crtc_enable(crtc);
Chris Wilson868dc582010-08-07 11:01:31 +01002997 break;
Zhao Yakuib52eb4d2010-06-12 14:32:27 +08002998
Zhenyu Wang2c072452009-06-05 15:38:42 +08002999 case DRM_MODE_DPMS_OFF:
Chris Wilson868dc582010-08-07 11:01:31 +01003000 DRM_DEBUG_KMS("crtc %d/%d dpms off\n", pipe, plane);
Jesse Barnes6be4a602010-09-10 10:26:01 -07003001 ironlake_crtc_disable(crtc);
Zhenyu Wang2c072452009-06-05 15:38:42 +08003002 break;
3003 }
3004}
3005
Jesse Barnesee7b9f92012-04-20 17:11:53 +01003006static void ironlake_crtc_off(struct drm_crtc *crtc)
3007{
3008 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
3009 intel_put_pch_pll(intel_crtc);
3010}
3011
Daniel Vetter02e792f2009-09-15 22:57:34 +02003012static void intel_crtc_dpms_overlay(struct intel_crtc *intel_crtc, bool enable)
3013{
Daniel Vetter02e792f2009-09-15 22:57:34 +02003014 if (!enable && intel_crtc->overlay) {
Chris Wilson23f09ce2010-08-12 13:53:37 +01003015 struct drm_device *dev = intel_crtc->base.dev;
Chris Wilsonce453d82011-02-21 14:43:56 +00003016 struct drm_i915_private *dev_priv = dev->dev_private;
Daniel Vetter03f77ea2009-09-15 22:57:37 +02003017
Chris Wilson23f09ce2010-08-12 13:53:37 +01003018 mutex_lock(&dev->struct_mutex);
Chris Wilsonce453d82011-02-21 14:43:56 +00003019 dev_priv->mm.interruptible = false;
3020 (void) intel_overlay_switch_off(intel_crtc->overlay);
3021 dev_priv->mm.interruptible = true;
Chris Wilson23f09ce2010-08-12 13:53:37 +01003022 mutex_unlock(&dev->struct_mutex);
Daniel Vetter02e792f2009-09-15 22:57:34 +02003023 }
Daniel Vetter02e792f2009-09-15 22:57:34 +02003024
Chris Wilson5dcdbcb2010-08-12 13:50:28 +01003025 /* Let userspace switch the overlay on again. In most cases userspace
3026 * has to recompute where to put it anyway.
3027 */
Daniel Vetter02e792f2009-09-15 22:57:34 +02003028}
3029
Jesse Barnes0b8765c62010-09-10 10:31:34 -07003030static void i9xx_crtc_enable(struct drm_crtc *crtc)
Zhenyu Wang2c072452009-06-05 15:38:42 +08003031{
3032 struct drm_device *dev = crtc->dev;
Jesse Barnes79e53942008-11-07 14:24:08 -08003033 struct drm_i915_private *dev_priv = dev->dev_private;
3034 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
3035 int pipe = intel_crtc->pipe;
Jesse Barnes80824002009-09-10 15:28:06 -07003036 int plane = intel_crtc->plane;
Jesse Barnes79e53942008-11-07 14:24:08 -08003037
Chris Wilsonf7abfe82010-09-13 14:19:16 +01003038 if (intel_crtc->active)
3039 return;
3040
3041 intel_crtc->active = true;
Chris Wilson6b383a72010-09-13 13:54:26 +01003042 intel_update_watermarks(dev);
3043
Jesse Barnes63d7bbe2011-01-04 15:09:33 -08003044 intel_enable_pll(dev_priv, pipe);
Jesse Barnes040484a2011-01-03 12:14:26 -08003045 intel_enable_pipe(dev_priv, pipe, false);
Jesse Barnesb24e7172011-01-04 15:09:30 -08003046 intel_enable_plane(dev_priv, plane, pipe);
Jesse Barnes0b8765c62010-09-10 10:31:34 -07003047
3048 intel_crtc_load_lut(crtc);
Chris Wilsonbed4a672010-09-11 10:47:47 +01003049 intel_update_fbc(dev);
Jesse Barnes0b8765c62010-09-10 10:31:34 -07003050
3051 /* Give the overlay scaler a chance to enable if it's on this pipe */
3052 intel_crtc_dpms_overlay(intel_crtc, true);
Chris Wilson6b383a72010-09-13 13:54:26 +01003053 intel_crtc_update_cursor(crtc, true);
Jesse Barnes0b8765c62010-09-10 10:31:34 -07003054}
3055
3056static void i9xx_crtc_disable(struct drm_crtc *crtc)
3057{
3058 struct drm_device *dev = crtc->dev;
3059 struct drm_i915_private *dev_priv = dev->dev_private;
3060 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
3061 int pipe = intel_crtc->pipe;
3062 int plane = intel_crtc->plane;
Jesse Barnes0b8765c62010-09-10 10:31:34 -07003063
Chris Wilsonf7abfe82010-09-13 14:19:16 +01003064 if (!intel_crtc->active)
3065 return;
3066
Jesse Barnes0b8765c62010-09-10 10:31:34 -07003067 /* Give the overlay scaler a chance to disable if it's on this pipe */
Chris Wilsone6c3a2a2010-09-23 23:04:43 +01003068 intel_crtc_wait_for_pending_flips(crtc);
3069 drm_vblank_off(dev, pipe);
Jesse Barnes0b8765c62010-09-10 10:31:34 -07003070 intel_crtc_dpms_overlay(intel_crtc, false);
Chris Wilson6b383a72010-09-13 13:54:26 +01003071 intel_crtc_update_cursor(crtc, false);
Jesse Barnes0b8765c62010-09-10 10:31:34 -07003072
Chris Wilson973d04f2011-07-08 12:22:37 +01003073 if (dev_priv->cfb_plane == plane)
3074 intel_disable_fbc(dev);
Jesse Barnes0b8765c62010-09-10 10:31:34 -07003075
Jesse Barnesb24e7172011-01-04 15:09:30 -08003076 intel_disable_plane(dev_priv, plane, pipe);
Jesse Barnesb24e7172011-01-04 15:09:30 -08003077 intel_disable_pipe(dev_priv, pipe);
Jesse Barnes63d7bbe2011-01-04 15:09:33 -08003078 intel_disable_pll(dev_priv, pipe);
Jesse Barnes0b8765c62010-09-10 10:31:34 -07003079
Chris Wilsonf7abfe82010-09-13 14:19:16 +01003080 intel_crtc->active = false;
Chris Wilson6b383a72010-09-13 13:54:26 +01003081 intel_update_fbc(dev);
3082 intel_update_watermarks(dev);
Jesse Barnes0b8765c62010-09-10 10:31:34 -07003083}
3084
3085static void i9xx_crtc_dpms(struct drm_crtc *crtc, int mode)
3086{
Jesse Barnes79e53942008-11-07 14:24:08 -08003087 /* XXX: When our outputs are all unaware of DPMS modes other than off
3088 * and on, we should map those modes to DRM_MODE_DPMS_OFF in the CRTC.
3089 */
3090 switch (mode) {
3091 case DRM_MODE_DPMS_ON:
3092 case DRM_MODE_DPMS_STANDBY:
3093 case DRM_MODE_DPMS_SUSPEND:
Jesse Barnes0b8765c62010-09-10 10:31:34 -07003094 i9xx_crtc_enable(crtc);
3095 break;
Jesse Barnes79e53942008-11-07 14:24:08 -08003096 case DRM_MODE_DPMS_OFF:
Jesse Barnes0b8765c62010-09-10 10:31:34 -07003097 i9xx_crtc_disable(crtc);
Jesse Barnes79e53942008-11-07 14:24:08 -08003098 break;
3099 }
Zhenyu Wang2c072452009-06-05 15:38:42 +08003100}
3101
Jesse Barnesee7b9f92012-04-20 17:11:53 +01003102static void i9xx_crtc_off(struct drm_crtc *crtc)
3103{
3104}
3105
Zhenyu Wang2c072452009-06-05 15:38:42 +08003106/**
3107 * Sets the power management mode of the pipe and plane.
Zhenyu Wang2c072452009-06-05 15:38:42 +08003108 */
3109static void intel_crtc_dpms(struct drm_crtc *crtc, int mode)
3110{
3111 struct drm_device *dev = crtc->dev;
Jesse Barnese70236a2009-09-21 10:42:27 -07003112 struct drm_i915_private *dev_priv = dev->dev_private;
Zhenyu Wang2c072452009-06-05 15:38:42 +08003113 struct drm_i915_master_private *master_priv;
3114 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
3115 int pipe = intel_crtc->pipe;
3116 bool enabled;
3117
Chris Wilson032d2a02010-09-06 16:17:22 +01003118 if (intel_crtc->dpms_mode == mode)
3119 return;
3120
Chris Wilsondebcadd2010-08-07 11:01:33 +01003121 intel_crtc->dpms_mode = mode;
Chris Wilsondebcadd2010-08-07 11:01:33 +01003122
Jesse Barnese70236a2009-09-21 10:42:27 -07003123 dev_priv->display.dpms(crtc, mode);
Jesse Barnes79e53942008-11-07 14:24:08 -08003124
3125 if (!dev->primary->master)
3126 return;
3127
3128 master_priv = dev->primary->master->driver_priv;
3129 if (!master_priv->sarea_priv)
3130 return;
3131
3132 enabled = crtc->enabled && mode != DRM_MODE_DPMS_OFF;
3133
3134 switch (pipe) {
3135 case 0:
3136 master_priv->sarea_priv->pipeA_w = enabled ? crtc->mode.hdisplay : 0;
3137 master_priv->sarea_priv->pipeA_h = enabled ? crtc->mode.vdisplay : 0;
3138 break;
3139 case 1:
3140 master_priv->sarea_priv->pipeB_w = enabled ? crtc->mode.hdisplay : 0;
3141 master_priv->sarea_priv->pipeB_h = enabled ? crtc->mode.vdisplay : 0;
3142 break;
3143 default:
Jesse Barnes9db4a9c2011-02-07 12:26:52 -08003144 DRM_ERROR("Can't update pipe %c in SAREA\n", pipe_name(pipe));
Jesse Barnes79e53942008-11-07 14:24:08 -08003145 break;
3146 }
Jesse Barnes79e53942008-11-07 14:24:08 -08003147}
3148
Chris Wilsoncdd59982010-09-08 16:30:16 +01003149static void intel_crtc_disable(struct drm_crtc *crtc)
3150{
3151 struct drm_crtc_helper_funcs *crtc_funcs = crtc->helper_private;
3152 struct drm_device *dev = crtc->dev;
Jesse Barnesee7b9f92012-04-20 17:11:53 +01003153 struct drm_i915_private *dev_priv = dev->dev_private;
Chris Wilsoncdd59982010-09-08 16:30:16 +01003154
3155 crtc_funcs->dpms(crtc, DRM_MODE_DPMS_OFF);
Jesse Barnesee7b9f92012-04-20 17:11:53 +01003156 dev_priv->display.off(crtc);
3157
Chris Wilson931872f2012-01-16 23:01:13 +00003158 assert_plane_disabled(dev->dev_private, to_intel_crtc(crtc)->plane);
3159 assert_pipe_disabled(dev->dev_private, to_intel_crtc(crtc)->pipe);
Chris Wilsoncdd59982010-09-08 16:30:16 +01003160
3161 if (crtc->fb) {
3162 mutex_lock(&dev->struct_mutex);
Chris Wilson1690e1e2011-12-14 13:57:08 +01003163 intel_unpin_fb_obj(to_intel_framebuffer(crtc->fb)->obj);
Chris Wilsoncdd59982010-09-08 16:30:16 +01003164 mutex_unlock(&dev->struct_mutex);
3165 }
3166}
3167
Jesse Barnes7e7d76c2010-09-10 10:47:20 -07003168/* Prepare for a mode set.
3169 *
3170 * Note we could be a lot smarter here. We need to figure out which outputs
3171 * will be enabled, which disabled (in short, how the config will changes)
3172 * and perform the minimum necessary steps to accomplish that, e.g. updating
3173 * watermarks, FBC configuration, making sure PLLs are programmed correctly,
3174 * panel fitting is in the proper state, etc.
3175 */
3176static void i9xx_crtc_prepare(struct drm_crtc *crtc)
Jesse Barnes79e53942008-11-07 14:24:08 -08003177{
Jesse Barnes7e7d76c2010-09-10 10:47:20 -07003178 i9xx_crtc_disable(crtc);
Jesse Barnes79e53942008-11-07 14:24:08 -08003179}
3180
Jesse Barnes7e7d76c2010-09-10 10:47:20 -07003181static void i9xx_crtc_commit(struct drm_crtc *crtc)
Jesse Barnes79e53942008-11-07 14:24:08 -08003182{
Jesse Barnes7e7d76c2010-09-10 10:47:20 -07003183 i9xx_crtc_enable(crtc);
Jesse Barnes7e7d76c2010-09-10 10:47:20 -07003184}
3185
3186static void ironlake_crtc_prepare(struct drm_crtc *crtc)
3187{
Jesse Barnes7e7d76c2010-09-10 10:47:20 -07003188 ironlake_crtc_disable(crtc);
Jesse Barnes7e7d76c2010-09-10 10:47:20 -07003189}
3190
3191static void ironlake_crtc_commit(struct drm_crtc *crtc)
3192{
Jesse Barnes7e7d76c2010-09-10 10:47:20 -07003193 ironlake_crtc_enable(crtc);
Jesse Barnes79e53942008-11-07 14:24:08 -08003194}
3195
Akshay Joshi0206e352011-08-16 15:34:10 -04003196void intel_encoder_prepare(struct drm_encoder *encoder)
Jesse Barnes79e53942008-11-07 14:24:08 -08003197{
3198 struct drm_encoder_helper_funcs *encoder_funcs = encoder->helper_private;
3199 /* lvds has its own version of prepare see intel_lvds_prepare */
3200 encoder_funcs->dpms(encoder, DRM_MODE_DPMS_OFF);
3201}
3202
Akshay Joshi0206e352011-08-16 15:34:10 -04003203void intel_encoder_commit(struct drm_encoder *encoder)
Jesse Barnes79e53942008-11-07 14:24:08 -08003204{
3205 struct drm_encoder_helper_funcs *encoder_funcs = encoder->helper_private;
Jesse Barnesd4270e52011-10-11 10:43:02 -07003206 struct drm_device *dev = encoder->dev;
Paulo Zanonid47d7cb2012-05-04 17:18:23 -03003207 struct intel_crtc *intel_crtc = to_intel_crtc(encoder->crtc);
Jesse Barnesd4270e52011-10-11 10:43:02 -07003208
Jesse Barnes79e53942008-11-07 14:24:08 -08003209 /* lvds has its own version of commit see intel_lvds_commit */
3210 encoder_funcs->dpms(encoder, DRM_MODE_DPMS_ON);
Jesse Barnesd4270e52011-10-11 10:43:02 -07003211
3212 if (HAS_PCH_CPT(dev))
3213 intel_cpt_verify_modeset(dev, intel_crtc->pipe);
Jesse Barnes79e53942008-11-07 14:24:08 -08003214}
3215
Chris Wilsonea5b2132010-08-04 13:50:23 +01003216void intel_encoder_destroy(struct drm_encoder *encoder)
3217{
Chris Wilson4ef69c72010-09-09 15:14:28 +01003218 struct intel_encoder *intel_encoder = to_intel_encoder(encoder);
Chris Wilsonea5b2132010-08-04 13:50:23 +01003219
Chris Wilsonea5b2132010-08-04 13:50:23 +01003220 drm_encoder_cleanup(encoder);
3221 kfree(intel_encoder);
3222}
3223
Jesse Barnes79e53942008-11-07 14:24:08 -08003224static bool intel_crtc_mode_fixup(struct drm_crtc *crtc,
3225 struct drm_display_mode *mode,
3226 struct drm_display_mode *adjusted_mode)
3227{
Zhenyu Wang2c072452009-06-05 15:38:42 +08003228 struct drm_device *dev = crtc->dev;
Chris Wilson89749352010-09-12 18:25:19 +01003229
Eric Anholtbad720f2009-10-22 16:11:14 -07003230 if (HAS_PCH_SPLIT(dev)) {
Zhenyu Wang2c072452009-06-05 15:38:42 +08003231 /* FDI link clock is fixed at 2.7G */
Jesse Barnes2377b742010-07-07 14:06:43 -07003232 if (mode->clock * 3 > IRONLAKE_FDI_FREQ * 4)
3233 return false;
Zhenyu Wang2c072452009-06-05 15:38:42 +08003234 }
Chris Wilson89749352010-09-12 18:25:19 +01003235
Daniel Vetterf9bef082012-04-15 19:53:19 +02003236 /* All interlaced capable intel hw wants timings in frames. Note though
3237 * that intel_lvds_mode_fixup does some funny tricks with the crtc
3238 * timings, so we need to be careful not to clobber these.*/
3239 if (!(adjusted_mode->private_flags & INTEL_MODE_CRTC_TIMINGS_SET))
3240 drm_mode_set_crtcinfo(adjusted_mode, 0);
Chris Wilson89749352010-09-12 18:25:19 +01003241
Jesse Barnes79e53942008-11-07 14:24:08 -08003242 return true;
3243}
3244
Jesse Barnes25eb05fc2012-03-28 13:39:23 -07003245static int valleyview_get_display_clock_speed(struct drm_device *dev)
3246{
3247 return 400000; /* FIXME */
3248}
3249
Jesse Barnese70236a2009-09-21 10:42:27 -07003250static int i945_get_display_clock_speed(struct drm_device *dev)
Jesse Barnes79e53942008-11-07 14:24:08 -08003251{
Jesse Barnese70236a2009-09-21 10:42:27 -07003252 return 400000;
3253}
Jesse Barnes79e53942008-11-07 14:24:08 -08003254
Jesse Barnese70236a2009-09-21 10:42:27 -07003255static int i915_get_display_clock_speed(struct drm_device *dev)
3256{
3257 return 333000;
3258}
Jesse Barnes79e53942008-11-07 14:24:08 -08003259
Jesse Barnese70236a2009-09-21 10:42:27 -07003260static int i9xx_misc_get_display_clock_speed(struct drm_device *dev)
3261{
3262 return 200000;
3263}
Jesse Barnes79e53942008-11-07 14:24:08 -08003264
Jesse Barnese70236a2009-09-21 10:42:27 -07003265static int i915gm_get_display_clock_speed(struct drm_device *dev)
3266{
3267 u16 gcfgc = 0;
3268
3269 pci_read_config_word(dev->pdev, GCFGC, &gcfgc);
3270
3271 if (gcfgc & GC_LOW_FREQUENCY_ENABLE)
Jesse Barnes79e53942008-11-07 14:24:08 -08003272 return 133000;
Jesse Barnese70236a2009-09-21 10:42:27 -07003273 else {
3274 switch (gcfgc & GC_DISPLAY_CLOCK_MASK) {
3275 case GC_DISPLAY_CLOCK_333_MHZ:
3276 return 333000;
3277 default:
3278 case GC_DISPLAY_CLOCK_190_200_MHZ:
3279 return 190000;
3280 }
3281 }
3282}
Jesse Barnes79e53942008-11-07 14:24:08 -08003283
Jesse Barnese70236a2009-09-21 10:42:27 -07003284static int i865_get_display_clock_speed(struct drm_device *dev)
3285{
3286 return 266000;
3287}
3288
3289static int i855_get_display_clock_speed(struct drm_device *dev)
3290{
3291 u16 hpllcc = 0;
3292 /* Assume that the hardware is in the high speed state. This
3293 * should be the default.
3294 */
3295 switch (hpllcc & GC_CLOCK_CONTROL_MASK) {
3296 case GC_CLOCK_133_200:
3297 case GC_CLOCK_100_200:
3298 return 200000;
3299 case GC_CLOCK_166_250:
3300 return 250000;
3301 case GC_CLOCK_100_133:
3302 return 133000;
3303 }
3304
3305 /* Shouldn't happen */
3306 return 0;
3307}
3308
3309static int i830_get_display_clock_speed(struct drm_device *dev)
3310{
3311 return 133000;
Jesse Barnes79e53942008-11-07 14:24:08 -08003312}
3313
Zhenyu Wang2c072452009-06-05 15:38:42 +08003314struct fdi_m_n {
3315 u32 tu;
3316 u32 gmch_m;
3317 u32 gmch_n;
3318 u32 link_m;
3319 u32 link_n;
3320};
3321
3322static void
3323fdi_reduce_ratio(u32 *num, u32 *den)
3324{
3325 while (*num > 0xffffff || *den > 0xffffff) {
3326 *num >>= 1;
3327 *den >>= 1;
3328 }
3329}
3330
Zhenyu Wang2c072452009-06-05 15:38:42 +08003331static void
Adam Jacksonf2b115e2009-12-03 17:14:42 -05003332ironlake_compute_m_n(int bits_per_pixel, int nlanes, int pixel_clock,
3333 int link_clock, struct fdi_m_n *m_n)
Zhenyu Wang2c072452009-06-05 15:38:42 +08003334{
Zhenyu Wang2c072452009-06-05 15:38:42 +08003335 m_n->tu = 64; /* default size */
3336
Chris Wilson22ed1112010-12-04 01:01:29 +00003337 /* BUG_ON(pixel_clock > INT_MAX / 36); */
3338 m_n->gmch_m = bits_per_pixel * pixel_clock;
3339 m_n->gmch_n = link_clock * nlanes * 8;
Zhenyu Wang2c072452009-06-05 15:38:42 +08003340 fdi_reduce_ratio(&m_n->gmch_m, &m_n->gmch_n);
3341
Chris Wilson22ed1112010-12-04 01:01:29 +00003342 m_n->link_m = pixel_clock;
3343 m_n->link_n = link_clock;
Zhenyu Wang2c072452009-06-05 15:38:42 +08003344 fdi_reduce_ratio(&m_n->link_m, &m_n->link_n);
3345}
3346
Chris Wilsona7615032011-01-12 17:04:08 +00003347static inline bool intel_panel_use_ssc(struct drm_i915_private *dev_priv)
3348{
Keith Packard72bbe58c2011-09-26 16:09:45 -07003349 if (i915_panel_use_ssc >= 0)
3350 return i915_panel_use_ssc != 0;
3351 return dev_priv->lvds_use_ssc
Keith Packard435793d2011-07-12 14:56:22 -07003352 && !(dev_priv->quirks & QUIRK_LVDS_SSC_DISABLE);
Chris Wilsona7615032011-01-12 17:04:08 +00003353}
3354
Jesse Barnes5a354202011-06-24 12:19:22 -07003355/**
3356 * intel_choose_pipe_bpp_dither - figure out what color depth the pipe should send
3357 * @crtc: CRTC structure
Adam Jackson3b5c78a2011-12-13 15:41:00 -08003358 * @mode: requested mode
Jesse Barnes5a354202011-06-24 12:19:22 -07003359 *
3360 * A pipe may be connected to one or more outputs. Based on the depth of the
3361 * attached framebuffer, choose a good color depth to use on the pipe.
3362 *
3363 * If possible, match the pipe depth to the fb depth. In some cases, this
3364 * isn't ideal, because the connected output supports a lesser or restricted
3365 * set of depths. Resolve that here:
3366 * LVDS typically supports only 6bpc, so clamp down in that case
3367 * HDMI supports only 8bpc or 12bpc, so clamp to 8bpc with dither for 10bpc
3368 * Displays may support a restricted set as well, check EDID and clamp as
3369 * appropriate.
Adam Jackson3b5c78a2011-12-13 15:41:00 -08003370 * DP may want to dither down to 6bpc to fit larger modes
Jesse Barnes5a354202011-06-24 12:19:22 -07003371 *
3372 * RETURNS:
3373 * Dithering requirement (i.e. false if display bpc and pipe bpc match,
3374 * true if they don't match).
3375 */
3376static bool intel_choose_pipe_bpp_dither(struct drm_crtc *crtc,
Adam Jackson3b5c78a2011-12-13 15:41:00 -08003377 unsigned int *pipe_bpp,
3378 struct drm_display_mode *mode)
Jesse Barnes5a354202011-06-24 12:19:22 -07003379{
3380 struct drm_device *dev = crtc->dev;
3381 struct drm_i915_private *dev_priv = dev->dev_private;
3382 struct drm_encoder *encoder;
3383 struct drm_connector *connector;
3384 unsigned int display_bpc = UINT_MAX, bpc;
3385
3386 /* Walk the encoders & connectors on this crtc, get min bpc */
3387 list_for_each_entry(encoder, &dev->mode_config.encoder_list, head) {
3388 struct intel_encoder *intel_encoder = to_intel_encoder(encoder);
3389
3390 if (encoder->crtc != crtc)
3391 continue;
3392
3393 if (intel_encoder->type == INTEL_OUTPUT_LVDS) {
3394 unsigned int lvds_bpc;
3395
3396 if ((I915_READ(PCH_LVDS) & LVDS_A3_POWER_MASK) ==
3397 LVDS_A3_POWER_UP)
3398 lvds_bpc = 8;
3399 else
3400 lvds_bpc = 6;
3401
3402 if (lvds_bpc < display_bpc) {
Adam Jackson82820492011-10-10 16:33:34 -04003403 DRM_DEBUG_KMS("clamping display bpc (was %d) to LVDS (%d)\n", display_bpc, lvds_bpc);
Jesse Barnes5a354202011-06-24 12:19:22 -07003404 display_bpc = lvds_bpc;
3405 }
3406 continue;
3407 }
3408
3409 if (intel_encoder->type == INTEL_OUTPUT_EDP) {
3410 /* Use VBT settings if we have an eDP panel */
3411 unsigned int edp_bpc = dev_priv->edp.bpp / 3;
3412
3413 if (edp_bpc < display_bpc) {
Adam Jackson82820492011-10-10 16:33:34 -04003414 DRM_DEBUG_KMS("clamping display bpc (was %d) to eDP (%d)\n", display_bpc, edp_bpc);
Jesse Barnes5a354202011-06-24 12:19:22 -07003415 display_bpc = edp_bpc;
3416 }
3417 continue;
3418 }
3419
3420 /* Not one of the known troublemakers, check the EDID */
3421 list_for_each_entry(connector, &dev->mode_config.connector_list,
3422 head) {
3423 if (connector->encoder != encoder)
3424 continue;
3425
Jesse Barnes62ac41a2011-07-28 12:55:14 -07003426 /* Don't use an invalid EDID bpc value */
3427 if (connector->display_info.bpc &&
3428 connector->display_info.bpc < display_bpc) {
Adam Jackson82820492011-10-10 16:33:34 -04003429 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 -07003430 display_bpc = connector->display_info.bpc;
3431 }
3432 }
3433
3434 /*
3435 * HDMI is either 12 or 8, so if the display lets 10bpc sneak
3436 * through, clamp it down. (Note: >12bpc will be caught below.)
3437 */
3438 if (intel_encoder->type == INTEL_OUTPUT_HDMI) {
3439 if (display_bpc > 8 && display_bpc < 12) {
Adam Jackson82820492011-10-10 16:33:34 -04003440 DRM_DEBUG_KMS("forcing bpc to 12 for HDMI\n");
Jesse Barnes5a354202011-06-24 12:19:22 -07003441 display_bpc = 12;
3442 } else {
Adam Jackson82820492011-10-10 16:33:34 -04003443 DRM_DEBUG_KMS("forcing bpc to 8 for HDMI\n");
Jesse Barnes5a354202011-06-24 12:19:22 -07003444 display_bpc = 8;
3445 }
3446 }
3447 }
3448
Adam Jackson3b5c78a2011-12-13 15:41:00 -08003449 if (mode->private_flags & INTEL_MODE_DP_FORCE_6BPC) {
3450 DRM_DEBUG_KMS("Dithering DP to 6bpc\n");
3451 display_bpc = 6;
3452 }
3453
Jesse Barnes5a354202011-06-24 12:19:22 -07003454 /*
3455 * We could just drive the pipe at the highest bpc all the time and
3456 * enable dithering as needed, but that costs bandwidth. So choose
3457 * the minimum value that expresses the full color range of the fb but
3458 * also stays within the max display bpc discovered above.
3459 */
3460
3461 switch (crtc->fb->depth) {
3462 case 8:
3463 bpc = 8; /* since we go through a colormap */
3464 break;
3465 case 15:
3466 case 16:
3467 bpc = 6; /* min is 18bpp */
3468 break;
3469 case 24:
Keith Packard578393c2011-09-05 11:53:21 -07003470 bpc = 8;
Jesse Barnes5a354202011-06-24 12:19:22 -07003471 break;
3472 case 30:
Keith Packard578393c2011-09-05 11:53:21 -07003473 bpc = 10;
Jesse Barnes5a354202011-06-24 12:19:22 -07003474 break;
3475 case 48:
Keith Packard578393c2011-09-05 11:53:21 -07003476 bpc = 12;
Jesse Barnes5a354202011-06-24 12:19:22 -07003477 break;
3478 default:
3479 DRM_DEBUG("unsupported depth, assuming 24 bits\n");
3480 bpc = min((unsigned int)8, display_bpc);
3481 break;
3482 }
3483
Keith Packard578393c2011-09-05 11:53:21 -07003484 display_bpc = min(display_bpc, bpc);
3485
Adam Jackson82820492011-10-10 16:33:34 -04003486 DRM_DEBUG_KMS("setting pipe bpc to %d (max display bpc %d)\n",
3487 bpc, display_bpc);
Jesse Barnes5a354202011-06-24 12:19:22 -07003488
Keith Packard578393c2011-09-05 11:53:21 -07003489 *pipe_bpp = display_bpc * 3;
Jesse Barnes5a354202011-06-24 12:19:22 -07003490
3491 return display_bpc != bpc;
3492}
3493
Jesse Barnesc65d77d2011-12-15 12:30:36 -08003494static int i9xx_get_refclk(struct drm_crtc *crtc, int num_connectors)
3495{
3496 struct drm_device *dev = crtc->dev;
3497 struct drm_i915_private *dev_priv = dev->dev_private;
3498 int refclk;
3499
3500 if (intel_pipe_has_type(crtc, INTEL_OUTPUT_LVDS) &&
3501 intel_panel_use_ssc(dev_priv) && num_connectors < 2) {
3502 refclk = dev_priv->lvds_ssc_freq * 1000;
3503 DRM_DEBUG_KMS("using SSC reference clock of %d MHz\n",
3504 refclk / 1000);
3505 } else if (!IS_GEN2(dev)) {
3506 refclk = 96000;
3507 } else {
3508 refclk = 48000;
3509 }
3510
3511 return refclk;
3512}
3513
3514static void i9xx_adjust_sdvo_tv_clock(struct drm_display_mode *adjusted_mode,
3515 intel_clock_t *clock)
3516{
3517 /* SDVO TV has fixed PLL values depend on its clock range,
3518 this mirrors vbios setting. */
3519 if (adjusted_mode->clock >= 100000
3520 && adjusted_mode->clock < 140500) {
3521 clock->p1 = 2;
3522 clock->p2 = 10;
3523 clock->n = 3;
3524 clock->m1 = 16;
3525 clock->m2 = 8;
3526 } else if (adjusted_mode->clock >= 140500
3527 && adjusted_mode->clock <= 200000) {
3528 clock->p1 = 1;
3529 clock->p2 = 10;
3530 clock->n = 6;
3531 clock->m1 = 12;
3532 clock->m2 = 8;
3533 }
3534}
3535
Jesse Barnesa7516a02011-12-15 12:30:37 -08003536static void i9xx_update_pll_dividers(struct drm_crtc *crtc,
3537 intel_clock_t *clock,
3538 intel_clock_t *reduced_clock)
3539{
3540 struct drm_device *dev = crtc->dev;
3541 struct drm_i915_private *dev_priv = dev->dev_private;
3542 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
3543 int pipe = intel_crtc->pipe;
3544 u32 fp, fp2 = 0;
3545
3546 if (IS_PINEVIEW(dev)) {
3547 fp = (1 << clock->n) << 16 | clock->m1 << 8 | clock->m2;
3548 if (reduced_clock)
3549 fp2 = (1 << reduced_clock->n) << 16 |
3550 reduced_clock->m1 << 8 | reduced_clock->m2;
3551 } else {
3552 fp = clock->n << 16 | clock->m1 << 8 | clock->m2;
3553 if (reduced_clock)
3554 fp2 = reduced_clock->n << 16 | reduced_clock->m1 << 8 |
3555 reduced_clock->m2;
3556 }
3557
3558 I915_WRITE(FP0(pipe), fp);
3559
3560 intel_crtc->lowfreq_avail = false;
3561 if (intel_pipe_has_type(crtc, INTEL_OUTPUT_LVDS) &&
3562 reduced_clock && i915_powersave) {
3563 I915_WRITE(FP1(pipe), fp2);
3564 intel_crtc->lowfreq_avail = true;
3565 } else {
3566 I915_WRITE(FP1(pipe), fp);
3567 }
3568}
3569
Daniel Vetter93e537a2012-03-28 23:11:26 +02003570static void intel_update_lvds(struct drm_crtc *crtc, intel_clock_t *clock,
3571 struct drm_display_mode *adjusted_mode)
3572{
3573 struct drm_device *dev = crtc->dev;
3574 struct drm_i915_private *dev_priv = dev->dev_private;
3575 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
3576 int pipe = intel_crtc->pipe;
Chris Wilson284d5df2012-04-14 17:41:59 +01003577 u32 temp;
Daniel Vetter93e537a2012-03-28 23:11:26 +02003578
3579 temp = I915_READ(LVDS);
3580 temp |= LVDS_PORT_EN | LVDS_A0A2_CLKA_POWER_UP;
3581 if (pipe == 1) {
3582 temp |= LVDS_PIPEB_SELECT;
3583 } else {
3584 temp &= ~LVDS_PIPEB_SELECT;
3585 }
3586 /* set the corresponsding LVDS_BORDER bit */
3587 temp |= dev_priv->lvds_border_bits;
3588 /* Set the B0-B3 data pairs corresponding to whether we're going to
3589 * set the DPLLs for dual-channel mode or not.
3590 */
3591 if (clock->p2 == 7)
3592 temp |= LVDS_B0B3_POWER_UP | LVDS_CLKB_POWER_UP;
3593 else
3594 temp &= ~(LVDS_B0B3_POWER_UP | LVDS_CLKB_POWER_UP);
3595
3596 /* It would be nice to set 24 vs 18-bit mode (LVDS_A3_POWER_UP)
3597 * appropriately here, but we need to look more thoroughly into how
3598 * panels behave in the two modes.
3599 */
3600 /* set the dithering flag on LVDS as needed */
3601 if (INTEL_INFO(dev)->gen >= 4) {
3602 if (dev_priv->lvds_dither)
3603 temp |= LVDS_ENABLE_DITHER;
3604 else
3605 temp &= ~LVDS_ENABLE_DITHER;
3606 }
Chris Wilson284d5df2012-04-14 17:41:59 +01003607 temp &= ~(LVDS_HSYNC_POLARITY | LVDS_VSYNC_POLARITY);
Daniel Vetter93e537a2012-03-28 23:11:26 +02003608 if (adjusted_mode->flags & DRM_MODE_FLAG_NHSYNC)
Chris Wilson284d5df2012-04-14 17:41:59 +01003609 temp |= LVDS_HSYNC_POLARITY;
Daniel Vetter93e537a2012-03-28 23:11:26 +02003610 if (adjusted_mode->flags & DRM_MODE_FLAG_NVSYNC)
Chris Wilson284d5df2012-04-14 17:41:59 +01003611 temp |= LVDS_VSYNC_POLARITY;
Daniel Vetter93e537a2012-03-28 23:11:26 +02003612 I915_WRITE(LVDS, temp);
3613}
3614
Daniel Vettereb1cbe42012-03-28 23:12:16 +02003615static void i9xx_update_pll(struct drm_crtc *crtc,
3616 struct drm_display_mode *mode,
3617 struct drm_display_mode *adjusted_mode,
3618 intel_clock_t *clock, intel_clock_t *reduced_clock,
3619 int num_connectors)
3620{
3621 struct drm_device *dev = crtc->dev;
3622 struct drm_i915_private *dev_priv = dev->dev_private;
3623 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
3624 int pipe = intel_crtc->pipe;
3625 u32 dpll;
3626 bool is_sdvo;
3627
3628 is_sdvo = intel_pipe_has_type(crtc, INTEL_OUTPUT_SDVO) ||
3629 intel_pipe_has_type(crtc, INTEL_OUTPUT_HDMI);
3630
3631 dpll = DPLL_VGA_MODE_DIS;
3632
3633 if (intel_pipe_has_type(crtc, INTEL_OUTPUT_LVDS))
3634 dpll |= DPLLB_MODE_LVDS;
3635 else
3636 dpll |= DPLLB_MODE_DAC_SERIAL;
3637 if (is_sdvo) {
3638 int pixel_multiplier = intel_mode_get_pixel_multiplier(adjusted_mode);
3639 if (pixel_multiplier > 1) {
3640 if (IS_I945G(dev) || IS_I945GM(dev) || IS_G33(dev))
3641 dpll |= (pixel_multiplier - 1) << SDVO_MULTIPLIER_SHIFT_HIRES;
3642 }
3643 dpll |= DPLL_DVO_HIGH_SPEED;
3644 }
3645 if (intel_pipe_has_type(crtc, INTEL_OUTPUT_DISPLAYPORT))
3646 dpll |= DPLL_DVO_HIGH_SPEED;
3647
3648 /* compute bitmask from p1 value */
3649 if (IS_PINEVIEW(dev))
3650 dpll |= (1 << (clock->p1 - 1)) << DPLL_FPA01_P1_POST_DIV_SHIFT_PINEVIEW;
3651 else {
3652 dpll |= (1 << (clock->p1 - 1)) << DPLL_FPA01_P1_POST_DIV_SHIFT;
3653 if (IS_G4X(dev) && reduced_clock)
3654 dpll |= (1 << (reduced_clock->p1 - 1)) << DPLL_FPA1_P1_POST_DIV_SHIFT;
3655 }
3656 switch (clock->p2) {
3657 case 5:
3658 dpll |= DPLL_DAC_SERIAL_P2_CLOCK_DIV_5;
3659 break;
3660 case 7:
3661 dpll |= DPLLB_LVDS_P2_CLOCK_DIV_7;
3662 break;
3663 case 10:
3664 dpll |= DPLL_DAC_SERIAL_P2_CLOCK_DIV_10;
3665 break;
3666 case 14:
3667 dpll |= DPLLB_LVDS_P2_CLOCK_DIV_14;
3668 break;
3669 }
3670 if (INTEL_INFO(dev)->gen >= 4)
3671 dpll |= (6 << PLL_LOAD_PULSE_PHASE_SHIFT);
3672
3673 if (is_sdvo && intel_pipe_has_type(crtc, INTEL_OUTPUT_TVOUT))
3674 dpll |= PLL_REF_INPUT_TVCLKINBC;
3675 else if (intel_pipe_has_type(crtc, INTEL_OUTPUT_TVOUT))
3676 /* XXX: just matching BIOS for now */
3677 /* dpll |= PLL_REF_INPUT_TVCLKINBC; */
3678 dpll |= 3;
3679 else if (intel_pipe_has_type(crtc, INTEL_OUTPUT_LVDS) &&
3680 intel_panel_use_ssc(dev_priv) && num_connectors < 2)
3681 dpll |= PLLB_REF_INPUT_SPREADSPECTRUMIN;
3682 else
3683 dpll |= PLL_REF_INPUT_DREFCLK;
3684
3685 dpll |= DPLL_VCO_ENABLE;
3686 I915_WRITE(DPLL(pipe), dpll & ~DPLL_VCO_ENABLE);
3687 POSTING_READ(DPLL(pipe));
3688 udelay(150);
3689
3690 /* The LVDS pin pair needs to be on before the DPLLs are enabled.
3691 * This is an exception to the general rule that mode_set doesn't turn
3692 * things on.
3693 */
3694 if (intel_pipe_has_type(crtc, INTEL_OUTPUT_LVDS))
3695 intel_update_lvds(crtc, clock, adjusted_mode);
3696
3697 if (intel_pipe_has_type(crtc, INTEL_OUTPUT_DISPLAYPORT))
3698 intel_dp_set_m_n(crtc, mode, adjusted_mode);
3699
3700 I915_WRITE(DPLL(pipe), dpll);
3701
3702 /* Wait for the clocks to stabilize. */
3703 POSTING_READ(DPLL(pipe));
3704 udelay(150);
3705
3706 if (INTEL_INFO(dev)->gen >= 4) {
3707 u32 temp = 0;
3708 if (is_sdvo) {
3709 temp = intel_mode_get_pixel_multiplier(adjusted_mode);
3710 if (temp > 1)
3711 temp = (temp - 1) << DPLL_MD_UDI_MULTIPLIER_SHIFT;
3712 else
3713 temp = 0;
3714 }
3715 I915_WRITE(DPLL_MD(pipe), temp);
3716 } else {
3717 /* The pixel multiplier can only be updated once the
3718 * DPLL is enabled and the clocks are stable.
3719 *
3720 * So write it again.
3721 */
3722 I915_WRITE(DPLL(pipe), dpll);
3723 }
3724}
3725
3726static void i8xx_update_pll(struct drm_crtc *crtc,
3727 struct drm_display_mode *adjusted_mode,
3728 intel_clock_t *clock,
3729 int num_connectors)
3730{
3731 struct drm_device *dev = crtc->dev;
3732 struct drm_i915_private *dev_priv = dev->dev_private;
3733 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
3734 int pipe = intel_crtc->pipe;
3735 u32 dpll;
3736
3737 dpll = DPLL_VGA_MODE_DIS;
3738
3739 if (intel_pipe_has_type(crtc, INTEL_OUTPUT_LVDS)) {
3740 dpll |= (1 << (clock->p1 - 1)) << DPLL_FPA01_P1_POST_DIV_SHIFT;
3741 } else {
3742 if (clock->p1 == 2)
3743 dpll |= PLL_P1_DIVIDE_BY_TWO;
3744 else
3745 dpll |= (clock->p1 - 2) << DPLL_FPA01_P1_POST_DIV_SHIFT;
3746 if (clock->p2 == 4)
3747 dpll |= PLL_P2_DIVIDE_BY_4;
3748 }
3749
3750 if (intel_pipe_has_type(crtc, INTEL_OUTPUT_TVOUT))
3751 /* XXX: just matching BIOS for now */
3752 /* dpll |= PLL_REF_INPUT_TVCLKINBC; */
3753 dpll |= 3;
3754 else if (intel_pipe_has_type(crtc, INTEL_OUTPUT_LVDS) &&
3755 intel_panel_use_ssc(dev_priv) && num_connectors < 2)
3756 dpll |= PLLB_REF_INPUT_SPREADSPECTRUMIN;
3757 else
3758 dpll |= PLL_REF_INPUT_DREFCLK;
3759
3760 dpll |= DPLL_VCO_ENABLE;
3761 I915_WRITE(DPLL(pipe), dpll & ~DPLL_VCO_ENABLE);
3762 POSTING_READ(DPLL(pipe));
3763 udelay(150);
3764
3765 I915_WRITE(DPLL(pipe), dpll);
3766
3767 /* Wait for the clocks to stabilize. */
3768 POSTING_READ(DPLL(pipe));
3769 udelay(150);
3770
3771 /* The LVDS pin pair needs to be on before the DPLLs are enabled.
3772 * This is an exception to the general rule that mode_set doesn't turn
3773 * things on.
3774 */
3775 if (intel_pipe_has_type(crtc, INTEL_OUTPUT_LVDS))
3776 intel_update_lvds(crtc, clock, adjusted_mode);
3777
3778 /* The pixel multiplier can only be updated once the
3779 * DPLL is enabled and the clocks are stable.
3780 *
3781 * So write it again.
3782 */
3783 I915_WRITE(DPLL(pipe), dpll);
3784}
3785
Eric Anholtf564048e2011-03-30 13:01:02 -07003786static int i9xx_crtc_mode_set(struct drm_crtc *crtc,
3787 struct drm_display_mode *mode,
3788 struct drm_display_mode *adjusted_mode,
3789 int x, int y,
3790 struct drm_framebuffer *old_fb)
Jesse Barnes79e53942008-11-07 14:24:08 -08003791{
3792 struct drm_device *dev = crtc->dev;
3793 struct drm_i915_private *dev_priv = dev->dev_private;
3794 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
3795 int pipe = intel_crtc->pipe;
Jesse Barnes80824002009-09-10 15:28:06 -07003796 int plane = intel_crtc->plane;
Eric Anholtc751ce42010-03-25 11:48:48 -07003797 int refclk, num_connectors = 0;
Jesse Barnes652c3932009-08-17 13:31:43 -07003798 intel_clock_t clock, reduced_clock;
Daniel Vettereb1cbe42012-03-28 23:12:16 +02003799 u32 dspcntr, pipeconf, vsyncshift;
3800 bool ok, has_reduced_clock = false, is_sdvo = false;
3801 bool is_lvds = false, is_tv = false, is_dp = false;
Jesse Barnes79e53942008-11-07 14:24:08 -08003802 struct drm_mode_config *mode_config = &dev->mode_config;
Chris Wilson5eddb702010-09-11 13:48:45 +01003803 struct intel_encoder *encoder;
Ma Lingd4906092009-03-18 20:13:27 +08003804 const intel_limit_t *limit;
Chris Wilson5c3b82e2009-02-11 13:25:09 +00003805 int ret;
Jesse Barnes79e53942008-11-07 14:24:08 -08003806
Chris Wilson5eddb702010-09-11 13:48:45 +01003807 list_for_each_entry(encoder, &mode_config->encoder_list, base.head) {
3808 if (encoder->base.crtc != crtc)
Jesse Barnes79e53942008-11-07 14:24:08 -08003809 continue;
3810
Chris Wilson5eddb702010-09-11 13:48:45 +01003811 switch (encoder->type) {
Jesse Barnes79e53942008-11-07 14:24:08 -08003812 case INTEL_OUTPUT_LVDS:
3813 is_lvds = true;
3814 break;
3815 case INTEL_OUTPUT_SDVO:
Eric Anholt7d573822009-01-02 13:33:00 -08003816 case INTEL_OUTPUT_HDMI:
Jesse Barnes79e53942008-11-07 14:24:08 -08003817 is_sdvo = true;
Chris Wilson5eddb702010-09-11 13:48:45 +01003818 if (encoder->needs_tv_clock)
Jesse Barnese2f0ba92009-02-02 15:11:52 -08003819 is_tv = true;
Jesse Barnes79e53942008-11-07 14:24:08 -08003820 break;
Jesse Barnes79e53942008-11-07 14:24:08 -08003821 case INTEL_OUTPUT_TVOUT:
3822 is_tv = true;
3823 break;
Keith Packarda4fc5ed2009-04-07 16:16:42 -07003824 case INTEL_OUTPUT_DISPLAYPORT:
3825 is_dp = true;
3826 break;
Jesse Barnes79e53942008-11-07 14:24:08 -08003827 }
Kristian Høgsberg43565a02009-02-13 20:56:52 -05003828
Eric Anholtc751ce42010-03-25 11:48:48 -07003829 num_connectors++;
Jesse Barnes79e53942008-11-07 14:24:08 -08003830 }
3831
Jesse Barnesc65d77d2011-12-15 12:30:36 -08003832 refclk = i9xx_get_refclk(crtc, num_connectors);
Jesse Barnes79e53942008-11-07 14:24:08 -08003833
Ma Lingd4906092009-03-18 20:13:27 +08003834 /*
3835 * Returns a set of divisors for the desired target clock with the given
3836 * refclk, or FALSE. The returned values represent the clock equation:
3837 * reflck * (5 * (m1 + 2) + (m2 + 2)) / (n + 2) / p1 / p2.
3838 */
Chris Wilson1b894b52010-12-14 20:04:54 +00003839 limit = intel_limit(crtc, refclk);
Sean Paulcec2f352012-01-10 15:09:36 -08003840 ok = limit->find_pll(limit, crtc, adjusted_mode->clock, refclk, NULL,
3841 &clock);
Jesse Barnes79e53942008-11-07 14:24:08 -08003842 if (!ok) {
3843 DRM_ERROR("Couldn't find PLL settings for mode!\n");
Eric Anholtf564048e2011-03-30 13:01:02 -07003844 return -EINVAL;
3845 }
3846
3847 /* Ensure that the cursor is valid for the new mode before changing... */
3848 intel_crtc_update_cursor(crtc, true);
3849
3850 if (is_lvds && dev_priv->lvds_downclock_avail) {
Sean Paulcec2f352012-01-10 15:09:36 -08003851 /*
3852 * Ensure we match the reduced clock's P to the target clock.
3853 * If the clocks don't match, we can't switch the display clock
3854 * by using the FP0/FP1. In such case we will disable the LVDS
3855 * downclock feature.
3856 */
Eric Anholtf564048e2011-03-30 13:01:02 -07003857 has_reduced_clock = limit->find_pll(limit, crtc,
3858 dev_priv->lvds_downclock,
3859 refclk,
Sean Paulcec2f352012-01-10 15:09:36 -08003860 &clock,
Eric Anholtf564048e2011-03-30 13:01:02 -07003861 &reduced_clock);
Eric Anholtf564048e2011-03-30 13:01:02 -07003862 }
3863
Jesse Barnesc65d77d2011-12-15 12:30:36 -08003864 if (is_sdvo && is_tv)
3865 i9xx_adjust_sdvo_tv_clock(adjusted_mode, &clock);
Eric Anholtf564048e2011-03-30 13:01:02 -07003866
Jesse Barnesa7516a02011-12-15 12:30:37 -08003867 i9xx_update_pll_dividers(crtc, &clock, has_reduced_clock ?
3868 &reduced_clock : NULL);
Eric Anholtf564048e2011-03-30 13:01:02 -07003869
Daniel Vettereb1cbe42012-03-28 23:12:16 +02003870 if (IS_GEN2(dev))
3871 i8xx_update_pll(crtc, adjusted_mode, &clock, num_connectors);
Eric Anholtf564048e2011-03-30 13:01:02 -07003872 else
Daniel Vettereb1cbe42012-03-28 23:12:16 +02003873 i9xx_update_pll(crtc, mode, adjusted_mode, &clock,
3874 has_reduced_clock ? &reduced_clock : NULL,
3875 num_connectors);
Eric Anholtf564048e2011-03-30 13:01:02 -07003876
3877 /* setup pipeconf */
3878 pipeconf = I915_READ(PIPECONF(pipe));
3879
3880 /* Set up the display plane register */
3881 dspcntr = DISPPLANE_GAMMA_ENABLE;
3882
Eric Anholt929c77f2011-03-30 13:01:04 -07003883 if (pipe == 0)
3884 dspcntr &= ~DISPPLANE_SEL_PIPE_MASK;
3885 else
3886 dspcntr |= DISPPLANE_SEL_PIPE_B;
Eric Anholtf564048e2011-03-30 13:01:02 -07003887
3888 if (pipe == 0 && INTEL_INFO(dev)->gen < 4) {
3889 /* Enable pixel doubling when the dot clock is > 90% of the (display)
3890 * core speed.
3891 *
3892 * XXX: No double-wide on 915GM pipe B. Is that the only reason for the
3893 * pipe == 0 check?
3894 */
3895 if (mode->clock >
3896 dev_priv->display.get_display_clock_speed(dev) * 9 / 10)
3897 pipeconf |= PIPECONF_DOUBLE_WIDE;
3898 else
3899 pipeconf &= ~PIPECONF_DOUBLE_WIDE;
3900 }
3901
Adam Jackson3b5c78a2011-12-13 15:41:00 -08003902 /* default to 8bpc */
3903 pipeconf &= ~(PIPECONF_BPP_MASK | PIPECONF_DITHER_EN);
3904 if (is_dp) {
3905 if (mode->private_flags & INTEL_MODE_DP_FORCE_6BPC) {
3906 pipeconf |= PIPECONF_BPP_6 |
3907 PIPECONF_DITHER_EN |
3908 PIPECONF_DITHER_TYPE_SP;
3909 }
3910 }
3911
Eric Anholtf564048e2011-03-30 13:01:02 -07003912 DRM_DEBUG_KMS("Mode for pipe %c:\n", pipe == 0 ? 'A' : 'B');
3913 drm_mode_debug_printmodeline(mode);
3914
Jesse Barnesa7516a02011-12-15 12:30:37 -08003915 if (HAS_PIPE_CXSR(dev)) {
3916 if (intel_crtc->lowfreq_avail) {
Eric Anholtf564048e2011-03-30 13:01:02 -07003917 DRM_DEBUG_KMS("enabling CxSR downclocking\n");
3918 pipeconf |= PIPECONF_CXSR_DOWNCLOCK;
Jesse Barnesa7516a02011-12-15 12:30:37 -08003919 } else {
Eric Anholtf564048e2011-03-30 13:01:02 -07003920 DRM_DEBUG_KMS("disabling CxSR downclocking\n");
3921 pipeconf &= ~PIPECONF_CXSR_DOWNCLOCK;
3922 }
3923 }
3924
Keith Packard617cf882012-02-08 13:53:38 -08003925 pipeconf &= ~PIPECONF_INTERLACE_MASK;
Daniel Vetterdbb02572012-01-28 14:49:23 +01003926 if (!IS_GEN2(dev) &&
3927 adjusted_mode->flags & DRM_MODE_FLAG_INTERLACE) {
Eric Anholtf564048e2011-03-30 13:01:02 -07003928 pipeconf |= PIPECONF_INTERLACE_W_FIELD_INDICATION;
3929 /* the chip adds 2 halflines automatically */
Eric Anholtf564048e2011-03-30 13:01:02 -07003930 adjusted_mode->crtc_vtotal -= 1;
Eric Anholtf564048e2011-03-30 13:01:02 -07003931 adjusted_mode->crtc_vblank_end -= 1;
Daniel Vetter0529a0d2012-01-28 14:49:24 +01003932 vsyncshift = adjusted_mode->crtc_hsync_start
3933 - adjusted_mode->crtc_htotal/2;
3934 } else {
Keith Packard617cf882012-02-08 13:53:38 -08003935 pipeconf |= PIPECONF_PROGRESSIVE;
Daniel Vetter0529a0d2012-01-28 14:49:24 +01003936 vsyncshift = 0;
3937 }
3938
3939 if (!IS_GEN3(dev))
3940 I915_WRITE(VSYNCSHIFT(pipe), vsyncshift);
Eric Anholtf564048e2011-03-30 13:01:02 -07003941
3942 I915_WRITE(HTOTAL(pipe),
3943 (adjusted_mode->crtc_hdisplay - 1) |
3944 ((adjusted_mode->crtc_htotal - 1) << 16));
3945 I915_WRITE(HBLANK(pipe),
3946 (adjusted_mode->crtc_hblank_start - 1) |
3947 ((adjusted_mode->crtc_hblank_end - 1) << 16));
3948 I915_WRITE(HSYNC(pipe),
3949 (adjusted_mode->crtc_hsync_start - 1) |
3950 ((adjusted_mode->crtc_hsync_end - 1) << 16));
3951
3952 I915_WRITE(VTOTAL(pipe),
3953 (adjusted_mode->crtc_vdisplay - 1) |
3954 ((adjusted_mode->crtc_vtotal - 1) << 16));
3955 I915_WRITE(VBLANK(pipe),
3956 (adjusted_mode->crtc_vblank_start - 1) |
3957 ((adjusted_mode->crtc_vblank_end - 1) << 16));
3958 I915_WRITE(VSYNC(pipe),
3959 (adjusted_mode->crtc_vsync_start - 1) |
3960 ((adjusted_mode->crtc_vsync_end - 1) << 16));
3961
3962 /* pipesrc and dspsize control the size that is scaled from,
3963 * which should always be the user's requested size.
3964 */
Eric Anholt929c77f2011-03-30 13:01:04 -07003965 I915_WRITE(DSPSIZE(plane),
3966 ((mode->vdisplay - 1) << 16) |
3967 (mode->hdisplay - 1));
3968 I915_WRITE(DSPPOS(plane), 0);
Eric Anholtf564048e2011-03-30 13:01:02 -07003969 I915_WRITE(PIPESRC(pipe),
3970 ((mode->hdisplay - 1) << 16) | (mode->vdisplay - 1));
3971
Eric Anholtf564048e2011-03-30 13:01:02 -07003972 I915_WRITE(PIPECONF(pipe), pipeconf);
3973 POSTING_READ(PIPECONF(pipe));
Eric Anholt929c77f2011-03-30 13:01:04 -07003974 intel_enable_pipe(dev_priv, pipe, false);
Eric Anholtf564048e2011-03-30 13:01:02 -07003975
3976 intel_wait_for_vblank(dev, pipe);
3977
Eric Anholtf564048e2011-03-30 13:01:02 -07003978 I915_WRITE(DSPCNTR(plane), dspcntr);
3979 POSTING_READ(DSPCNTR(plane));
3980
3981 ret = intel_pipe_set_base(crtc, x, y, old_fb);
3982
3983 intel_update_watermarks(dev);
3984
Eric Anholtf564048e2011-03-30 13:01:02 -07003985 return ret;
3986}
3987
Keith Packard9fb526d2011-09-26 22:24:57 -07003988/*
3989 * Initialize reference clocks when the driver loads
3990 */
3991void ironlake_init_pch_refclk(struct drm_device *dev)
Jesse Barnes13d83a62011-08-03 12:59:20 -07003992{
3993 struct drm_i915_private *dev_priv = dev->dev_private;
3994 struct drm_mode_config *mode_config = &dev->mode_config;
Jesse Barnes13d83a62011-08-03 12:59:20 -07003995 struct intel_encoder *encoder;
Jesse Barnes13d83a62011-08-03 12:59:20 -07003996 u32 temp;
3997 bool has_lvds = false;
Keith Packard199e5d72011-09-22 12:01:57 -07003998 bool has_cpu_edp = false;
3999 bool has_pch_edp = false;
4000 bool has_panel = false;
Keith Packard99eb6a02011-09-26 14:29:12 -07004001 bool has_ck505 = false;
4002 bool can_ssc = false;
Jesse Barnes13d83a62011-08-03 12:59:20 -07004003
4004 /* We need to take the global config into account */
Keith Packard199e5d72011-09-22 12:01:57 -07004005 list_for_each_entry(encoder, &mode_config->encoder_list,
4006 base.head) {
4007 switch (encoder->type) {
4008 case INTEL_OUTPUT_LVDS:
4009 has_panel = true;
4010 has_lvds = true;
4011 break;
4012 case INTEL_OUTPUT_EDP:
4013 has_panel = true;
4014 if (intel_encoder_is_pch_edp(&encoder->base))
4015 has_pch_edp = true;
4016 else
4017 has_cpu_edp = true;
4018 break;
Jesse Barnes13d83a62011-08-03 12:59:20 -07004019 }
4020 }
4021
Keith Packard99eb6a02011-09-26 14:29:12 -07004022 if (HAS_PCH_IBX(dev)) {
4023 has_ck505 = dev_priv->display_clock_mode;
4024 can_ssc = has_ck505;
4025 } else {
4026 has_ck505 = false;
4027 can_ssc = true;
4028 }
4029
4030 DRM_DEBUG_KMS("has_panel %d has_lvds %d has_pch_edp %d has_cpu_edp %d has_ck505 %d\n",
4031 has_panel, has_lvds, has_pch_edp, has_cpu_edp,
4032 has_ck505);
Jesse Barnes13d83a62011-08-03 12:59:20 -07004033
4034 /* Ironlake: try to setup display ref clock before DPLL
4035 * enabling. This is only under driver's control after
4036 * PCH B stepping, previous chipset stepping should be
4037 * ignoring this setting.
4038 */
4039 temp = I915_READ(PCH_DREF_CONTROL);
4040 /* Always enable nonspread source */
4041 temp &= ~DREF_NONSPREAD_SOURCE_MASK;
Jesse Barnes13d83a62011-08-03 12:59:20 -07004042
Keith Packard99eb6a02011-09-26 14:29:12 -07004043 if (has_ck505)
4044 temp |= DREF_NONSPREAD_CK505_ENABLE;
4045 else
4046 temp |= DREF_NONSPREAD_SOURCE_ENABLE;
Jesse Barnes13d83a62011-08-03 12:59:20 -07004047
Keith Packard199e5d72011-09-22 12:01:57 -07004048 if (has_panel) {
4049 temp &= ~DREF_SSC_SOURCE_MASK;
4050 temp |= DREF_SSC_SOURCE_ENABLE;
Jesse Barnes13d83a62011-08-03 12:59:20 -07004051
Keith Packard199e5d72011-09-22 12:01:57 -07004052 /* SSC must be turned on before enabling the CPU output */
Keith Packard99eb6a02011-09-26 14:29:12 -07004053 if (intel_panel_use_ssc(dev_priv) && can_ssc) {
Keith Packard199e5d72011-09-22 12:01:57 -07004054 DRM_DEBUG_KMS("Using SSC on panel\n");
Jesse Barnes13d83a62011-08-03 12:59:20 -07004055 temp |= DREF_SSC1_ENABLE;
Daniel Vettere77166b2012-03-30 22:14:05 +02004056 } else
4057 temp &= ~DREF_SSC1_ENABLE;
Keith Packard199e5d72011-09-22 12:01:57 -07004058
4059 /* Get SSC going before enabling the outputs */
4060 I915_WRITE(PCH_DREF_CONTROL, temp);
4061 POSTING_READ(PCH_DREF_CONTROL);
4062 udelay(200);
4063
Jesse Barnes13d83a62011-08-03 12:59:20 -07004064 temp &= ~DREF_CPU_SOURCE_OUTPUT_MASK;
4065
4066 /* Enable CPU source on CPU attached eDP */
Keith Packard199e5d72011-09-22 12:01:57 -07004067 if (has_cpu_edp) {
Keith Packard99eb6a02011-09-26 14:29:12 -07004068 if (intel_panel_use_ssc(dev_priv) && can_ssc) {
Keith Packard199e5d72011-09-22 12:01:57 -07004069 DRM_DEBUG_KMS("Using SSC on eDP\n");
Jesse Barnes13d83a62011-08-03 12:59:20 -07004070 temp |= DREF_CPU_SOURCE_OUTPUT_DOWNSPREAD;
Keith Packard199e5d72011-09-22 12:01:57 -07004071 }
Jesse Barnes13d83a62011-08-03 12:59:20 -07004072 else
4073 temp |= DREF_CPU_SOURCE_OUTPUT_NONSPREAD;
Keith Packard199e5d72011-09-22 12:01:57 -07004074 } else
4075 temp |= DREF_CPU_SOURCE_OUTPUT_DISABLE;
4076
4077 I915_WRITE(PCH_DREF_CONTROL, temp);
4078 POSTING_READ(PCH_DREF_CONTROL);
4079 udelay(200);
4080 } else {
4081 DRM_DEBUG_KMS("Disabling SSC entirely\n");
4082
4083 temp &= ~DREF_CPU_SOURCE_OUTPUT_MASK;
4084
4085 /* Turn off CPU output */
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
4092 /* Turn off the SSC source */
4093 temp &= ~DREF_SSC_SOURCE_MASK;
4094 temp |= DREF_SSC_SOURCE_DISABLE;
4095
4096 /* Turn off SSC1 */
4097 temp &= ~ DREF_SSC1_ENABLE;
4098
Jesse Barnes13d83a62011-08-03 12:59:20 -07004099 I915_WRITE(PCH_DREF_CONTROL, temp);
4100 POSTING_READ(PCH_DREF_CONTROL);
4101 udelay(200);
4102 }
4103}
4104
Jesse Barnesd9d444c2011-09-02 13:03:05 -07004105static int ironlake_get_refclk(struct drm_crtc *crtc)
4106{
4107 struct drm_device *dev = crtc->dev;
4108 struct drm_i915_private *dev_priv = dev->dev_private;
4109 struct intel_encoder *encoder;
4110 struct drm_mode_config *mode_config = &dev->mode_config;
4111 struct intel_encoder *edp_encoder = NULL;
4112 int num_connectors = 0;
4113 bool is_lvds = false;
4114
4115 list_for_each_entry(encoder, &mode_config->encoder_list, base.head) {
4116 if (encoder->base.crtc != crtc)
4117 continue;
4118
4119 switch (encoder->type) {
4120 case INTEL_OUTPUT_LVDS:
4121 is_lvds = true;
4122 break;
4123 case INTEL_OUTPUT_EDP:
4124 edp_encoder = encoder;
4125 break;
4126 }
4127 num_connectors++;
4128 }
4129
4130 if (is_lvds && intel_panel_use_ssc(dev_priv) && num_connectors < 2) {
4131 DRM_DEBUG_KMS("using SSC reference clock of %d MHz\n",
4132 dev_priv->lvds_ssc_freq);
4133 return dev_priv->lvds_ssc_freq * 1000;
4134 }
4135
4136 return 120000;
4137}
4138
Eric Anholtf564048e2011-03-30 13:01:02 -07004139static int ironlake_crtc_mode_set(struct drm_crtc *crtc,
4140 struct drm_display_mode *mode,
4141 struct drm_display_mode *adjusted_mode,
4142 int x, int y,
4143 struct drm_framebuffer *old_fb)
Jesse Barnes79e53942008-11-07 14:24:08 -08004144{
4145 struct drm_device *dev = crtc->dev;
4146 struct drm_i915_private *dev_priv = dev->dev_private;
4147 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
4148 int pipe = intel_crtc->pipe;
Chris Wilson5c3b82e2009-02-11 13:25:09 +00004149 int plane = intel_crtc->plane;
Jesse Barnes79e53942008-11-07 14:24:08 -08004150 int refclk, num_connectors = 0;
4151 intel_clock_t clock, reduced_clock;
4152 u32 dpll, fp = 0, fp2 = 0, dspcntr, pipeconf;
Eric Anholta07d6782011-03-30 13:01:08 -07004153 bool ok, has_reduced_clock = false, is_sdvo = false;
Jesse Barnes79e53942008-11-07 14:24:08 -08004154 bool is_crt = false, is_lvds = false, is_tv = false, is_dp = false;
Jesse Barnes79e53942008-11-07 14:24:08 -08004155 struct drm_mode_config *mode_config = &dev->mode_config;
Jesse Barnese3aef172012-04-10 11:58:03 -07004156 struct intel_encoder *encoder, *edp_encoder = NULL;
Jesse Barnes79e53942008-11-07 14:24:08 -08004157 const intel_limit_t *limit;
4158 int ret;
4159 struct fdi_m_n m_n = {0};
Eric Anholtfae14982011-03-30 13:01:09 -07004160 u32 temp;
Jesse Barnes5a354202011-06-24 12:19:22 -07004161 int target_clock, pixel_multiplier, lane, link_bw, factor;
4162 unsigned int pipe_bpp;
4163 bool dither;
Jesse Barnese3aef172012-04-10 11:58:03 -07004164 bool is_cpu_edp = false, is_pch_edp = false;
Jesse Barnes79e53942008-11-07 14:24:08 -08004165
Jesse Barnes79e53942008-11-07 14:24:08 -08004166 list_for_each_entry(encoder, &mode_config->encoder_list, base.head) {
4167 if (encoder->base.crtc != crtc)
4168 continue;
4169
4170 switch (encoder->type) {
4171 case INTEL_OUTPUT_LVDS:
4172 is_lvds = true;
4173 break;
4174 case INTEL_OUTPUT_SDVO:
4175 case INTEL_OUTPUT_HDMI:
4176 is_sdvo = true;
4177 if (encoder->needs_tv_clock)
4178 is_tv = true;
4179 break;
Jesse Barnes79e53942008-11-07 14:24:08 -08004180 case INTEL_OUTPUT_TVOUT:
4181 is_tv = true;
4182 break;
4183 case INTEL_OUTPUT_ANALOG:
4184 is_crt = true;
4185 break;
4186 case INTEL_OUTPUT_DISPLAYPORT:
4187 is_dp = true;
4188 break;
4189 case INTEL_OUTPUT_EDP:
Jesse Barnese3aef172012-04-10 11:58:03 -07004190 is_dp = true;
4191 if (intel_encoder_is_pch_edp(&encoder->base))
4192 is_pch_edp = true;
4193 else
4194 is_cpu_edp = true;
4195 edp_encoder = encoder;
Jesse Barnes79e53942008-11-07 14:24:08 -08004196 break;
4197 }
4198
Kristian Høgsberg43565a02009-02-13 20:56:52 -05004199 num_connectors++;
4200 }
4201
Jesse Barnesd9d444c2011-09-02 13:03:05 -07004202 refclk = ironlake_get_refclk(crtc);
Jesse Barnes79e53942008-11-07 14:24:08 -08004203
4204 /*
4205 * Returns a set of divisors for the desired target clock with the given
4206 * refclk, or FALSE. The returned values represent the clock equation:
4207 * reflck * (5 * (m1 + 2) + (m2 + 2)) / (n + 2) / p1 / p2.
4208 */
4209 limit = intel_limit(crtc, refclk);
Sean Paulcec2f352012-01-10 15:09:36 -08004210 ok = limit->find_pll(limit, crtc, adjusted_mode->clock, refclk, NULL,
4211 &clock);
Jesse Barnes79e53942008-11-07 14:24:08 -08004212 if (!ok) {
4213 DRM_ERROR("Couldn't find PLL settings for mode!\n");
4214 return -EINVAL;
4215 }
4216
Chris Wilsoncda4b7d2010-07-09 08:45:04 +01004217 /* Ensure that the cursor is valid for the new mode before changing... */
Chris Wilson6b383a72010-09-13 13:54:26 +01004218 intel_crtc_update_cursor(crtc, true);
Chris Wilsoncda4b7d2010-07-09 08:45:04 +01004219
Zhao Yakuiddc90032010-01-06 22:05:56 +08004220 if (is_lvds && dev_priv->lvds_downclock_avail) {
Sean Paulcec2f352012-01-10 15:09:36 -08004221 /*
4222 * Ensure we match the reduced clock's P to the target clock.
4223 * If the clocks don't match, we can't switch the display clock
4224 * by using the FP0/FP1. In such case we will disable the LVDS
4225 * downclock feature.
4226 */
Zhao Yakuiddc90032010-01-06 22:05:56 +08004227 has_reduced_clock = limit->find_pll(limit, crtc,
Chris Wilson5eddb702010-09-11 13:48:45 +01004228 dev_priv->lvds_downclock,
4229 refclk,
Sean Paulcec2f352012-01-10 15:09:36 -08004230 &clock,
Chris Wilson5eddb702010-09-11 13:48:45 +01004231 &reduced_clock);
Jesse Barnes652c3932009-08-17 13:31:43 -07004232 }
Zhenyu Wang7026d4a2009-03-24 14:02:43 +08004233 /* SDVO TV has fixed PLL values depend on its clock range,
4234 this mirrors vbios setting. */
4235 if (is_sdvo && is_tv) {
4236 if (adjusted_mode->clock >= 100000
Chris Wilson5eddb702010-09-11 13:48:45 +01004237 && adjusted_mode->clock < 140500) {
Zhenyu Wang7026d4a2009-03-24 14:02:43 +08004238 clock.p1 = 2;
4239 clock.p2 = 10;
4240 clock.n = 3;
4241 clock.m1 = 16;
4242 clock.m2 = 8;
4243 } else if (adjusted_mode->clock >= 140500
Chris Wilson5eddb702010-09-11 13:48:45 +01004244 && adjusted_mode->clock <= 200000) {
Zhenyu Wang7026d4a2009-03-24 14:02:43 +08004245 clock.p1 = 1;
4246 clock.p2 = 10;
4247 clock.n = 6;
4248 clock.m1 = 12;
4249 clock.m2 = 8;
4250 }
4251 }
4252
Zhenyu Wang2c072452009-06-05 15:38:42 +08004253 /* FDI link */
Eric Anholt8febb292011-03-30 13:01:07 -07004254 pixel_multiplier = intel_mode_get_pixel_multiplier(adjusted_mode);
4255 lane = 0;
4256 /* CPU eDP doesn't require FDI link, so just set DP M/N
4257 according to current link config */
Jesse Barnese3aef172012-04-10 11:58:03 -07004258 if (is_cpu_edp) {
Eric Anholt8febb292011-03-30 13:01:07 -07004259 target_clock = mode->clock;
Jesse Barnese3aef172012-04-10 11:58:03 -07004260 intel_edp_link_config(edp_encoder, &lane, &link_bw);
Eric Anholt8febb292011-03-30 13:01:07 -07004261 } else {
4262 /* [e]DP over FDI requires target mode clock
4263 instead of link clock */
Jesse Barnese3aef172012-04-10 11:58:03 -07004264 if (is_dp)
Zhenyu Wang5eb08b62009-07-24 01:00:31 +08004265 target_clock = mode->clock;
Eric Anholt8febb292011-03-30 13:01:07 -07004266 else
4267 target_clock = adjusted_mode->clock;
Chris Wilson021357a2010-09-07 20:54:59 +01004268
Eric Anholt8febb292011-03-30 13:01:07 -07004269 /* FDI is a binary signal running at ~2.7GHz, encoding
4270 * each output octet as 10 bits. The actual frequency
4271 * is stored as a divider into a 100MHz clock, and the
4272 * mode pixel clock is stored in units of 1KHz.
4273 * Hence the bw of each lane in terms of the mode signal
4274 * is:
4275 */
4276 link_bw = intel_fdi_link_freq(dev) * MHz(100)/KHz(1)/10;
Zhenyu Wang5eb08b62009-07-24 01:00:31 +08004277 }
Zhenyu Wang2c072452009-06-05 15:38:42 +08004278
Eric Anholt8febb292011-03-30 13:01:07 -07004279 /* determine panel color depth */
4280 temp = I915_READ(PIPECONF(pipe));
4281 temp &= ~PIPE_BPC_MASK;
Adam Jackson3b5c78a2011-12-13 15:41:00 -08004282 dither = intel_choose_pipe_bpp_dither(crtc, &pipe_bpp, mode);
Jesse Barnes5a354202011-06-24 12:19:22 -07004283 switch (pipe_bpp) {
4284 case 18:
4285 temp |= PIPE_6BPC;
4286 break;
4287 case 24:
Eric Anholt8febb292011-03-30 13:01:07 -07004288 temp |= PIPE_8BPC;
Eric Anholt8febb292011-03-30 13:01:07 -07004289 break;
Jesse Barnes5a354202011-06-24 12:19:22 -07004290 case 30:
4291 temp |= PIPE_10BPC;
Eric Anholt8febb292011-03-30 13:01:07 -07004292 break;
Jesse Barnes5a354202011-06-24 12:19:22 -07004293 case 36:
4294 temp |= PIPE_12BPC;
Eric Anholt8febb292011-03-30 13:01:07 -07004295 break;
4296 default:
Jesse Barnes62ac41a2011-07-28 12:55:14 -07004297 WARN(1, "intel_choose_pipe_bpp returned invalid value %d\n",
4298 pipe_bpp);
Jesse Barnes5a354202011-06-24 12:19:22 -07004299 temp |= PIPE_8BPC;
4300 pipe_bpp = 24;
4301 break;
Eric Anholt8febb292011-03-30 13:01:07 -07004302 }
4303
Jesse Barnes5a354202011-06-24 12:19:22 -07004304 intel_crtc->bpp = pipe_bpp;
4305 I915_WRITE(PIPECONF(pipe), temp);
4306
Eric Anholt8febb292011-03-30 13:01:07 -07004307 if (!lane) {
4308 /*
4309 * Account for spread spectrum to avoid
4310 * oversubscribing the link. Max center spread
4311 * is 2.5%; use 5% for safety's sake.
4312 */
Jesse Barnes5a354202011-06-24 12:19:22 -07004313 u32 bps = target_clock * intel_crtc->bpp * 21 / 20;
Eric Anholt8febb292011-03-30 13:01:07 -07004314 lane = bps / (link_bw * 8) + 1;
4315 }
4316
4317 intel_crtc->fdi_lanes = lane;
4318
4319 if (pixel_multiplier > 1)
4320 link_bw *= pixel_multiplier;
Jesse Barnes5a354202011-06-24 12:19:22 -07004321 ironlake_compute_m_n(intel_crtc->bpp, lane, target_clock, link_bw,
4322 &m_n);
Eric Anholt8febb292011-03-30 13:01:07 -07004323
Eric Anholta07d6782011-03-30 13:01:08 -07004324 fp = clock.n << 16 | clock.m1 << 8 | clock.m2;
4325 if (has_reduced_clock)
4326 fp2 = reduced_clock.n << 16 | reduced_clock.m1 << 8 |
4327 reduced_clock.m2;
Jesse Barnes79e53942008-11-07 14:24:08 -08004328
Chris Wilsonc1858122010-12-03 21:35:48 +00004329 /* Enable autotuning of the PLL clock (if permissible) */
Eric Anholt8febb292011-03-30 13:01:07 -07004330 factor = 21;
4331 if (is_lvds) {
4332 if ((intel_panel_use_ssc(dev_priv) &&
4333 dev_priv->lvds_ssc_freq == 100) ||
4334 (I915_READ(PCH_LVDS) & LVDS_CLKB_POWER_MASK) == LVDS_CLKB_POWER_UP)
4335 factor = 25;
4336 } else if (is_sdvo && is_tv)
4337 factor = 20;
Chris Wilsonc1858122010-12-03 21:35:48 +00004338
Jesse Barnescb0e0932011-07-28 14:50:30 -07004339 if (clock.m < factor * clock.n)
Eric Anholt8febb292011-03-30 13:01:07 -07004340 fp |= FP_CB_TUNE;
Chris Wilsonc1858122010-12-03 21:35:48 +00004341
Chris Wilson5eddb702010-09-11 13:48:45 +01004342 dpll = 0;
Zhenyu Wang2c072452009-06-05 15:38:42 +08004343
Eric Anholta07d6782011-03-30 13:01:08 -07004344 if (is_lvds)
4345 dpll |= DPLLB_MODE_LVDS;
4346 else
4347 dpll |= DPLLB_MODE_DAC_SERIAL;
4348 if (is_sdvo) {
4349 int pixel_multiplier = intel_mode_get_pixel_multiplier(adjusted_mode);
4350 if (pixel_multiplier > 1) {
4351 dpll |= (pixel_multiplier - 1) << PLL_REF_SDVO_HDMI_MULTIPLIER_SHIFT;
Jesse Barnes79e53942008-11-07 14:24:08 -08004352 }
Eric Anholta07d6782011-03-30 13:01:08 -07004353 dpll |= DPLL_DVO_HIGH_SPEED;
4354 }
Jesse Barnese3aef172012-04-10 11:58:03 -07004355 if (is_dp && !is_cpu_edp)
Eric Anholta07d6782011-03-30 13:01:08 -07004356 dpll |= DPLL_DVO_HIGH_SPEED;
Jesse Barnes79e53942008-11-07 14:24:08 -08004357
Eric Anholta07d6782011-03-30 13:01:08 -07004358 /* compute bitmask from p1 value */
4359 dpll |= (1 << (clock.p1 - 1)) << DPLL_FPA01_P1_POST_DIV_SHIFT;
4360 /* also FPA1 */
4361 dpll |= (1 << (clock.p1 - 1)) << DPLL_FPA1_P1_POST_DIV_SHIFT;
4362
4363 switch (clock.p2) {
4364 case 5:
4365 dpll |= DPLL_DAC_SERIAL_P2_CLOCK_DIV_5;
4366 break;
4367 case 7:
4368 dpll |= DPLLB_LVDS_P2_CLOCK_DIV_7;
4369 break;
4370 case 10:
4371 dpll |= DPLL_DAC_SERIAL_P2_CLOCK_DIV_10;
4372 break;
4373 case 14:
4374 dpll |= DPLLB_LVDS_P2_CLOCK_DIV_14;
4375 break;
Jesse Barnes79e53942008-11-07 14:24:08 -08004376 }
4377
4378 if (is_sdvo && is_tv)
4379 dpll |= PLL_REF_INPUT_TVCLKINBC;
4380 else if (is_tv)
4381 /* XXX: just matching BIOS for now */
4382 /* dpll |= PLL_REF_INPUT_TVCLKINBC; */
4383 dpll |= 3;
Chris Wilsona7615032011-01-12 17:04:08 +00004384 else if (is_lvds && intel_panel_use_ssc(dev_priv) && num_connectors < 2)
Jesse Barnes79e53942008-11-07 14:24:08 -08004385 dpll |= PLLB_REF_INPUT_SPREADSPECTRUMIN;
4386 else
4387 dpll |= PLL_REF_INPUT_DREFCLK;
4388
4389 /* setup pipeconf */
Chris Wilson5eddb702010-09-11 13:48:45 +01004390 pipeconf = I915_READ(PIPECONF(pipe));
Jesse Barnes79e53942008-11-07 14:24:08 -08004391
4392 /* Set up the display plane register */
4393 dspcntr = DISPPLANE_GAMMA_ENABLE;
4394
Jesse Barnesf7cb34d2011-10-12 10:49:14 -07004395 DRM_DEBUG_KMS("Mode for pipe %d:\n", pipe);
Jesse Barnes79e53942008-11-07 14:24:08 -08004396 drm_mode_debug_printmodeline(mode);
4397
Jesse Barnesee7b9f92012-04-20 17:11:53 +01004398 /* CPU eDP is the only output that doesn't need a PCH PLL of its own */
4399 if (!is_cpu_edp) {
4400 struct intel_pch_pll *pll;
Chris Wilson5eddb702010-09-11 13:48:45 +01004401
Jesse Barnesee7b9f92012-04-20 17:11:53 +01004402 pll = intel_get_pch_pll(intel_crtc, dpll, fp);
4403 if (pll == NULL) {
4404 DRM_DEBUG_DRIVER("failed to find PLL for pipe %d\n",
4405 pipe);
Jesse Barnes4b645f12011-10-12 09:51:31 -07004406 return -EINVAL;
4407 }
Jesse Barnesee7b9f92012-04-20 17:11:53 +01004408 } else
4409 intel_put_pch_pll(intel_crtc);
Jesse Barnes79e53942008-11-07 14:24:08 -08004410
4411 /* The LVDS pin pair needs to be on before the DPLLs are enabled.
4412 * This is an exception to the general rule that mode_set doesn't turn
4413 * things on.
4414 */
4415 if (is_lvds) {
Eric Anholtfae14982011-03-30 13:01:09 -07004416 temp = I915_READ(PCH_LVDS);
Chris Wilson5eddb702010-09-11 13:48:45 +01004417 temp |= LVDS_PORT_EN | LVDS_A0A2_CLKA_POWER_UP;
Jesse Barnes7885d202012-01-12 14:51:17 -08004418 if (HAS_PCH_CPT(dev)) {
4419 temp &= ~PORT_TRANS_SEL_MASK;
Jesse Barnes4b645f12011-10-12 09:51:31 -07004420 temp |= PORT_TRANS_SEL_CPT(pipe);
Jesse Barnes7885d202012-01-12 14:51:17 -08004421 } else {
4422 if (pipe == 1)
4423 temp |= LVDS_PIPEB_SELECT;
4424 else
4425 temp &= ~LVDS_PIPEB_SELECT;
4426 }
Jesse Barnes4b645f12011-10-12 09:51:31 -07004427
Zhao Yakuia3e17eb2009-10-10 10:42:37 +08004428 /* set the corresponsding LVDS_BORDER bit */
Chris Wilson5eddb702010-09-11 13:48:45 +01004429 temp |= dev_priv->lvds_border_bits;
Jesse Barnes79e53942008-11-07 14:24:08 -08004430 /* Set the B0-B3 data pairs corresponding to whether we're going to
4431 * set the DPLLs for dual-channel mode or not.
4432 */
4433 if (clock.p2 == 7)
Chris Wilson5eddb702010-09-11 13:48:45 +01004434 temp |= LVDS_B0B3_POWER_UP | LVDS_CLKB_POWER_UP;
Jesse Barnes79e53942008-11-07 14:24:08 -08004435 else
Chris Wilson5eddb702010-09-11 13:48:45 +01004436 temp &= ~(LVDS_B0B3_POWER_UP | LVDS_CLKB_POWER_UP);
Jesse Barnes79e53942008-11-07 14:24:08 -08004437
4438 /* It would be nice to set 24 vs 18-bit mode (LVDS_A3_POWER_UP)
4439 * appropriately here, but we need to look more thoroughly into how
4440 * panels behave in the two modes.
4441 */
Chris Wilson284d5df2012-04-14 17:41:59 +01004442 temp &= ~(LVDS_HSYNC_POLARITY | LVDS_VSYNC_POLARITY);
Bryan Freedaa9b5002011-01-12 13:43:19 -08004443 if (adjusted_mode->flags & DRM_MODE_FLAG_NHSYNC)
Chris Wilson284d5df2012-04-14 17:41:59 +01004444 temp |= LVDS_HSYNC_POLARITY;
Bryan Freedaa9b5002011-01-12 13:43:19 -08004445 if (adjusted_mode->flags & DRM_MODE_FLAG_NVSYNC)
Chris Wilson284d5df2012-04-14 17:41:59 +01004446 temp |= LVDS_VSYNC_POLARITY;
Eric Anholtfae14982011-03-30 13:01:09 -07004447 I915_WRITE(PCH_LVDS, temp);
Jesse Barnes79e53942008-11-07 14:24:08 -08004448 }
Jesse Barnes434ed092010-09-07 14:48:06 -07004449
Eric Anholt8febb292011-03-30 13:01:07 -07004450 pipeconf &= ~PIPECONF_DITHER_EN;
4451 pipeconf &= ~PIPECONF_DITHER_TYPE_MASK;
Jesse Barnes5a354202011-06-24 12:19:22 -07004452 if ((is_lvds && dev_priv->lvds_dither) || dither) {
Eric Anholt8febb292011-03-30 13:01:07 -07004453 pipeconf |= PIPECONF_DITHER_EN;
Daniel Vetterf74974c2011-10-11 17:27:51 +02004454 pipeconf |= PIPECONF_DITHER_TYPE_SP;
Jesse Barnes434ed092010-09-07 14:48:06 -07004455 }
Jesse Barnese3aef172012-04-10 11:58:03 -07004456 if (is_dp && !is_cpu_edp) {
Keith Packarda4fc5ed2009-04-07 16:16:42 -07004457 intel_dp_set_m_n(crtc, mode, adjusted_mode);
Eric Anholt8febb292011-03-30 13:01:07 -07004458 } else {
Zhenyu Wang8db9d772010-04-07 16:15:54 +08004459 /* For non-DP output, clear any trans DP clock recovery setting.*/
Jesse Barnes9db4a9c2011-02-07 12:26:52 -08004460 I915_WRITE(TRANSDATA_M1(pipe), 0);
4461 I915_WRITE(TRANSDATA_N1(pipe), 0);
4462 I915_WRITE(TRANSDPLINK_M1(pipe), 0);
4463 I915_WRITE(TRANSDPLINK_N1(pipe), 0);
Zhenyu Wang8db9d772010-04-07 16:15:54 +08004464 }
Jesse Barnes79e53942008-11-07 14:24:08 -08004465
Jesse Barnesee7b9f92012-04-20 17:11:53 +01004466 if (intel_crtc->pch_pll) {
4467 I915_WRITE(intel_crtc->pch_pll->pll_reg, dpll);
Chris Wilson5eddb702010-09-11 13:48:45 +01004468
Zhenyu Wang32f9d652009-07-24 01:00:32 +08004469 /* Wait for the clocks to stabilize. */
Jesse Barnesee7b9f92012-04-20 17:11:53 +01004470 POSTING_READ(intel_crtc->pch_pll->pll_reg);
Zhenyu Wang32f9d652009-07-24 01:00:32 +08004471 udelay(150);
4472
Eric Anholt8febb292011-03-30 13:01:07 -07004473 /* The pixel multiplier can only be updated once the
4474 * DPLL is enabled and the clocks are stable.
4475 *
4476 * So write it again.
4477 */
Jesse Barnesee7b9f92012-04-20 17:11:53 +01004478 I915_WRITE(intel_crtc->pch_pll->pll_reg, dpll);
Jesse Barnes79e53942008-11-07 14:24:08 -08004479 }
Jesse Barnes79e53942008-11-07 14:24:08 -08004480
Chris Wilson5eddb702010-09-11 13:48:45 +01004481 intel_crtc->lowfreq_avail = false;
Jesse Barnesee7b9f92012-04-20 17:11:53 +01004482 if (intel_crtc->pch_pll) {
Jesse Barnes4b645f12011-10-12 09:51:31 -07004483 if (is_lvds && has_reduced_clock && i915_powersave) {
Jesse Barnesee7b9f92012-04-20 17:11:53 +01004484 I915_WRITE(intel_crtc->pch_pll->fp1_reg, fp2);
Jesse Barnes4b645f12011-10-12 09:51:31 -07004485 intel_crtc->lowfreq_avail = true;
4486 if (HAS_PIPE_CXSR(dev)) {
4487 DRM_DEBUG_KMS("enabling CxSR downclocking\n");
4488 pipeconf |= PIPECONF_CXSR_DOWNCLOCK;
4489 }
4490 } else {
Jesse Barnesee7b9f92012-04-20 17:11:53 +01004491 I915_WRITE(intel_crtc->pch_pll->fp1_reg, fp);
Jesse Barnes4b645f12011-10-12 09:51:31 -07004492 if (HAS_PIPE_CXSR(dev)) {
4493 DRM_DEBUG_KMS("disabling CxSR downclocking\n");
4494 pipeconf &= ~PIPECONF_CXSR_DOWNCLOCK;
4495 }
Jesse Barnes652c3932009-08-17 13:31:43 -07004496 }
4497 }
4498
Keith Packard617cf882012-02-08 13:53:38 -08004499 pipeconf &= ~PIPECONF_INTERLACE_MASK;
Krzysztof Halasa734b4152010-05-25 18:41:46 +02004500 if (adjusted_mode->flags & DRM_MODE_FLAG_INTERLACE) {
Daniel Vetter5def4742012-01-28 14:49:22 +01004501 pipeconf |= PIPECONF_INTERLACED_ILK;
Krzysztof Halasa734b4152010-05-25 18:41:46 +02004502 /* the chip adds 2 halflines automatically */
Krzysztof Halasa734b4152010-05-25 18:41:46 +02004503 adjusted_mode->crtc_vtotal -= 1;
Krzysztof Halasa734b4152010-05-25 18:41:46 +02004504 adjusted_mode->crtc_vblank_end -= 1;
Daniel Vetter0529a0d2012-01-28 14:49:24 +01004505 I915_WRITE(VSYNCSHIFT(pipe),
4506 adjusted_mode->crtc_hsync_start
4507 - adjusted_mode->crtc_htotal/2);
4508 } else {
Keith Packard617cf882012-02-08 13:53:38 -08004509 pipeconf |= PIPECONF_PROGRESSIVE;
Daniel Vetter0529a0d2012-01-28 14:49:24 +01004510 I915_WRITE(VSYNCSHIFT(pipe), 0);
4511 }
Krzysztof Halasa734b4152010-05-25 18:41:46 +02004512
Chris Wilson5eddb702010-09-11 13:48:45 +01004513 I915_WRITE(HTOTAL(pipe),
4514 (adjusted_mode->crtc_hdisplay - 1) |
Jesse Barnes79e53942008-11-07 14:24:08 -08004515 ((adjusted_mode->crtc_htotal - 1) << 16));
Chris Wilson5eddb702010-09-11 13:48:45 +01004516 I915_WRITE(HBLANK(pipe),
4517 (adjusted_mode->crtc_hblank_start - 1) |
Jesse Barnes79e53942008-11-07 14:24:08 -08004518 ((adjusted_mode->crtc_hblank_end - 1) << 16));
Chris Wilson5eddb702010-09-11 13:48:45 +01004519 I915_WRITE(HSYNC(pipe),
4520 (adjusted_mode->crtc_hsync_start - 1) |
Jesse Barnes79e53942008-11-07 14:24:08 -08004521 ((adjusted_mode->crtc_hsync_end - 1) << 16));
Chris Wilson5eddb702010-09-11 13:48:45 +01004522
4523 I915_WRITE(VTOTAL(pipe),
4524 (adjusted_mode->crtc_vdisplay - 1) |
Jesse Barnes79e53942008-11-07 14:24:08 -08004525 ((adjusted_mode->crtc_vtotal - 1) << 16));
Chris Wilson5eddb702010-09-11 13:48:45 +01004526 I915_WRITE(VBLANK(pipe),
4527 (adjusted_mode->crtc_vblank_start - 1) |
Jesse Barnes79e53942008-11-07 14:24:08 -08004528 ((adjusted_mode->crtc_vblank_end - 1) << 16));
Chris Wilson5eddb702010-09-11 13:48:45 +01004529 I915_WRITE(VSYNC(pipe),
4530 (adjusted_mode->crtc_vsync_start - 1) |
Jesse Barnes79e53942008-11-07 14:24:08 -08004531 ((adjusted_mode->crtc_vsync_end - 1) << 16));
Chris Wilson5eddb702010-09-11 13:48:45 +01004532
Eric Anholt8febb292011-03-30 13:01:07 -07004533 /* pipesrc controls the size that is scaled from, which should
4534 * always be the user's requested size.
Jesse Barnes79e53942008-11-07 14:24:08 -08004535 */
Chris Wilson5eddb702010-09-11 13:48:45 +01004536 I915_WRITE(PIPESRC(pipe),
4537 ((mode->hdisplay - 1) << 16) | (mode->vdisplay - 1));
Zhenyu Wang2c072452009-06-05 15:38:42 +08004538
Eric Anholt8febb292011-03-30 13:01:07 -07004539 I915_WRITE(PIPE_DATA_M1(pipe), TU_SIZE(m_n.tu) | m_n.gmch_m);
4540 I915_WRITE(PIPE_DATA_N1(pipe), m_n.gmch_n);
4541 I915_WRITE(PIPE_LINK_M1(pipe), m_n.link_m);
4542 I915_WRITE(PIPE_LINK_N1(pipe), m_n.link_n);
Zhenyu Wang2c072452009-06-05 15:38:42 +08004543
Jesse Barnese3aef172012-04-10 11:58:03 -07004544 if (is_cpu_edp)
Eric Anholt8febb292011-03-30 13:01:07 -07004545 ironlake_set_pll_edp(crtc, adjusted_mode->clock);
Zhenyu Wang2c072452009-06-05 15:38:42 +08004546
Chris Wilson5eddb702010-09-11 13:48:45 +01004547 I915_WRITE(PIPECONF(pipe), pipeconf);
4548 POSTING_READ(PIPECONF(pipe));
Jesse Barnes79e53942008-11-07 14:24:08 -08004549
Jesse Barnes9d0498a2010-08-18 13:20:54 -07004550 intel_wait_for_vblank(dev, pipe);
Jesse Barnes79e53942008-11-07 14:24:08 -08004551
Chris Wilson5eddb702010-09-11 13:48:45 +01004552 I915_WRITE(DSPCNTR(plane), dspcntr);
Jesse Barnesb24e7172011-01-04 15:09:30 -08004553 POSTING_READ(DSPCNTR(plane));
Jesse Barnes79e53942008-11-07 14:24:08 -08004554
Chris Wilson5c3b82e2009-02-11 13:25:09 +00004555 ret = intel_pipe_set_base(crtc, x, y, old_fb);
Shaohua Li7662c8b2009-06-26 11:23:55 +08004556
4557 intel_update_watermarks(dev);
4558
Chris Wilson1f803ee2009-06-06 09:45:59 +01004559 return ret;
Jesse Barnes79e53942008-11-07 14:24:08 -08004560}
4561
Eric Anholtf564048e2011-03-30 13:01:02 -07004562static int intel_crtc_mode_set(struct drm_crtc *crtc,
4563 struct drm_display_mode *mode,
4564 struct drm_display_mode *adjusted_mode,
4565 int x, int y,
4566 struct drm_framebuffer *old_fb)
4567{
4568 struct drm_device *dev = crtc->dev;
4569 struct drm_i915_private *dev_priv = dev->dev_private;
Eric Anholt0b701d22011-03-30 13:01:03 -07004570 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
4571 int pipe = intel_crtc->pipe;
Eric Anholtf564048e2011-03-30 13:01:02 -07004572 int ret;
4573
Eric Anholt0b701d22011-03-30 13:01:03 -07004574 drm_vblank_pre_modeset(dev, pipe);
4575
Eric Anholtf564048e2011-03-30 13:01:02 -07004576 ret = dev_priv->display.crtc_mode_set(crtc, mode, adjusted_mode,
4577 x, y, old_fb);
Jesse Barnes79e53942008-11-07 14:24:08 -08004578 drm_vblank_post_modeset(dev, pipe);
4579
Jesse Barnesd8e70a22011-11-15 10:28:54 -08004580 if (ret)
4581 intel_crtc->dpms_mode = DRM_MODE_DPMS_OFF;
4582 else
4583 intel_crtc->dpms_mode = DRM_MODE_DPMS_ON;
Keith Packard120eced2011-07-27 01:21:40 -07004584
Jesse Barnes79e53942008-11-07 14:24:08 -08004585 return ret;
4586}
4587
Wu Fengguang3a9627f2011-12-09 20:42:19 +08004588static bool intel_eld_uptodate(struct drm_connector *connector,
4589 int reg_eldv, uint32_t bits_eldv,
4590 int reg_elda, uint32_t bits_elda,
4591 int reg_edid)
4592{
4593 struct drm_i915_private *dev_priv = connector->dev->dev_private;
4594 uint8_t *eld = connector->eld;
4595 uint32_t i;
4596
4597 i = I915_READ(reg_eldv);
4598 i &= bits_eldv;
4599
4600 if (!eld[0])
4601 return !i;
4602
4603 if (!i)
4604 return false;
4605
4606 i = I915_READ(reg_elda);
4607 i &= ~bits_elda;
4608 I915_WRITE(reg_elda, i);
4609
4610 for (i = 0; i < eld[2]; i++)
4611 if (I915_READ(reg_edid) != *((uint32_t *)eld + i))
4612 return false;
4613
4614 return true;
4615}
4616
Wu Fengguange0dac652011-09-05 14:25:34 +08004617static void g4x_write_eld(struct drm_connector *connector,
4618 struct drm_crtc *crtc)
4619{
4620 struct drm_i915_private *dev_priv = connector->dev->dev_private;
4621 uint8_t *eld = connector->eld;
4622 uint32_t eldv;
4623 uint32_t len;
4624 uint32_t i;
4625
4626 i = I915_READ(G4X_AUD_VID_DID);
4627
4628 if (i == INTEL_AUDIO_DEVBLC || i == INTEL_AUDIO_DEVCL)
4629 eldv = G4X_ELDV_DEVCL_DEVBLC;
4630 else
4631 eldv = G4X_ELDV_DEVCTG;
4632
Wu Fengguang3a9627f2011-12-09 20:42:19 +08004633 if (intel_eld_uptodate(connector,
4634 G4X_AUD_CNTL_ST, eldv,
4635 G4X_AUD_CNTL_ST, G4X_ELD_ADDR,
4636 G4X_HDMIW_HDMIEDID))
4637 return;
4638
Wu Fengguange0dac652011-09-05 14:25:34 +08004639 i = I915_READ(G4X_AUD_CNTL_ST);
4640 i &= ~(eldv | G4X_ELD_ADDR);
4641 len = (i >> 9) & 0x1f; /* ELD buffer size */
4642 I915_WRITE(G4X_AUD_CNTL_ST, i);
4643
4644 if (!eld[0])
4645 return;
4646
4647 len = min_t(uint8_t, eld[2], len);
4648 DRM_DEBUG_DRIVER("ELD size %d\n", len);
4649 for (i = 0; i < len; i++)
4650 I915_WRITE(G4X_HDMIW_HDMIEDID, *((uint32_t *)eld + i));
4651
4652 i = I915_READ(G4X_AUD_CNTL_ST);
4653 i |= eldv;
4654 I915_WRITE(G4X_AUD_CNTL_ST, i);
4655}
4656
4657static void ironlake_write_eld(struct drm_connector *connector,
4658 struct drm_crtc *crtc)
4659{
4660 struct drm_i915_private *dev_priv = connector->dev->dev_private;
4661 uint8_t *eld = connector->eld;
4662 uint32_t eldv;
4663 uint32_t i;
4664 int len;
4665 int hdmiw_hdmiedid;
Wu Fengguangb6daa022012-01-06 14:41:31 -06004666 int aud_config;
Wu Fengguange0dac652011-09-05 14:25:34 +08004667 int aud_cntl_st;
4668 int aud_cntrl_st2;
4669
Wu Fengguangb3f33cb2011-12-09 20:42:17 +08004670 if (HAS_PCH_IBX(connector->dev)) {
Wu Fengguang1202b4c62011-12-09 20:42:18 +08004671 hdmiw_hdmiedid = IBX_HDMIW_HDMIEDID_A;
Wu Fengguangb6daa022012-01-06 14:41:31 -06004672 aud_config = IBX_AUD_CONFIG_A;
Wu Fengguang1202b4c62011-12-09 20:42:18 +08004673 aud_cntl_st = IBX_AUD_CNTL_ST_A;
4674 aud_cntrl_st2 = IBX_AUD_CNTL_ST2;
Wu Fengguange0dac652011-09-05 14:25:34 +08004675 } else {
Wu Fengguang1202b4c62011-12-09 20:42:18 +08004676 hdmiw_hdmiedid = CPT_HDMIW_HDMIEDID_A;
Wu Fengguangb6daa022012-01-06 14:41:31 -06004677 aud_config = CPT_AUD_CONFIG_A;
Wu Fengguang1202b4c62011-12-09 20:42:18 +08004678 aud_cntl_st = CPT_AUD_CNTL_ST_A;
4679 aud_cntrl_st2 = CPT_AUD_CNTRL_ST2;
Wu Fengguange0dac652011-09-05 14:25:34 +08004680 }
4681
4682 i = to_intel_crtc(crtc)->pipe;
4683 hdmiw_hdmiedid += i * 0x100;
4684 aud_cntl_st += i * 0x100;
Wu Fengguangb6daa022012-01-06 14:41:31 -06004685 aud_config += i * 0x100;
Wu Fengguange0dac652011-09-05 14:25:34 +08004686
4687 DRM_DEBUG_DRIVER("ELD on pipe %c\n", pipe_name(i));
4688
4689 i = I915_READ(aud_cntl_st);
4690 i = (i >> 29) & 0x3; /* DIP_Port_Select, 0x1 = PortB */
4691 if (!i) {
4692 DRM_DEBUG_DRIVER("Audio directed to unknown port\n");
4693 /* operate blindly on all ports */
Wu Fengguang1202b4c62011-12-09 20:42:18 +08004694 eldv = IBX_ELD_VALIDB;
4695 eldv |= IBX_ELD_VALIDB << 4;
4696 eldv |= IBX_ELD_VALIDB << 8;
Wu Fengguange0dac652011-09-05 14:25:34 +08004697 } else {
4698 DRM_DEBUG_DRIVER("ELD on port %c\n", 'A' + i);
Wu Fengguang1202b4c62011-12-09 20:42:18 +08004699 eldv = IBX_ELD_VALIDB << ((i - 1) * 4);
Wu Fengguange0dac652011-09-05 14:25:34 +08004700 }
4701
Wu Fengguang3a9627f2011-12-09 20:42:19 +08004702 if (intel_pipe_has_type(crtc, INTEL_OUTPUT_DISPLAYPORT)) {
4703 DRM_DEBUG_DRIVER("ELD: DisplayPort detected\n");
4704 eld[5] |= (1 << 2); /* Conn_Type, 0x1 = DisplayPort */
Wu Fengguangb6daa022012-01-06 14:41:31 -06004705 I915_WRITE(aud_config, AUD_CONFIG_N_VALUE_INDEX); /* 0x1 = DP */
4706 } else
4707 I915_WRITE(aud_config, 0);
Wu Fengguang3a9627f2011-12-09 20:42:19 +08004708
4709 if (intel_eld_uptodate(connector,
4710 aud_cntrl_st2, eldv,
4711 aud_cntl_st, IBX_ELD_ADDRESS,
4712 hdmiw_hdmiedid))
4713 return;
4714
Wu Fengguange0dac652011-09-05 14:25:34 +08004715 i = I915_READ(aud_cntrl_st2);
4716 i &= ~eldv;
4717 I915_WRITE(aud_cntrl_st2, i);
4718
4719 if (!eld[0])
4720 return;
4721
Wu Fengguange0dac652011-09-05 14:25:34 +08004722 i = I915_READ(aud_cntl_st);
Wu Fengguang1202b4c62011-12-09 20:42:18 +08004723 i &= ~IBX_ELD_ADDRESS;
Wu Fengguange0dac652011-09-05 14:25:34 +08004724 I915_WRITE(aud_cntl_st, i);
4725
4726 len = min_t(uint8_t, eld[2], 21); /* 84 bytes of hw ELD buffer */
4727 DRM_DEBUG_DRIVER("ELD size %d\n", len);
4728 for (i = 0; i < len; i++)
4729 I915_WRITE(hdmiw_hdmiedid, *((uint32_t *)eld + i));
4730
4731 i = I915_READ(aud_cntrl_st2);
4732 i |= eldv;
4733 I915_WRITE(aud_cntrl_st2, i);
4734}
4735
4736void intel_write_eld(struct drm_encoder *encoder,
4737 struct drm_display_mode *mode)
4738{
4739 struct drm_crtc *crtc = encoder->crtc;
4740 struct drm_connector *connector;
4741 struct drm_device *dev = encoder->dev;
4742 struct drm_i915_private *dev_priv = dev->dev_private;
4743
4744 connector = drm_select_eld(encoder, mode);
4745 if (!connector)
4746 return;
4747
4748 DRM_DEBUG_DRIVER("ELD on [CONNECTOR:%d:%s], [ENCODER:%d:%s]\n",
4749 connector->base.id,
4750 drm_get_connector_name(connector),
4751 connector->encoder->base.id,
4752 drm_get_encoder_name(connector->encoder));
4753
4754 connector->eld[6] = drm_av_sync_delay(connector, mode) / 2;
4755
4756 if (dev_priv->display.write_eld)
4757 dev_priv->display.write_eld(connector, crtc);
4758}
4759
Jesse Barnes79e53942008-11-07 14:24:08 -08004760/** Loads the palette/gamma unit for the CRTC with the prepared values */
4761void intel_crtc_load_lut(struct drm_crtc *crtc)
4762{
4763 struct drm_device *dev = crtc->dev;
4764 struct drm_i915_private *dev_priv = dev->dev_private;
4765 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
Jesse Barnes9db4a9c2011-02-07 12:26:52 -08004766 int palreg = PALETTE(intel_crtc->pipe);
Jesse Barnes79e53942008-11-07 14:24:08 -08004767 int i;
4768
4769 /* The clocks have to be on to load the palette. */
Alban Browaeysaed3f092012-02-24 17:12:45 +00004770 if (!crtc->enabled || !intel_crtc->active)
Jesse Barnes79e53942008-11-07 14:24:08 -08004771 return;
4772
Adam Jacksonf2b115e2009-12-03 17:14:42 -05004773 /* use legacy palette for Ironlake */
Eric Anholtbad720f2009-10-22 16:11:14 -07004774 if (HAS_PCH_SPLIT(dev))
Jesse Barnes9db4a9c2011-02-07 12:26:52 -08004775 palreg = LGC_PALETTE(intel_crtc->pipe);
Zhenyu Wang2c072452009-06-05 15:38:42 +08004776
Jesse Barnes79e53942008-11-07 14:24:08 -08004777 for (i = 0; i < 256; i++) {
4778 I915_WRITE(palreg + 4 * i,
4779 (intel_crtc->lut_r[i] << 16) |
4780 (intel_crtc->lut_g[i] << 8) |
4781 intel_crtc->lut_b[i]);
4782 }
4783}
4784
Chris Wilson560b85b2010-08-07 11:01:38 +01004785static void i845_update_cursor(struct drm_crtc *crtc, u32 base)
4786{
4787 struct drm_device *dev = crtc->dev;
4788 struct drm_i915_private *dev_priv = dev->dev_private;
4789 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
4790 bool visible = base != 0;
4791 u32 cntl;
4792
4793 if (intel_crtc->cursor_visible == visible)
4794 return;
4795
Jesse Barnes9db4a9c2011-02-07 12:26:52 -08004796 cntl = I915_READ(_CURACNTR);
Chris Wilson560b85b2010-08-07 11:01:38 +01004797 if (visible) {
4798 /* On these chipsets we can only modify the base whilst
4799 * the cursor is disabled.
4800 */
Jesse Barnes9db4a9c2011-02-07 12:26:52 -08004801 I915_WRITE(_CURABASE, base);
Chris Wilson560b85b2010-08-07 11:01:38 +01004802
4803 cntl &= ~(CURSOR_FORMAT_MASK);
4804 /* XXX width must be 64, stride 256 => 0x00 << 28 */
4805 cntl |= CURSOR_ENABLE |
4806 CURSOR_GAMMA_ENABLE |
4807 CURSOR_FORMAT_ARGB;
4808 } else
4809 cntl &= ~(CURSOR_ENABLE | CURSOR_GAMMA_ENABLE);
Jesse Barnes9db4a9c2011-02-07 12:26:52 -08004810 I915_WRITE(_CURACNTR, cntl);
Chris Wilson560b85b2010-08-07 11:01:38 +01004811
4812 intel_crtc->cursor_visible = visible;
4813}
4814
4815static void i9xx_update_cursor(struct drm_crtc *crtc, u32 base)
4816{
4817 struct drm_device *dev = crtc->dev;
4818 struct drm_i915_private *dev_priv = dev->dev_private;
4819 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
4820 int pipe = intel_crtc->pipe;
4821 bool visible = base != 0;
4822
4823 if (intel_crtc->cursor_visible != visible) {
Jesse Barnes548f2452011-02-17 10:40:53 -08004824 uint32_t cntl = I915_READ(CURCNTR(pipe));
Chris Wilson560b85b2010-08-07 11:01:38 +01004825 if (base) {
4826 cntl &= ~(CURSOR_MODE | MCURSOR_PIPE_SELECT);
4827 cntl |= CURSOR_MODE_64_ARGB_AX | MCURSOR_GAMMA_ENABLE;
4828 cntl |= pipe << 28; /* Connect to correct pipe */
4829 } else {
4830 cntl &= ~(CURSOR_MODE | MCURSOR_GAMMA_ENABLE);
4831 cntl |= CURSOR_MODE_DISABLE;
4832 }
Jesse Barnes9db4a9c2011-02-07 12:26:52 -08004833 I915_WRITE(CURCNTR(pipe), cntl);
Chris Wilson560b85b2010-08-07 11:01:38 +01004834
4835 intel_crtc->cursor_visible = visible;
4836 }
4837 /* and commit changes on next vblank */
Jesse Barnes9db4a9c2011-02-07 12:26:52 -08004838 I915_WRITE(CURBASE(pipe), base);
Chris Wilson560b85b2010-08-07 11:01:38 +01004839}
4840
Jesse Barnes65a21cd2011-10-12 11:10:21 -07004841static void ivb_update_cursor(struct drm_crtc *crtc, u32 base)
4842{
4843 struct drm_device *dev = crtc->dev;
4844 struct drm_i915_private *dev_priv = dev->dev_private;
4845 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
4846 int pipe = intel_crtc->pipe;
4847 bool visible = base != 0;
4848
4849 if (intel_crtc->cursor_visible != visible) {
4850 uint32_t cntl = I915_READ(CURCNTR_IVB(pipe));
4851 if (base) {
4852 cntl &= ~CURSOR_MODE;
4853 cntl |= CURSOR_MODE_64_ARGB_AX | MCURSOR_GAMMA_ENABLE;
4854 } else {
4855 cntl &= ~(CURSOR_MODE | MCURSOR_GAMMA_ENABLE);
4856 cntl |= CURSOR_MODE_DISABLE;
4857 }
4858 I915_WRITE(CURCNTR_IVB(pipe), cntl);
4859
4860 intel_crtc->cursor_visible = visible;
4861 }
4862 /* and commit changes on next vblank */
4863 I915_WRITE(CURBASE_IVB(pipe), base);
4864}
4865
Chris Wilsoncda4b7d2010-07-09 08:45:04 +01004866/* If no-part of the cursor is visible on the framebuffer, then the GPU may hang... */
Chris Wilson6b383a72010-09-13 13:54:26 +01004867static void intel_crtc_update_cursor(struct drm_crtc *crtc,
4868 bool on)
Chris Wilsoncda4b7d2010-07-09 08:45:04 +01004869{
4870 struct drm_device *dev = crtc->dev;
4871 struct drm_i915_private *dev_priv = dev->dev_private;
4872 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
4873 int pipe = intel_crtc->pipe;
4874 int x = intel_crtc->cursor_x;
4875 int y = intel_crtc->cursor_y;
Chris Wilson560b85b2010-08-07 11:01:38 +01004876 u32 base, pos;
Chris Wilsoncda4b7d2010-07-09 08:45:04 +01004877 bool visible;
4878
4879 pos = 0;
4880
Chris Wilson6b383a72010-09-13 13:54:26 +01004881 if (on && crtc->enabled && crtc->fb) {
Chris Wilsoncda4b7d2010-07-09 08:45:04 +01004882 base = intel_crtc->cursor_addr;
4883 if (x > (int) crtc->fb->width)
4884 base = 0;
4885
4886 if (y > (int) crtc->fb->height)
4887 base = 0;
4888 } else
4889 base = 0;
4890
4891 if (x < 0) {
4892 if (x + intel_crtc->cursor_width < 0)
4893 base = 0;
4894
4895 pos |= CURSOR_POS_SIGN << CURSOR_X_SHIFT;
4896 x = -x;
4897 }
4898 pos |= x << CURSOR_X_SHIFT;
4899
4900 if (y < 0) {
4901 if (y + intel_crtc->cursor_height < 0)
4902 base = 0;
4903
4904 pos |= CURSOR_POS_SIGN << CURSOR_Y_SHIFT;
4905 y = -y;
4906 }
4907 pos |= y << CURSOR_Y_SHIFT;
4908
4909 visible = base != 0;
Chris Wilson560b85b2010-08-07 11:01:38 +01004910 if (!visible && !intel_crtc->cursor_visible)
Chris Wilsoncda4b7d2010-07-09 08:45:04 +01004911 return;
4912
Eugeni Dodonov0cd83aa2012-04-13 17:08:48 -03004913 if (IS_IVYBRIDGE(dev) || IS_HASWELL(dev)) {
Jesse Barnes65a21cd2011-10-12 11:10:21 -07004914 I915_WRITE(CURPOS_IVB(pipe), pos);
4915 ivb_update_cursor(crtc, base);
4916 } else {
4917 I915_WRITE(CURPOS(pipe), pos);
4918 if (IS_845G(dev) || IS_I865G(dev))
4919 i845_update_cursor(crtc, base);
4920 else
4921 i9xx_update_cursor(crtc, base);
4922 }
Chris Wilsoncda4b7d2010-07-09 08:45:04 +01004923}
4924
Jesse Barnes79e53942008-11-07 14:24:08 -08004925static int intel_crtc_cursor_set(struct drm_crtc *crtc,
Chris Wilson05394f32010-11-08 19:18:58 +00004926 struct drm_file *file,
Jesse Barnes79e53942008-11-07 14:24:08 -08004927 uint32_t handle,
4928 uint32_t width, uint32_t height)
4929{
4930 struct drm_device *dev = crtc->dev;
4931 struct drm_i915_private *dev_priv = dev->dev_private;
4932 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
Chris Wilson05394f32010-11-08 19:18:58 +00004933 struct drm_i915_gem_object *obj;
Chris Wilsoncda4b7d2010-07-09 08:45:04 +01004934 uint32_t addr;
Kristian Høgsberg3f8bc372008-12-17 22:14:59 -05004935 int ret;
Jesse Barnes79e53942008-11-07 14:24:08 -08004936
Zhao Yakui28c97732009-10-09 11:39:41 +08004937 DRM_DEBUG_KMS("\n");
Jesse Barnes79e53942008-11-07 14:24:08 -08004938
4939 /* if we want to turn off the cursor ignore width and height */
4940 if (!handle) {
Zhao Yakui28c97732009-10-09 11:39:41 +08004941 DRM_DEBUG_KMS("cursor off\n");
Kristian Høgsberg3f8bc372008-12-17 22:14:59 -05004942 addr = 0;
Chris Wilson05394f32010-11-08 19:18:58 +00004943 obj = NULL;
Pierre Willenbrock50044172009-02-23 10:12:15 +10004944 mutex_lock(&dev->struct_mutex);
Kristian Høgsberg3f8bc372008-12-17 22:14:59 -05004945 goto finish;
Jesse Barnes79e53942008-11-07 14:24:08 -08004946 }
4947
4948 /* Currently we only support 64x64 cursors */
4949 if (width != 64 || height != 64) {
4950 DRM_ERROR("we currently only support 64x64 cursors\n");
4951 return -EINVAL;
4952 }
4953
Chris Wilson05394f32010-11-08 19:18:58 +00004954 obj = to_intel_bo(drm_gem_object_lookup(dev, file, handle));
Chris Wilsonc8725222011-02-19 11:31:06 +00004955 if (&obj->base == NULL)
Jesse Barnes79e53942008-11-07 14:24:08 -08004956 return -ENOENT;
4957
Chris Wilson05394f32010-11-08 19:18:58 +00004958 if (obj->base.size < width * height * 4) {
Jesse Barnes79e53942008-11-07 14:24:08 -08004959 DRM_ERROR("buffer is to small\n");
Dave Airlie34b8686e2009-01-15 14:03:07 +10004960 ret = -ENOMEM;
4961 goto fail;
Jesse Barnes79e53942008-11-07 14:24:08 -08004962 }
4963
Dave Airlie71acb5e2008-12-30 20:31:46 +10004964 /* we only need to pin inside GTT if cursor is non-phy */
Kristian Høgsberg7f9872e2009-02-13 20:56:49 -05004965 mutex_lock(&dev->struct_mutex);
Kristian Høgsbergb295d1b2009-12-16 15:16:17 -05004966 if (!dev_priv->info->cursor_needs_physical) {
Chris Wilsond9e86c02010-11-10 16:40:20 +00004967 if (obj->tiling_mode) {
4968 DRM_ERROR("cursor cannot be tiled\n");
4969 ret = -EINVAL;
4970 goto fail_locked;
4971 }
4972
Chris Wilson2da3b9b2011-04-14 09:41:17 +01004973 ret = i915_gem_object_pin_to_display_plane(obj, 0, NULL);
Chris Wilsone7b526b2010-06-02 08:30:48 +01004974 if (ret) {
4975 DRM_ERROR("failed to move cursor bo into the GTT\n");
Chris Wilson2da3b9b2011-04-14 09:41:17 +01004976 goto fail_locked;
Chris Wilsone7b526b2010-06-02 08:30:48 +01004977 }
4978
Chris Wilsond9e86c02010-11-10 16:40:20 +00004979 ret = i915_gem_object_put_fence(obj);
4980 if (ret) {
Chris Wilson2da3b9b2011-04-14 09:41:17 +01004981 DRM_ERROR("failed to release fence for cursor");
Chris Wilsond9e86c02010-11-10 16:40:20 +00004982 goto fail_unpin;
4983 }
4984
Chris Wilson05394f32010-11-08 19:18:58 +00004985 addr = obj->gtt_offset;
Dave Airlie71acb5e2008-12-30 20:31:46 +10004986 } else {
Chris Wilson6eeefaf2010-08-07 11:01:39 +01004987 int align = IS_I830(dev) ? 16 * 1024 : 256;
Chris Wilson05394f32010-11-08 19:18:58 +00004988 ret = i915_gem_attach_phys_object(dev, obj,
Chris Wilson6eeefaf2010-08-07 11:01:39 +01004989 (intel_crtc->pipe == 0) ? I915_GEM_PHYS_CURSOR_0 : I915_GEM_PHYS_CURSOR_1,
4990 align);
Dave Airlie71acb5e2008-12-30 20:31:46 +10004991 if (ret) {
4992 DRM_ERROR("failed to attach phys object\n");
Kristian Høgsberg7f9872e2009-02-13 20:56:49 -05004993 goto fail_locked;
Dave Airlie71acb5e2008-12-30 20:31:46 +10004994 }
Chris Wilson05394f32010-11-08 19:18:58 +00004995 addr = obj->phys_obj->handle->busaddr;
Kristian Høgsberg3f8bc372008-12-17 22:14:59 -05004996 }
4997
Chris Wilsona6c45cf2010-09-17 00:32:17 +01004998 if (IS_GEN2(dev))
Jesse Barnes14b603912009-05-20 16:47:08 -04004999 I915_WRITE(CURSIZE, (height << 12) | width);
5000
Kristian Høgsberg3f8bc372008-12-17 22:14:59 -05005001 finish:
Kristian Høgsberg3f8bc372008-12-17 22:14:59 -05005002 if (intel_crtc->cursor_bo) {
Kristian Høgsbergb295d1b2009-12-16 15:16:17 -05005003 if (dev_priv->info->cursor_needs_physical) {
Chris Wilson05394f32010-11-08 19:18:58 +00005004 if (intel_crtc->cursor_bo != obj)
Dave Airlie71acb5e2008-12-30 20:31:46 +10005005 i915_gem_detach_phys_object(dev, intel_crtc->cursor_bo);
5006 } else
5007 i915_gem_object_unpin(intel_crtc->cursor_bo);
Chris Wilson05394f32010-11-08 19:18:58 +00005008 drm_gem_object_unreference(&intel_crtc->cursor_bo->base);
Kristian Høgsberg3f8bc372008-12-17 22:14:59 -05005009 }
Jesse Barnes80824002009-09-10 15:28:06 -07005010
Kristian Høgsberg7f9872e2009-02-13 20:56:49 -05005011 mutex_unlock(&dev->struct_mutex);
Kristian Høgsberg3f8bc372008-12-17 22:14:59 -05005012
5013 intel_crtc->cursor_addr = addr;
Chris Wilson05394f32010-11-08 19:18:58 +00005014 intel_crtc->cursor_bo = obj;
Chris Wilsoncda4b7d2010-07-09 08:45:04 +01005015 intel_crtc->cursor_width = width;
5016 intel_crtc->cursor_height = height;
5017
Chris Wilson6b383a72010-09-13 13:54:26 +01005018 intel_crtc_update_cursor(crtc, true);
Kristian Høgsberg3f8bc372008-12-17 22:14:59 -05005019
Jesse Barnes79e53942008-11-07 14:24:08 -08005020 return 0;
Chris Wilsone7b526b2010-06-02 08:30:48 +01005021fail_unpin:
Chris Wilson05394f32010-11-08 19:18:58 +00005022 i915_gem_object_unpin(obj);
Kristian Høgsberg7f9872e2009-02-13 20:56:49 -05005023fail_locked:
Dave Airlie34b8686e2009-01-15 14:03:07 +10005024 mutex_unlock(&dev->struct_mutex);
Luca Barbieribc9025b2010-02-09 05:49:12 +00005025fail:
Chris Wilson05394f32010-11-08 19:18:58 +00005026 drm_gem_object_unreference_unlocked(&obj->base);
Dave Airlie34b8686e2009-01-15 14:03:07 +10005027 return ret;
Jesse Barnes79e53942008-11-07 14:24:08 -08005028}
5029
5030static int intel_crtc_cursor_move(struct drm_crtc *crtc, int x, int y)
5031{
Jesse Barnes79e53942008-11-07 14:24:08 -08005032 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
Jesse Barnes79e53942008-11-07 14:24:08 -08005033
Chris Wilsoncda4b7d2010-07-09 08:45:04 +01005034 intel_crtc->cursor_x = x;
5035 intel_crtc->cursor_y = y;
Jesse Barnes652c3932009-08-17 13:31:43 -07005036
Chris Wilson6b383a72010-09-13 13:54:26 +01005037 intel_crtc_update_cursor(crtc, true);
Jesse Barnes79e53942008-11-07 14:24:08 -08005038
5039 return 0;
5040}
5041
5042/** Sets the color ramps on behalf of RandR */
5043void intel_crtc_fb_gamma_set(struct drm_crtc *crtc, u16 red, u16 green,
5044 u16 blue, int regno)
5045{
5046 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
5047
5048 intel_crtc->lut_r[regno] = red >> 8;
5049 intel_crtc->lut_g[regno] = green >> 8;
5050 intel_crtc->lut_b[regno] = blue >> 8;
5051}
5052
Dave Airlieb8c00ac2009-10-06 13:54:01 +10005053void intel_crtc_fb_gamma_get(struct drm_crtc *crtc, u16 *red, u16 *green,
5054 u16 *blue, int regno)
5055{
5056 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
5057
5058 *red = intel_crtc->lut_r[regno] << 8;
5059 *green = intel_crtc->lut_g[regno] << 8;
5060 *blue = intel_crtc->lut_b[regno] << 8;
5061}
5062
Jesse Barnes79e53942008-11-07 14:24:08 -08005063static void intel_crtc_gamma_set(struct drm_crtc *crtc, u16 *red, u16 *green,
James Simmons72034252010-08-03 01:33:19 +01005064 u16 *blue, uint32_t start, uint32_t size)
Jesse Barnes79e53942008-11-07 14:24:08 -08005065{
James Simmons72034252010-08-03 01:33:19 +01005066 int end = (start + size > 256) ? 256 : start + size, i;
Jesse Barnes79e53942008-11-07 14:24:08 -08005067 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
Jesse Barnes79e53942008-11-07 14:24:08 -08005068
James Simmons72034252010-08-03 01:33:19 +01005069 for (i = start; i < end; i++) {
Jesse Barnes79e53942008-11-07 14:24:08 -08005070 intel_crtc->lut_r[i] = red[i] >> 8;
5071 intel_crtc->lut_g[i] = green[i] >> 8;
5072 intel_crtc->lut_b[i] = blue[i] >> 8;
5073 }
5074
5075 intel_crtc_load_lut(crtc);
5076}
5077
5078/**
5079 * Get a pipe with a simple mode set on it for doing load-based monitor
5080 * detection.
5081 *
5082 * It will be up to the load-detect code to adjust the pipe as appropriate for
Eric Anholtc751ce42010-03-25 11:48:48 -07005083 * its requirements. The pipe will be connected to no other encoders.
Jesse Barnes79e53942008-11-07 14:24:08 -08005084 *
Eric Anholtc751ce42010-03-25 11:48:48 -07005085 * Currently this code will only succeed if there is a pipe with no encoders
Jesse Barnes79e53942008-11-07 14:24:08 -08005086 * configured for it. In the future, it could choose to temporarily disable
5087 * some outputs to free up a pipe for its use.
5088 *
5089 * \return crtc, or NULL if no pipes are available.
5090 */
5091
5092/* VESA 640x480x72Hz mode to set on the pipe */
5093static struct drm_display_mode load_detect_mode = {
5094 DRM_MODE("640x480", DRM_MODE_TYPE_DEFAULT, 31500, 640, 664,
5095 704, 832, 0, 480, 489, 491, 520, 0, DRM_MODE_FLAG_NHSYNC | DRM_MODE_FLAG_NVSYNC),
5096};
5097
Chris Wilsond2dff872011-04-19 08:36:26 +01005098static struct drm_framebuffer *
5099intel_framebuffer_create(struct drm_device *dev,
Jesse Barnes308e5bc2011-11-14 14:51:28 -08005100 struct drm_mode_fb_cmd2 *mode_cmd,
Chris Wilsond2dff872011-04-19 08:36:26 +01005101 struct drm_i915_gem_object *obj)
5102{
5103 struct intel_framebuffer *intel_fb;
5104 int ret;
5105
5106 intel_fb = kzalloc(sizeof(*intel_fb), GFP_KERNEL);
5107 if (!intel_fb) {
5108 drm_gem_object_unreference_unlocked(&obj->base);
5109 return ERR_PTR(-ENOMEM);
5110 }
5111
5112 ret = intel_framebuffer_init(dev, intel_fb, mode_cmd, obj);
5113 if (ret) {
5114 drm_gem_object_unreference_unlocked(&obj->base);
5115 kfree(intel_fb);
5116 return ERR_PTR(ret);
5117 }
5118
5119 return &intel_fb->base;
5120}
5121
5122static u32
5123intel_framebuffer_pitch_for_width(int width, int bpp)
5124{
5125 u32 pitch = DIV_ROUND_UP(width * bpp, 8);
5126 return ALIGN(pitch, 64);
5127}
5128
5129static u32
5130intel_framebuffer_size_for_mode(struct drm_display_mode *mode, int bpp)
5131{
5132 u32 pitch = intel_framebuffer_pitch_for_width(mode->hdisplay, bpp);
5133 return ALIGN(pitch * mode->vdisplay, PAGE_SIZE);
5134}
5135
5136static struct drm_framebuffer *
5137intel_framebuffer_create_for_mode(struct drm_device *dev,
5138 struct drm_display_mode *mode,
5139 int depth, int bpp)
5140{
5141 struct drm_i915_gem_object *obj;
Jesse Barnes308e5bc2011-11-14 14:51:28 -08005142 struct drm_mode_fb_cmd2 mode_cmd;
Chris Wilsond2dff872011-04-19 08:36:26 +01005143
5144 obj = i915_gem_alloc_object(dev,
5145 intel_framebuffer_size_for_mode(mode, bpp));
5146 if (obj == NULL)
5147 return ERR_PTR(-ENOMEM);
5148
5149 mode_cmd.width = mode->hdisplay;
5150 mode_cmd.height = mode->vdisplay;
Jesse Barnes308e5bc2011-11-14 14:51:28 -08005151 mode_cmd.pitches[0] = intel_framebuffer_pitch_for_width(mode_cmd.width,
5152 bpp);
Dave Airlie5ca0c342012-02-23 15:33:40 +00005153 mode_cmd.pixel_format = drm_mode_legacy_fb_format(bpp, depth);
Chris Wilsond2dff872011-04-19 08:36:26 +01005154
5155 return intel_framebuffer_create(dev, &mode_cmd, obj);
5156}
5157
5158static struct drm_framebuffer *
5159mode_fits_in_fbdev(struct drm_device *dev,
5160 struct drm_display_mode *mode)
5161{
5162 struct drm_i915_private *dev_priv = dev->dev_private;
5163 struct drm_i915_gem_object *obj;
5164 struct drm_framebuffer *fb;
5165
5166 if (dev_priv->fbdev == NULL)
5167 return NULL;
5168
5169 obj = dev_priv->fbdev->ifb.obj;
5170 if (obj == NULL)
5171 return NULL;
5172
5173 fb = &dev_priv->fbdev->ifb.base;
Ville Syrjälä01f2c772011-12-20 00:06:49 +02005174 if (fb->pitches[0] < intel_framebuffer_pitch_for_width(mode->hdisplay,
5175 fb->bits_per_pixel))
Chris Wilsond2dff872011-04-19 08:36:26 +01005176 return NULL;
5177
Ville Syrjälä01f2c772011-12-20 00:06:49 +02005178 if (obj->base.size < mode->vdisplay * fb->pitches[0])
Chris Wilsond2dff872011-04-19 08:36:26 +01005179 return NULL;
5180
5181 return fb;
5182}
5183
Chris Wilson71731882011-04-19 23:10:58 +01005184bool intel_get_load_detect_pipe(struct intel_encoder *intel_encoder,
5185 struct drm_connector *connector,
5186 struct drm_display_mode *mode,
Chris Wilson8261b192011-04-19 23:18:09 +01005187 struct intel_load_detect_pipe *old)
Jesse Barnes79e53942008-11-07 14:24:08 -08005188{
5189 struct intel_crtc *intel_crtc;
5190 struct drm_crtc *possible_crtc;
Chris Wilson4ef69c72010-09-09 15:14:28 +01005191 struct drm_encoder *encoder = &intel_encoder->base;
Jesse Barnes79e53942008-11-07 14:24:08 -08005192 struct drm_crtc *crtc = NULL;
5193 struct drm_device *dev = encoder->dev;
Chris Wilsond2dff872011-04-19 08:36:26 +01005194 struct drm_framebuffer *old_fb;
Jesse Barnes79e53942008-11-07 14:24:08 -08005195 int i = -1;
5196
Chris Wilsond2dff872011-04-19 08:36:26 +01005197 DRM_DEBUG_KMS("[CONNECTOR:%d:%s], [ENCODER:%d:%s]\n",
5198 connector->base.id, drm_get_connector_name(connector),
5199 encoder->base.id, drm_get_encoder_name(encoder));
5200
Jesse Barnes79e53942008-11-07 14:24:08 -08005201 /*
5202 * Algorithm gets a little messy:
Chris Wilson7a5e4802011-04-19 23:21:12 +01005203 *
Jesse Barnes79e53942008-11-07 14:24:08 -08005204 * - if the connector already has an assigned crtc, use it (but make
5205 * sure it's on first)
Chris Wilson7a5e4802011-04-19 23:21:12 +01005206 *
Jesse Barnes79e53942008-11-07 14:24:08 -08005207 * - try to find the first unused crtc that can drive this connector,
5208 * and use that if we find one
Jesse Barnes79e53942008-11-07 14:24:08 -08005209 */
5210
5211 /* See if we already have a CRTC for this connector */
5212 if (encoder->crtc) {
5213 crtc = encoder->crtc;
Chris Wilson8261b192011-04-19 23:18:09 +01005214
Jesse Barnes79e53942008-11-07 14:24:08 -08005215 intel_crtc = to_intel_crtc(crtc);
Chris Wilson8261b192011-04-19 23:18:09 +01005216 old->dpms_mode = intel_crtc->dpms_mode;
5217 old->load_detect_temp = false;
5218
5219 /* Make sure the crtc and connector are running */
Jesse Barnes79e53942008-11-07 14:24:08 -08005220 if (intel_crtc->dpms_mode != DRM_MODE_DPMS_ON) {
Chris Wilson64927112011-04-20 07:25:26 +01005221 struct drm_encoder_helper_funcs *encoder_funcs;
5222 struct drm_crtc_helper_funcs *crtc_funcs;
5223
Jesse Barnes79e53942008-11-07 14:24:08 -08005224 crtc_funcs = crtc->helper_private;
5225 crtc_funcs->dpms(crtc, DRM_MODE_DPMS_ON);
Chris Wilson64927112011-04-20 07:25:26 +01005226
5227 encoder_funcs = encoder->helper_private;
Jesse Barnes79e53942008-11-07 14:24:08 -08005228 encoder_funcs->dpms(encoder, DRM_MODE_DPMS_ON);
5229 }
Chris Wilson8261b192011-04-19 23:18:09 +01005230
Chris Wilson71731882011-04-19 23:10:58 +01005231 return true;
Jesse Barnes79e53942008-11-07 14:24:08 -08005232 }
5233
5234 /* Find an unused one (if possible) */
5235 list_for_each_entry(possible_crtc, &dev->mode_config.crtc_list, head) {
5236 i++;
5237 if (!(encoder->possible_crtcs & (1 << i)))
5238 continue;
5239 if (!possible_crtc->enabled) {
5240 crtc = possible_crtc;
5241 break;
5242 }
Jesse Barnes79e53942008-11-07 14:24:08 -08005243 }
5244
5245 /*
5246 * If we didn't find an unused CRTC, don't use any.
5247 */
5248 if (!crtc) {
Chris Wilson71731882011-04-19 23:10:58 +01005249 DRM_DEBUG_KMS("no pipe available for load-detect\n");
5250 return false;
Jesse Barnes79e53942008-11-07 14:24:08 -08005251 }
5252
5253 encoder->crtc = crtc;
Zhenyu Wangc1c43972010-03-30 14:39:30 +08005254 connector->encoder = encoder;
Jesse Barnes79e53942008-11-07 14:24:08 -08005255
5256 intel_crtc = to_intel_crtc(crtc);
Chris Wilson8261b192011-04-19 23:18:09 +01005257 old->dpms_mode = intel_crtc->dpms_mode;
5258 old->load_detect_temp = true;
Chris Wilsond2dff872011-04-19 08:36:26 +01005259 old->release_fb = NULL;
Jesse Barnes79e53942008-11-07 14:24:08 -08005260
Chris Wilson64927112011-04-20 07:25:26 +01005261 if (!mode)
5262 mode = &load_detect_mode;
Jesse Barnes79e53942008-11-07 14:24:08 -08005263
Chris Wilsond2dff872011-04-19 08:36:26 +01005264 old_fb = crtc->fb;
5265
5266 /* We need a framebuffer large enough to accommodate all accesses
5267 * that the plane may generate whilst we perform load detection.
5268 * We can not rely on the fbcon either being present (we get called
5269 * during its initialisation to detect all boot displays, or it may
5270 * not even exist) or that it is large enough to satisfy the
5271 * requested mode.
5272 */
5273 crtc->fb = mode_fits_in_fbdev(dev, mode);
5274 if (crtc->fb == NULL) {
5275 DRM_DEBUG_KMS("creating tmp fb for load-detection\n");
5276 crtc->fb = intel_framebuffer_create_for_mode(dev, mode, 24, 32);
5277 old->release_fb = crtc->fb;
5278 } else
5279 DRM_DEBUG_KMS("reusing fbdev for load-detection framebuffer\n");
5280 if (IS_ERR(crtc->fb)) {
5281 DRM_DEBUG_KMS("failed to allocate framebuffer for load-detection\n");
5282 crtc->fb = old_fb;
5283 return false;
Jesse Barnes79e53942008-11-07 14:24:08 -08005284 }
Chris Wilsond2dff872011-04-19 08:36:26 +01005285
5286 if (!drm_crtc_helper_set_mode(crtc, mode, 0, 0, old_fb)) {
Chris Wilson64927112011-04-20 07:25:26 +01005287 DRM_DEBUG_KMS("failed to set mode on load-detect pipe\n");
Chris Wilsond2dff872011-04-19 08:36:26 +01005288 if (old->release_fb)
5289 old->release_fb->funcs->destroy(old->release_fb);
5290 crtc->fb = old_fb;
Chris Wilson64927112011-04-20 07:25:26 +01005291 return false;
Jesse Barnes79e53942008-11-07 14:24:08 -08005292 }
Chris Wilson71731882011-04-19 23:10:58 +01005293
Jesse Barnes79e53942008-11-07 14:24:08 -08005294 /* let the connector get through one full cycle before testing */
Jesse Barnes9d0498a2010-08-18 13:20:54 -07005295 intel_wait_for_vblank(dev, intel_crtc->pipe);
Jesse Barnes79e53942008-11-07 14:24:08 -08005296
Chris Wilson71731882011-04-19 23:10:58 +01005297 return true;
Jesse Barnes79e53942008-11-07 14:24:08 -08005298}
5299
Zhenyu Wangc1c43972010-03-30 14:39:30 +08005300void intel_release_load_detect_pipe(struct intel_encoder *intel_encoder,
Chris Wilson8261b192011-04-19 23:18:09 +01005301 struct drm_connector *connector,
5302 struct intel_load_detect_pipe *old)
Jesse Barnes79e53942008-11-07 14:24:08 -08005303{
Chris Wilson4ef69c72010-09-09 15:14:28 +01005304 struct drm_encoder *encoder = &intel_encoder->base;
Jesse Barnes79e53942008-11-07 14:24:08 -08005305 struct drm_device *dev = encoder->dev;
5306 struct drm_crtc *crtc = encoder->crtc;
5307 struct drm_encoder_helper_funcs *encoder_funcs = encoder->helper_private;
5308 struct drm_crtc_helper_funcs *crtc_funcs = crtc->helper_private;
5309
Chris Wilsond2dff872011-04-19 08:36:26 +01005310 DRM_DEBUG_KMS("[CONNECTOR:%d:%s], [ENCODER:%d:%s]\n",
5311 connector->base.id, drm_get_connector_name(connector),
5312 encoder->base.id, drm_get_encoder_name(encoder));
5313
Chris Wilson8261b192011-04-19 23:18:09 +01005314 if (old->load_detect_temp) {
Zhenyu Wangc1c43972010-03-30 14:39:30 +08005315 connector->encoder = NULL;
Jesse Barnes79e53942008-11-07 14:24:08 -08005316 drm_helper_disable_unused_functions(dev);
Chris Wilsond2dff872011-04-19 08:36:26 +01005317
5318 if (old->release_fb)
5319 old->release_fb->funcs->destroy(old->release_fb);
5320
Chris Wilson0622a532011-04-21 09:32:11 +01005321 return;
Jesse Barnes79e53942008-11-07 14:24:08 -08005322 }
5323
Eric Anholtc751ce42010-03-25 11:48:48 -07005324 /* Switch crtc and encoder back off if necessary */
Chris Wilson0622a532011-04-21 09:32:11 +01005325 if (old->dpms_mode != DRM_MODE_DPMS_ON) {
5326 encoder_funcs->dpms(encoder, old->dpms_mode);
Chris Wilson8261b192011-04-19 23:18:09 +01005327 crtc_funcs->dpms(crtc, old->dpms_mode);
Jesse Barnes79e53942008-11-07 14:24:08 -08005328 }
5329}
5330
5331/* Returns the clock of the currently programmed mode of the given pipe. */
5332static int intel_crtc_clock_get(struct drm_device *dev, struct drm_crtc *crtc)
5333{
5334 struct drm_i915_private *dev_priv = dev->dev_private;
5335 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
5336 int pipe = intel_crtc->pipe;
Jesse Barnes548f2452011-02-17 10:40:53 -08005337 u32 dpll = I915_READ(DPLL(pipe));
Jesse Barnes79e53942008-11-07 14:24:08 -08005338 u32 fp;
5339 intel_clock_t clock;
5340
5341 if ((dpll & DISPLAY_RATE_SELECT_FPA1) == 0)
Chris Wilson39adb7a2011-04-22 22:17:21 +01005342 fp = I915_READ(FP0(pipe));
Jesse Barnes79e53942008-11-07 14:24:08 -08005343 else
Chris Wilson39adb7a2011-04-22 22:17:21 +01005344 fp = I915_READ(FP1(pipe));
Jesse Barnes79e53942008-11-07 14:24:08 -08005345
5346 clock.m1 = (fp & FP_M1_DIV_MASK) >> FP_M1_DIV_SHIFT;
Adam Jacksonf2b115e2009-12-03 17:14:42 -05005347 if (IS_PINEVIEW(dev)) {
5348 clock.n = ffs((fp & FP_N_PINEVIEW_DIV_MASK) >> FP_N_DIV_SHIFT) - 1;
5349 clock.m2 = (fp & FP_M2_PINEVIEW_DIV_MASK) >> FP_M2_DIV_SHIFT;
Shaohua Li21778322009-02-23 15:19:16 +08005350 } else {
5351 clock.n = (fp & FP_N_DIV_MASK) >> FP_N_DIV_SHIFT;
5352 clock.m2 = (fp & FP_M2_DIV_MASK) >> FP_M2_DIV_SHIFT;
5353 }
5354
Chris Wilsona6c45cf2010-09-17 00:32:17 +01005355 if (!IS_GEN2(dev)) {
Adam Jacksonf2b115e2009-12-03 17:14:42 -05005356 if (IS_PINEVIEW(dev))
5357 clock.p1 = ffs((dpll & DPLL_FPA01_P1_POST_DIV_MASK_PINEVIEW) >>
5358 DPLL_FPA01_P1_POST_DIV_SHIFT_PINEVIEW);
Shaohua Li21778322009-02-23 15:19:16 +08005359 else
5360 clock.p1 = ffs((dpll & DPLL_FPA01_P1_POST_DIV_MASK) >>
Jesse Barnes79e53942008-11-07 14:24:08 -08005361 DPLL_FPA01_P1_POST_DIV_SHIFT);
5362
5363 switch (dpll & DPLL_MODE_MASK) {
5364 case DPLLB_MODE_DAC_SERIAL:
5365 clock.p2 = dpll & DPLL_DAC_SERIAL_P2_CLOCK_DIV_5 ?
5366 5 : 10;
5367 break;
5368 case DPLLB_MODE_LVDS:
5369 clock.p2 = dpll & DPLLB_LVDS_P2_CLOCK_DIV_7 ?
5370 7 : 14;
5371 break;
5372 default:
Zhao Yakui28c97732009-10-09 11:39:41 +08005373 DRM_DEBUG_KMS("Unknown DPLL mode %08x in programmed "
Jesse Barnes79e53942008-11-07 14:24:08 -08005374 "mode\n", (int)(dpll & DPLL_MODE_MASK));
5375 return 0;
5376 }
5377
5378 /* XXX: Handle the 100Mhz refclk */
Shaohua Li21778322009-02-23 15:19:16 +08005379 intel_clock(dev, 96000, &clock);
Jesse Barnes79e53942008-11-07 14:24:08 -08005380 } else {
5381 bool is_lvds = (pipe == 1) && (I915_READ(LVDS) & LVDS_PORT_EN);
5382
5383 if (is_lvds) {
5384 clock.p1 = ffs((dpll & DPLL_FPA01_P1_POST_DIV_MASK_I830_LVDS) >>
5385 DPLL_FPA01_P1_POST_DIV_SHIFT);
5386 clock.p2 = 14;
5387
5388 if ((dpll & PLL_REF_INPUT_MASK) ==
5389 PLLB_REF_INPUT_SPREADSPECTRUMIN) {
5390 /* XXX: might not be 66MHz */
Shaohua Li21778322009-02-23 15:19:16 +08005391 intel_clock(dev, 66000, &clock);
Jesse Barnes79e53942008-11-07 14:24:08 -08005392 } else
Shaohua Li21778322009-02-23 15:19:16 +08005393 intel_clock(dev, 48000, &clock);
Jesse Barnes79e53942008-11-07 14:24:08 -08005394 } else {
5395 if (dpll & PLL_P1_DIVIDE_BY_TWO)
5396 clock.p1 = 2;
5397 else {
5398 clock.p1 = ((dpll & DPLL_FPA01_P1_POST_DIV_MASK_I830) >>
5399 DPLL_FPA01_P1_POST_DIV_SHIFT) + 2;
5400 }
5401 if (dpll & PLL_P2_DIVIDE_BY_4)
5402 clock.p2 = 4;
5403 else
5404 clock.p2 = 2;
5405
Shaohua Li21778322009-02-23 15:19:16 +08005406 intel_clock(dev, 48000, &clock);
Jesse Barnes79e53942008-11-07 14:24:08 -08005407 }
5408 }
5409
5410 /* XXX: It would be nice to validate the clocks, but we can't reuse
5411 * i830PllIsValid() because it relies on the xf86_config connector
5412 * configuration being accurate, which it isn't necessarily.
5413 */
5414
5415 return clock.dot;
5416}
5417
5418/** Returns the currently programmed mode of the given pipe. */
5419struct drm_display_mode *intel_crtc_mode_get(struct drm_device *dev,
5420 struct drm_crtc *crtc)
5421{
Jesse Barnes548f2452011-02-17 10:40:53 -08005422 struct drm_i915_private *dev_priv = dev->dev_private;
Jesse Barnes79e53942008-11-07 14:24:08 -08005423 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
5424 int pipe = intel_crtc->pipe;
5425 struct drm_display_mode *mode;
Jesse Barnes548f2452011-02-17 10:40:53 -08005426 int htot = I915_READ(HTOTAL(pipe));
5427 int hsync = I915_READ(HSYNC(pipe));
5428 int vtot = I915_READ(VTOTAL(pipe));
5429 int vsync = I915_READ(VSYNC(pipe));
Jesse Barnes79e53942008-11-07 14:24:08 -08005430
5431 mode = kzalloc(sizeof(*mode), GFP_KERNEL);
5432 if (!mode)
5433 return NULL;
5434
5435 mode->clock = intel_crtc_clock_get(dev, crtc);
5436 mode->hdisplay = (htot & 0xffff) + 1;
5437 mode->htotal = ((htot & 0xffff0000) >> 16) + 1;
5438 mode->hsync_start = (hsync & 0xffff) + 1;
5439 mode->hsync_end = ((hsync & 0xffff0000) >> 16) + 1;
5440 mode->vdisplay = (vtot & 0xffff) + 1;
5441 mode->vtotal = ((vtot & 0xffff0000) >> 16) + 1;
5442 mode->vsync_start = (vsync & 0xffff) + 1;
5443 mode->vsync_end = ((vsync & 0xffff0000) >> 16) + 1;
5444
5445 drm_mode_set_name(mode);
Jesse Barnes79e53942008-11-07 14:24:08 -08005446
5447 return mode;
5448}
5449
Jesse Barnes652c3932009-08-17 13:31:43 -07005450#define GPU_IDLE_TIMEOUT 500 /* ms */
5451
5452/* When this timer fires, we've been idle for awhile */
5453static void intel_gpu_idle_timer(unsigned long arg)
5454{
5455 struct drm_device *dev = (struct drm_device *)arg;
5456 drm_i915_private_t *dev_priv = dev->dev_private;
5457
Chris Wilsonff7ea4c2010-12-08 09:43:41 +00005458 if (!list_empty(&dev_priv->mm.active_list)) {
5459 /* Still processing requests, so just re-arm the timer. */
5460 mod_timer(&dev_priv->idle_timer, jiffies +
5461 msecs_to_jiffies(GPU_IDLE_TIMEOUT));
5462 return;
5463 }
Jesse Barnes652c3932009-08-17 13:31:43 -07005464
Chris Wilsonff7ea4c2010-12-08 09:43:41 +00005465 dev_priv->busy = false;
Eric Anholt01dfba92009-09-06 15:18:53 -07005466 queue_work(dev_priv->wq, &dev_priv->idle_work);
Jesse Barnes652c3932009-08-17 13:31:43 -07005467}
5468
Jesse Barnes652c3932009-08-17 13:31:43 -07005469#define CRTC_IDLE_TIMEOUT 1000 /* ms */
5470
5471static void intel_crtc_idle_timer(unsigned long arg)
5472{
5473 struct intel_crtc *intel_crtc = (struct intel_crtc *)arg;
5474 struct drm_crtc *crtc = &intel_crtc->base;
5475 drm_i915_private_t *dev_priv = crtc->dev->dev_private;
Chris Wilsonff7ea4c2010-12-08 09:43:41 +00005476 struct intel_framebuffer *intel_fb;
5477
5478 intel_fb = to_intel_framebuffer(crtc->fb);
5479 if (intel_fb && intel_fb->obj->active) {
5480 /* The framebuffer is still being accessed by the GPU. */
5481 mod_timer(&intel_crtc->idle_timer, jiffies +
5482 msecs_to_jiffies(CRTC_IDLE_TIMEOUT));
5483 return;
5484 }
Jesse Barnes652c3932009-08-17 13:31:43 -07005485
Jesse Barnes652c3932009-08-17 13:31:43 -07005486 intel_crtc->busy = false;
Eric Anholt01dfba92009-09-06 15:18:53 -07005487 queue_work(dev_priv->wq, &dev_priv->idle_work);
Jesse Barnes652c3932009-08-17 13:31:43 -07005488}
5489
Daniel Vetter3dec0092010-08-20 21:40:52 +02005490static void intel_increase_pllclock(struct drm_crtc *crtc)
Jesse Barnes652c3932009-08-17 13:31:43 -07005491{
5492 struct drm_device *dev = crtc->dev;
5493 drm_i915_private_t *dev_priv = dev->dev_private;
5494 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
5495 int pipe = intel_crtc->pipe;
Jesse Barnesdbdc6472010-12-30 09:36:39 -08005496 int dpll_reg = DPLL(pipe);
5497 int dpll;
Jesse Barnes652c3932009-08-17 13:31:43 -07005498
Eric Anholtbad720f2009-10-22 16:11:14 -07005499 if (HAS_PCH_SPLIT(dev))
Jesse Barnes652c3932009-08-17 13:31:43 -07005500 return;
5501
5502 if (!dev_priv->lvds_downclock_avail)
5503 return;
5504
Jesse Barnesdbdc6472010-12-30 09:36:39 -08005505 dpll = I915_READ(dpll_reg);
Jesse Barnes652c3932009-08-17 13:31:43 -07005506 if (!HAS_PIPE_CXSR(dev) && (dpll & DISPLAY_RATE_SELECT_FPA1)) {
Zhao Yakui44d98a62009-10-09 11:39:40 +08005507 DRM_DEBUG_DRIVER("upclocking LVDS\n");
Jesse Barnes652c3932009-08-17 13:31:43 -07005508
Sean Paul8ac5a6d2012-02-13 13:14:51 -05005509 assert_panel_unlocked(dev_priv, pipe);
Jesse Barnes652c3932009-08-17 13:31:43 -07005510
5511 dpll &= ~DISPLAY_RATE_SELECT_FPA1;
5512 I915_WRITE(dpll_reg, dpll);
Jesse Barnes9d0498a2010-08-18 13:20:54 -07005513 intel_wait_for_vblank(dev, pipe);
Jesse Barnesdbdc6472010-12-30 09:36:39 -08005514
Jesse Barnes652c3932009-08-17 13:31:43 -07005515 dpll = I915_READ(dpll_reg);
5516 if (dpll & DISPLAY_RATE_SELECT_FPA1)
Zhao Yakui44d98a62009-10-09 11:39:40 +08005517 DRM_DEBUG_DRIVER("failed to upclock LVDS!\n");
Jesse Barnes652c3932009-08-17 13:31:43 -07005518 }
5519
5520 /* Schedule downclock */
Daniel Vetter3dec0092010-08-20 21:40:52 +02005521 mod_timer(&intel_crtc->idle_timer, jiffies +
5522 msecs_to_jiffies(CRTC_IDLE_TIMEOUT));
Jesse Barnes652c3932009-08-17 13:31:43 -07005523}
5524
5525static void intel_decrease_pllclock(struct drm_crtc *crtc)
5526{
5527 struct drm_device *dev = crtc->dev;
5528 drm_i915_private_t *dev_priv = dev->dev_private;
5529 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
Jesse Barnes652c3932009-08-17 13:31:43 -07005530
Eric Anholtbad720f2009-10-22 16:11:14 -07005531 if (HAS_PCH_SPLIT(dev))
Jesse Barnes652c3932009-08-17 13:31:43 -07005532 return;
5533
5534 if (!dev_priv->lvds_downclock_avail)
5535 return;
5536
5537 /*
5538 * Since this is called by a timer, we should never get here in
5539 * the manual case.
5540 */
5541 if (!HAS_PIPE_CXSR(dev) && intel_crtc->lowfreq_avail) {
Chris Wilson074b5e12012-05-02 12:07:06 +01005542 int pipe = intel_crtc->pipe;
5543 int dpll_reg = DPLL(pipe);
Daniel Vetterdc257cf2012-05-07 11:30:46 +02005544 int dpll;
Chris Wilson074b5e12012-05-02 12:07:06 +01005545
Zhao Yakui44d98a62009-10-09 11:39:40 +08005546 DRM_DEBUG_DRIVER("downclocking LVDS\n");
Jesse Barnes652c3932009-08-17 13:31:43 -07005547
Sean Paul8ac5a6d2012-02-13 13:14:51 -05005548 assert_panel_unlocked(dev_priv, pipe);
Jesse Barnes652c3932009-08-17 13:31:43 -07005549
Chris Wilson074b5e12012-05-02 12:07:06 +01005550 dpll = I915_READ(dpll_reg);
Jesse Barnes652c3932009-08-17 13:31:43 -07005551 dpll |= DISPLAY_RATE_SELECT_FPA1;
5552 I915_WRITE(dpll_reg, dpll);
Jesse Barnes9d0498a2010-08-18 13:20:54 -07005553 intel_wait_for_vblank(dev, pipe);
Jesse Barnes652c3932009-08-17 13:31:43 -07005554 dpll = I915_READ(dpll_reg);
5555 if (!(dpll & DISPLAY_RATE_SELECT_FPA1))
Zhao Yakui44d98a62009-10-09 11:39:40 +08005556 DRM_DEBUG_DRIVER("failed to downclock LVDS!\n");
Jesse Barnes652c3932009-08-17 13:31:43 -07005557 }
5558
5559}
5560
5561/**
5562 * intel_idle_update - adjust clocks for idleness
5563 * @work: work struct
5564 *
5565 * Either the GPU or display (or both) went idle. Check the busy status
5566 * here and adjust the CRTC and GPU clocks as necessary.
5567 */
5568static void intel_idle_update(struct work_struct *work)
5569{
5570 drm_i915_private_t *dev_priv = container_of(work, drm_i915_private_t,
5571 idle_work);
5572 struct drm_device *dev = dev_priv->dev;
5573 struct drm_crtc *crtc;
5574 struct intel_crtc *intel_crtc;
5575
5576 if (!i915_powersave)
5577 return;
5578
5579 mutex_lock(&dev->struct_mutex);
5580
Jesse Barnes7648fa92010-05-20 14:28:11 -07005581 i915_update_gfx_val(dev_priv);
5582
Jesse Barnes652c3932009-08-17 13:31:43 -07005583 list_for_each_entry(crtc, &dev->mode_config.crtc_list, head) {
5584 /* Skip inactive CRTCs */
5585 if (!crtc->fb)
5586 continue;
5587
5588 intel_crtc = to_intel_crtc(crtc);
5589 if (!intel_crtc->busy)
5590 intel_decrease_pllclock(crtc);
5591 }
5592
Li Peng45ac22c2010-06-12 23:38:35 +08005593
Jesse Barnes652c3932009-08-17 13:31:43 -07005594 mutex_unlock(&dev->struct_mutex);
5595}
5596
5597/**
5598 * intel_mark_busy - mark the GPU and possibly the display busy
5599 * @dev: drm device
5600 * @obj: object we're operating on
5601 *
5602 * Callers can use this function to indicate that the GPU is busy processing
5603 * commands. If @obj matches one of the CRTC objects (i.e. it's a scanout
5604 * buffer), we'll also mark the display as busy, so we know to increase its
5605 * clock frequency.
5606 */
Chris Wilson05394f32010-11-08 19:18:58 +00005607void intel_mark_busy(struct drm_device *dev, struct drm_i915_gem_object *obj)
Jesse Barnes652c3932009-08-17 13:31:43 -07005608{
5609 drm_i915_private_t *dev_priv = dev->dev_private;
5610 struct drm_crtc *crtc = NULL;
5611 struct intel_framebuffer *intel_fb;
5612 struct intel_crtc *intel_crtc;
5613
Zhenyu Wang5e17ee72009-09-03 09:30:06 +08005614 if (!drm_core_check_feature(dev, DRIVER_MODESET))
5615 return;
5616
Chris Wilson91041832012-04-26 11:28:42 +01005617 if (!dev_priv->busy) {
5618 intel_sanitize_pm(dev);
Chris Wilson28cf7982009-11-30 01:08:56 +00005619 dev_priv->busy = true;
Chris Wilson91041832012-04-26 11:28:42 +01005620 } else
Chris Wilson28cf7982009-11-30 01:08:56 +00005621 mod_timer(&dev_priv->idle_timer, jiffies +
5622 msecs_to_jiffies(GPU_IDLE_TIMEOUT));
Jesse Barnes652c3932009-08-17 13:31:43 -07005623
Chris Wilsonacb87df2012-05-03 15:47:57 +01005624 if (obj == NULL)
5625 return;
5626
Jesse Barnes652c3932009-08-17 13:31:43 -07005627 list_for_each_entry(crtc, &dev->mode_config.crtc_list, head) {
5628 if (!crtc->fb)
5629 continue;
5630
5631 intel_crtc = to_intel_crtc(crtc);
5632 intel_fb = to_intel_framebuffer(crtc->fb);
5633 if (intel_fb->obj == obj) {
5634 if (!intel_crtc->busy) {
5635 /* Non-busy -> busy, upclock */
Daniel Vetter3dec0092010-08-20 21:40:52 +02005636 intel_increase_pllclock(crtc);
Jesse Barnes652c3932009-08-17 13:31:43 -07005637 intel_crtc->busy = true;
5638 } else {
5639 /* Busy -> busy, put off timer */
5640 mod_timer(&intel_crtc->idle_timer, jiffies +
5641 msecs_to_jiffies(CRTC_IDLE_TIMEOUT));
5642 }
5643 }
5644 }
5645}
5646
Jesse Barnes79e53942008-11-07 14:24:08 -08005647static void intel_crtc_destroy(struct drm_crtc *crtc)
5648{
5649 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
Daniel Vetter67e77c52010-08-20 22:26:30 +02005650 struct drm_device *dev = crtc->dev;
5651 struct intel_unpin_work *work;
5652 unsigned long flags;
5653
5654 spin_lock_irqsave(&dev->event_lock, flags);
5655 work = intel_crtc->unpin_work;
5656 intel_crtc->unpin_work = NULL;
5657 spin_unlock_irqrestore(&dev->event_lock, flags);
5658
5659 if (work) {
5660 cancel_work_sync(&work->work);
5661 kfree(work);
5662 }
Jesse Barnes79e53942008-11-07 14:24:08 -08005663
5664 drm_crtc_cleanup(crtc);
Daniel Vetter67e77c52010-08-20 22:26:30 +02005665
Jesse Barnes79e53942008-11-07 14:24:08 -08005666 kfree(intel_crtc);
5667}
5668
Kristian Høgsberg6b95a202009-11-18 11:25:18 -05005669static void intel_unpin_work_fn(struct work_struct *__work)
5670{
5671 struct intel_unpin_work *work =
5672 container_of(__work, struct intel_unpin_work, work);
5673
5674 mutex_lock(&work->dev->struct_mutex);
Chris Wilson1690e1e2011-12-14 13:57:08 +01005675 intel_unpin_fb_obj(work->old_fb_obj);
Chris Wilson05394f32010-11-08 19:18:58 +00005676 drm_gem_object_unreference(&work->pending_flip_obj->base);
5677 drm_gem_object_unreference(&work->old_fb_obj->base);
Chris Wilsond9e86c02010-11-10 16:40:20 +00005678
Chris Wilson7782de32011-07-08 12:22:41 +01005679 intel_update_fbc(work->dev);
Kristian Høgsberg6b95a202009-11-18 11:25:18 -05005680 mutex_unlock(&work->dev->struct_mutex);
5681 kfree(work);
5682}
5683
Jesse Barnes1afe3e92010-03-26 10:35:20 -07005684static void do_intel_finish_page_flip(struct drm_device *dev,
Mario Kleiner49b14a52010-12-09 07:00:07 +01005685 struct drm_crtc *crtc)
Kristian Høgsberg6b95a202009-11-18 11:25:18 -05005686{
5687 drm_i915_private_t *dev_priv = dev->dev_private;
Kristian Høgsberg6b95a202009-11-18 11:25:18 -05005688 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
5689 struct intel_unpin_work *work;
Chris Wilson05394f32010-11-08 19:18:58 +00005690 struct drm_i915_gem_object *obj;
Kristian Høgsberg6b95a202009-11-18 11:25:18 -05005691 struct drm_pending_vblank_event *e;
Mario Kleiner49b14a52010-12-09 07:00:07 +01005692 struct timeval tnow, tvbl;
Kristian Høgsberg6b95a202009-11-18 11:25:18 -05005693 unsigned long flags;
5694
5695 /* Ignore early vblank irqs */
5696 if (intel_crtc == NULL)
5697 return;
5698
Mario Kleiner49b14a52010-12-09 07:00:07 +01005699 do_gettimeofday(&tnow);
5700
Kristian Høgsberg6b95a202009-11-18 11:25:18 -05005701 spin_lock_irqsave(&dev->event_lock, flags);
5702 work = intel_crtc->unpin_work;
5703 if (work == NULL || !work->pending) {
5704 spin_unlock_irqrestore(&dev->event_lock, flags);
5705 return;
5706 }
5707
5708 intel_crtc->unpin_work = NULL;
Kristian Høgsberg6b95a202009-11-18 11:25:18 -05005709
5710 if (work->event) {
5711 e = work->event;
Mario Kleiner49b14a52010-12-09 07:00:07 +01005712 e->event.sequence = drm_vblank_count_and_time(dev, intel_crtc->pipe, &tvbl);
Mario Kleiner0af7e4d2010-12-08 04:07:19 +01005713
5714 /* Called before vblank count and timestamps have
5715 * been updated for the vblank interval of flip
5716 * completion? Need to increment vblank count and
5717 * add one videorefresh duration to returned timestamp
Mario Kleiner49b14a52010-12-09 07:00:07 +01005718 * to account for this. We assume this happened if we
5719 * get called over 0.9 frame durations after the last
5720 * timestamped vblank.
5721 *
5722 * This calculation can not be used with vrefresh rates
5723 * below 5Hz (10Hz to be on the safe side) without
5724 * promoting to 64 integers.
Mario Kleiner0af7e4d2010-12-08 04:07:19 +01005725 */
Mario Kleiner49b14a52010-12-09 07:00:07 +01005726 if (10 * (timeval_to_ns(&tnow) - timeval_to_ns(&tvbl)) >
5727 9 * crtc->framedur_ns) {
Mario Kleiner0af7e4d2010-12-08 04:07:19 +01005728 e->event.sequence++;
Mario Kleiner49b14a52010-12-09 07:00:07 +01005729 tvbl = ns_to_timeval(timeval_to_ns(&tvbl) +
5730 crtc->framedur_ns);
Mario Kleiner0af7e4d2010-12-08 04:07:19 +01005731 }
5732
Mario Kleiner49b14a52010-12-09 07:00:07 +01005733 e->event.tv_sec = tvbl.tv_sec;
5734 e->event.tv_usec = tvbl.tv_usec;
Mario Kleiner0af7e4d2010-12-08 04:07:19 +01005735
Kristian Høgsberg6b95a202009-11-18 11:25:18 -05005736 list_add_tail(&e->base.link,
5737 &e->base.file_priv->event_list);
5738 wake_up_interruptible(&e->base.file_priv->event_wait);
5739 }
5740
Mario Kleiner0af7e4d2010-12-08 04:07:19 +01005741 drm_vblank_put(dev, intel_crtc->pipe);
5742
Kristian Høgsberg6b95a202009-11-18 11:25:18 -05005743 spin_unlock_irqrestore(&dev->event_lock, flags);
5744
Chris Wilson05394f32010-11-08 19:18:58 +00005745 obj = work->old_fb_obj;
Chris Wilsond9e86c02010-11-10 16:40:20 +00005746
Chris Wilsone59f2ba2010-10-07 17:28:15 +01005747 atomic_clear_mask(1 << intel_crtc->plane,
Chris Wilson05394f32010-11-08 19:18:58 +00005748 &obj->pending_flip.counter);
5749 if (atomic_read(&obj->pending_flip) == 0)
Chris Wilsonf787a5f2010-09-24 16:02:42 +01005750 wake_up(&dev_priv->pending_flip_queue);
Chris Wilsond9e86c02010-11-10 16:40:20 +00005751
Kristian Høgsberg6b95a202009-11-18 11:25:18 -05005752 schedule_work(&work->work);
Jesse Barnese5510fa2010-07-01 16:48:37 -07005753
5754 trace_i915_flip_complete(intel_crtc->plane, work->pending_flip_obj);
Kristian Høgsberg6b95a202009-11-18 11:25:18 -05005755}
5756
Jesse Barnes1afe3e92010-03-26 10:35:20 -07005757void intel_finish_page_flip(struct drm_device *dev, int pipe)
5758{
5759 drm_i915_private_t *dev_priv = dev->dev_private;
5760 struct drm_crtc *crtc = dev_priv->pipe_to_crtc_mapping[pipe];
5761
Mario Kleiner49b14a52010-12-09 07:00:07 +01005762 do_intel_finish_page_flip(dev, crtc);
Jesse Barnes1afe3e92010-03-26 10:35:20 -07005763}
5764
5765void intel_finish_page_flip_plane(struct drm_device *dev, int plane)
5766{
5767 drm_i915_private_t *dev_priv = dev->dev_private;
5768 struct drm_crtc *crtc = dev_priv->plane_to_crtc_mapping[plane];
5769
Mario Kleiner49b14a52010-12-09 07:00:07 +01005770 do_intel_finish_page_flip(dev, crtc);
Jesse Barnes1afe3e92010-03-26 10:35:20 -07005771}
5772
Kristian Høgsberg6b95a202009-11-18 11:25:18 -05005773void intel_prepare_page_flip(struct drm_device *dev, int plane)
5774{
5775 drm_i915_private_t *dev_priv = dev->dev_private;
5776 struct intel_crtc *intel_crtc =
5777 to_intel_crtc(dev_priv->plane_to_crtc_mapping[plane]);
5778 unsigned long flags;
5779
5780 spin_lock_irqsave(&dev->event_lock, flags);
Jesse Barnesde3f4402010-01-14 13:18:02 -08005781 if (intel_crtc->unpin_work) {
Simon Farnsworth4e5359c2010-09-01 17:47:52 +01005782 if ((++intel_crtc->unpin_work->pending) > 1)
5783 DRM_ERROR("Prepared flip multiple times\n");
Jesse Barnesde3f4402010-01-14 13:18:02 -08005784 } else {
5785 DRM_DEBUG_DRIVER("preparing flip with no unpin work?\n");
5786 }
Kristian Høgsberg6b95a202009-11-18 11:25:18 -05005787 spin_unlock_irqrestore(&dev->event_lock, flags);
5788}
5789
Jesse Barnes8c9f3aa2011-06-16 09:19:13 -07005790static int intel_gen2_queue_flip(struct drm_device *dev,
5791 struct drm_crtc *crtc,
5792 struct drm_framebuffer *fb,
5793 struct drm_i915_gem_object *obj)
5794{
5795 struct drm_i915_private *dev_priv = dev->dev_private;
5796 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
5797 unsigned long offset;
5798 u32 flip_mask;
Daniel Vetter6d90c952012-04-26 23:28:05 +02005799 struct intel_ring_buffer *ring = &dev_priv->ring[RCS];
Jesse Barnes8c9f3aa2011-06-16 09:19:13 -07005800 int ret;
5801
Daniel Vetter6d90c952012-04-26 23:28:05 +02005802 ret = intel_pin_and_fence_fb_obj(dev, obj, ring);
Jesse Barnes8c9f3aa2011-06-16 09:19:13 -07005803 if (ret)
Chris Wilson83d40922012-04-17 19:35:53 +01005804 goto err;
Jesse Barnes8c9f3aa2011-06-16 09:19:13 -07005805
5806 /* Offset into the new buffer for cases of shared fbs between CRTCs */
Ville Syrjälä01f2c772011-12-20 00:06:49 +02005807 offset = crtc->y * fb->pitches[0] + crtc->x * fb->bits_per_pixel/8;
Jesse Barnes8c9f3aa2011-06-16 09:19:13 -07005808
Daniel Vetter6d90c952012-04-26 23:28:05 +02005809 ret = intel_ring_begin(ring, 6);
Jesse Barnes8c9f3aa2011-06-16 09:19:13 -07005810 if (ret)
Chris Wilson83d40922012-04-17 19:35:53 +01005811 goto err_unpin;
Jesse Barnes8c9f3aa2011-06-16 09:19:13 -07005812
5813 /* Can't queue multiple flips, so wait for the previous
5814 * one to finish before executing the next.
5815 */
5816 if (intel_crtc->plane)
5817 flip_mask = MI_WAIT_FOR_PLANE_B_FLIP;
5818 else
5819 flip_mask = MI_WAIT_FOR_PLANE_A_FLIP;
Daniel Vetter6d90c952012-04-26 23:28:05 +02005820 intel_ring_emit(ring, MI_WAIT_FOR_EVENT | flip_mask);
5821 intel_ring_emit(ring, MI_NOOP);
5822 intel_ring_emit(ring, MI_DISPLAY_FLIP |
5823 MI_DISPLAY_FLIP_PLANE(intel_crtc->plane));
5824 intel_ring_emit(ring, fb->pitches[0]);
5825 intel_ring_emit(ring, obj->gtt_offset + offset);
5826 intel_ring_emit(ring, 0); /* aux display base address, unused */
5827 intel_ring_advance(ring);
Chris Wilson83d40922012-04-17 19:35:53 +01005828 return 0;
5829
5830err_unpin:
5831 intel_unpin_fb_obj(obj);
5832err:
Jesse Barnes8c9f3aa2011-06-16 09:19:13 -07005833 return ret;
5834}
5835
5836static int intel_gen3_queue_flip(struct drm_device *dev,
5837 struct drm_crtc *crtc,
5838 struct drm_framebuffer *fb,
5839 struct drm_i915_gem_object *obj)
5840{
5841 struct drm_i915_private *dev_priv = dev->dev_private;
5842 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
5843 unsigned long offset;
5844 u32 flip_mask;
Daniel Vetter6d90c952012-04-26 23:28:05 +02005845 struct intel_ring_buffer *ring = &dev_priv->ring[RCS];
Jesse Barnes8c9f3aa2011-06-16 09:19:13 -07005846 int ret;
5847
Daniel Vetter6d90c952012-04-26 23:28:05 +02005848 ret = intel_pin_and_fence_fb_obj(dev, obj, ring);
Jesse Barnes8c9f3aa2011-06-16 09:19:13 -07005849 if (ret)
Chris Wilson83d40922012-04-17 19:35:53 +01005850 goto err;
Jesse Barnes8c9f3aa2011-06-16 09:19:13 -07005851
5852 /* Offset into the new buffer for cases of shared fbs between CRTCs */
Ville Syrjälä01f2c772011-12-20 00:06:49 +02005853 offset = crtc->y * fb->pitches[0] + crtc->x * fb->bits_per_pixel/8;
Jesse Barnes8c9f3aa2011-06-16 09:19:13 -07005854
Daniel Vetter6d90c952012-04-26 23:28:05 +02005855 ret = intel_ring_begin(ring, 6);
Jesse Barnes8c9f3aa2011-06-16 09:19:13 -07005856 if (ret)
Chris Wilson83d40922012-04-17 19:35:53 +01005857 goto err_unpin;
Jesse Barnes8c9f3aa2011-06-16 09:19:13 -07005858
5859 if (intel_crtc->plane)
5860 flip_mask = MI_WAIT_FOR_PLANE_B_FLIP;
5861 else
5862 flip_mask = MI_WAIT_FOR_PLANE_A_FLIP;
Daniel Vetter6d90c952012-04-26 23:28:05 +02005863 intel_ring_emit(ring, MI_WAIT_FOR_EVENT | flip_mask);
5864 intel_ring_emit(ring, MI_NOOP);
5865 intel_ring_emit(ring, MI_DISPLAY_FLIP_I915 |
5866 MI_DISPLAY_FLIP_PLANE(intel_crtc->plane));
5867 intel_ring_emit(ring, fb->pitches[0]);
5868 intel_ring_emit(ring, obj->gtt_offset + offset);
5869 intel_ring_emit(ring, MI_NOOP);
Jesse Barnes8c9f3aa2011-06-16 09:19:13 -07005870
Daniel Vetter6d90c952012-04-26 23:28:05 +02005871 intel_ring_advance(ring);
Chris Wilson83d40922012-04-17 19:35:53 +01005872 return 0;
5873
5874err_unpin:
5875 intel_unpin_fb_obj(obj);
5876err:
Jesse Barnes8c9f3aa2011-06-16 09:19:13 -07005877 return ret;
5878}
5879
5880static int intel_gen4_queue_flip(struct drm_device *dev,
5881 struct drm_crtc *crtc,
5882 struct drm_framebuffer *fb,
5883 struct drm_i915_gem_object *obj)
5884{
5885 struct drm_i915_private *dev_priv = dev->dev_private;
5886 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
5887 uint32_t pf, pipesrc;
Daniel Vetter6d90c952012-04-26 23:28:05 +02005888 struct intel_ring_buffer *ring = &dev_priv->ring[RCS];
Jesse Barnes8c9f3aa2011-06-16 09:19:13 -07005889 int ret;
5890
Daniel Vetter6d90c952012-04-26 23:28:05 +02005891 ret = intel_pin_and_fence_fb_obj(dev, obj, ring);
Jesse Barnes8c9f3aa2011-06-16 09:19:13 -07005892 if (ret)
Chris Wilson83d40922012-04-17 19:35:53 +01005893 goto err;
Jesse Barnes8c9f3aa2011-06-16 09:19:13 -07005894
Daniel Vetter6d90c952012-04-26 23:28:05 +02005895 ret = intel_ring_begin(ring, 4);
Jesse Barnes8c9f3aa2011-06-16 09:19:13 -07005896 if (ret)
Chris Wilson83d40922012-04-17 19:35:53 +01005897 goto err_unpin;
Jesse Barnes8c9f3aa2011-06-16 09:19:13 -07005898
5899 /* i965+ uses the linear or tiled offsets from the
5900 * Display Registers (which do not change across a page-flip)
5901 * so we need only reprogram the base address.
5902 */
Daniel Vetter6d90c952012-04-26 23:28:05 +02005903 intel_ring_emit(ring, MI_DISPLAY_FLIP |
5904 MI_DISPLAY_FLIP_PLANE(intel_crtc->plane));
5905 intel_ring_emit(ring, fb->pitches[0]);
5906 intel_ring_emit(ring, obj->gtt_offset | obj->tiling_mode);
Jesse Barnes8c9f3aa2011-06-16 09:19:13 -07005907
5908 /* XXX Enabling the panel-fitter across page-flip is so far
5909 * untested on non-native modes, so ignore it for now.
5910 * pf = I915_READ(pipe == 0 ? PFA_CTL_1 : PFB_CTL_1) & PF_ENABLE;
5911 */
5912 pf = 0;
5913 pipesrc = I915_READ(PIPESRC(intel_crtc->pipe)) & 0x0fff0fff;
Daniel Vetter6d90c952012-04-26 23:28:05 +02005914 intel_ring_emit(ring, pf | pipesrc);
5915 intel_ring_advance(ring);
Chris Wilson83d40922012-04-17 19:35:53 +01005916 return 0;
5917
5918err_unpin:
5919 intel_unpin_fb_obj(obj);
5920err:
Jesse Barnes8c9f3aa2011-06-16 09:19:13 -07005921 return ret;
5922}
5923
5924static int intel_gen6_queue_flip(struct drm_device *dev,
5925 struct drm_crtc *crtc,
5926 struct drm_framebuffer *fb,
5927 struct drm_i915_gem_object *obj)
5928{
5929 struct drm_i915_private *dev_priv = dev->dev_private;
5930 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
Daniel Vetter6d90c952012-04-26 23:28:05 +02005931 struct intel_ring_buffer *ring = &dev_priv->ring[RCS];
Jesse Barnes8c9f3aa2011-06-16 09:19:13 -07005932 uint32_t pf, pipesrc;
5933 int ret;
5934
Daniel Vetter6d90c952012-04-26 23:28:05 +02005935 ret = intel_pin_and_fence_fb_obj(dev, obj, ring);
Jesse Barnes8c9f3aa2011-06-16 09:19:13 -07005936 if (ret)
Chris Wilson83d40922012-04-17 19:35:53 +01005937 goto err;
Jesse Barnes8c9f3aa2011-06-16 09:19:13 -07005938
Daniel Vetter6d90c952012-04-26 23:28:05 +02005939 ret = intel_ring_begin(ring, 4);
Jesse Barnes8c9f3aa2011-06-16 09:19:13 -07005940 if (ret)
Chris Wilson83d40922012-04-17 19:35:53 +01005941 goto err_unpin;
Jesse Barnes8c9f3aa2011-06-16 09:19:13 -07005942
Daniel Vetter6d90c952012-04-26 23:28:05 +02005943 intel_ring_emit(ring, MI_DISPLAY_FLIP |
5944 MI_DISPLAY_FLIP_PLANE(intel_crtc->plane));
5945 intel_ring_emit(ring, fb->pitches[0] | obj->tiling_mode);
5946 intel_ring_emit(ring, obj->gtt_offset);
Jesse Barnes8c9f3aa2011-06-16 09:19:13 -07005947
Chris Wilson99d9acd2012-04-17 20:37:00 +01005948 /* Contrary to the suggestions in the documentation,
5949 * "Enable Panel Fitter" does not seem to be required when page
5950 * flipping with a non-native mode, and worse causes a normal
5951 * modeset to fail.
5952 * pf = I915_READ(PF_CTL(intel_crtc->pipe)) & PF_ENABLE;
5953 */
5954 pf = 0;
Jesse Barnes8c9f3aa2011-06-16 09:19:13 -07005955 pipesrc = I915_READ(PIPESRC(intel_crtc->pipe)) & 0x0fff0fff;
Daniel Vetter6d90c952012-04-26 23:28:05 +02005956 intel_ring_emit(ring, pf | pipesrc);
5957 intel_ring_advance(ring);
Chris Wilson83d40922012-04-17 19:35:53 +01005958 return 0;
5959
5960err_unpin:
5961 intel_unpin_fb_obj(obj);
5962err:
Jesse Barnes8c9f3aa2011-06-16 09:19:13 -07005963 return ret;
5964}
5965
Jesse Barnes7c9017e2011-06-16 12:18:54 -07005966/*
5967 * On gen7 we currently use the blit ring because (in early silicon at least)
5968 * the render ring doesn't give us interrpts for page flip completion, which
5969 * means clients will hang after the first flip is queued. Fortunately the
5970 * blit ring generates interrupts properly, so use it instead.
5971 */
5972static int intel_gen7_queue_flip(struct drm_device *dev,
5973 struct drm_crtc *crtc,
5974 struct drm_framebuffer *fb,
5975 struct drm_i915_gem_object *obj)
5976{
5977 struct drm_i915_private *dev_priv = dev->dev_private;
5978 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
5979 struct intel_ring_buffer *ring = &dev_priv->ring[BCS];
5980 int ret;
5981
5982 ret = intel_pin_and_fence_fb_obj(dev, obj, ring);
5983 if (ret)
Chris Wilson83d40922012-04-17 19:35:53 +01005984 goto err;
Jesse Barnes7c9017e2011-06-16 12:18:54 -07005985
5986 ret = intel_ring_begin(ring, 4);
5987 if (ret)
Chris Wilson83d40922012-04-17 19:35:53 +01005988 goto err_unpin;
Jesse Barnes7c9017e2011-06-16 12:18:54 -07005989
5990 intel_ring_emit(ring, MI_DISPLAY_FLIP_I915 | (intel_crtc->plane << 19));
Ville Syrjälä01f2c772011-12-20 00:06:49 +02005991 intel_ring_emit(ring, (fb->pitches[0] | obj->tiling_mode));
Jesse Barnes7c9017e2011-06-16 12:18:54 -07005992 intel_ring_emit(ring, (obj->gtt_offset));
5993 intel_ring_emit(ring, (MI_NOOP));
5994 intel_ring_advance(ring);
Chris Wilson83d40922012-04-17 19:35:53 +01005995 return 0;
5996
5997err_unpin:
5998 intel_unpin_fb_obj(obj);
5999err:
Jesse Barnes7c9017e2011-06-16 12:18:54 -07006000 return ret;
6001}
6002
Jesse Barnes8c9f3aa2011-06-16 09:19:13 -07006003static int intel_default_queue_flip(struct drm_device *dev,
6004 struct drm_crtc *crtc,
6005 struct drm_framebuffer *fb,
6006 struct drm_i915_gem_object *obj)
6007{
6008 return -ENODEV;
6009}
6010
Kristian Høgsberg6b95a202009-11-18 11:25:18 -05006011static int intel_crtc_page_flip(struct drm_crtc *crtc,
6012 struct drm_framebuffer *fb,
6013 struct drm_pending_vblank_event *event)
6014{
6015 struct drm_device *dev = crtc->dev;
6016 struct drm_i915_private *dev_priv = dev->dev_private;
6017 struct intel_framebuffer *intel_fb;
Chris Wilson05394f32010-11-08 19:18:58 +00006018 struct drm_i915_gem_object *obj;
Kristian Høgsberg6b95a202009-11-18 11:25:18 -05006019 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
6020 struct intel_unpin_work *work;
Jesse Barnes8c9f3aa2011-06-16 09:19:13 -07006021 unsigned long flags;
Chris Wilson52e68632010-08-08 10:15:59 +01006022 int ret;
Kristian Høgsberg6b95a202009-11-18 11:25:18 -05006023
6024 work = kzalloc(sizeof *work, GFP_KERNEL);
6025 if (work == NULL)
6026 return -ENOMEM;
6027
Kristian Høgsberg6b95a202009-11-18 11:25:18 -05006028 work->event = event;
6029 work->dev = crtc->dev;
6030 intel_fb = to_intel_framebuffer(crtc->fb);
Jesse Barnesb1b87f62010-01-26 14:40:05 -08006031 work->old_fb_obj = intel_fb->obj;
Kristian Høgsberg6b95a202009-11-18 11:25:18 -05006032 INIT_WORK(&work->work, intel_unpin_work_fn);
6033
Jesse Barnes7317c75e62011-08-29 09:45:28 -07006034 ret = drm_vblank_get(dev, intel_crtc->pipe);
6035 if (ret)
6036 goto free_work;
6037
Kristian Høgsberg6b95a202009-11-18 11:25:18 -05006038 /* We borrow the event spin lock for protecting unpin_work */
6039 spin_lock_irqsave(&dev->event_lock, flags);
6040 if (intel_crtc->unpin_work) {
6041 spin_unlock_irqrestore(&dev->event_lock, flags);
6042 kfree(work);
Jesse Barnes7317c75e62011-08-29 09:45:28 -07006043 drm_vblank_put(dev, intel_crtc->pipe);
Chris Wilson468f0b42010-05-27 13:18:13 +01006044
6045 DRM_DEBUG_DRIVER("flip queue: crtc already busy\n");
Kristian Høgsberg6b95a202009-11-18 11:25:18 -05006046 return -EBUSY;
6047 }
6048 intel_crtc->unpin_work = work;
6049 spin_unlock_irqrestore(&dev->event_lock, flags);
6050
6051 intel_fb = to_intel_framebuffer(fb);
6052 obj = intel_fb->obj;
6053
Chris Wilson468f0b42010-05-27 13:18:13 +01006054 mutex_lock(&dev->struct_mutex);
Kristian Høgsberg6b95a202009-11-18 11:25:18 -05006055
Jesse Barnes75dfca82010-02-10 15:09:44 -08006056 /* Reference the objects for the scheduled work. */
Chris Wilson05394f32010-11-08 19:18:58 +00006057 drm_gem_object_reference(&work->old_fb_obj->base);
6058 drm_gem_object_reference(&obj->base);
Kristian Høgsberg6b95a202009-11-18 11:25:18 -05006059
6060 crtc->fb = fb;
Chris Wilson96b099f2010-06-07 14:03:04 +01006061
Chris Wilsone1f99ce2010-10-27 12:45:26 +01006062 work->pending_flip_obj = obj;
Chris Wilsone1f99ce2010-10-27 12:45:26 +01006063
Simon Farnsworth4e5359c2010-09-01 17:47:52 +01006064 work->enable_stall_check = true;
6065
Chris Wilsone1f99ce2010-10-27 12:45:26 +01006066 /* Block clients from rendering to the new back buffer until
6067 * the flip occurs and the object is no longer visible.
6068 */
Chris Wilson05394f32010-11-08 19:18:58 +00006069 atomic_add(1 << intel_crtc->plane, &work->old_fb_obj->pending_flip);
Chris Wilsone1f99ce2010-10-27 12:45:26 +01006070
Jesse Barnes8c9f3aa2011-06-16 09:19:13 -07006071 ret = dev_priv->display.queue_flip(dev, crtc, fb, obj);
6072 if (ret)
6073 goto cleanup_pending;
Kristian Høgsberg6b95a202009-11-18 11:25:18 -05006074
Chris Wilson7782de32011-07-08 12:22:41 +01006075 intel_disable_fbc(dev);
Chris Wilsonacb87df2012-05-03 15:47:57 +01006076 intel_mark_busy(dev, obj);
Kristian Høgsberg6b95a202009-11-18 11:25:18 -05006077 mutex_unlock(&dev->struct_mutex);
6078
Jesse Barnese5510fa2010-07-01 16:48:37 -07006079 trace_i915_flip_request(intel_crtc->plane, obj);
6080
Kristian Høgsberg6b95a202009-11-18 11:25:18 -05006081 return 0;
Chris Wilson96b099f2010-06-07 14:03:04 +01006082
Jesse Barnes8c9f3aa2011-06-16 09:19:13 -07006083cleanup_pending:
6084 atomic_sub(1 << intel_crtc->plane, &work->old_fb_obj->pending_flip);
Chris Wilson05394f32010-11-08 19:18:58 +00006085 drm_gem_object_unreference(&work->old_fb_obj->base);
6086 drm_gem_object_unreference(&obj->base);
Chris Wilson96b099f2010-06-07 14:03:04 +01006087 mutex_unlock(&dev->struct_mutex);
6088
6089 spin_lock_irqsave(&dev->event_lock, flags);
6090 intel_crtc->unpin_work = NULL;
6091 spin_unlock_irqrestore(&dev->event_lock, flags);
6092
Jesse Barnes7317c75e62011-08-29 09:45:28 -07006093 drm_vblank_put(dev, intel_crtc->pipe);
6094free_work:
Chris Wilson96b099f2010-06-07 14:03:04 +01006095 kfree(work);
6096
6097 return ret;
Kristian Høgsberg6b95a202009-11-18 11:25:18 -05006098}
6099
Chris Wilson47f1c6c2010-12-03 15:37:31 +00006100static void intel_sanitize_modesetting(struct drm_device *dev,
6101 int pipe, int plane)
6102{
6103 struct drm_i915_private *dev_priv = dev->dev_private;
6104 u32 reg, val;
6105
Chris Wilsonf47166d2012-03-22 15:00:50 +00006106 /* Clear any frame start delays used for debugging left by the BIOS */
6107 for_each_pipe(pipe) {
6108 reg = PIPECONF(pipe);
6109 I915_WRITE(reg, I915_READ(reg) & ~PIPECONF_FRAME_START_DELAY_MASK);
6110 }
6111
Chris Wilson47f1c6c2010-12-03 15:37:31 +00006112 if (HAS_PCH_SPLIT(dev))
6113 return;
6114
6115 /* Who knows what state these registers were left in by the BIOS or
6116 * grub?
6117 *
6118 * If we leave the registers in a conflicting state (e.g. with the
6119 * display plane reading from the other pipe than the one we intend
6120 * to use) then when we attempt to teardown the active mode, we will
6121 * not disable the pipes and planes in the correct order -- leaving
6122 * a plane reading from a disabled pipe and possibly leading to
6123 * undefined behaviour.
6124 */
6125
6126 reg = DSPCNTR(plane);
6127 val = I915_READ(reg);
6128
6129 if ((val & DISPLAY_PLANE_ENABLE) == 0)
6130 return;
6131 if (!!(val & DISPPLANE_SEL_PIPE_MASK) == pipe)
6132 return;
6133
6134 /* This display plane is active and attached to the other CPU pipe. */
6135 pipe = !pipe;
6136
6137 /* Disable the plane and wait for it to stop reading from the pipe. */
Jesse Barnesb24e7172011-01-04 15:09:30 -08006138 intel_disable_plane(dev_priv, plane, pipe);
6139 intel_disable_pipe(dev_priv, pipe);
Chris Wilson47f1c6c2010-12-03 15:37:31 +00006140}
Jesse Barnes79e53942008-11-07 14:24:08 -08006141
Chris Wilsonf6e5b162011-04-12 18:06:51 +01006142static void intel_crtc_reset(struct drm_crtc *crtc)
6143{
6144 struct drm_device *dev = crtc->dev;
6145 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
6146
6147 /* Reset flags back to the 'unknown' status so that they
6148 * will be correctly set on the initial modeset.
6149 */
6150 intel_crtc->dpms_mode = -1;
6151
6152 /* We need to fix up any BIOS configuration that conflicts with
6153 * our expectations.
6154 */
6155 intel_sanitize_modesetting(dev, intel_crtc->pipe, intel_crtc->plane);
6156}
6157
6158static struct drm_crtc_helper_funcs intel_helper_funcs = {
6159 .dpms = intel_crtc_dpms,
6160 .mode_fixup = intel_crtc_mode_fixup,
6161 .mode_set = intel_crtc_mode_set,
6162 .mode_set_base = intel_pipe_set_base,
6163 .mode_set_base_atomic = intel_pipe_set_base_atomic,
6164 .load_lut = intel_crtc_load_lut,
6165 .disable = intel_crtc_disable,
6166};
6167
6168static const struct drm_crtc_funcs intel_crtc_funcs = {
6169 .reset = intel_crtc_reset,
6170 .cursor_set = intel_crtc_cursor_set,
6171 .cursor_move = intel_crtc_cursor_move,
6172 .gamma_set = intel_crtc_gamma_set,
6173 .set_config = drm_crtc_helper_set_config,
6174 .destroy = intel_crtc_destroy,
6175 .page_flip = intel_crtc_page_flip,
6176};
6177
Jesse Barnesee7b9f92012-04-20 17:11:53 +01006178static void intel_pch_pll_init(struct drm_device *dev)
6179{
6180 drm_i915_private_t *dev_priv = dev->dev_private;
6181 int i;
6182
6183 if (dev_priv->num_pch_pll == 0) {
6184 DRM_DEBUG_KMS("No PCH PLLs on this hardware, skipping initialisation\n");
6185 return;
6186 }
6187
6188 for (i = 0; i < dev_priv->num_pch_pll; i++) {
6189 dev_priv->pch_plls[i].pll_reg = _PCH_DPLL(i);
6190 dev_priv->pch_plls[i].fp0_reg = _PCH_FP0(i);
6191 dev_priv->pch_plls[i].fp1_reg = _PCH_FP1(i);
6192 }
6193}
6194
Hannes Ederb358d0a2008-12-18 21:18:47 +01006195static void intel_crtc_init(struct drm_device *dev, int pipe)
Jesse Barnes79e53942008-11-07 14:24:08 -08006196{
Jesse Barnes22fd0fa2009-12-02 13:42:53 -08006197 drm_i915_private_t *dev_priv = dev->dev_private;
Jesse Barnes79e53942008-11-07 14:24:08 -08006198 struct intel_crtc *intel_crtc;
6199 int i;
6200
6201 intel_crtc = kzalloc(sizeof(struct intel_crtc) + (INTELFB_CONN_LIMIT * sizeof(struct drm_connector *)), GFP_KERNEL);
6202 if (intel_crtc == NULL)
6203 return;
6204
6205 drm_crtc_init(dev, &intel_crtc->base, &intel_crtc_funcs);
6206
6207 drm_mode_crtc_set_gamma_size(&intel_crtc->base, 256);
Jesse Barnes79e53942008-11-07 14:24:08 -08006208 for (i = 0; i < 256; i++) {
6209 intel_crtc->lut_r[i] = i;
6210 intel_crtc->lut_g[i] = i;
6211 intel_crtc->lut_b[i] = i;
6212 }
6213
Jesse Barnes80824002009-09-10 15:28:06 -07006214 /* Swap pipes & planes for FBC on pre-965 */
6215 intel_crtc->pipe = pipe;
6216 intel_crtc->plane = pipe;
Chris Wilsone2e767a2010-09-13 16:53:12 +01006217 if (IS_MOBILE(dev) && IS_GEN3(dev)) {
Zhao Yakui28c97732009-10-09 11:39:41 +08006218 DRM_DEBUG_KMS("swapping pipes & planes for FBC\n");
Chris Wilsone2e767a2010-09-13 16:53:12 +01006219 intel_crtc->plane = !pipe;
Jesse Barnes80824002009-09-10 15:28:06 -07006220 }
6221
Jesse Barnes22fd0fa2009-12-02 13:42:53 -08006222 BUG_ON(pipe >= ARRAY_SIZE(dev_priv->plane_to_crtc_mapping) ||
6223 dev_priv->plane_to_crtc_mapping[intel_crtc->plane] != NULL);
6224 dev_priv->plane_to_crtc_mapping[intel_crtc->plane] = &intel_crtc->base;
6225 dev_priv->pipe_to_crtc_mapping[intel_crtc->pipe] = &intel_crtc->base;
6226
Chris Wilson5d1d0cc2011-01-24 15:02:15 +00006227 intel_crtc_reset(&intel_crtc->base);
Chris Wilson04dbff52011-02-10 17:38:35 +00006228 intel_crtc->active = true; /* force the pipe off on setup_init_config */
Jesse Barnes5a354202011-06-24 12:19:22 -07006229 intel_crtc->bpp = 24; /* default for pre-Ironlake */
Jesse Barnes7e7d76c2010-09-10 10:47:20 -07006230
6231 if (HAS_PCH_SPLIT(dev)) {
6232 intel_helper_funcs.prepare = ironlake_crtc_prepare;
6233 intel_helper_funcs.commit = ironlake_crtc_commit;
6234 } else {
6235 intel_helper_funcs.prepare = i9xx_crtc_prepare;
6236 intel_helper_funcs.commit = i9xx_crtc_commit;
6237 }
6238
Jesse Barnes79e53942008-11-07 14:24:08 -08006239 drm_crtc_helper_add(&intel_crtc->base, &intel_helper_funcs);
6240
Jesse Barnes652c3932009-08-17 13:31:43 -07006241 intel_crtc->busy = false;
6242
6243 setup_timer(&intel_crtc->idle_timer, intel_crtc_idle_timer,
6244 (unsigned long)intel_crtc);
Jesse Barnes79e53942008-11-07 14:24:08 -08006245}
6246
Carl Worth08d7b3d2009-04-29 14:43:54 -07006247int intel_get_pipe_from_crtc_id(struct drm_device *dev, void *data,
Chris Wilson05394f32010-11-08 19:18:58 +00006248 struct drm_file *file)
Carl Worth08d7b3d2009-04-29 14:43:54 -07006249{
Carl Worth08d7b3d2009-04-29 14:43:54 -07006250 struct drm_i915_get_pipe_from_crtc_id *pipe_from_crtc_id = data;
Daniel Vetterc05422d2009-08-11 16:05:30 +02006251 struct drm_mode_object *drmmode_obj;
6252 struct intel_crtc *crtc;
Carl Worth08d7b3d2009-04-29 14:43:54 -07006253
Daniel Vetter1cff8f62012-04-24 09:55:08 +02006254 if (!drm_core_check_feature(dev, DRIVER_MODESET))
6255 return -ENODEV;
Carl Worth08d7b3d2009-04-29 14:43:54 -07006256
Daniel Vetterc05422d2009-08-11 16:05:30 +02006257 drmmode_obj = drm_mode_object_find(dev, pipe_from_crtc_id->crtc_id,
6258 DRM_MODE_OBJECT_CRTC);
Carl Worth08d7b3d2009-04-29 14:43:54 -07006259
Daniel Vetterc05422d2009-08-11 16:05:30 +02006260 if (!drmmode_obj) {
Carl Worth08d7b3d2009-04-29 14:43:54 -07006261 DRM_ERROR("no such CRTC id\n");
6262 return -EINVAL;
6263 }
6264
Daniel Vetterc05422d2009-08-11 16:05:30 +02006265 crtc = to_intel_crtc(obj_to_crtc(drmmode_obj));
6266 pipe_from_crtc_id->pipe = crtc->pipe;
Carl Worth08d7b3d2009-04-29 14:43:54 -07006267
Daniel Vetterc05422d2009-08-11 16:05:30 +02006268 return 0;
Carl Worth08d7b3d2009-04-29 14:43:54 -07006269}
6270
Zhenyu Wangc5e4df32010-03-30 14:39:27 +08006271static int intel_encoder_clones(struct drm_device *dev, int type_mask)
Jesse Barnes79e53942008-11-07 14:24:08 -08006272{
Chris Wilson4ef69c72010-09-09 15:14:28 +01006273 struct intel_encoder *encoder;
Jesse Barnes79e53942008-11-07 14:24:08 -08006274 int index_mask = 0;
Jesse Barnes79e53942008-11-07 14:24:08 -08006275 int entry = 0;
6276
Chris Wilson4ef69c72010-09-09 15:14:28 +01006277 list_for_each_entry(encoder, &dev->mode_config.encoder_list, base.head) {
6278 if (type_mask & encoder->clone_mask)
Jesse Barnes79e53942008-11-07 14:24:08 -08006279 index_mask |= (1 << entry);
6280 entry++;
6281 }
Chris Wilson4ef69c72010-09-09 15:14:28 +01006282
Jesse Barnes79e53942008-11-07 14:24:08 -08006283 return index_mask;
6284}
6285
Chris Wilson4d302442010-12-14 19:21:29 +00006286static bool has_edp_a(struct drm_device *dev)
6287{
6288 struct drm_i915_private *dev_priv = dev->dev_private;
6289
6290 if (!IS_MOBILE(dev))
6291 return false;
6292
6293 if ((I915_READ(DP_A) & DP_DETECTED) == 0)
6294 return false;
6295
6296 if (IS_GEN5(dev) &&
6297 (I915_READ(ILK_DISPLAY_CHICKEN_FUSES) & ILK_eDP_A_DISABLE))
6298 return false;
6299
6300 return true;
6301}
6302
Jesse Barnes79e53942008-11-07 14:24:08 -08006303static void intel_setup_outputs(struct drm_device *dev)
6304{
Eric Anholt725e30a2009-01-22 13:01:02 -08006305 struct drm_i915_private *dev_priv = dev->dev_private;
Chris Wilson4ef69c72010-09-09 15:14:28 +01006306 struct intel_encoder *encoder;
Adam Jacksoncb0953d2010-07-16 14:46:29 -04006307 bool dpd_is_edp = false;
Chris Wilsonf3cfcba2012-02-09 09:35:53 +00006308 bool has_lvds;
Jesse Barnes79e53942008-11-07 14:24:08 -08006309
Chris Wilsonf3cfcba2012-02-09 09:35:53 +00006310 has_lvds = intel_lvds_init(dev);
Chris Wilsonc5d1b512010-11-29 18:00:23 +00006311 if (!has_lvds && !HAS_PCH_SPLIT(dev)) {
6312 /* disable the panel fitter on everything but LVDS */
6313 I915_WRITE(PFIT_CONTROL, 0);
6314 }
Jesse Barnes79e53942008-11-07 14:24:08 -08006315
Eric Anholtbad720f2009-10-22 16:11:14 -07006316 if (HAS_PCH_SPLIT(dev)) {
Adam Jacksoncb0953d2010-07-16 14:46:29 -04006317 dpd_is_edp = intel_dpd_is_edp(dev);
Zhenyu Wang30ad48b2009-06-05 15:38:43 +08006318
Chris Wilson4d302442010-12-14 19:21:29 +00006319 if (has_edp_a(dev))
Zhenyu Wang32f9d652009-07-24 01:00:32 +08006320 intel_dp_init(dev, DP_A);
6321
Adam Jacksoncb0953d2010-07-16 14:46:29 -04006322 if (dpd_is_edp && (I915_READ(PCH_DP_D) & DP_DETECTED))
6323 intel_dp_init(dev, PCH_DP_D);
6324 }
6325
6326 intel_crt_init(dev);
6327
6328 if (HAS_PCH_SPLIT(dev)) {
6329 int found;
6330
Zhenyu Wang30ad48b2009-06-05 15:38:43 +08006331 if (I915_READ(HDMIB) & PORT_DETECTED) {
Zhao Yakui461ed3c2010-03-30 15:11:33 +08006332 /* PCH SDVOB multiplex with HDMIB */
Daniel Vettereef4eac2012-03-23 23:43:35 +01006333 found = intel_sdvo_init(dev, PCH_SDVOB, true);
Zhenyu Wang30ad48b2009-06-05 15:38:43 +08006334 if (!found)
6335 intel_hdmi_init(dev, HDMIB);
Zhenyu Wang5eb08b62009-07-24 01:00:31 +08006336 if (!found && (I915_READ(PCH_DP_B) & DP_DETECTED))
6337 intel_dp_init(dev, PCH_DP_B);
Zhenyu Wang30ad48b2009-06-05 15:38:43 +08006338 }
6339
6340 if (I915_READ(HDMIC) & PORT_DETECTED)
6341 intel_hdmi_init(dev, HDMIC);
6342
6343 if (I915_READ(HDMID) & PORT_DETECTED)
6344 intel_hdmi_init(dev, HDMID);
6345
Zhenyu Wang5eb08b62009-07-24 01:00:31 +08006346 if (I915_READ(PCH_DP_C) & DP_DETECTED)
6347 intel_dp_init(dev, PCH_DP_C);
6348
Adam Jacksoncb0953d2010-07-16 14:46:29 -04006349 if (!dpd_is_edp && (I915_READ(PCH_DP_D) & DP_DETECTED))
Zhenyu Wang5eb08b62009-07-24 01:00:31 +08006350 intel_dp_init(dev, PCH_DP_D);
6351
Zhenyu Wang103a1962009-11-27 11:44:36 +08006352 } else if (SUPPORTS_DIGITAL_OUTPUTS(dev)) {
Ma Ling27185ae2009-08-24 13:50:23 +08006353 bool found = false;
Eric Anholt7d573822009-01-02 13:33:00 -08006354
Eric Anholt725e30a2009-01-22 13:01:02 -08006355 if (I915_READ(SDVOB) & SDVO_DETECTED) {
Jesse Barnesb01f2c32009-12-11 11:07:17 -08006356 DRM_DEBUG_KMS("probing SDVOB\n");
Daniel Vettereef4eac2012-03-23 23:43:35 +01006357 found = intel_sdvo_init(dev, SDVOB, true);
Jesse Barnesb01f2c32009-12-11 11:07:17 -08006358 if (!found && SUPPORTS_INTEGRATED_HDMI(dev)) {
6359 DRM_DEBUG_KMS("probing HDMI on SDVOB\n");
Eric Anholt725e30a2009-01-22 13:01:02 -08006360 intel_hdmi_init(dev, SDVOB);
Jesse Barnesb01f2c32009-12-11 11:07:17 -08006361 }
Ma Ling27185ae2009-08-24 13:50:23 +08006362
Jesse Barnesb01f2c32009-12-11 11:07:17 -08006363 if (!found && SUPPORTS_INTEGRATED_DP(dev)) {
6364 DRM_DEBUG_KMS("probing DP_B\n");
Keith Packarda4fc5ed2009-04-07 16:16:42 -07006365 intel_dp_init(dev, DP_B);
Jesse Barnesb01f2c32009-12-11 11:07:17 -08006366 }
Eric Anholt725e30a2009-01-22 13:01:02 -08006367 }
Kristian Høgsberg13520b02009-03-13 15:42:14 -04006368
6369 /* Before G4X SDVOC doesn't have its own detect register */
Kristian Høgsberg13520b02009-03-13 15:42:14 -04006370
Jesse Barnesb01f2c32009-12-11 11:07:17 -08006371 if (I915_READ(SDVOB) & SDVO_DETECTED) {
6372 DRM_DEBUG_KMS("probing SDVOC\n");
Daniel Vettereef4eac2012-03-23 23:43:35 +01006373 found = intel_sdvo_init(dev, SDVOC, false);
Jesse Barnesb01f2c32009-12-11 11:07:17 -08006374 }
Ma Ling27185ae2009-08-24 13:50:23 +08006375
6376 if (!found && (I915_READ(SDVOC) & SDVO_DETECTED)) {
6377
Jesse Barnesb01f2c32009-12-11 11:07:17 -08006378 if (SUPPORTS_INTEGRATED_HDMI(dev)) {
6379 DRM_DEBUG_KMS("probing HDMI on SDVOC\n");
Eric Anholt725e30a2009-01-22 13:01:02 -08006380 intel_hdmi_init(dev, SDVOC);
Jesse Barnesb01f2c32009-12-11 11:07:17 -08006381 }
6382 if (SUPPORTS_INTEGRATED_DP(dev)) {
6383 DRM_DEBUG_KMS("probing DP_C\n");
Keith Packarda4fc5ed2009-04-07 16:16:42 -07006384 intel_dp_init(dev, DP_C);
Jesse Barnesb01f2c32009-12-11 11:07:17 -08006385 }
Eric Anholt725e30a2009-01-22 13:01:02 -08006386 }
Ma Ling27185ae2009-08-24 13:50:23 +08006387
Jesse Barnesb01f2c32009-12-11 11:07:17 -08006388 if (SUPPORTS_INTEGRATED_DP(dev) &&
6389 (I915_READ(DP_D) & DP_DETECTED)) {
6390 DRM_DEBUG_KMS("probing DP_D\n");
Keith Packarda4fc5ed2009-04-07 16:16:42 -07006391 intel_dp_init(dev, DP_D);
Jesse Barnesb01f2c32009-12-11 11:07:17 -08006392 }
Eric Anholtbad720f2009-10-22 16:11:14 -07006393 } else if (IS_GEN2(dev))
Jesse Barnes79e53942008-11-07 14:24:08 -08006394 intel_dvo_init(dev);
6395
Zhenyu Wang103a1962009-11-27 11:44:36 +08006396 if (SUPPORTS_TV(dev))
Jesse Barnes79e53942008-11-07 14:24:08 -08006397 intel_tv_init(dev);
6398
Chris Wilson4ef69c72010-09-09 15:14:28 +01006399 list_for_each_entry(encoder, &dev->mode_config.encoder_list, base.head) {
6400 encoder->base.possible_crtcs = encoder->crtc_mask;
6401 encoder->base.possible_clones =
6402 intel_encoder_clones(dev, encoder->clone_mask);
Jesse Barnes79e53942008-11-07 14:24:08 -08006403 }
Chris Wilson47356eb2011-01-11 17:06:04 +00006404
Chris Wilson2c7111d2011-03-29 10:40:27 +01006405 /* disable all the possible outputs/crtcs before entering KMS mode */
6406 drm_helper_disable_unused_functions(dev);
Keith Packard9fb526d2011-09-26 22:24:57 -07006407
6408 if (HAS_PCH_SPLIT(dev))
6409 ironlake_init_pch_refclk(dev);
Jesse Barnes79e53942008-11-07 14:24:08 -08006410}
6411
6412static void intel_user_framebuffer_destroy(struct drm_framebuffer *fb)
6413{
6414 struct intel_framebuffer *intel_fb = to_intel_framebuffer(fb);
Jesse Barnes79e53942008-11-07 14:24:08 -08006415
6416 drm_framebuffer_cleanup(fb);
Chris Wilson05394f32010-11-08 19:18:58 +00006417 drm_gem_object_unreference_unlocked(&intel_fb->obj->base);
Jesse Barnes79e53942008-11-07 14:24:08 -08006418
6419 kfree(intel_fb);
6420}
6421
6422static int intel_user_framebuffer_create_handle(struct drm_framebuffer *fb,
Chris Wilson05394f32010-11-08 19:18:58 +00006423 struct drm_file *file,
Jesse Barnes79e53942008-11-07 14:24:08 -08006424 unsigned int *handle)
6425{
6426 struct intel_framebuffer *intel_fb = to_intel_framebuffer(fb);
Chris Wilson05394f32010-11-08 19:18:58 +00006427 struct drm_i915_gem_object *obj = intel_fb->obj;
Jesse Barnes79e53942008-11-07 14:24:08 -08006428
Chris Wilson05394f32010-11-08 19:18:58 +00006429 return drm_gem_handle_create(file, &obj->base, handle);
Jesse Barnes79e53942008-11-07 14:24:08 -08006430}
6431
6432static const struct drm_framebuffer_funcs intel_fb_funcs = {
6433 .destroy = intel_user_framebuffer_destroy,
6434 .create_handle = intel_user_framebuffer_create_handle,
6435};
6436
Dave Airlie38651672010-03-30 05:34:13 +00006437int intel_framebuffer_init(struct drm_device *dev,
6438 struct intel_framebuffer *intel_fb,
Jesse Barnes308e5bc2011-11-14 14:51:28 -08006439 struct drm_mode_fb_cmd2 *mode_cmd,
Chris Wilson05394f32010-11-08 19:18:58 +00006440 struct drm_i915_gem_object *obj)
Jesse Barnes79e53942008-11-07 14:24:08 -08006441{
Jesse Barnes79e53942008-11-07 14:24:08 -08006442 int ret;
6443
Chris Wilson05394f32010-11-08 19:18:58 +00006444 if (obj->tiling_mode == I915_TILING_Y)
Chris Wilson57cd6502010-08-08 12:34:44 +01006445 return -EINVAL;
6446
Jesse Barnes308e5bc2011-11-14 14:51:28 -08006447 if (mode_cmd->pitches[0] & 63)
Chris Wilson57cd6502010-08-08 12:34:44 +01006448 return -EINVAL;
6449
Jesse Barnes308e5bc2011-11-14 14:51:28 -08006450 switch (mode_cmd->pixel_format) {
Ville Syrjälä04b39242011-11-17 18:05:13 +02006451 case DRM_FORMAT_RGB332:
6452 case DRM_FORMAT_RGB565:
6453 case DRM_FORMAT_XRGB8888:
Jesse Barnesb250da72012-03-07 08:49:29 -08006454 case DRM_FORMAT_XBGR8888:
Ville Syrjälä04b39242011-11-17 18:05:13 +02006455 case DRM_FORMAT_ARGB8888:
6456 case DRM_FORMAT_XRGB2101010:
6457 case DRM_FORMAT_ARGB2101010:
Jesse Barnes308e5bc2011-11-14 14:51:28 -08006458 /* RGB formats are common across chipsets */
Jesse Barnesb5626742011-06-24 12:19:27 -07006459 break;
Ville Syrjälä04b39242011-11-17 18:05:13 +02006460 case DRM_FORMAT_YUYV:
6461 case DRM_FORMAT_UYVY:
6462 case DRM_FORMAT_YVYU:
6463 case DRM_FORMAT_VYUY:
Chris Wilson57cd6502010-08-08 12:34:44 +01006464 break;
6465 default:
Eugeni Dodonovaca25842012-01-17 15:25:45 -02006466 DRM_DEBUG_KMS("unsupported pixel format %u\n",
6467 mode_cmd->pixel_format);
Chris Wilson57cd6502010-08-08 12:34:44 +01006468 return -EINVAL;
6469 }
6470
Jesse Barnes79e53942008-11-07 14:24:08 -08006471 ret = drm_framebuffer_init(dev, &intel_fb->base, &intel_fb_funcs);
6472 if (ret) {
6473 DRM_ERROR("framebuffer init failed %d\n", ret);
6474 return ret;
6475 }
6476
6477 drm_helper_mode_fill_fb_struct(&intel_fb->base, mode_cmd);
Jesse Barnes79e53942008-11-07 14:24:08 -08006478 intel_fb->obj = obj;
Jesse Barnes79e53942008-11-07 14:24:08 -08006479 return 0;
6480}
6481
Jesse Barnes79e53942008-11-07 14:24:08 -08006482static struct drm_framebuffer *
6483intel_user_framebuffer_create(struct drm_device *dev,
6484 struct drm_file *filp,
Jesse Barnes308e5bc2011-11-14 14:51:28 -08006485 struct drm_mode_fb_cmd2 *mode_cmd)
Jesse Barnes79e53942008-11-07 14:24:08 -08006486{
Chris Wilson05394f32010-11-08 19:18:58 +00006487 struct drm_i915_gem_object *obj;
Jesse Barnes79e53942008-11-07 14:24:08 -08006488
Jesse Barnes308e5bc2011-11-14 14:51:28 -08006489 obj = to_intel_bo(drm_gem_object_lookup(dev, filp,
6490 mode_cmd->handles[0]));
Chris Wilsonc8725222011-02-19 11:31:06 +00006491 if (&obj->base == NULL)
Chris Wilsoncce13ff2010-08-08 13:36:38 +01006492 return ERR_PTR(-ENOENT);
Jesse Barnes79e53942008-11-07 14:24:08 -08006493
Chris Wilsond2dff872011-04-19 08:36:26 +01006494 return intel_framebuffer_create(dev, mode_cmd, obj);
Jesse Barnes79e53942008-11-07 14:24:08 -08006495}
6496
Jesse Barnes79e53942008-11-07 14:24:08 -08006497static const struct drm_mode_config_funcs intel_mode_funcs = {
Jesse Barnes79e53942008-11-07 14:24:08 -08006498 .fb_create = intel_user_framebuffer_create,
Dave Airlieeb1f8e42010-05-07 06:42:51 +00006499 .output_poll_changed = intel_fb_output_poll_changed,
Jesse Barnes79e53942008-11-07 14:24:08 -08006500};
6501
Jesse Barnese70236a2009-09-21 10:42:27 -07006502/* Set up chip specific display functions */
6503static void intel_init_display(struct drm_device *dev)
6504{
6505 struct drm_i915_private *dev_priv = dev->dev_private;
6506
6507 /* We always want a DPMS function */
Eric Anholtf564048e2011-03-30 13:01:02 -07006508 if (HAS_PCH_SPLIT(dev)) {
Adam Jacksonf2b115e2009-12-03 17:14:42 -05006509 dev_priv->display.dpms = ironlake_crtc_dpms;
Eric Anholtf564048e2011-03-30 13:01:02 -07006510 dev_priv->display.crtc_mode_set = ironlake_crtc_mode_set;
Jesse Barnesee7b9f92012-04-20 17:11:53 +01006511 dev_priv->display.off = ironlake_crtc_off;
Jesse Barnes17638cd2011-06-24 12:19:23 -07006512 dev_priv->display.update_plane = ironlake_update_plane;
Eric Anholtf564048e2011-03-30 13:01:02 -07006513 } else {
Jesse Barnese70236a2009-09-21 10:42:27 -07006514 dev_priv->display.dpms = i9xx_crtc_dpms;
Eric Anholtf564048e2011-03-30 13:01:02 -07006515 dev_priv->display.crtc_mode_set = i9xx_crtc_mode_set;
Jesse Barnesee7b9f92012-04-20 17:11:53 +01006516 dev_priv->display.off = i9xx_crtc_off;
Jesse Barnes17638cd2011-06-24 12:19:23 -07006517 dev_priv->display.update_plane = i9xx_update_plane;
Eric Anholtf564048e2011-03-30 13:01:02 -07006518 }
Jesse Barnese70236a2009-09-21 10:42:27 -07006519
Jesse Barnese70236a2009-09-21 10:42:27 -07006520 /* Returns the core display clock speed */
Jesse Barnes25eb05fc2012-03-28 13:39:23 -07006521 if (IS_VALLEYVIEW(dev))
6522 dev_priv->display.get_display_clock_speed =
6523 valleyview_get_display_clock_speed;
6524 else if (IS_I945G(dev) || (IS_G33(dev) && !IS_PINEVIEW_M(dev)))
Jesse Barnese70236a2009-09-21 10:42:27 -07006525 dev_priv->display.get_display_clock_speed =
6526 i945_get_display_clock_speed;
6527 else if (IS_I915G(dev))
6528 dev_priv->display.get_display_clock_speed =
6529 i915_get_display_clock_speed;
Adam Jacksonf2b115e2009-12-03 17:14:42 -05006530 else if (IS_I945GM(dev) || IS_845G(dev) || IS_PINEVIEW_M(dev))
Jesse Barnese70236a2009-09-21 10:42:27 -07006531 dev_priv->display.get_display_clock_speed =
6532 i9xx_misc_get_display_clock_speed;
6533 else if (IS_I915GM(dev))
6534 dev_priv->display.get_display_clock_speed =
6535 i915gm_get_display_clock_speed;
6536 else if (IS_I865G(dev))
6537 dev_priv->display.get_display_clock_speed =
6538 i865_get_display_clock_speed;
Daniel Vetterf0f8a9c2009-09-15 22:57:33 +02006539 else if (IS_I85X(dev))
Jesse Barnese70236a2009-09-21 10:42:27 -07006540 dev_priv->display.get_display_clock_speed =
6541 i855_get_display_clock_speed;
6542 else /* 852, 830 */
6543 dev_priv->display.get_display_clock_speed =
6544 i830_get_display_clock_speed;
6545
Zhenyu Wang7f8a8562010-04-01 13:07:53 +08006546 if (HAS_PCH_SPLIT(dev)) {
Chris Wilsonf00a3dd2010-10-21 14:57:17 +01006547 if (IS_GEN5(dev)) {
Jesse Barnes674cf962011-04-28 14:27:04 -07006548 dev_priv->display.fdi_link_train = ironlake_fdi_link_train;
Wu Fengguange0dac652011-09-05 14:25:34 +08006549 dev_priv->display.write_eld = ironlake_write_eld;
Yuanhan Liu13982612010-12-15 15:42:31 +08006550 } else if (IS_GEN6(dev)) {
Jesse Barnes674cf962011-04-28 14:27:04 -07006551 dev_priv->display.fdi_link_train = gen6_fdi_link_train;
Wu Fengguange0dac652011-09-05 14:25:34 +08006552 dev_priv->display.write_eld = ironlake_write_eld;
Jesse Barnes357555c2011-04-28 15:09:55 -07006553 } else if (IS_IVYBRIDGE(dev)) {
6554 /* FIXME: detect B0+ stepping and use auto training */
6555 dev_priv->display.fdi_link_train = ivb_manual_fdi_link_train;
Wu Fengguange0dac652011-09-05 14:25:34 +08006556 dev_priv->display.write_eld = ironlake_write_eld;
Zhenyu Wang7f8a8562010-04-01 13:07:53 +08006557 } else
6558 dev_priv->display.update_wm = NULL;
Jesse Barnesceb04242012-03-28 13:39:22 -07006559 } else if (IS_VALLEYVIEW(dev)) {
Jesse Barnes575155a2012-03-28 13:39:37 -07006560 dev_priv->display.force_wake_get = vlv_force_wake_get;
6561 dev_priv->display.force_wake_put = vlv_force_wake_put;
Jesse Barnes6067aae2011-04-28 15:04:31 -07006562 } else if (IS_G4X(dev)) {
Wu Fengguange0dac652011-09-05 14:25:34 +08006563 dev_priv->display.write_eld = g4x_write_eld;
Jesse Barnese70236a2009-09-21 10:42:27 -07006564 }
Jesse Barnes8c9f3aa2011-06-16 09:19:13 -07006565
6566 /* Default just returns -ENODEV to indicate unsupported */
6567 dev_priv->display.queue_flip = intel_default_queue_flip;
6568
6569 switch (INTEL_INFO(dev)->gen) {
6570 case 2:
6571 dev_priv->display.queue_flip = intel_gen2_queue_flip;
6572 break;
6573
6574 case 3:
6575 dev_priv->display.queue_flip = intel_gen3_queue_flip;
6576 break;
6577
6578 case 4:
6579 case 5:
6580 dev_priv->display.queue_flip = intel_gen4_queue_flip;
6581 break;
6582
6583 case 6:
6584 dev_priv->display.queue_flip = intel_gen6_queue_flip;
6585 break;
Jesse Barnes7c9017e2011-06-16 12:18:54 -07006586 case 7:
6587 dev_priv->display.queue_flip = intel_gen7_queue_flip;
6588 break;
Jesse Barnes8c9f3aa2011-06-16 09:19:13 -07006589 }
Jesse Barnese70236a2009-09-21 10:42:27 -07006590}
6591
Jesse Barnesb690e962010-07-19 13:53:12 -07006592/*
6593 * Some BIOSes insist on assuming the GPU's pipe A is enabled at suspend,
6594 * resume, or other times. This quirk makes sure that's the case for
6595 * affected systems.
6596 */
Akshay Joshi0206e352011-08-16 15:34:10 -04006597static void quirk_pipea_force(struct drm_device *dev)
Jesse Barnesb690e962010-07-19 13:53:12 -07006598{
6599 struct drm_i915_private *dev_priv = dev->dev_private;
6600
6601 dev_priv->quirks |= QUIRK_PIPEA_FORCE;
Daniel Vetterbc0daf42012-04-01 13:16:49 +02006602 DRM_INFO("applying pipe a force quirk\n");
Jesse Barnesb690e962010-07-19 13:53:12 -07006603}
6604
Keith Packard435793d2011-07-12 14:56:22 -07006605/*
6606 * Some machines (Lenovo U160) do not work with SSC on LVDS for some reason
6607 */
6608static void quirk_ssc_force_disable(struct drm_device *dev)
6609{
6610 struct drm_i915_private *dev_priv = dev->dev_private;
6611 dev_priv->quirks |= QUIRK_LVDS_SSC_DISABLE;
Daniel Vetterbc0daf42012-04-01 13:16:49 +02006612 DRM_INFO("applying lvds SSC disable quirk\n");
Keith Packard435793d2011-07-12 14:56:22 -07006613}
6614
Carsten Emde4dca20e2012-03-15 15:56:26 +01006615/*
Carsten Emde5a15ab52012-03-15 15:56:27 +01006616 * A machine (e.g. Acer Aspire 5734Z) may need to invert the panel backlight
6617 * brightness value
Carsten Emde4dca20e2012-03-15 15:56:26 +01006618 */
6619static void quirk_invert_brightness(struct drm_device *dev)
6620{
6621 struct drm_i915_private *dev_priv = dev->dev_private;
6622 dev_priv->quirks |= QUIRK_INVERT_BRIGHTNESS;
Daniel Vetterbc0daf42012-04-01 13:16:49 +02006623 DRM_INFO("applying inverted panel brightness quirk\n");
Jesse Barnesb690e962010-07-19 13:53:12 -07006624}
6625
6626struct intel_quirk {
6627 int device;
6628 int subsystem_vendor;
6629 int subsystem_device;
6630 void (*hook)(struct drm_device *dev);
6631};
6632
Ben Widawskyc43b5632012-04-16 14:07:40 -07006633static struct intel_quirk intel_quirks[] = {
Jesse Barnesb690e962010-07-19 13:53:12 -07006634 /* HP Mini needs pipe A force quirk (LP: #322104) */
Akshay Joshi0206e352011-08-16 15:34:10 -04006635 { 0x27ae, 0x103c, 0x361a, quirk_pipea_force },
Jesse Barnesb690e962010-07-19 13:53:12 -07006636
6637 /* Thinkpad R31 needs pipe A force quirk */
6638 { 0x3577, 0x1014, 0x0505, quirk_pipea_force },
6639 /* Toshiba Protege R-205, S-209 needs pipe A force quirk */
6640 { 0x2592, 0x1179, 0x0001, quirk_pipea_force },
6641
6642 /* ThinkPad X30 needs pipe A force quirk (LP: #304614) */
6643 { 0x3577, 0x1014, 0x0513, quirk_pipea_force },
6644 /* ThinkPad X40 needs pipe A force quirk */
6645
6646 /* ThinkPad T60 needs pipe A force quirk (bug #16494) */
6647 { 0x2782, 0x17aa, 0x201a, quirk_pipea_force },
6648
6649 /* 855 & before need to leave pipe A & dpll A up */
6650 { 0x3582, PCI_ANY_ID, PCI_ANY_ID, quirk_pipea_force },
6651 { 0x2562, PCI_ANY_ID, PCI_ANY_ID, quirk_pipea_force },
Keith Packard435793d2011-07-12 14:56:22 -07006652
6653 /* Lenovo U160 cannot use SSC on LVDS */
6654 { 0x0046, 0x17aa, 0x3920, quirk_ssc_force_disable },
Michel Alexandre Salim070d3292011-07-28 18:52:06 +02006655
6656 /* Sony Vaio Y cannot use SSC on LVDS */
6657 { 0x0046, 0x104d, 0x9076, quirk_ssc_force_disable },
Carsten Emde5a15ab52012-03-15 15:56:27 +01006658
6659 /* Acer Aspire 5734Z must invert backlight brightness */
6660 { 0x2a42, 0x1025, 0x0459, quirk_invert_brightness },
Jesse Barnesb690e962010-07-19 13:53:12 -07006661};
6662
6663static void intel_init_quirks(struct drm_device *dev)
6664{
6665 struct pci_dev *d = dev->pdev;
6666 int i;
6667
6668 for (i = 0; i < ARRAY_SIZE(intel_quirks); i++) {
6669 struct intel_quirk *q = &intel_quirks[i];
6670
6671 if (d->device == q->device &&
6672 (d->subsystem_vendor == q->subsystem_vendor ||
6673 q->subsystem_vendor == PCI_ANY_ID) &&
6674 (d->subsystem_device == q->subsystem_device ||
6675 q->subsystem_device == PCI_ANY_ID))
6676 q->hook(dev);
6677 }
6678}
6679
Jesse Barnes9cce37f2010-08-13 15:11:26 -07006680/* Disable the VGA plane that we never use */
6681static void i915_disable_vga(struct drm_device *dev)
6682{
6683 struct drm_i915_private *dev_priv = dev->dev_private;
6684 u8 sr1;
6685 u32 vga_reg;
6686
6687 if (HAS_PCH_SPLIT(dev))
6688 vga_reg = CPU_VGACNTRL;
6689 else
6690 vga_reg = VGACNTRL;
6691
6692 vga_get_uninterruptible(dev->pdev, VGA_RSRC_LEGACY_IO);
Jesse Barnes3fdcf432012-04-06 11:46:27 -07006693 outb(SR01, VGA_SR_INDEX);
Jesse Barnes9cce37f2010-08-13 15:11:26 -07006694 sr1 = inb(VGA_SR_DATA);
6695 outb(sr1 | 1<<5, VGA_SR_DATA);
6696 vga_put(dev->pdev, VGA_RSRC_LEGACY_IO);
6697 udelay(300);
6698
6699 I915_WRITE(vga_reg, VGA_DISP_DISABLE);
6700 POSTING_READ(vga_reg);
6701}
6702
Jesse Barnesf82cfb62012-04-11 09:23:35 -07006703static void ivb_pch_pwm_override(struct drm_device *dev)
6704{
6705 struct drm_i915_private *dev_priv = dev->dev_private;
6706
6707 /*
6708 * IVB has CPU eDP backlight regs too, set things up to let the
6709 * PCH regs control the backlight
6710 */
6711 I915_WRITE(BLC_PWM_CPU_CTL2, PWM_ENABLE);
6712 I915_WRITE(BLC_PWM_CPU_CTL, 0);
6713 I915_WRITE(BLC_PWM_PCH_CTL1, PWM_ENABLE | (1<<30));
6714}
6715
Daniel Vetterf8175862012-04-10 15:50:11 +02006716void intel_modeset_init_hw(struct drm_device *dev)
6717{
6718 struct drm_i915_private *dev_priv = dev->dev_private;
6719
6720 intel_init_clock_gating(dev);
6721
6722 if (IS_IRONLAKE_M(dev)) {
6723 ironlake_enable_drps(dev);
Chris Wilson1833b132012-05-09 11:56:28 +01006724 ironlake_enable_rc6(dev);
Daniel Vetterf8175862012-04-10 15:50:11 +02006725 intel_init_emon(dev);
6726 }
6727
Jesse Barnesb6834bd2012-04-11 09:23:33 -07006728 if ((IS_GEN6(dev) || IS_GEN7(dev)) && !IS_VALLEYVIEW(dev)) {
Daniel Vetterf8175862012-04-10 15:50:11 +02006729 gen6_enable_rps(dev_priv);
6730 gen6_update_ring_freq(dev_priv);
6731 }
Jesse Barnesf82cfb62012-04-11 09:23:35 -07006732
6733 if (IS_IVYBRIDGE(dev))
6734 ivb_pch_pwm_override(dev);
Daniel Vetterf8175862012-04-10 15:50:11 +02006735}
6736
Jesse Barnes79e53942008-11-07 14:24:08 -08006737void intel_modeset_init(struct drm_device *dev)
6738{
Jesse Barnes652c3932009-08-17 13:31:43 -07006739 struct drm_i915_private *dev_priv = dev->dev_private;
Jesse Barnesb840d907f2011-12-13 13:19:38 -08006740 int i, ret;
Jesse Barnes79e53942008-11-07 14:24:08 -08006741
6742 drm_mode_config_init(dev);
6743
6744 dev->mode_config.min_width = 0;
6745 dev->mode_config.min_height = 0;
6746
Dave Airlie019d96c2011-09-29 16:20:42 +01006747 dev->mode_config.preferred_depth = 24;
6748 dev->mode_config.prefer_shadow = 1;
6749
Jesse Barnes79e53942008-11-07 14:24:08 -08006750 dev->mode_config.funcs = (void *)&intel_mode_funcs;
6751
Jesse Barnesb690e962010-07-19 13:53:12 -07006752 intel_init_quirks(dev);
6753
Eugeni Dodonov1fa61102012-04-18 15:29:26 -03006754 intel_init_pm(dev);
6755
Jesse Barnese70236a2009-09-21 10:42:27 -07006756 intel_init_display(dev);
6757
Chris Wilsona6c45cf2010-09-17 00:32:17 +01006758 if (IS_GEN2(dev)) {
6759 dev->mode_config.max_width = 2048;
6760 dev->mode_config.max_height = 2048;
6761 } else if (IS_GEN3(dev)) {
Keith Packard5e4d6fa2009-07-12 23:53:17 -07006762 dev->mode_config.max_width = 4096;
6763 dev->mode_config.max_height = 4096;
Jesse Barnes79e53942008-11-07 14:24:08 -08006764 } else {
Chris Wilsona6c45cf2010-09-17 00:32:17 +01006765 dev->mode_config.max_width = 8192;
6766 dev->mode_config.max_height = 8192;
Jesse Barnes79e53942008-11-07 14:24:08 -08006767 }
Chris Wilson35c30472010-12-22 14:07:12 +00006768 dev->mode_config.fb_base = dev->agp->base;
Jesse Barnes79e53942008-11-07 14:24:08 -08006769
Zhao Yakui28c97732009-10-09 11:39:41 +08006770 DRM_DEBUG_KMS("%d display pipe%s available.\n",
Dave Airliea3524f12010-06-06 18:59:41 +10006771 dev_priv->num_pipe, dev_priv->num_pipe > 1 ? "s" : "");
Jesse Barnes79e53942008-11-07 14:24:08 -08006772
Dave Airliea3524f12010-06-06 18:59:41 +10006773 for (i = 0; i < dev_priv->num_pipe; i++) {
Jesse Barnes79e53942008-11-07 14:24:08 -08006774 intel_crtc_init(dev, i);
Jesse Barnes00c2064b2012-01-13 15:48:39 -08006775 ret = intel_plane_init(dev, i);
6776 if (ret)
6777 DRM_DEBUG_KMS("plane %d init failed: %d\n", i, ret);
Jesse Barnes79e53942008-11-07 14:24:08 -08006778 }
6779
Jesse Barnesee7b9f92012-04-20 17:11:53 +01006780 intel_pch_pll_init(dev);
6781
Jesse Barnes9cce37f2010-08-13 15:11:26 -07006782 /* Just disable it once at startup */
6783 i915_disable_vga(dev);
Jesse Barnes79e53942008-11-07 14:24:08 -08006784 intel_setup_outputs(dev);
Jesse Barnes652c3932009-08-17 13:31:43 -07006785
Jesse Barnes652c3932009-08-17 13:31:43 -07006786 INIT_WORK(&dev_priv->idle_work, intel_idle_update);
6787 setup_timer(&dev_priv->idle_timer, intel_gpu_idle_timer,
6788 (unsigned long)dev);
Chris Wilson2c7111d2011-03-29 10:40:27 +01006789}
6790
6791void intel_modeset_gem_init(struct drm_device *dev)
6792{
Chris Wilson1833b132012-05-09 11:56:28 +01006793 intel_modeset_init_hw(dev);
Daniel Vetter02e792f2009-09-15 22:57:34 +02006794
6795 intel_setup_overlay(dev);
Jesse Barnes79e53942008-11-07 14:24:08 -08006796}
6797
6798void intel_modeset_cleanup(struct drm_device *dev)
6799{
Jesse Barnes652c3932009-08-17 13:31:43 -07006800 struct drm_i915_private *dev_priv = dev->dev_private;
6801 struct drm_crtc *crtc;
6802 struct intel_crtc *intel_crtc;
6803
Keith Packardf87ea762010-10-03 19:36:26 -07006804 drm_kms_helper_poll_fini(dev);
Jesse Barnes652c3932009-08-17 13:31:43 -07006805 mutex_lock(&dev->struct_mutex);
6806
Jesse Barnes723bfd72010-10-07 16:01:13 -07006807 intel_unregister_dsm_handler();
6808
6809
Jesse Barnes652c3932009-08-17 13:31:43 -07006810 list_for_each_entry(crtc, &dev->mode_config.crtc_list, head) {
6811 /* Skip inactive CRTCs */
6812 if (!crtc->fb)
6813 continue;
6814
6815 intel_crtc = to_intel_crtc(crtc);
Daniel Vetter3dec0092010-08-20 21:40:52 +02006816 intel_increase_pllclock(crtc);
Jesse Barnes652c3932009-08-17 13:31:43 -07006817 }
6818
Chris Wilson973d04f2011-07-08 12:22:37 +01006819 intel_disable_fbc(dev);
Jesse Barnese70236a2009-09-21 10:42:27 -07006820
Jesse Barnesf97108d2010-01-29 11:27:07 -08006821 if (IS_IRONLAKE_M(dev))
6822 ironlake_disable_drps(dev);
Jesse Barnesb6834bd2012-04-11 09:23:33 -07006823 if ((IS_GEN6(dev) || IS_GEN7(dev)) && !IS_VALLEYVIEW(dev))
Jesse Barnes3b8d8d92010-12-17 14:19:02 -08006824 gen6_disable_rps(dev);
Jesse Barnesf97108d2010-01-29 11:27:07 -08006825
Jesse Barnesd5bb0812011-01-05 12:01:26 -08006826 if (IS_IRONLAKE_M(dev))
6827 ironlake_disable_rc6(dev);
Chris Wilson0cdab212010-12-05 17:27:06 +00006828
Jesse Barnes57f350b2012-03-28 13:39:25 -07006829 if (IS_VALLEYVIEW(dev))
6830 vlv_init_dpio(dev);
6831
Kristian Høgsberg69341a52009-11-11 12:19:17 -05006832 mutex_unlock(&dev->struct_mutex);
6833
Daniel Vetter6c0d93502010-08-20 18:26:46 +02006834 /* Disable the irq before mode object teardown, for the irq might
6835 * enqueue unpin/hotplug work. */
6836 drm_irq_uninstall(dev);
6837 cancel_work_sync(&dev_priv->hotplug_work);
Daniel Vetter6fdd4d92011-09-08 14:00:22 +02006838 cancel_work_sync(&dev_priv->rps_work);
Daniel Vetter6c0d93502010-08-20 18:26:46 +02006839
Chris Wilson1630fe72011-07-08 12:22:42 +01006840 /* flush any delayed tasks or pending work */
6841 flush_scheduled_work();
6842
Daniel Vetter3dec0092010-08-20 21:40:52 +02006843 /* Shut off idle work before the crtcs get freed. */
6844 list_for_each_entry(crtc, &dev->mode_config.crtc_list, head) {
6845 intel_crtc = to_intel_crtc(crtc);
6846 del_timer_sync(&intel_crtc->idle_timer);
6847 }
6848 del_timer_sync(&dev_priv->idle_timer);
6849 cancel_work_sync(&dev_priv->idle_work);
6850
Jesse Barnes79e53942008-11-07 14:24:08 -08006851 drm_mode_config_cleanup(dev);
6852}
6853
Dave Airlie28d52042009-09-21 14:33:58 +10006854/*
Zhenyu Wangf1c79df2010-03-30 14:39:29 +08006855 * Return which encoder is currently attached for connector.
6856 */
Chris Wilsondf0e9242010-09-09 16:20:55 +01006857struct drm_encoder *intel_best_encoder(struct drm_connector *connector)
Jesse Barnes79e53942008-11-07 14:24:08 -08006858{
Chris Wilsondf0e9242010-09-09 16:20:55 +01006859 return &intel_attached_encoder(connector)->base;
6860}
Jesse Barnes79e53942008-11-07 14:24:08 -08006861
Chris Wilsondf0e9242010-09-09 16:20:55 +01006862void intel_connector_attach_encoder(struct intel_connector *connector,
6863 struct intel_encoder *encoder)
6864{
6865 connector->encoder = encoder;
6866 drm_mode_connector_attach_encoder(&connector->base,
6867 &encoder->base);
Jesse Barnes79e53942008-11-07 14:24:08 -08006868}
Dave Airlie28d52042009-09-21 14:33:58 +10006869
6870/*
6871 * set vga decode state - true == enable VGA decode
6872 */
6873int intel_modeset_vga_set_state(struct drm_device *dev, bool state)
6874{
6875 struct drm_i915_private *dev_priv = dev->dev_private;
6876 u16 gmch_ctrl;
6877
6878 pci_read_config_word(dev_priv->bridge_dev, INTEL_GMCH_CTRL, &gmch_ctrl);
6879 if (state)
6880 gmch_ctrl &= ~INTEL_GMCH_VGA_DISABLE;
6881 else
6882 gmch_ctrl |= INTEL_GMCH_VGA_DISABLE;
6883 pci_write_config_word(dev_priv->bridge_dev, INTEL_GMCH_CTRL, gmch_ctrl);
6884 return 0;
6885}
Chris Wilsonc4a1d9e2010-11-21 13:12:35 +00006886
6887#ifdef CONFIG_DEBUG_FS
6888#include <linux/seq_file.h>
6889
6890struct intel_display_error_state {
6891 struct intel_cursor_error_state {
6892 u32 control;
6893 u32 position;
6894 u32 base;
6895 u32 size;
6896 } cursor[2];
6897
6898 struct intel_pipe_error_state {
6899 u32 conf;
6900 u32 source;
6901
6902 u32 htotal;
6903 u32 hblank;
6904 u32 hsync;
6905 u32 vtotal;
6906 u32 vblank;
6907 u32 vsync;
6908 } pipe[2];
6909
6910 struct intel_plane_error_state {
6911 u32 control;
6912 u32 stride;
6913 u32 size;
6914 u32 pos;
6915 u32 addr;
6916 u32 surface;
6917 u32 tile_offset;
6918 } plane[2];
6919};
6920
6921struct intel_display_error_state *
6922intel_display_capture_error_state(struct drm_device *dev)
6923{
Akshay Joshi0206e352011-08-16 15:34:10 -04006924 drm_i915_private_t *dev_priv = dev->dev_private;
Chris Wilsonc4a1d9e2010-11-21 13:12:35 +00006925 struct intel_display_error_state *error;
6926 int i;
6927
6928 error = kmalloc(sizeof(*error), GFP_ATOMIC);
6929 if (error == NULL)
6930 return NULL;
6931
6932 for (i = 0; i < 2; i++) {
6933 error->cursor[i].control = I915_READ(CURCNTR(i));
6934 error->cursor[i].position = I915_READ(CURPOS(i));
6935 error->cursor[i].base = I915_READ(CURBASE(i));
6936
6937 error->plane[i].control = I915_READ(DSPCNTR(i));
6938 error->plane[i].stride = I915_READ(DSPSTRIDE(i));
6939 error->plane[i].size = I915_READ(DSPSIZE(i));
Akshay Joshi0206e352011-08-16 15:34:10 -04006940 error->plane[i].pos = I915_READ(DSPPOS(i));
Chris Wilsonc4a1d9e2010-11-21 13:12:35 +00006941 error->plane[i].addr = I915_READ(DSPADDR(i));
6942 if (INTEL_INFO(dev)->gen >= 4) {
6943 error->plane[i].surface = I915_READ(DSPSURF(i));
6944 error->plane[i].tile_offset = I915_READ(DSPTILEOFF(i));
6945 }
6946
6947 error->pipe[i].conf = I915_READ(PIPECONF(i));
6948 error->pipe[i].source = I915_READ(PIPESRC(i));
6949 error->pipe[i].htotal = I915_READ(HTOTAL(i));
6950 error->pipe[i].hblank = I915_READ(HBLANK(i));
6951 error->pipe[i].hsync = I915_READ(HSYNC(i));
6952 error->pipe[i].vtotal = I915_READ(VTOTAL(i));
6953 error->pipe[i].vblank = I915_READ(VBLANK(i));
6954 error->pipe[i].vsync = I915_READ(VSYNC(i));
6955 }
6956
6957 return error;
6958}
6959
6960void
6961intel_display_print_error_state(struct seq_file *m,
6962 struct drm_device *dev,
6963 struct intel_display_error_state *error)
6964{
6965 int i;
6966
6967 for (i = 0; i < 2; i++) {
6968 seq_printf(m, "Pipe [%d]:\n", i);
6969 seq_printf(m, " CONF: %08x\n", error->pipe[i].conf);
6970 seq_printf(m, " SRC: %08x\n", error->pipe[i].source);
6971 seq_printf(m, " HTOTAL: %08x\n", error->pipe[i].htotal);
6972 seq_printf(m, " HBLANK: %08x\n", error->pipe[i].hblank);
6973 seq_printf(m, " HSYNC: %08x\n", error->pipe[i].hsync);
6974 seq_printf(m, " VTOTAL: %08x\n", error->pipe[i].vtotal);
6975 seq_printf(m, " VBLANK: %08x\n", error->pipe[i].vblank);
6976 seq_printf(m, " VSYNC: %08x\n", error->pipe[i].vsync);
6977
6978 seq_printf(m, "Plane [%d]:\n", i);
6979 seq_printf(m, " CNTR: %08x\n", error->plane[i].control);
6980 seq_printf(m, " STRIDE: %08x\n", error->plane[i].stride);
6981 seq_printf(m, " SIZE: %08x\n", error->plane[i].size);
6982 seq_printf(m, " POS: %08x\n", error->plane[i].pos);
6983 seq_printf(m, " ADDR: %08x\n", error->plane[i].addr);
6984 if (INTEL_INFO(dev)->gen >= 4) {
6985 seq_printf(m, " SURF: %08x\n", error->plane[i].surface);
6986 seq_printf(m, " TILEOFF: %08x\n", error->plane[i].tile_offset);
6987 }
6988
6989 seq_printf(m, "Cursor [%d]:\n", i);
6990 seq_printf(m, " CNTR: %08x\n", error->cursor[i].control);
6991 seq_printf(m, " POS: %08x\n", error->cursor[i].position);
6992 seq_printf(m, " BASE: %08x\n", error->cursor[i].base);
6993 }
6994}
6995#endif