drm/i915: Disable gpu reset on i965g/gm
[deliverable/linux.git] / drivers / gpu / drm / i915 / i915_irq.c
CommitLineData
0d6aa60b 1/* i915_irq.c -- IRQ support for the I915 -*- linux-c -*-
1da177e4 2 */
0d6aa60b 3/*
1da177e4
LT
4 * Copyright 2003 Tungsten Graphics, Inc., Cedar Park, Texas.
5 * All Rights Reserved.
bc54fd1a
DA
6 *
7 * Permission is hereby granted, free of charge, to any person obtaining a
8 * copy of this software and associated documentation files (the
9 * "Software"), to deal in the Software without restriction, including
10 * without limitation the rights to use, copy, modify, merge, publish,
11 * distribute, sub license, and/or sell copies of the Software, and to
12 * permit persons to whom the Software is furnished to do so, subject to
13 * the following conditions:
14 *
15 * The above copyright notice and this permission notice (including the
16 * next paragraph) shall be included in all copies or substantial portions
17 * of the Software.
18 *
19 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
20 * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
21 * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT.
22 * IN NO EVENT SHALL TUNGSTEN GRAPHICS AND/OR ITS SUPPLIERS BE LIABLE FOR
23 * ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
24 * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
25 * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
26 *
0d6aa60b 27 */
1da177e4 28
a70491cc
JP
29#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
30
63eeaf38 31#include <linux/sysrq.h>
5a0e3ad6 32#include <linux/slab.h>
b2c88f5b 33#include <linux/circ_buf.h>
760285e7
DH
34#include <drm/drmP.h>
35#include <drm/i915_drm.h>
1da177e4 36#include "i915_drv.h"
1c5d22f7 37#include "i915_trace.h"
79e53945 38#include "intel_drv.h"
1da177e4 39
e5868a31
EE
40static const u32 hpd_ibx[] = {
41 [HPD_CRT] = SDE_CRT_HOTPLUG,
42 [HPD_SDVO_B] = SDE_SDVOB_HOTPLUG,
43 [HPD_PORT_B] = SDE_PORTB_HOTPLUG,
44 [HPD_PORT_C] = SDE_PORTC_HOTPLUG,
45 [HPD_PORT_D] = SDE_PORTD_HOTPLUG
46};
47
48static const u32 hpd_cpt[] = {
49 [HPD_CRT] = SDE_CRT_HOTPLUG_CPT,
73c352a2 50 [HPD_SDVO_B] = SDE_SDVOB_HOTPLUG_CPT,
e5868a31
EE
51 [HPD_PORT_B] = SDE_PORTB_HOTPLUG_CPT,
52 [HPD_PORT_C] = SDE_PORTC_HOTPLUG_CPT,
53 [HPD_PORT_D] = SDE_PORTD_HOTPLUG_CPT
54};
55
56static const u32 hpd_mask_i915[] = {
57 [HPD_CRT] = CRT_HOTPLUG_INT_EN,
58 [HPD_SDVO_B] = SDVOB_HOTPLUG_INT_EN,
59 [HPD_SDVO_C] = SDVOC_HOTPLUG_INT_EN,
60 [HPD_PORT_B] = PORTB_HOTPLUG_INT_EN,
61 [HPD_PORT_C] = PORTC_HOTPLUG_INT_EN,
62 [HPD_PORT_D] = PORTD_HOTPLUG_INT_EN
63};
64
704cfb87 65static const u32 hpd_status_g4x[] = {
e5868a31
EE
66 [HPD_CRT] = CRT_HOTPLUG_INT_STATUS,
67 [HPD_SDVO_B] = SDVOB_HOTPLUG_INT_STATUS_G4X,
68 [HPD_SDVO_C] = SDVOC_HOTPLUG_INT_STATUS_G4X,
69 [HPD_PORT_B] = PORTB_HOTPLUG_INT_STATUS,
70 [HPD_PORT_C] = PORTC_HOTPLUG_INT_STATUS,
71 [HPD_PORT_D] = PORTD_HOTPLUG_INT_STATUS
72};
73
e5868a31
EE
74static const u32 hpd_status_i915[] = { /* i915 and valleyview are the same */
75 [HPD_CRT] = CRT_HOTPLUG_INT_STATUS,
76 [HPD_SDVO_B] = SDVOB_HOTPLUG_INT_STATUS_I915,
77 [HPD_SDVO_C] = SDVOC_HOTPLUG_INT_STATUS_I915,
78 [HPD_PORT_B] = PORTB_HOTPLUG_INT_STATUS,
79 [HPD_PORT_C] = PORTC_HOTPLUG_INT_STATUS,
80 [HPD_PORT_D] = PORTD_HOTPLUG_INT_STATUS
81};
82
5c502442 83/* IIR can theoretically queue up two events. Be paranoid. */
f86f3fb0 84#define GEN8_IRQ_RESET_NDX(type, which) do { \
5c502442
PZ
85 I915_WRITE(GEN8_##type##_IMR(which), 0xffffffff); \
86 POSTING_READ(GEN8_##type##_IMR(which)); \
87 I915_WRITE(GEN8_##type##_IER(which), 0); \
88 I915_WRITE(GEN8_##type##_IIR(which), 0xffffffff); \
89 POSTING_READ(GEN8_##type##_IIR(which)); \
90 I915_WRITE(GEN8_##type##_IIR(which), 0xffffffff); \
91 POSTING_READ(GEN8_##type##_IIR(which)); \
92} while (0)
93
f86f3fb0 94#define GEN5_IRQ_RESET(type) do { \
a9d356a6 95 I915_WRITE(type##IMR, 0xffffffff); \
5c502442 96 POSTING_READ(type##IMR); \
a9d356a6 97 I915_WRITE(type##IER, 0); \
5c502442
PZ
98 I915_WRITE(type##IIR, 0xffffffff); \
99 POSTING_READ(type##IIR); \
100 I915_WRITE(type##IIR, 0xffffffff); \
101 POSTING_READ(type##IIR); \
a9d356a6
PZ
102} while (0)
103
337ba017
PZ
104/*
105 * We should clear IMR at preinstall/uninstall, and just check at postinstall.
106 */
107#define GEN5_ASSERT_IIR_IS_ZERO(reg) do { \
108 u32 val = I915_READ(reg); \
109 if (val) { \
110 WARN(1, "Interrupt register 0x%x is not zero: 0x%08x\n", \
111 (reg), val); \
112 I915_WRITE((reg), 0xffffffff); \
113 POSTING_READ(reg); \
114 I915_WRITE((reg), 0xffffffff); \
115 POSTING_READ(reg); \
116 } \
117} while (0)
118
35079899 119#define GEN8_IRQ_INIT_NDX(type, which, imr_val, ier_val) do { \
337ba017 120 GEN5_ASSERT_IIR_IS_ZERO(GEN8_##type##_IIR(which)); \
35079899
PZ
121 I915_WRITE(GEN8_##type##_IMR(which), (imr_val)); \
122 I915_WRITE(GEN8_##type##_IER(which), (ier_val)); \
123 POSTING_READ(GEN8_##type##_IER(which)); \
124} while (0)
125
126#define GEN5_IRQ_INIT(type, imr_val, ier_val) do { \
337ba017 127 GEN5_ASSERT_IIR_IS_ZERO(type##IIR); \
35079899
PZ
128 I915_WRITE(type##IMR, (imr_val)); \
129 I915_WRITE(type##IER, (ier_val)); \
130 POSTING_READ(type##IER); \
131} while (0)
132
036a4a7d 133/* For display hotplug interrupt */
995b6762 134static void
2d1013dd 135ironlake_enable_display_irq(struct drm_i915_private *dev_priv, u32 mask)
036a4a7d 136{
4bc9d430
DV
137 assert_spin_locked(&dev_priv->irq_lock);
138
730488b2 139 if (WARN_ON(dev_priv->pm.irqs_disabled))
c67a470b 140 return;
c67a470b 141
1ec14ad3
CW
142 if ((dev_priv->irq_mask & mask) != 0) {
143 dev_priv->irq_mask &= ~mask;
144 I915_WRITE(DEIMR, dev_priv->irq_mask);
3143a2bf 145 POSTING_READ(DEIMR);
036a4a7d
ZW
146 }
147}
148
0ff9800a 149static void
2d1013dd 150ironlake_disable_display_irq(struct drm_i915_private *dev_priv, u32 mask)
036a4a7d 151{
4bc9d430
DV
152 assert_spin_locked(&dev_priv->irq_lock);
153
730488b2 154 if (WARN_ON(dev_priv->pm.irqs_disabled))
c67a470b 155 return;
c67a470b 156
1ec14ad3
CW
157 if ((dev_priv->irq_mask & mask) != mask) {
158 dev_priv->irq_mask |= mask;
159 I915_WRITE(DEIMR, dev_priv->irq_mask);
3143a2bf 160 POSTING_READ(DEIMR);
036a4a7d
ZW
161 }
162}
163
43eaea13
PZ
164/**
165 * ilk_update_gt_irq - update GTIMR
166 * @dev_priv: driver private
167 * @interrupt_mask: mask of interrupt bits to update
168 * @enabled_irq_mask: mask of interrupt bits to enable
169 */
170static void ilk_update_gt_irq(struct drm_i915_private *dev_priv,
171 uint32_t interrupt_mask,
172 uint32_t enabled_irq_mask)
173{
174 assert_spin_locked(&dev_priv->irq_lock);
175
730488b2 176 if (WARN_ON(dev_priv->pm.irqs_disabled))
c67a470b 177 return;
c67a470b 178
43eaea13
PZ
179 dev_priv->gt_irq_mask &= ~interrupt_mask;
180 dev_priv->gt_irq_mask |= (~enabled_irq_mask & interrupt_mask);
181 I915_WRITE(GTIMR, dev_priv->gt_irq_mask);
182 POSTING_READ(GTIMR);
183}
184
185void ilk_enable_gt_irq(struct drm_i915_private *dev_priv, uint32_t mask)
186{
187 ilk_update_gt_irq(dev_priv, mask, mask);
188}
189
190void ilk_disable_gt_irq(struct drm_i915_private *dev_priv, uint32_t mask)
191{
192 ilk_update_gt_irq(dev_priv, mask, 0);
193}
194
edbfdb45
PZ
195/**
196 * snb_update_pm_irq - update GEN6_PMIMR
197 * @dev_priv: driver private
198 * @interrupt_mask: mask of interrupt bits to update
199 * @enabled_irq_mask: mask of interrupt bits to enable
200 */
201static void snb_update_pm_irq(struct drm_i915_private *dev_priv,
202 uint32_t interrupt_mask,
203 uint32_t enabled_irq_mask)
204{
605cd25b 205 uint32_t new_val;
edbfdb45
PZ
206
207 assert_spin_locked(&dev_priv->irq_lock);
208
730488b2 209 if (WARN_ON(dev_priv->pm.irqs_disabled))
c67a470b 210 return;
c67a470b 211
605cd25b 212 new_val = dev_priv->pm_irq_mask;
f52ecbcf
PZ
213 new_val &= ~interrupt_mask;
214 new_val |= (~enabled_irq_mask & interrupt_mask);
215
605cd25b
PZ
216 if (new_val != dev_priv->pm_irq_mask) {
217 dev_priv->pm_irq_mask = new_val;
218 I915_WRITE(GEN6_PMIMR, dev_priv->pm_irq_mask);
f52ecbcf
PZ
219 POSTING_READ(GEN6_PMIMR);
220 }
edbfdb45
PZ
221}
222
223void snb_enable_pm_irq(struct drm_i915_private *dev_priv, uint32_t mask)
224{
225 snb_update_pm_irq(dev_priv, mask, mask);
226}
227
228void snb_disable_pm_irq(struct drm_i915_private *dev_priv, uint32_t mask)
229{
230 snb_update_pm_irq(dev_priv, mask, 0);
231}
232
8664281b
PZ
233static bool ivb_can_enable_err_int(struct drm_device *dev)
234{
235 struct drm_i915_private *dev_priv = dev->dev_private;
236 struct intel_crtc *crtc;
237 enum pipe pipe;
238
4bc9d430
DV
239 assert_spin_locked(&dev_priv->irq_lock);
240
8664281b
PZ
241 for_each_pipe(pipe) {
242 crtc = to_intel_crtc(dev_priv->pipe_to_crtc_mapping[pipe]);
243
244 if (crtc->cpu_fifo_underrun_disabled)
245 return false;
246 }
247
248 return true;
249}
250
0961021a
BW
251/**
252 * bdw_update_pm_irq - update GT interrupt 2
253 * @dev_priv: driver private
254 * @interrupt_mask: mask of interrupt bits to update
255 * @enabled_irq_mask: mask of interrupt bits to enable
256 *
257 * Copied from the snb function, updated with relevant register offsets
258 */
259static void bdw_update_pm_irq(struct drm_i915_private *dev_priv,
260 uint32_t interrupt_mask,
261 uint32_t enabled_irq_mask)
262{
263 uint32_t new_val;
264
265 assert_spin_locked(&dev_priv->irq_lock);
266
267 if (WARN_ON(dev_priv->pm.irqs_disabled))
268 return;
269
270 new_val = dev_priv->pm_irq_mask;
271 new_val &= ~interrupt_mask;
272 new_val |= (~enabled_irq_mask & interrupt_mask);
273
274 if (new_val != dev_priv->pm_irq_mask) {
275 dev_priv->pm_irq_mask = new_val;
276 I915_WRITE(GEN8_GT_IMR(2), dev_priv->pm_irq_mask);
277 POSTING_READ(GEN8_GT_IMR(2));
278 }
279}
280
281void bdw_enable_pm_irq(struct drm_i915_private *dev_priv, uint32_t mask)
282{
283 bdw_update_pm_irq(dev_priv, mask, mask);
284}
285
286void bdw_disable_pm_irq(struct drm_i915_private *dev_priv, uint32_t mask)
287{
288 bdw_update_pm_irq(dev_priv, mask, 0);
289}
290
8664281b
PZ
291static bool cpt_can_enable_serr_int(struct drm_device *dev)
292{
293 struct drm_i915_private *dev_priv = dev->dev_private;
294 enum pipe pipe;
295 struct intel_crtc *crtc;
296
fee884ed
DV
297 assert_spin_locked(&dev_priv->irq_lock);
298
8664281b
PZ
299 for_each_pipe(pipe) {
300 crtc = to_intel_crtc(dev_priv->pipe_to_crtc_mapping[pipe]);
301
302 if (crtc->pch_fifo_underrun_disabled)
303 return false;
304 }
305
306 return true;
307}
308
56b80e1f
VS
309void i9xx_check_fifo_underruns(struct drm_device *dev)
310{
311 struct drm_i915_private *dev_priv = dev->dev_private;
312 struct intel_crtc *crtc;
313 unsigned long flags;
314
315 spin_lock_irqsave(&dev_priv->irq_lock, flags);
316
317 for_each_intel_crtc(dev, crtc) {
318 u32 reg = PIPESTAT(crtc->pipe);
319 u32 pipestat;
320
321 if (crtc->cpu_fifo_underrun_disabled)
322 continue;
323
324 pipestat = I915_READ(reg) & 0xffff0000;
325 if ((pipestat & PIPE_FIFO_UNDERRUN_STATUS) == 0)
326 continue;
327
328 I915_WRITE(reg, pipestat | PIPE_FIFO_UNDERRUN_STATUS);
329 POSTING_READ(reg);
330
331 DRM_ERROR("pipe %c underrun\n", pipe_name(crtc->pipe));
332 }
333
334 spin_unlock_irqrestore(&dev_priv->irq_lock, flags);
335}
336
e69abff0 337static void i9xx_set_fifo_underrun_reporting(struct drm_device *dev,
2ae2a50c
DV
338 enum pipe pipe,
339 bool enable, bool old)
2d9d2b0b
VS
340{
341 struct drm_i915_private *dev_priv = dev->dev_private;
342 u32 reg = PIPESTAT(pipe);
e69abff0 343 u32 pipestat = I915_READ(reg) & 0xffff0000;
2d9d2b0b
VS
344
345 assert_spin_locked(&dev_priv->irq_lock);
346
e69abff0
VS
347 if (enable) {
348 I915_WRITE(reg, pipestat | PIPE_FIFO_UNDERRUN_STATUS);
349 POSTING_READ(reg);
350 } else {
2ae2a50c 351 if (old && pipestat & PIPE_FIFO_UNDERRUN_STATUS)
e69abff0
VS
352 DRM_ERROR("pipe %c underrun\n", pipe_name(pipe));
353 }
2d9d2b0b
VS
354}
355
8664281b
PZ
356static void ironlake_set_fifo_underrun_reporting(struct drm_device *dev,
357 enum pipe pipe, bool enable)
358{
359 struct drm_i915_private *dev_priv = dev->dev_private;
360 uint32_t bit = (pipe == PIPE_A) ? DE_PIPEA_FIFO_UNDERRUN :
361 DE_PIPEB_FIFO_UNDERRUN;
362
363 if (enable)
364 ironlake_enable_display_irq(dev_priv, bit);
365 else
366 ironlake_disable_display_irq(dev_priv, bit);
367}
368
369static void ivybridge_set_fifo_underrun_reporting(struct drm_device *dev,
2ae2a50c
DV
370 enum pipe pipe,
371 bool enable, bool old)
8664281b
PZ
372{
373 struct drm_i915_private *dev_priv = dev->dev_private;
8664281b 374 if (enable) {
7336df65
DV
375 I915_WRITE(GEN7_ERR_INT, ERR_INT_FIFO_UNDERRUN(pipe));
376
8664281b
PZ
377 if (!ivb_can_enable_err_int(dev))
378 return;
379
8664281b
PZ
380 ironlake_enable_display_irq(dev_priv, DE_ERR_INT_IVB);
381 } else {
382 ironlake_disable_display_irq(dev_priv, DE_ERR_INT_IVB);
7336df65 383
2ae2a50c
DV
384 if (old &&
385 I915_READ(GEN7_ERR_INT) & ERR_INT_FIFO_UNDERRUN(pipe)) {
823c6909
VS
386 DRM_ERROR("uncleared fifo underrun on pipe %c\n",
387 pipe_name(pipe));
7336df65 388 }
8664281b
PZ
389 }
390}
391
38d83c96
DV
392static void broadwell_set_fifo_underrun_reporting(struct drm_device *dev,
393 enum pipe pipe, bool enable)
394{
395 struct drm_i915_private *dev_priv = dev->dev_private;
396
397 assert_spin_locked(&dev_priv->irq_lock);
398
399 if (enable)
400 dev_priv->de_irq_mask[pipe] &= ~GEN8_PIPE_FIFO_UNDERRUN;
401 else
402 dev_priv->de_irq_mask[pipe] |= GEN8_PIPE_FIFO_UNDERRUN;
403 I915_WRITE(GEN8_DE_PIPE_IMR(pipe), dev_priv->de_irq_mask[pipe]);
404 POSTING_READ(GEN8_DE_PIPE_IMR(pipe));
405}
406
fee884ed
DV
407/**
408 * ibx_display_interrupt_update - update SDEIMR
409 * @dev_priv: driver private
410 * @interrupt_mask: mask of interrupt bits to update
411 * @enabled_irq_mask: mask of interrupt bits to enable
412 */
413static void ibx_display_interrupt_update(struct drm_i915_private *dev_priv,
414 uint32_t interrupt_mask,
415 uint32_t enabled_irq_mask)
416{
417 uint32_t sdeimr = I915_READ(SDEIMR);
418 sdeimr &= ~interrupt_mask;
419 sdeimr |= (~enabled_irq_mask & interrupt_mask);
420
421 assert_spin_locked(&dev_priv->irq_lock);
422
730488b2 423 if (WARN_ON(dev_priv->pm.irqs_disabled))
c67a470b 424 return;
c67a470b 425
fee884ed
DV
426 I915_WRITE(SDEIMR, sdeimr);
427 POSTING_READ(SDEIMR);
428}
429#define ibx_enable_display_interrupt(dev_priv, bits) \
430 ibx_display_interrupt_update((dev_priv), (bits), (bits))
431#define ibx_disable_display_interrupt(dev_priv, bits) \
432 ibx_display_interrupt_update((dev_priv), (bits), 0)
433
de28075d
DV
434static void ibx_set_fifo_underrun_reporting(struct drm_device *dev,
435 enum transcoder pch_transcoder,
8664281b
PZ
436 bool enable)
437{
8664281b 438 struct drm_i915_private *dev_priv = dev->dev_private;
de28075d
DV
439 uint32_t bit = (pch_transcoder == TRANSCODER_A) ?
440 SDE_TRANSA_FIFO_UNDER : SDE_TRANSB_FIFO_UNDER;
8664281b
PZ
441
442 if (enable)
fee884ed 443 ibx_enable_display_interrupt(dev_priv, bit);
8664281b 444 else
fee884ed 445 ibx_disable_display_interrupt(dev_priv, bit);
8664281b
PZ
446}
447
448static void cpt_set_fifo_underrun_reporting(struct drm_device *dev,
449 enum transcoder pch_transcoder,
2ae2a50c 450 bool enable, bool old)
8664281b
PZ
451{
452 struct drm_i915_private *dev_priv = dev->dev_private;
453
454 if (enable) {
1dd246fb
DV
455 I915_WRITE(SERR_INT,
456 SERR_INT_TRANS_FIFO_UNDERRUN(pch_transcoder));
457
8664281b
PZ
458 if (!cpt_can_enable_serr_int(dev))
459 return;
460
fee884ed 461 ibx_enable_display_interrupt(dev_priv, SDE_ERROR_CPT);
8664281b 462 } else {
fee884ed 463 ibx_disable_display_interrupt(dev_priv, SDE_ERROR_CPT);
1dd246fb 464
2ae2a50c
DV
465 if (old && I915_READ(SERR_INT) &
466 SERR_INT_TRANS_FIFO_UNDERRUN(pch_transcoder)) {
823c6909
VS
467 DRM_ERROR("uncleared pch fifo underrun on pch transcoder %c\n",
468 transcoder_name(pch_transcoder));
1dd246fb 469 }
8664281b 470 }
8664281b
PZ
471}
472
473/**
474 * intel_set_cpu_fifo_underrun_reporting - enable/disable FIFO underrun messages
475 * @dev: drm device
476 * @pipe: pipe
477 * @enable: true if we want to report FIFO underrun errors, false otherwise
478 *
479 * This function makes us disable or enable CPU fifo underruns for a specific
480 * pipe. Notice that on some Gens (e.g. IVB, HSW), disabling FIFO underrun
481 * reporting for one pipe may also disable all the other CPU error interruts for
482 * the other pipes, due to the fact that there's just one interrupt mask/enable
483 * bit for all the pipes.
484 *
485 * Returns the previous state of underrun reporting.
486 */
c5ab3bc0
DV
487static bool __intel_set_cpu_fifo_underrun_reporting(struct drm_device *dev,
488 enum pipe pipe, bool enable)
8664281b
PZ
489{
490 struct drm_i915_private *dev_priv = dev->dev_private;
491 struct drm_crtc *crtc = dev_priv->pipe_to_crtc_mapping[pipe];
492 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
2ae2a50c 493 bool old;
8664281b 494
77961eb9
ID
495 assert_spin_locked(&dev_priv->irq_lock);
496
2ae2a50c 497 old = !intel_crtc->cpu_fifo_underrun_disabled;
8664281b
PZ
498 intel_crtc->cpu_fifo_underrun_disabled = !enable;
499
e69abff0 500 if (INTEL_INFO(dev)->gen < 5 || IS_VALLEYVIEW(dev))
2ae2a50c 501 i9xx_set_fifo_underrun_reporting(dev, pipe, enable, old);
2d9d2b0b 502 else if (IS_GEN5(dev) || IS_GEN6(dev))
8664281b
PZ
503 ironlake_set_fifo_underrun_reporting(dev, pipe, enable);
504 else if (IS_GEN7(dev))
2ae2a50c 505 ivybridge_set_fifo_underrun_reporting(dev, pipe, enable, old);
38d83c96
DV
506 else if (IS_GEN8(dev))
507 broadwell_set_fifo_underrun_reporting(dev, pipe, enable);
8664281b 508
2ae2a50c 509 return old;
f88d42f1
ID
510}
511
512bool intel_set_cpu_fifo_underrun_reporting(struct drm_device *dev,
513 enum pipe pipe, bool enable)
514{
515 struct drm_i915_private *dev_priv = dev->dev_private;
516 unsigned long flags;
517 bool ret;
518
519 spin_lock_irqsave(&dev_priv->irq_lock, flags);
520 ret = __intel_set_cpu_fifo_underrun_reporting(dev, pipe, enable);
8664281b 521 spin_unlock_irqrestore(&dev_priv->irq_lock, flags);
f88d42f1 522
8664281b
PZ
523 return ret;
524}
525
91d181dd
ID
526static bool __cpu_fifo_underrun_reporting_enabled(struct drm_device *dev,
527 enum pipe pipe)
528{
529 struct drm_i915_private *dev_priv = dev->dev_private;
530 struct drm_crtc *crtc = dev_priv->pipe_to_crtc_mapping[pipe];
531 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
532
533 return !intel_crtc->cpu_fifo_underrun_disabled;
534}
535
8664281b
PZ
536/**
537 * intel_set_pch_fifo_underrun_reporting - enable/disable FIFO underrun messages
538 * @dev: drm device
539 * @pch_transcoder: the PCH transcoder (same as pipe on IVB and older)
540 * @enable: true if we want to report FIFO underrun errors, false otherwise
541 *
542 * This function makes us disable or enable PCH fifo underruns for a specific
543 * PCH transcoder. Notice that on some PCHs (e.g. CPT/PPT), disabling FIFO
544 * underrun reporting for one transcoder may also disable all the other PCH
545 * error interruts for the other transcoders, due to the fact that there's just
546 * one interrupt mask/enable bit for all the transcoders.
547 *
548 * Returns the previous state of underrun reporting.
549 */
550bool intel_set_pch_fifo_underrun_reporting(struct drm_device *dev,
551 enum transcoder pch_transcoder,
552 bool enable)
553{
554 struct drm_i915_private *dev_priv = dev->dev_private;
de28075d
DV
555 struct drm_crtc *crtc = dev_priv->pipe_to_crtc_mapping[pch_transcoder];
556 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
8664281b 557 unsigned long flags;
2ae2a50c 558 bool old;
8664281b 559
de28075d
DV
560 /*
561 * NOTE: Pre-LPT has a fixed cpu pipe -> pch transcoder mapping, but LPT
562 * has only one pch transcoder A that all pipes can use. To avoid racy
563 * pch transcoder -> pipe lookups from interrupt code simply store the
564 * underrun statistics in crtc A. Since we never expose this anywhere
565 * nor use it outside of the fifo underrun code here using the "wrong"
566 * crtc on LPT won't cause issues.
567 */
8664281b
PZ
568
569 spin_lock_irqsave(&dev_priv->irq_lock, flags);
570
2ae2a50c 571 old = !intel_crtc->pch_fifo_underrun_disabled;
8664281b
PZ
572 intel_crtc->pch_fifo_underrun_disabled = !enable;
573
574 if (HAS_PCH_IBX(dev))
de28075d 575 ibx_set_fifo_underrun_reporting(dev, pch_transcoder, enable);
8664281b 576 else
2ae2a50c 577 cpt_set_fifo_underrun_reporting(dev, pch_transcoder, enable, old);
8664281b 578
8664281b 579 spin_unlock_irqrestore(&dev_priv->irq_lock, flags);
2ae2a50c 580 return old;
8664281b
PZ
581}
582
583
b5ea642a 584static void
755e9019
ID
585__i915_enable_pipestat(struct drm_i915_private *dev_priv, enum pipe pipe,
586 u32 enable_mask, u32 status_mask)
7c463586 587{
46c06a30 588 u32 reg = PIPESTAT(pipe);
755e9019 589 u32 pipestat = I915_READ(reg) & PIPESTAT_INT_ENABLE_MASK;
7c463586 590
b79480ba
DV
591 assert_spin_locked(&dev_priv->irq_lock);
592
04feced9
VS
593 if (WARN_ONCE(enable_mask & ~PIPESTAT_INT_ENABLE_MASK ||
594 status_mask & ~PIPESTAT_INT_STATUS_MASK,
595 "pipe %c: enable_mask=0x%x, status_mask=0x%x\n",
596 pipe_name(pipe), enable_mask, status_mask))
755e9019
ID
597 return;
598
599 if ((pipestat & enable_mask) == enable_mask)
46c06a30
VS
600 return;
601
91d181dd
ID
602 dev_priv->pipestat_irq_mask[pipe] |= status_mask;
603
46c06a30 604 /* Enable the interrupt, clear any pending status */
755e9019 605 pipestat |= enable_mask | status_mask;
46c06a30
VS
606 I915_WRITE(reg, pipestat);
607 POSTING_READ(reg);
7c463586
KP
608}
609
b5ea642a 610static void
755e9019
ID
611__i915_disable_pipestat(struct drm_i915_private *dev_priv, enum pipe pipe,
612 u32 enable_mask, u32 status_mask)
7c463586 613{
46c06a30 614 u32 reg = PIPESTAT(pipe);
755e9019 615 u32 pipestat = I915_READ(reg) & PIPESTAT_INT_ENABLE_MASK;
7c463586 616
b79480ba
DV
617 assert_spin_locked(&dev_priv->irq_lock);
618
04feced9
VS
619 if (WARN_ONCE(enable_mask & ~PIPESTAT_INT_ENABLE_MASK ||
620 status_mask & ~PIPESTAT_INT_STATUS_MASK,
621 "pipe %c: enable_mask=0x%x, status_mask=0x%x\n",
622 pipe_name(pipe), enable_mask, status_mask))
46c06a30
VS
623 return;
624
755e9019
ID
625 if ((pipestat & enable_mask) == 0)
626 return;
627
91d181dd
ID
628 dev_priv->pipestat_irq_mask[pipe] &= ~status_mask;
629
755e9019 630 pipestat &= ~enable_mask;
46c06a30
VS
631 I915_WRITE(reg, pipestat);
632 POSTING_READ(reg);
7c463586
KP
633}
634
10c59c51
ID
635static u32 vlv_get_pipestat_enable_mask(struct drm_device *dev, u32 status_mask)
636{
637 u32 enable_mask = status_mask << 16;
638
639 /*
724a6905
VS
640 * On pipe A we don't support the PSR interrupt yet,
641 * on pipe B and C the same bit MBZ.
10c59c51
ID
642 */
643 if (WARN_ON_ONCE(status_mask & PIPE_A_PSR_STATUS_VLV))
644 return 0;
724a6905
VS
645 /*
646 * On pipe B and C we don't support the PSR interrupt yet, on pipe
647 * A the same bit is for perf counters which we don't use either.
648 */
649 if (WARN_ON_ONCE(status_mask & PIPE_B_PSR_STATUS_VLV))
650 return 0;
10c59c51
ID
651
652 enable_mask &= ~(PIPE_FIFO_UNDERRUN_STATUS |
653 SPRITE0_FLIP_DONE_INT_EN_VLV |
654 SPRITE1_FLIP_DONE_INT_EN_VLV);
655 if (status_mask & SPRITE0_FLIP_DONE_INT_STATUS_VLV)
656 enable_mask |= SPRITE0_FLIP_DONE_INT_EN_VLV;
657 if (status_mask & SPRITE1_FLIP_DONE_INT_STATUS_VLV)
658 enable_mask |= SPRITE1_FLIP_DONE_INT_EN_VLV;
659
660 return enable_mask;
661}
662
755e9019
ID
663void
664i915_enable_pipestat(struct drm_i915_private *dev_priv, enum pipe pipe,
665 u32 status_mask)
666{
667 u32 enable_mask;
668
10c59c51
ID
669 if (IS_VALLEYVIEW(dev_priv->dev))
670 enable_mask = vlv_get_pipestat_enable_mask(dev_priv->dev,
671 status_mask);
672 else
673 enable_mask = status_mask << 16;
755e9019
ID
674 __i915_enable_pipestat(dev_priv, pipe, enable_mask, status_mask);
675}
676
677void
678i915_disable_pipestat(struct drm_i915_private *dev_priv, enum pipe pipe,
679 u32 status_mask)
680{
681 u32 enable_mask;
682
10c59c51
ID
683 if (IS_VALLEYVIEW(dev_priv->dev))
684 enable_mask = vlv_get_pipestat_enable_mask(dev_priv->dev,
685 status_mask);
686 else
687 enable_mask = status_mask << 16;
755e9019
ID
688 __i915_disable_pipestat(dev_priv, pipe, enable_mask, status_mask);
689}
690
01c66889 691/**
f49e38dd 692 * i915_enable_asle_pipestat - enable ASLE pipestat for OpRegion
01c66889 693 */
f49e38dd 694static void i915_enable_asle_pipestat(struct drm_device *dev)
01c66889 695{
2d1013dd 696 struct drm_i915_private *dev_priv = dev->dev_private;
1ec14ad3
CW
697 unsigned long irqflags;
698
f49e38dd
JN
699 if (!dev_priv->opregion.asle || !IS_MOBILE(dev))
700 return;
701
1ec14ad3 702 spin_lock_irqsave(&dev_priv->irq_lock, irqflags);
01c66889 703
755e9019 704 i915_enable_pipestat(dev_priv, PIPE_B, PIPE_LEGACY_BLC_EVENT_STATUS);
f898780b 705 if (INTEL_INFO(dev)->gen >= 4)
3b6c42e8 706 i915_enable_pipestat(dev_priv, PIPE_A,
755e9019 707 PIPE_LEGACY_BLC_EVENT_STATUS);
1ec14ad3
CW
708
709 spin_unlock_irqrestore(&dev_priv->irq_lock, irqflags);
01c66889
ZY
710}
711
0a3e67a4
JB
712/**
713 * i915_pipe_enabled - check if a pipe is enabled
714 * @dev: DRM device
715 * @pipe: pipe to check
716 *
717 * Reading certain registers when the pipe is disabled can hang the chip.
718 * Use this routine to make sure the PLL is running and the pipe is active
719 * before reading such registers if unsure.
720 */
721static int
722i915_pipe_enabled(struct drm_device *dev, int pipe)
723{
2d1013dd 724 struct drm_i915_private *dev_priv = dev->dev_private;
702e7a56 725
a01025af
DV
726 if (drm_core_check_feature(dev, DRIVER_MODESET)) {
727 /* Locking is horribly broken here, but whatever. */
728 struct drm_crtc *crtc = dev_priv->pipe_to_crtc_mapping[pipe];
729 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
71f8ba6b 730
a01025af
DV
731 return intel_crtc->active;
732 } else {
733 return I915_READ(PIPECONF(pipe)) & PIPECONF_ENABLE;
734 }
0a3e67a4
JB
735}
736
f75f3746
VS
737/*
738 * This timing diagram depicts the video signal in and
739 * around the vertical blanking period.
740 *
741 * Assumptions about the fictitious mode used in this example:
742 * vblank_start >= 3
743 * vsync_start = vblank_start + 1
744 * vsync_end = vblank_start + 2
745 * vtotal = vblank_start + 3
746 *
747 * start of vblank:
748 * latch double buffered registers
749 * increment frame counter (ctg+)
750 * generate start of vblank interrupt (gen4+)
751 * |
752 * | frame start:
753 * | generate frame start interrupt (aka. vblank interrupt) (gmch)
754 * | may be shifted forward 1-3 extra lines via PIPECONF
755 * | |
756 * | | start of vsync:
757 * | | generate vsync interrupt
758 * | | |
759 * ___xxxx___ ___xxxx___ ___xxxx___ ___xxxx___ ___xxxx___ ___xxxx
760 * . \hs/ . \hs/ \hs/ \hs/ . \hs/
761 * ----va---> <-----------------vb--------------------> <--------va-------------
762 * | | <----vs-----> |
763 * -vbs-----> <---vbs+1---> <---vbs+2---> <-----0-----> <-----1-----> <-----2--- (scanline counter gen2)
764 * -vbs-2---> <---vbs-1---> <---vbs-----> <---vbs+1---> <---vbs+2---> <-----0--- (scanline counter gen3+)
765 * -vbs-2---> <---vbs-2---> <---vbs-1---> <---vbs-----> <---vbs+1---> <---vbs+2- (scanline counter hsw+ hdmi)
766 * | | |
767 * last visible pixel first visible pixel
768 * | increment frame counter (gen3/4)
769 * pixel counter = vblank_start * htotal pixel counter = 0 (gen3/4)
770 *
771 * x = horizontal active
772 * _ = horizontal blanking
773 * hs = horizontal sync
774 * va = vertical active
775 * vb = vertical blanking
776 * vs = vertical sync
777 * vbs = vblank_start (number)
778 *
779 * Summary:
780 * - most events happen at the start of horizontal sync
781 * - frame start happens at the start of horizontal blank, 1-4 lines
782 * (depending on PIPECONF settings) after the start of vblank
783 * - gen3/4 pixel and frame counter are synchronized with the start
784 * of horizontal active on the first line of vertical active
785 */
786
4cdb83ec
VS
787static u32 i8xx_get_vblank_counter(struct drm_device *dev, int pipe)
788{
789 /* Gen2 doesn't have a hardware frame counter */
790 return 0;
791}
792
42f52ef8
KP
793/* Called from drm generic code, passed a 'crtc', which
794 * we use as a pipe index
795 */
f71d4af4 796static u32 i915_get_vblank_counter(struct drm_device *dev, int pipe)
0a3e67a4 797{
2d1013dd 798 struct drm_i915_private *dev_priv = dev->dev_private;
0a3e67a4
JB
799 unsigned long high_frame;
800 unsigned long low_frame;
0b2a8e09 801 u32 high1, high2, low, pixel, vbl_start, hsync_start, htotal;
0a3e67a4
JB
802
803 if (!i915_pipe_enabled(dev, pipe)) {
44d98a61 804 DRM_DEBUG_DRIVER("trying to get vblank count for disabled "
9db4a9c7 805 "pipe %c\n", pipe_name(pipe));
0a3e67a4
JB
806 return 0;
807 }
808
391f75e2
VS
809 if (drm_core_check_feature(dev, DRIVER_MODESET)) {
810 struct intel_crtc *intel_crtc =
811 to_intel_crtc(dev_priv->pipe_to_crtc_mapping[pipe]);
812 const struct drm_display_mode *mode =
813 &intel_crtc->config.adjusted_mode;
814
0b2a8e09
VS
815 htotal = mode->crtc_htotal;
816 hsync_start = mode->crtc_hsync_start;
817 vbl_start = mode->crtc_vblank_start;
818 if (mode->flags & DRM_MODE_FLAG_INTERLACE)
819 vbl_start = DIV_ROUND_UP(vbl_start, 2);
391f75e2 820 } else {
a2d213dd 821 enum transcoder cpu_transcoder = (enum transcoder) pipe;
391f75e2
VS
822
823 htotal = ((I915_READ(HTOTAL(cpu_transcoder)) >> 16) & 0x1fff) + 1;
0b2a8e09 824 hsync_start = (I915_READ(HSYNC(cpu_transcoder)) & 0x1fff) + 1;
391f75e2 825 vbl_start = (I915_READ(VBLANK(cpu_transcoder)) & 0x1fff) + 1;
0b2a8e09
VS
826 if ((I915_READ(PIPECONF(cpu_transcoder)) &
827 PIPECONF_INTERLACE_MASK) != PIPECONF_PROGRESSIVE)
828 vbl_start = DIV_ROUND_UP(vbl_start, 2);
391f75e2
VS
829 }
830
0b2a8e09
VS
831 /* Convert to pixel count */
832 vbl_start *= htotal;
833
834 /* Start of vblank event occurs at start of hsync */
835 vbl_start -= htotal - hsync_start;
836
9db4a9c7
JB
837 high_frame = PIPEFRAME(pipe);
838 low_frame = PIPEFRAMEPIXEL(pipe);
5eddb70b 839
0a3e67a4
JB
840 /*
841 * High & low register fields aren't synchronized, so make sure
842 * we get a low value that's stable across two reads of the high
843 * register.
844 */
845 do {
5eddb70b 846 high1 = I915_READ(high_frame) & PIPE_FRAME_HIGH_MASK;
391f75e2 847 low = I915_READ(low_frame);
5eddb70b 848 high2 = I915_READ(high_frame) & PIPE_FRAME_HIGH_MASK;
0a3e67a4
JB
849 } while (high1 != high2);
850
5eddb70b 851 high1 >>= PIPE_FRAME_HIGH_SHIFT;
391f75e2 852 pixel = low & PIPE_PIXEL_MASK;
5eddb70b 853 low >>= PIPE_FRAME_LOW_SHIFT;
391f75e2
VS
854
855 /*
856 * The frame counter increments at beginning of active.
857 * Cook up a vblank counter by also checking the pixel
858 * counter against vblank start.
859 */
edc08d0a 860 return (((high1 << 8) | low) + (pixel >= vbl_start)) & 0xffffff;
0a3e67a4
JB
861}
862
f71d4af4 863static u32 gm45_get_vblank_counter(struct drm_device *dev, int pipe)
9880b7a5 864{
2d1013dd 865 struct drm_i915_private *dev_priv = dev->dev_private;
9db4a9c7 866 int reg = PIPE_FRMCOUNT_GM45(pipe);
9880b7a5
JB
867
868 if (!i915_pipe_enabled(dev, pipe)) {
44d98a61 869 DRM_DEBUG_DRIVER("trying to get vblank count for disabled "
9db4a9c7 870 "pipe %c\n", pipe_name(pipe));
9880b7a5
JB
871 return 0;
872 }
873
874 return I915_READ(reg);
875}
876
ad3543ed
MK
877/* raw reads, only for fast reads of display block, no need for forcewake etc. */
878#define __raw_i915_read32(dev_priv__, reg__) readl((dev_priv__)->regs + (reg__))
ad3543ed 879
a225f079
VS
880static int __intel_get_crtc_scanline(struct intel_crtc *crtc)
881{
882 struct drm_device *dev = crtc->base.dev;
883 struct drm_i915_private *dev_priv = dev->dev_private;
884 const struct drm_display_mode *mode = &crtc->config.adjusted_mode;
885 enum pipe pipe = crtc->pipe;
80715b2f 886 int position, vtotal;
a225f079 887
80715b2f 888 vtotal = mode->crtc_vtotal;
a225f079
VS
889 if (mode->flags & DRM_MODE_FLAG_INTERLACE)
890 vtotal /= 2;
891
892 if (IS_GEN2(dev))
893 position = __raw_i915_read32(dev_priv, PIPEDSL(pipe)) & DSL_LINEMASK_GEN2;
894 else
895 position = __raw_i915_read32(dev_priv, PIPEDSL(pipe)) & DSL_LINEMASK_GEN3;
896
897 /*
80715b2f
VS
898 * See update_scanline_offset() for the details on the
899 * scanline_offset adjustment.
a225f079 900 */
80715b2f 901 return (position + crtc->scanline_offset) % vtotal;
a225f079
VS
902}
903
f71d4af4 904static int i915_get_crtc_scanoutpos(struct drm_device *dev, int pipe,
abca9e45
VS
905 unsigned int flags, int *vpos, int *hpos,
906 ktime_t *stime, ktime_t *etime)
0af7e4df 907{
c2baf4b7
VS
908 struct drm_i915_private *dev_priv = dev->dev_private;
909 struct drm_crtc *crtc = dev_priv->pipe_to_crtc_mapping[pipe];
910 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
911 const struct drm_display_mode *mode = &intel_crtc->config.adjusted_mode;
3aa18df8 912 int position;
78e8fc6b 913 int vbl_start, vbl_end, hsync_start, htotal, vtotal;
0af7e4df
MK
914 bool in_vbl = true;
915 int ret = 0;
ad3543ed 916 unsigned long irqflags;
0af7e4df 917
c2baf4b7 918 if (!intel_crtc->active) {
0af7e4df 919 DRM_DEBUG_DRIVER("trying to get scanoutpos for disabled "
9db4a9c7 920 "pipe %c\n", pipe_name(pipe));
0af7e4df
MK
921 return 0;
922 }
923
c2baf4b7 924 htotal = mode->crtc_htotal;
78e8fc6b 925 hsync_start = mode->crtc_hsync_start;
c2baf4b7
VS
926 vtotal = mode->crtc_vtotal;
927 vbl_start = mode->crtc_vblank_start;
928 vbl_end = mode->crtc_vblank_end;
0af7e4df 929
d31faf65
VS
930 if (mode->flags & DRM_MODE_FLAG_INTERLACE) {
931 vbl_start = DIV_ROUND_UP(vbl_start, 2);
932 vbl_end /= 2;
933 vtotal /= 2;
934 }
935
c2baf4b7
VS
936 ret |= DRM_SCANOUTPOS_VALID | DRM_SCANOUTPOS_ACCURATE;
937
ad3543ed
MK
938 /*
939 * Lock uncore.lock, as we will do multiple timing critical raw
940 * register reads, potentially with preemption disabled, so the
941 * following code must not block on uncore.lock.
942 */
943 spin_lock_irqsave(&dev_priv->uncore.lock, irqflags);
78e8fc6b 944
ad3543ed
MK
945 /* preempt_disable_rt() should go right here in PREEMPT_RT patchset. */
946
947 /* Get optional system timestamp before query. */
948 if (stime)
949 *stime = ktime_get();
950
7c06b08a 951 if (IS_GEN2(dev) || IS_G4X(dev) || INTEL_INFO(dev)->gen >= 5) {
0af7e4df
MK
952 /* No obvious pixelcount register. Only query vertical
953 * scanout position from Display scan line register.
954 */
a225f079 955 position = __intel_get_crtc_scanline(intel_crtc);
0af7e4df
MK
956 } else {
957 /* Have access to pixelcount since start of frame.
958 * We can split this into vertical and horizontal
959 * scanout position.
960 */
ad3543ed 961 position = (__raw_i915_read32(dev_priv, PIPEFRAMEPIXEL(pipe)) & PIPE_PIXEL_MASK) >> PIPE_PIXEL_SHIFT;
0af7e4df 962
3aa18df8
VS
963 /* convert to pixel counts */
964 vbl_start *= htotal;
965 vbl_end *= htotal;
966 vtotal *= htotal;
78e8fc6b 967
7e78f1cb
VS
968 /*
969 * In interlaced modes, the pixel counter counts all pixels,
970 * so one field will have htotal more pixels. In order to avoid
971 * the reported position from jumping backwards when the pixel
972 * counter is beyond the length of the shorter field, just
973 * clamp the position the length of the shorter field. This
974 * matches how the scanline counter based position works since
975 * the scanline counter doesn't count the two half lines.
976 */
977 if (position >= vtotal)
978 position = vtotal - 1;
979
78e8fc6b
VS
980 /*
981 * Start of vblank interrupt is triggered at start of hsync,
982 * just prior to the first active line of vblank. However we
983 * consider lines to start at the leading edge of horizontal
984 * active. So, should we get here before we've crossed into
985 * the horizontal active of the first line in vblank, we would
986 * not set the DRM_SCANOUTPOS_INVBL flag. In order to fix that,
987 * always add htotal-hsync_start to the current pixel position.
988 */
989 position = (position + htotal - hsync_start) % vtotal;
0af7e4df
MK
990 }
991
ad3543ed
MK
992 /* Get optional system timestamp after query. */
993 if (etime)
994 *etime = ktime_get();
995
996 /* preempt_enable_rt() should go right here in PREEMPT_RT patchset. */
997
998 spin_unlock_irqrestore(&dev_priv->uncore.lock, irqflags);
999
3aa18df8
VS
1000 in_vbl = position >= vbl_start && position < vbl_end;
1001
1002 /*
1003 * While in vblank, position will be negative
1004 * counting up towards 0 at vbl_end. And outside
1005 * vblank, position will be positive counting
1006 * up since vbl_end.
1007 */
1008 if (position >= vbl_start)
1009 position -= vbl_end;
1010 else
1011 position += vtotal - vbl_end;
0af7e4df 1012
7c06b08a 1013 if (IS_GEN2(dev) || IS_G4X(dev) || INTEL_INFO(dev)->gen >= 5) {
3aa18df8
VS
1014 *vpos = position;
1015 *hpos = 0;
1016 } else {
1017 *vpos = position / htotal;
1018 *hpos = position - (*vpos * htotal);
1019 }
0af7e4df 1020
0af7e4df
MK
1021 /* In vblank? */
1022 if (in_vbl)
1023 ret |= DRM_SCANOUTPOS_INVBL;
1024
1025 return ret;
1026}
1027
a225f079
VS
1028int intel_get_crtc_scanline(struct intel_crtc *crtc)
1029{
1030 struct drm_i915_private *dev_priv = crtc->base.dev->dev_private;
1031 unsigned long irqflags;
1032 int position;
1033
1034 spin_lock_irqsave(&dev_priv->uncore.lock, irqflags);
1035 position = __intel_get_crtc_scanline(crtc);
1036 spin_unlock_irqrestore(&dev_priv->uncore.lock, irqflags);
1037
1038 return position;
1039}
1040
f71d4af4 1041static int i915_get_vblank_timestamp(struct drm_device *dev, int pipe,
0af7e4df
MK
1042 int *max_error,
1043 struct timeval *vblank_time,
1044 unsigned flags)
1045{
4041b853 1046 struct drm_crtc *crtc;
0af7e4df 1047
7eb552ae 1048 if (pipe < 0 || pipe >= INTEL_INFO(dev)->num_pipes) {
4041b853 1049 DRM_ERROR("Invalid crtc %d\n", pipe);
0af7e4df
MK
1050 return -EINVAL;
1051 }
1052
1053 /* Get drm_crtc to timestamp: */
4041b853
CW
1054 crtc = intel_get_crtc_for_pipe(dev, pipe);
1055 if (crtc == NULL) {
1056 DRM_ERROR("Invalid crtc %d\n", pipe);
1057 return -EINVAL;
1058 }
1059
1060 if (!crtc->enabled) {
1061 DRM_DEBUG_KMS("crtc %d is disabled\n", pipe);
1062 return -EBUSY;
1063 }
0af7e4df
MK
1064
1065 /* Helper routine in DRM core does all the work: */
4041b853
CW
1066 return drm_calc_vbltimestamp_from_scanoutpos(dev, pipe, max_error,
1067 vblank_time, flags,
7da903ef
VS
1068 crtc,
1069 &to_intel_crtc(crtc)->config.adjusted_mode);
0af7e4df
MK
1070}
1071
67c347ff
JN
1072static bool intel_hpd_irq_event(struct drm_device *dev,
1073 struct drm_connector *connector)
321a1b30
EE
1074{
1075 enum drm_connector_status old_status;
1076
1077 WARN_ON(!mutex_is_locked(&dev->mode_config.mutex));
1078 old_status = connector->status;
1079
1080 connector->status = connector->funcs->detect(connector, false);
67c347ff
JN
1081 if (old_status == connector->status)
1082 return false;
1083
1084 DRM_DEBUG_KMS("[CONNECTOR:%d:%s] status updated from %s to %s\n",
321a1b30 1085 connector->base.id,
c23cc417 1086 connector->name,
67c347ff
JN
1087 drm_get_connector_status_name(old_status),
1088 drm_get_connector_status_name(connector->status));
1089
1090 return true;
321a1b30
EE
1091}
1092
5ca58282
JB
1093/*
1094 * Handle hotplug events outside the interrupt handler proper.
1095 */
ac4c16c5
EE
1096#define I915_REENABLE_HOTPLUG_DELAY (2*60*1000)
1097
5ca58282
JB
1098static void i915_hotplug_work_func(struct work_struct *work)
1099{
2d1013dd
JN
1100 struct drm_i915_private *dev_priv =
1101 container_of(work, struct drm_i915_private, hotplug_work);
5ca58282 1102 struct drm_device *dev = dev_priv->dev;
c31c4ba3 1103 struct drm_mode_config *mode_config = &dev->mode_config;
cd569aed
EE
1104 struct intel_connector *intel_connector;
1105 struct intel_encoder *intel_encoder;
1106 struct drm_connector *connector;
1107 unsigned long irqflags;
1108 bool hpd_disabled = false;
321a1b30 1109 bool changed = false;
142e2398 1110 u32 hpd_event_bits;
4ef69c7a 1111
52d7eced
DV
1112 /* HPD irq before everything is fully set up. */
1113 if (!dev_priv->enable_hotplug_processing)
1114 return;
1115
a65e34c7 1116 mutex_lock(&mode_config->mutex);
e67189ab
JB
1117 DRM_DEBUG_KMS("running encoder hotplug functions\n");
1118
cd569aed 1119 spin_lock_irqsave(&dev_priv->irq_lock, irqflags);
142e2398
EE
1120
1121 hpd_event_bits = dev_priv->hpd_event_bits;
1122 dev_priv->hpd_event_bits = 0;
cd569aed
EE
1123 list_for_each_entry(connector, &mode_config->connector_list, head) {
1124 intel_connector = to_intel_connector(connector);
1125 intel_encoder = intel_connector->encoder;
1126 if (intel_encoder->hpd_pin > HPD_NONE &&
1127 dev_priv->hpd_stats[intel_encoder->hpd_pin].hpd_mark == HPD_MARK_DISABLED &&
1128 connector->polled == DRM_CONNECTOR_POLL_HPD) {
1129 DRM_INFO("HPD interrupt storm detected on connector %s: "
1130 "switching from hotplug detection to polling\n",
c23cc417 1131 connector->name);
cd569aed
EE
1132 dev_priv->hpd_stats[intel_encoder->hpd_pin].hpd_mark = HPD_DISABLED;
1133 connector->polled = DRM_CONNECTOR_POLL_CONNECT
1134 | DRM_CONNECTOR_POLL_DISCONNECT;
1135 hpd_disabled = true;
1136 }
142e2398
EE
1137 if (hpd_event_bits & (1 << intel_encoder->hpd_pin)) {
1138 DRM_DEBUG_KMS("Connector %s (pin %i) received hotplug event.\n",
c23cc417 1139 connector->name, intel_encoder->hpd_pin);
142e2398 1140 }
cd569aed
EE
1141 }
1142 /* if there were no outputs to poll, poll was disabled,
1143 * therefore make sure it's enabled when disabling HPD on
1144 * some connectors */
ac4c16c5 1145 if (hpd_disabled) {
cd569aed 1146 drm_kms_helper_poll_enable(dev);
ac4c16c5
EE
1147 mod_timer(&dev_priv->hotplug_reenable_timer,
1148 jiffies + msecs_to_jiffies(I915_REENABLE_HOTPLUG_DELAY));
1149 }
cd569aed
EE
1150
1151 spin_unlock_irqrestore(&dev_priv->irq_lock, irqflags);
1152
321a1b30
EE
1153 list_for_each_entry(connector, &mode_config->connector_list, head) {
1154 intel_connector = to_intel_connector(connector);
1155 intel_encoder = intel_connector->encoder;
1156 if (hpd_event_bits & (1 << intel_encoder->hpd_pin)) {
1157 if (intel_encoder->hot_plug)
1158 intel_encoder->hot_plug(intel_encoder);
1159 if (intel_hpd_irq_event(dev, connector))
1160 changed = true;
1161 }
1162 }
40ee3381
KP
1163 mutex_unlock(&mode_config->mutex);
1164
321a1b30
EE
1165 if (changed)
1166 drm_kms_helper_hotplug_event(dev);
5ca58282
JB
1167}
1168
3ca1cced
VS
1169static void intel_hpd_irq_uninstall(struct drm_i915_private *dev_priv)
1170{
1171 del_timer_sync(&dev_priv->hotplug_reenable_timer);
1172}
1173
d0ecd7e2 1174static void ironlake_rps_change_irq_handler(struct drm_device *dev)
f97108d1 1175{
2d1013dd 1176 struct drm_i915_private *dev_priv = dev->dev_private;
b5b72e89 1177 u32 busy_up, busy_down, max_avg, min_avg;
9270388e 1178 u8 new_delay;
9270388e 1179
d0ecd7e2 1180 spin_lock(&mchdev_lock);
f97108d1 1181
73edd18f
DV
1182 I915_WRITE16(MEMINTRSTS, I915_READ(MEMINTRSTS));
1183
20e4d407 1184 new_delay = dev_priv->ips.cur_delay;
9270388e 1185
7648fa99 1186 I915_WRITE16(MEMINTRSTS, MEMINT_EVAL_CHG);
b5b72e89
MG
1187 busy_up = I915_READ(RCPREVBSYTUPAVG);
1188 busy_down = I915_READ(RCPREVBSYTDNAVG);
f97108d1
JB
1189 max_avg = I915_READ(RCBMAXAVG);
1190 min_avg = I915_READ(RCBMINAVG);
1191
1192 /* Handle RCS change request from hw */
b5b72e89 1193 if (busy_up > max_avg) {
20e4d407
DV
1194 if (dev_priv->ips.cur_delay != dev_priv->ips.max_delay)
1195 new_delay = dev_priv->ips.cur_delay - 1;
1196 if (new_delay < dev_priv->ips.max_delay)
1197 new_delay = dev_priv->ips.max_delay;
b5b72e89 1198 } else if (busy_down < min_avg) {
20e4d407
DV
1199 if (dev_priv->ips.cur_delay != dev_priv->ips.min_delay)
1200 new_delay = dev_priv->ips.cur_delay + 1;
1201 if (new_delay > dev_priv->ips.min_delay)
1202 new_delay = dev_priv->ips.min_delay;
f97108d1
JB
1203 }
1204
7648fa99 1205 if (ironlake_set_drps(dev, new_delay))
20e4d407 1206 dev_priv->ips.cur_delay = new_delay;
f97108d1 1207
d0ecd7e2 1208 spin_unlock(&mchdev_lock);
9270388e 1209
f97108d1
JB
1210 return;
1211}
1212
549f7365 1213static void notify_ring(struct drm_device *dev,
a4872ba6 1214 struct intel_engine_cs *ring)
549f7365 1215{
93b0a4e0 1216 if (!intel_ring_initialized(ring))
475553de
CW
1217 return;
1218
814e9b57 1219 trace_i915_gem_request_complete(ring);
9862e600 1220
549f7365 1221 wake_up_all(&ring->irq_queue);
10cd45b6 1222 i915_queue_hangcheck(dev);
549f7365
CW
1223}
1224
4912d041 1225static void gen6_pm_rps_work(struct work_struct *work)
3b8d8d91 1226{
2d1013dd
JN
1227 struct drm_i915_private *dev_priv =
1228 container_of(work, struct drm_i915_private, rps.work);
edbfdb45 1229 u32 pm_iir;
dd75fdc8 1230 int new_delay, adj;
4912d041 1231
59cdb63d 1232 spin_lock_irq(&dev_priv->irq_lock);
c6a828d3
DV
1233 pm_iir = dev_priv->rps.pm_iir;
1234 dev_priv->rps.pm_iir = 0;
0961021a
BW
1235 if (IS_BROADWELL(dev_priv->dev))
1236 bdw_enable_pm_irq(dev_priv, dev_priv->pm_rps_events);
1237 else {
1238 /* Make sure not to corrupt PMIMR state used by ringbuffer */
1239 snb_enable_pm_irq(dev_priv, dev_priv->pm_rps_events);
1240 }
59cdb63d 1241 spin_unlock_irq(&dev_priv->irq_lock);
3b8d8d91 1242
60611c13 1243 /* Make sure we didn't queue anything we're not going to process. */
a6706b45 1244 WARN_ON(pm_iir & ~dev_priv->pm_rps_events);
60611c13 1245
a6706b45 1246 if ((pm_iir & dev_priv->pm_rps_events) == 0)
3b8d8d91
JB
1247 return;
1248
4fc688ce 1249 mutex_lock(&dev_priv->rps.hw_lock);
7b9e0ae6 1250
dd75fdc8 1251 adj = dev_priv->rps.last_adj;
7425034a 1252 if (pm_iir & GEN6_PM_RP_UP_THRESHOLD) {
dd75fdc8
CW
1253 if (adj > 0)
1254 adj *= 2;
1255 else
1256 adj = 1;
b39fb297 1257 new_delay = dev_priv->rps.cur_freq + adj;
7425034a
VS
1258
1259 /*
1260 * For better performance, jump directly
1261 * to RPe if we're below it.
1262 */
b39fb297
BW
1263 if (new_delay < dev_priv->rps.efficient_freq)
1264 new_delay = dev_priv->rps.efficient_freq;
dd75fdc8 1265 } else if (pm_iir & GEN6_PM_RP_DOWN_TIMEOUT) {
b39fb297
BW
1266 if (dev_priv->rps.cur_freq > dev_priv->rps.efficient_freq)
1267 new_delay = dev_priv->rps.efficient_freq;
dd75fdc8 1268 else
b39fb297 1269 new_delay = dev_priv->rps.min_freq_softlimit;
dd75fdc8
CW
1270 adj = 0;
1271 } else if (pm_iir & GEN6_PM_RP_DOWN_THRESHOLD) {
1272 if (adj < 0)
1273 adj *= 2;
1274 else
1275 adj = -1;
b39fb297 1276 new_delay = dev_priv->rps.cur_freq + adj;
dd75fdc8 1277 } else { /* unknown event */
b39fb297 1278 new_delay = dev_priv->rps.cur_freq;
dd75fdc8 1279 }
3b8d8d91 1280
79249636
BW
1281 /* sysfs frequency interfaces may have snuck in while servicing the
1282 * interrupt
1283 */
1272e7b8 1284 new_delay = clamp_t(int, new_delay,
b39fb297
BW
1285 dev_priv->rps.min_freq_softlimit,
1286 dev_priv->rps.max_freq_softlimit);
27544369 1287
b39fb297 1288 dev_priv->rps.last_adj = new_delay - dev_priv->rps.cur_freq;
dd75fdc8
CW
1289
1290 if (IS_VALLEYVIEW(dev_priv->dev))
1291 valleyview_set_rps(dev_priv->dev, new_delay);
1292 else
1293 gen6_set_rps(dev_priv->dev, new_delay);
3b8d8d91 1294
4fc688ce 1295 mutex_unlock(&dev_priv->rps.hw_lock);
3b8d8d91
JB
1296}
1297
e3689190
BW
1298
1299/**
1300 * ivybridge_parity_work - Workqueue called when a parity error interrupt
1301 * occurred.
1302 * @work: workqueue struct
1303 *
1304 * Doesn't actually do anything except notify userspace. As a consequence of
1305 * this event, userspace should try to remap the bad rows since statistically
1306 * it is likely the same row is more likely to go bad again.
1307 */
1308static void ivybridge_parity_work(struct work_struct *work)
1309{
2d1013dd
JN
1310 struct drm_i915_private *dev_priv =
1311 container_of(work, struct drm_i915_private, l3_parity.error_work);
e3689190 1312 u32 error_status, row, bank, subbank;
35a85ac6 1313 char *parity_event[6];
e3689190
BW
1314 uint32_t misccpctl;
1315 unsigned long flags;
35a85ac6 1316 uint8_t slice = 0;
e3689190
BW
1317
1318 /* We must turn off DOP level clock gating to access the L3 registers.
1319 * In order to prevent a get/put style interface, acquire struct mutex
1320 * any time we access those registers.
1321 */
1322 mutex_lock(&dev_priv->dev->struct_mutex);
1323
35a85ac6
BW
1324 /* If we've screwed up tracking, just let the interrupt fire again */
1325 if (WARN_ON(!dev_priv->l3_parity.which_slice))
1326 goto out;
1327
e3689190
BW
1328 misccpctl = I915_READ(GEN7_MISCCPCTL);
1329 I915_WRITE(GEN7_MISCCPCTL, misccpctl & ~GEN7_DOP_CLOCK_GATE_ENABLE);
1330 POSTING_READ(GEN7_MISCCPCTL);
1331
35a85ac6
BW
1332 while ((slice = ffs(dev_priv->l3_parity.which_slice)) != 0) {
1333 u32 reg;
e3689190 1334
35a85ac6
BW
1335 slice--;
1336 if (WARN_ON_ONCE(slice >= NUM_L3_SLICES(dev_priv->dev)))
1337 break;
e3689190 1338
35a85ac6 1339 dev_priv->l3_parity.which_slice &= ~(1<<slice);
e3689190 1340
35a85ac6 1341 reg = GEN7_L3CDERRST1 + (slice * 0x200);
e3689190 1342
35a85ac6
BW
1343 error_status = I915_READ(reg);
1344 row = GEN7_PARITY_ERROR_ROW(error_status);
1345 bank = GEN7_PARITY_ERROR_BANK(error_status);
1346 subbank = GEN7_PARITY_ERROR_SUBBANK(error_status);
1347
1348 I915_WRITE(reg, GEN7_PARITY_ERROR_VALID | GEN7_L3CDERRST1_ENABLE);
1349 POSTING_READ(reg);
1350
1351 parity_event[0] = I915_L3_PARITY_UEVENT "=1";
1352 parity_event[1] = kasprintf(GFP_KERNEL, "ROW=%d", row);
1353 parity_event[2] = kasprintf(GFP_KERNEL, "BANK=%d", bank);
1354 parity_event[3] = kasprintf(GFP_KERNEL, "SUBBANK=%d", subbank);
1355 parity_event[4] = kasprintf(GFP_KERNEL, "SLICE=%d", slice);
1356 parity_event[5] = NULL;
1357
5bdebb18 1358 kobject_uevent_env(&dev_priv->dev->primary->kdev->kobj,
35a85ac6 1359 KOBJ_CHANGE, parity_event);
e3689190 1360
35a85ac6
BW
1361 DRM_DEBUG("Parity error: Slice = %d, Row = %d, Bank = %d, Sub bank = %d.\n",
1362 slice, row, bank, subbank);
e3689190 1363
35a85ac6
BW
1364 kfree(parity_event[4]);
1365 kfree(parity_event[3]);
1366 kfree(parity_event[2]);
1367 kfree(parity_event[1]);
1368 }
e3689190 1369
35a85ac6 1370 I915_WRITE(GEN7_MISCCPCTL, misccpctl);
e3689190 1371
35a85ac6
BW
1372out:
1373 WARN_ON(dev_priv->l3_parity.which_slice);
1374 spin_lock_irqsave(&dev_priv->irq_lock, flags);
1375 ilk_enable_gt_irq(dev_priv, GT_PARITY_ERROR(dev_priv->dev));
1376 spin_unlock_irqrestore(&dev_priv->irq_lock, flags);
1377
1378 mutex_unlock(&dev_priv->dev->struct_mutex);
e3689190
BW
1379}
1380
35a85ac6 1381static void ivybridge_parity_error_irq_handler(struct drm_device *dev, u32 iir)
e3689190 1382{
2d1013dd 1383 struct drm_i915_private *dev_priv = dev->dev_private;
e3689190 1384
040d2baa 1385 if (!HAS_L3_DPF(dev))
e3689190
BW
1386 return;
1387
d0ecd7e2 1388 spin_lock(&dev_priv->irq_lock);
35a85ac6 1389 ilk_disable_gt_irq(dev_priv, GT_PARITY_ERROR(dev));
d0ecd7e2 1390 spin_unlock(&dev_priv->irq_lock);
e3689190 1391
35a85ac6
BW
1392 iir &= GT_PARITY_ERROR(dev);
1393 if (iir & GT_RENDER_L3_PARITY_ERROR_INTERRUPT_S1)
1394 dev_priv->l3_parity.which_slice |= 1 << 1;
1395
1396 if (iir & GT_RENDER_L3_PARITY_ERROR_INTERRUPT)
1397 dev_priv->l3_parity.which_slice |= 1 << 0;
1398
a4da4fa4 1399 queue_work(dev_priv->wq, &dev_priv->l3_parity.error_work);
e3689190
BW
1400}
1401
f1af8fc1
PZ
1402static void ilk_gt_irq_handler(struct drm_device *dev,
1403 struct drm_i915_private *dev_priv,
1404 u32 gt_iir)
1405{
1406 if (gt_iir &
1407 (GT_RENDER_USER_INTERRUPT | GT_RENDER_PIPECTL_NOTIFY_INTERRUPT))
1408 notify_ring(dev, &dev_priv->ring[RCS]);
1409 if (gt_iir & ILK_BSD_USER_INTERRUPT)
1410 notify_ring(dev, &dev_priv->ring[VCS]);
1411}
1412
e7b4c6b1
DV
1413static void snb_gt_irq_handler(struct drm_device *dev,
1414 struct drm_i915_private *dev_priv,
1415 u32 gt_iir)
1416{
1417
cc609d5d
BW
1418 if (gt_iir &
1419 (GT_RENDER_USER_INTERRUPT | GT_RENDER_PIPECTL_NOTIFY_INTERRUPT))
e7b4c6b1 1420 notify_ring(dev, &dev_priv->ring[RCS]);
cc609d5d 1421 if (gt_iir & GT_BSD_USER_INTERRUPT)
e7b4c6b1 1422 notify_ring(dev, &dev_priv->ring[VCS]);
cc609d5d 1423 if (gt_iir & GT_BLT_USER_INTERRUPT)
e7b4c6b1
DV
1424 notify_ring(dev, &dev_priv->ring[BCS]);
1425
cc609d5d
BW
1426 if (gt_iir & (GT_BLT_CS_ERROR_INTERRUPT |
1427 GT_BSD_CS_ERROR_INTERRUPT |
1428 GT_RENDER_CS_MASTER_ERROR_INTERRUPT)) {
58174462
MK
1429 i915_handle_error(dev, false, "GT error interrupt 0x%08x",
1430 gt_iir);
e7b4c6b1 1431 }
e3689190 1432
35a85ac6
BW
1433 if (gt_iir & GT_PARITY_ERROR(dev))
1434 ivybridge_parity_error_irq_handler(dev, gt_iir);
e7b4c6b1
DV
1435}
1436
0961021a
BW
1437static void gen8_rps_irq_handler(struct drm_i915_private *dev_priv, u32 pm_iir)
1438{
1439 if ((pm_iir & dev_priv->pm_rps_events) == 0)
1440 return;
1441
1442 spin_lock(&dev_priv->irq_lock);
1443 dev_priv->rps.pm_iir |= pm_iir & dev_priv->pm_rps_events;
1444 bdw_disable_pm_irq(dev_priv, pm_iir & dev_priv->pm_rps_events);
1445 spin_unlock(&dev_priv->irq_lock);
1446
1447 queue_work(dev_priv->wq, &dev_priv->rps.work);
1448}
1449
abd58f01
BW
1450static irqreturn_t gen8_gt_irq_handler(struct drm_device *dev,
1451 struct drm_i915_private *dev_priv,
1452 u32 master_ctl)
1453{
1454 u32 rcs, bcs, vcs;
1455 uint32_t tmp = 0;
1456 irqreturn_t ret = IRQ_NONE;
1457
1458 if (master_ctl & (GEN8_GT_RCS_IRQ | GEN8_GT_BCS_IRQ)) {
1459 tmp = I915_READ(GEN8_GT_IIR(0));
1460 if (tmp) {
1461 ret = IRQ_HANDLED;
1462 rcs = tmp >> GEN8_RCS_IRQ_SHIFT;
1463 bcs = tmp >> GEN8_BCS_IRQ_SHIFT;
1464 if (rcs & GT_RENDER_USER_INTERRUPT)
1465 notify_ring(dev, &dev_priv->ring[RCS]);
1466 if (bcs & GT_RENDER_USER_INTERRUPT)
1467 notify_ring(dev, &dev_priv->ring[BCS]);
1468 I915_WRITE(GEN8_GT_IIR(0), tmp);
1469 } else
1470 DRM_ERROR("The master control interrupt lied (GT0)!\n");
1471 }
1472
85f9b5f9 1473 if (master_ctl & (GEN8_GT_VCS1_IRQ | GEN8_GT_VCS2_IRQ)) {
abd58f01
BW
1474 tmp = I915_READ(GEN8_GT_IIR(1));
1475 if (tmp) {
1476 ret = IRQ_HANDLED;
1477 vcs = tmp >> GEN8_VCS1_IRQ_SHIFT;
1478 if (vcs & GT_RENDER_USER_INTERRUPT)
1479 notify_ring(dev, &dev_priv->ring[VCS]);
85f9b5f9
ZY
1480 vcs = tmp >> GEN8_VCS2_IRQ_SHIFT;
1481 if (vcs & GT_RENDER_USER_INTERRUPT)
1482 notify_ring(dev, &dev_priv->ring[VCS2]);
abd58f01
BW
1483 I915_WRITE(GEN8_GT_IIR(1), tmp);
1484 } else
1485 DRM_ERROR("The master control interrupt lied (GT1)!\n");
1486 }
1487
0961021a
BW
1488 if (master_ctl & GEN8_GT_PM_IRQ) {
1489 tmp = I915_READ(GEN8_GT_IIR(2));
1490 if (tmp & dev_priv->pm_rps_events) {
1491 ret = IRQ_HANDLED;
1492 gen8_rps_irq_handler(dev_priv, tmp);
1493 I915_WRITE(GEN8_GT_IIR(2),
1494 tmp & dev_priv->pm_rps_events);
1495 } else
1496 DRM_ERROR("The master control interrupt lied (PM)!\n");
1497 }
1498
abd58f01
BW
1499 if (master_ctl & GEN8_GT_VECS_IRQ) {
1500 tmp = I915_READ(GEN8_GT_IIR(3));
1501 if (tmp) {
1502 ret = IRQ_HANDLED;
1503 vcs = tmp >> GEN8_VECS_IRQ_SHIFT;
1504 if (vcs & GT_RENDER_USER_INTERRUPT)
1505 notify_ring(dev, &dev_priv->ring[VECS]);
1506 I915_WRITE(GEN8_GT_IIR(3), tmp);
1507 } else
1508 DRM_ERROR("The master control interrupt lied (GT3)!\n");
1509 }
1510
1511 return ret;
1512}
1513
b543fb04
EE
1514#define HPD_STORM_DETECT_PERIOD 1000
1515#define HPD_STORM_THRESHOLD 5
1516
10a504de 1517static inline void intel_hpd_irq_handler(struct drm_device *dev,
22062dba
DV
1518 u32 hotplug_trigger,
1519 const u32 *hpd)
b543fb04 1520{
2d1013dd 1521 struct drm_i915_private *dev_priv = dev->dev_private;
b543fb04 1522 int i;
10a504de 1523 bool storm_detected = false;
b543fb04 1524
91d131d2
DV
1525 if (!hotplug_trigger)
1526 return;
1527
cc9bd499
ID
1528 DRM_DEBUG_DRIVER("hotplug event received, stat 0x%08x\n",
1529 hotplug_trigger);
1530
b5ea2d56 1531 spin_lock(&dev_priv->irq_lock);
b543fb04 1532 for (i = 1; i < HPD_NUM_PINS; i++) {
821450c6 1533
3ff04a16
DV
1534 if (hpd[i] & hotplug_trigger &&
1535 dev_priv->hpd_stats[i].hpd_mark == HPD_DISABLED) {
1536 /*
1537 * On GMCH platforms the interrupt mask bits only
1538 * prevent irq generation, not the setting of the
1539 * hotplug bits itself. So only WARN about unexpected
1540 * interrupts on saner platforms.
1541 */
1542 WARN_ONCE(INTEL_INFO(dev)->gen >= 5 && !IS_VALLEYVIEW(dev),
1543 "Received HPD interrupt (0x%08x) on pin %d (0x%08x) although disabled\n",
1544 hotplug_trigger, i, hpd[i]);
1545
1546 continue;
1547 }
b8f102e8 1548
b543fb04
EE
1549 if (!(hpd[i] & hotplug_trigger) ||
1550 dev_priv->hpd_stats[i].hpd_mark != HPD_ENABLED)
1551 continue;
1552
bc5ead8c 1553 dev_priv->hpd_event_bits |= (1 << i);
b543fb04
EE
1554 if (!time_in_range(jiffies, dev_priv->hpd_stats[i].hpd_last_jiffies,
1555 dev_priv->hpd_stats[i].hpd_last_jiffies
1556 + msecs_to_jiffies(HPD_STORM_DETECT_PERIOD))) {
1557 dev_priv->hpd_stats[i].hpd_last_jiffies = jiffies;
1558 dev_priv->hpd_stats[i].hpd_cnt = 0;
b8f102e8 1559 DRM_DEBUG_KMS("Received HPD interrupt on PIN %d - cnt: 0\n", i);
b543fb04
EE
1560 } else if (dev_priv->hpd_stats[i].hpd_cnt > HPD_STORM_THRESHOLD) {
1561 dev_priv->hpd_stats[i].hpd_mark = HPD_MARK_DISABLED;
142e2398 1562 dev_priv->hpd_event_bits &= ~(1 << i);
b543fb04 1563 DRM_DEBUG_KMS("HPD interrupt storm detected on PIN %d\n", i);
10a504de 1564 storm_detected = true;
b543fb04
EE
1565 } else {
1566 dev_priv->hpd_stats[i].hpd_cnt++;
b8f102e8
EE
1567 DRM_DEBUG_KMS("Received HPD interrupt on PIN %d - cnt: %d\n", i,
1568 dev_priv->hpd_stats[i].hpd_cnt);
b543fb04
EE
1569 }
1570 }
1571
10a504de
DV
1572 if (storm_detected)
1573 dev_priv->display.hpd_irq_setup(dev);
b5ea2d56 1574 spin_unlock(&dev_priv->irq_lock);
5876fa0d 1575
645416f5
DV
1576 /*
1577 * Our hotplug handler can grab modeset locks (by calling down into the
1578 * fb helpers). Hence it must not be run on our own dev-priv->wq work
1579 * queue for otherwise the flush_work in the pageflip code will
1580 * deadlock.
1581 */
1582 schedule_work(&dev_priv->hotplug_work);
b543fb04
EE
1583}
1584
515ac2bb
DV
1585static void gmbus_irq_handler(struct drm_device *dev)
1586{
2d1013dd 1587 struct drm_i915_private *dev_priv = dev->dev_private;
28c70f16 1588
28c70f16 1589 wake_up_all(&dev_priv->gmbus_wait_queue);
515ac2bb
DV
1590}
1591
ce99c256
DV
1592static void dp_aux_irq_handler(struct drm_device *dev)
1593{
2d1013dd 1594 struct drm_i915_private *dev_priv = dev->dev_private;
9ee32fea 1595
9ee32fea 1596 wake_up_all(&dev_priv->gmbus_wait_queue);
ce99c256
DV
1597}
1598
8bf1e9f1 1599#if defined(CONFIG_DEBUG_FS)
277de95e
DV
1600static void display_pipe_crc_irq_handler(struct drm_device *dev, enum pipe pipe,
1601 uint32_t crc0, uint32_t crc1,
1602 uint32_t crc2, uint32_t crc3,
1603 uint32_t crc4)
8bf1e9f1
SH
1604{
1605 struct drm_i915_private *dev_priv = dev->dev_private;
1606 struct intel_pipe_crc *pipe_crc = &dev_priv->pipe_crc[pipe];
1607 struct intel_pipe_crc_entry *entry;
ac2300d4 1608 int head, tail;
b2c88f5b 1609
d538bbdf
DL
1610 spin_lock(&pipe_crc->lock);
1611
0c912c79 1612 if (!pipe_crc->entries) {
d538bbdf 1613 spin_unlock(&pipe_crc->lock);
0c912c79
DL
1614 DRM_ERROR("spurious interrupt\n");
1615 return;
1616 }
1617
d538bbdf
DL
1618 head = pipe_crc->head;
1619 tail = pipe_crc->tail;
b2c88f5b
DL
1620
1621 if (CIRC_SPACE(head, tail, INTEL_PIPE_CRC_ENTRIES_NR) < 1) {
d538bbdf 1622 spin_unlock(&pipe_crc->lock);
b2c88f5b
DL
1623 DRM_ERROR("CRC buffer overflowing\n");
1624 return;
1625 }
1626
1627 entry = &pipe_crc->entries[head];
8bf1e9f1 1628
8bc5e955 1629 entry->frame = dev->driver->get_vblank_counter(dev, pipe);
eba94eb9
DV
1630 entry->crc[0] = crc0;
1631 entry->crc[1] = crc1;
1632 entry->crc[2] = crc2;
1633 entry->crc[3] = crc3;
1634 entry->crc[4] = crc4;
b2c88f5b
DL
1635
1636 head = (head + 1) & (INTEL_PIPE_CRC_ENTRIES_NR - 1);
d538bbdf
DL
1637 pipe_crc->head = head;
1638
1639 spin_unlock(&pipe_crc->lock);
07144428
DL
1640
1641 wake_up_interruptible(&pipe_crc->wq);
8bf1e9f1 1642}
277de95e
DV
1643#else
1644static inline void
1645display_pipe_crc_irq_handler(struct drm_device *dev, enum pipe pipe,
1646 uint32_t crc0, uint32_t crc1,
1647 uint32_t crc2, uint32_t crc3,
1648 uint32_t crc4) {}
1649#endif
1650
eba94eb9 1651
277de95e 1652static void hsw_pipe_crc_irq_handler(struct drm_device *dev, enum pipe pipe)
5a69b89f
DV
1653{
1654 struct drm_i915_private *dev_priv = dev->dev_private;
1655
277de95e
DV
1656 display_pipe_crc_irq_handler(dev, pipe,
1657 I915_READ(PIPE_CRC_RES_1_IVB(pipe)),
1658 0, 0, 0, 0);
5a69b89f
DV
1659}
1660
277de95e 1661static void ivb_pipe_crc_irq_handler(struct drm_device *dev, enum pipe pipe)
eba94eb9
DV
1662{
1663 struct drm_i915_private *dev_priv = dev->dev_private;
1664
277de95e
DV
1665 display_pipe_crc_irq_handler(dev, pipe,
1666 I915_READ(PIPE_CRC_RES_1_IVB(pipe)),
1667 I915_READ(PIPE_CRC_RES_2_IVB(pipe)),
1668 I915_READ(PIPE_CRC_RES_3_IVB(pipe)),
1669 I915_READ(PIPE_CRC_RES_4_IVB(pipe)),
1670 I915_READ(PIPE_CRC_RES_5_IVB(pipe)));
eba94eb9 1671}
5b3a856b 1672
277de95e 1673static void i9xx_pipe_crc_irq_handler(struct drm_device *dev, enum pipe pipe)
5b3a856b
DV
1674{
1675 struct drm_i915_private *dev_priv = dev->dev_private;
0b5c5ed0
DV
1676 uint32_t res1, res2;
1677
1678 if (INTEL_INFO(dev)->gen >= 3)
1679 res1 = I915_READ(PIPE_CRC_RES_RES1_I915(pipe));
1680 else
1681 res1 = 0;
1682
1683 if (INTEL_INFO(dev)->gen >= 5 || IS_G4X(dev))
1684 res2 = I915_READ(PIPE_CRC_RES_RES2_G4X(pipe));
1685 else
1686 res2 = 0;
5b3a856b 1687
277de95e
DV
1688 display_pipe_crc_irq_handler(dev, pipe,
1689 I915_READ(PIPE_CRC_RES_RED(pipe)),
1690 I915_READ(PIPE_CRC_RES_GREEN(pipe)),
1691 I915_READ(PIPE_CRC_RES_BLUE(pipe)),
1692 res1, res2);
5b3a856b 1693}
8bf1e9f1 1694
1403c0d4
PZ
1695/* The RPS events need forcewake, so we add them to a work queue and mask their
1696 * IMR bits until the work is done. Other interrupts can be processed without
1697 * the work queue. */
1698static void gen6_rps_irq_handler(struct drm_i915_private *dev_priv, u32 pm_iir)
baf02a1f 1699{
a6706b45 1700 if (pm_iir & dev_priv->pm_rps_events) {
59cdb63d 1701 spin_lock(&dev_priv->irq_lock);
a6706b45
D
1702 dev_priv->rps.pm_iir |= pm_iir & dev_priv->pm_rps_events;
1703 snb_disable_pm_irq(dev_priv, pm_iir & dev_priv->pm_rps_events);
59cdb63d 1704 spin_unlock(&dev_priv->irq_lock);
2adbee62
DV
1705
1706 queue_work(dev_priv->wq, &dev_priv->rps.work);
baf02a1f 1707 }
baf02a1f 1708
1403c0d4
PZ
1709 if (HAS_VEBOX(dev_priv->dev)) {
1710 if (pm_iir & PM_VEBOX_USER_INTERRUPT)
1711 notify_ring(dev_priv->dev, &dev_priv->ring[VECS]);
12638c57 1712
1403c0d4 1713 if (pm_iir & PM_VEBOX_CS_ERROR_INTERRUPT) {
58174462
MK
1714 i915_handle_error(dev_priv->dev, false,
1715 "VEBOX CS error interrupt 0x%08x",
1716 pm_iir);
1403c0d4 1717 }
12638c57 1718 }
baf02a1f
BW
1719}
1720
8d7849db
VS
1721static bool intel_pipe_handle_vblank(struct drm_device *dev, enum pipe pipe)
1722{
1723 struct intel_crtc *crtc;
1724
1725 if (!drm_handle_vblank(dev, pipe))
1726 return false;
1727
1728 crtc = to_intel_crtc(intel_get_crtc_for_pipe(dev, pipe));
1729 wake_up(&crtc->vbl_wait);
1730
1731 return true;
1732}
1733
c1874ed7
ID
1734static void valleyview_pipestat_irq_handler(struct drm_device *dev, u32 iir)
1735{
1736 struct drm_i915_private *dev_priv = dev->dev_private;
91d181dd 1737 u32 pipe_stats[I915_MAX_PIPES] = { };
c1874ed7
ID
1738 int pipe;
1739
58ead0d7 1740 spin_lock(&dev_priv->irq_lock);
c1874ed7 1741 for_each_pipe(pipe) {
91d181dd 1742 int reg;
bbb5eebf 1743 u32 mask, iir_bit = 0;
91d181dd 1744
bbb5eebf
DV
1745 /*
1746 * PIPESTAT bits get signalled even when the interrupt is
1747 * disabled with the mask bits, and some of the status bits do
1748 * not generate interrupts at all (like the underrun bit). Hence
1749 * we need to be careful that we only handle what we want to
1750 * handle.
1751 */
1752 mask = 0;
1753 if (__cpu_fifo_underrun_reporting_enabled(dev, pipe))
1754 mask |= PIPE_FIFO_UNDERRUN_STATUS;
1755
1756 switch (pipe) {
1757 case PIPE_A:
1758 iir_bit = I915_DISPLAY_PIPE_A_EVENT_INTERRUPT;
1759 break;
1760 case PIPE_B:
1761 iir_bit = I915_DISPLAY_PIPE_B_EVENT_INTERRUPT;
1762 break;
3278f67f
VS
1763 case PIPE_C:
1764 iir_bit = I915_DISPLAY_PIPE_C_EVENT_INTERRUPT;
1765 break;
bbb5eebf
DV
1766 }
1767 if (iir & iir_bit)
1768 mask |= dev_priv->pipestat_irq_mask[pipe];
1769
1770 if (!mask)
91d181dd
ID
1771 continue;
1772
1773 reg = PIPESTAT(pipe);
bbb5eebf
DV
1774 mask |= PIPESTAT_INT_ENABLE_MASK;
1775 pipe_stats[pipe] = I915_READ(reg) & mask;
c1874ed7
ID
1776
1777 /*
1778 * Clear the PIPE*STAT regs before the IIR
1779 */
91d181dd
ID
1780 if (pipe_stats[pipe] & (PIPE_FIFO_UNDERRUN_STATUS |
1781 PIPESTAT_INT_STATUS_MASK))
c1874ed7
ID
1782 I915_WRITE(reg, pipe_stats[pipe]);
1783 }
58ead0d7 1784 spin_unlock(&dev_priv->irq_lock);
c1874ed7
ID
1785
1786 for_each_pipe(pipe) {
1787 if (pipe_stats[pipe] & PIPE_START_VBLANK_INTERRUPT_STATUS)
8d7849db 1788 intel_pipe_handle_vblank(dev, pipe);
c1874ed7 1789
579a9b0e 1790 if (pipe_stats[pipe] & PLANE_FLIP_DONE_INT_STATUS_VLV) {
c1874ed7
ID
1791 intel_prepare_page_flip(dev, pipe);
1792 intel_finish_page_flip(dev, pipe);
1793 }
1794
1795 if (pipe_stats[pipe] & PIPE_CRC_DONE_INTERRUPT_STATUS)
1796 i9xx_pipe_crc_irq_handler(dev, pipe);
1797
1798 if (pipe_stats[pipe] & PIPE_FIFO_UNDERRUN_STATUS &&
1799 intel_set_cpu_fifo_underrun_reporting(dev, pipe, false))
1800 DRM_ERROR("pipe %c underrun\n", pipe_name(pipe));
1801 }
1802
1803 if (pipe_stats[0] & PIPE_GMBUS_INTERRUPT_STATUS)
1804 gmbus_irq_handler(dev);
1805}
1806
16c6c56b
VS
1807static void i9xx_hpd_irq_handler(struct drm_device *dev)
1808{
1809 struct drm_i915_private *dev_priv = dev->dev_private;
1810 u32 hotplug_status = I915_READ(PORT_HOTPLUG_STAT);
1811
1812 if (IS_G4X(dev)) {
1813 u32 hotplug_trigger = hotplug_status & HOTPLUG_INT_STATUS_G4X;
1814
1815 intel_hpd_irq_handler(dev, hotplug_trigger, hpd_status_g4x);
1816 } else {
1817 u32 hotplug_trigger = hotplug_status & HOTPLUG_INT_STATUS_I915;
1818
1819 intel_hpd_irq_handler(dev, hotplug_trigger, hpd_status_i915);
1820 }
1821
1822 if ((IS_G4X(dev) || IS_VALLEYVIEW(dev)) &&
1823 hotplug_status & DP_AUX_CHANNEL_MASK_INT_STATUS_G4X)
1824 dp_aux_irq_handler(dev);
1825
1826 I915_WRITE(PORT_HOTPLUG_STAT, hotplug_status);
1827 /*
1828 * Make sure hotplug status is cleared before we clear IIR, or else we
1829 * may miss hotplug events.
1830 */
1831 POSTING_READ(PORT_HOTPLUG_STAT);
1832}
1833
ff1f525e 1834static irqreturn_t valleyview_irq_handler(int irq, void *arg)
7e231dbe 1835{
45a83f84 1836 struct drm_device *dev = arg;
2d1013dd 1837 struct drm_i915_private *dev_priv = dev->dev_private;
7e231dbe
JB
1838 u32 iir, gt_iir, pm_iir;
1839 irqreturn_t ret = IRQ_NONE;
7e231dbe 1840
7e231dbe
JB
1841 while (true) {
1842 iir = I915_READ(VLV_IIR);
1843 gt_iir = I915_READ(GTIIR);
1844 pm_iir = I915_READ(GEN6_PMIIR);
1845
1846 if (gt_iir == 0 && pm_iir == 0 && iir == 0)
1847 goto out;
1848
1849 ret = IRQ_HANDLED;
1850
e7b4c6b1 1851 snb_gt_irq_handler(dev, dev_priv, gt_iir);
7e231dbe 1852
c1874ed7 1853 valleyview_pipestat_irq_handler(dev, iir);
31acc7f5 1854
7e231dbe 1855 /* Consume port. Then clear IIR or we'll miss events */
16c6c56b
VS
1856 if (iir & I915_DISPLAY_PORT_INTERRUPT)
1857 i9xx_hpd_irq_handler(dev);
7e231dbe 1858
60611c13 1859 if (pm_iir)
d0ecd7e2 1860 gen6_rps_irq_handler(dev_priv, pm_iir);
7e231dbe
JB
1861
1862 I915_WRITE(GTIIR, gt_iir);
1863 I915_WRITE(GEN6_PMIIR, pm_iir);
1864 I915_WRITE(VLV_IIR, iir);
1865 }
1866
1867out:
1868 return ret;
1869}
1870
43f328d7
VS
1871static irqreturn_t cherryview_irq_handler(int irq, void *arg)
1872{
45a83f84 1873 struct drm_device *dev = arg;
43f328d7
VS
1874 struct drm_i915_private *dev_priv = dev->dev_private;
1875 u32 master_ctl, iir;
1876 irqreturn_t ret = IRQ_NONE;
43f328d7 1877
8e5fd599
VS
1878 for (;;) {
1879 master_ctl = I915_READ(GEN8_MASTER_IRQ) & ~GEN8_MASTER_IRQ_CONTROL;
1880 iir = I915_READ(VLV_IIR);
43f328d7 1881
8e5fd599
VS
1882 if (master_ctl == 0 && iir == 0)
1883 break;
43f328d7 1884
8e5fd599 1885 I915_WRITE(GEN8_MASTER_IRQ, 0);
43f328d7 1886
8e5fd599 1887 gen8_gt_irq_handler(dev, dev_priv, master_ctl);
43f328d7 1888
8e5fd599 1889 valleyview_pipestat_irq_handler(dev, iir);
43f328d7 1890
8e5fd599 1891 /* Consume port. Then clear IIR or we'll miss events */
3278f67f 1892 i9xx_hpd_irq_handler(dev);
43f328d7 1893
8e5fd599 1894 I915_WRITE(VLV_IIR, iir);
43f328d7 1895
8e5fd599
VS
1896 I915_WRITE(GEN8_MASTER_IRQ, DE_MASTER_IRQ_CONTROL);
1897 POSTING_READ(GEN8_MASTER_IRQ);
43f328d7 1898
8e5fd599
VS
1899 ret = IRQ_HANDLED;
1900 }
3278f67f 1901
43f328d7
VS
1902 return ret;
1903}
1904
23e81d69 1905static void ibx_irq_handler(struct drm_device *dev, u32 pch_iir)
776ad806 1906{
2d1013dd 1907 struct drm_i915_private *dev_priv = dev->dev_private;
9db4a9c7 1908 int pipe;
b543fb04 1909 u32 hotplug_trigger = pch_iir & SDE_HOTPLUG_MASK;
776ad806 1910
91d131d2
DV
1911 intel_hpd_irq_handler(dev, hotplug_trigger, hpd_ibx);
1912
cfc33bf7
VS
1913 if (pch_iir & SDE_AUDIO_POWER_MASK) {
1914 int port = ffs((pch_iir & SDE_AUDIO_POWER_MASK) >>
1915 SDE_AUDIO_POWER_SHIFT);
776ad806 1916 DRM_DEBUG_DRIVER("PCH audio power change on port %d\n",
cfc33bf7
VS
1917 port_name(port));
1918 }
776ad806 1919
ce99c256
DV
1920 if (pch_iir & SDE_AUX_MASK)
1921 dp_aux_irq_handler(dev);
1922
776ad806 1923 if (pch_iir & SDE_GMBUS)
515ac2bb 1924 gmbus_irq_handler(dev);
776ad806
JB
1925
1926 if (pch_iir & SDE_AUDIO_HDCP_MASK)
1927 DRM_DEBUG_DRIVER("PCH HDCP audio interrupt\n");
1928
1929 if (pch_iir & SDE_AUDIO_TRANS_MASK)
1930 DRM_DEBUG_DRIVER("PCH transcoder audio interrupt\n");
1931
1932 if (pch_iir & SDE_POISON)
1933 DRM_ERROR("PCH poison interrupt\n");
1934
9db4a9c7
JB
1935 if (pch_iir & SDE_FDI_MASK)
1936 for_each_pipe(pipe)
1937 DRM_DEBUG_DRIVER(" pipe %c FDI IIR: 0x%08x\n",
1938 pipe_name(pipe),
1939 I915_READ(FDI_RX_IIR(pipe)));
776ad806
JB
1940
1941 if (pch_iir & (SDE_TRANSB_CRC_DONE | SDE_TRANSA_CRC_DONE))
1942 DRM_DEBUG_DRIVER("PCH transcoder CRC done interrupt\n");
1943
1944 if (pch_iir & (SDE_TRANSB_CRC_ERR | SDE_TRANSA_CRC_ERR))
1945 DRM_DEBUG_DRIVER("PCH transcoder CRC error interrupt\n");
1946
776ad806 1947 if (pch_iir & SDE_TRANSA_FIFO_UNDER)
8664281b
PZ
1948 if (intel_set_pch_fifo_underrun_reporting(dev, TRANSCODER_A,
1949 false))
fc2c807b 1950 DRM_ERROR("PCH transcoder A FIFO underrun\n");
8664281b
PZ
1951
1952 if (pch_iir & SDE_TRANSB_FIFO_UNDER)
1953 if (intel_set_pch_fifo_underrun_reporting(dev, TRANSCODER_B,
1954 false))
fc2c807b 1955 DRM_ERROR("PCH transcoder B FIFO underrun\n");
8664281b
PZ
1956}
1957
1958static void ivb_err_int_handler(struct drm_device *dev)
1959{
1960 struct drm_i915_private *dev_priv = dev->dev_private;
1961 u32 err_int = I915_READ(GEN7_ERR_INT);
5a69b89f 1962 enum pipe pipe;
8664281b 1963
de032bf4
PZ
1964 if (err_int & ERR_INT_POISON)
1965 DRM_ERROR("Poison interrupt\n");
1966
5a69b89f
DV
1967 for_each_pipe(pipe) {
1968 if (err_int & ERR_INT_FIFO_UNDERRUN(pipe)) {
1969 if (intel_set_cpu_fifo_underrun_reporting(dev, pipe,
1970 false))
fc2c807b
VS
1971 DRM_ERROR("Pipe %c FIFO underrun\n",
1972 pipe_name(pipe));
5a69b89f 1973 }
8bf1e9f1 1974
5a69b89f
DV
1975 if (err_int & ERR_INT_PIPE_CRC_DONE(pipe)) {
1976 if (IS_IVYBRIDGE(dev))
277de95e 1977 ivb_pipe_crc_irq_handler(dev, pipe);
5a69b89f 1978 else
277de95e 1979 hsw_pipe_crc_irq_handler(dev, pipe);
5a69b89f
DV
1980 }
1981 }
8bf1e9f1 1982
8664281b
PZ
1983 I915_WRITE(GEN7_ERR_INT, err_int);
1984}
1985
1986static void cpt_serr_int_handler(struct drm_device *dev)
1987{
1988 struct drm_i915_private *dev_priv = dev->dev_private;
1989 u32 serr_int = I915_READ(SERR_INT);
1990
de032bf4
PZ
1991 if (serr_int & SERR_INT_POISON)
1992 DRM_ERROR("PCH poison interrupt\n");
1993
8664281b
PZ
1994 if (serr_int & SERR_INT_TRANS_A_FIFO_UNDERRUN)
1995 if (intel_set_pch_fifo_underrun_reporting(dev, TRANSCODER_A,
1996 false))
fc2c807b 1997 DRM_ERROR("PCH transcoder A FIFO underrun\n");
8664281b
PZ
1998
1999 if (serr_int & SERR_INT_TRANS_B_FIFO_UNDERRUN)
2000 if (intel_set_pch_fifo_underrun_reporting(dev, TRANSCODER_B,
2001 false))
fc2c807b 2002 DRM_ERROR("PCH transcoder B FIFO underrun\n");
8664281b
PZ
2003
2004 if (serr_int & SERR_INT_TRANS_C_FIFO_UNDERRUN)
2005 if (intel_set_pch_fifo_underrun_reporting(dev, TRANSCODER_C,
2006 false))
fc2c807b 2007 DRM_ERROR("PCH transcoder C FIFO underrun\n");
8664281b
PZ
2008
2009 I915_WRITE(SERR_INT, serr_int);
776ad806
JB
2010}
2011
23e81d69
AJ
2012static void cpt_irq_handler(struct drm_device *dev, u32 pch_iir)
2013{
2d1013dd 2014 struct drm_i915_private *dev_priv = dev->dev_private;
23e81d69 2015 int pipe;
b543fb04 2016 u32 hotplug_trigger = pch_iir & SDE_HOTPLUG_MASK_CPT;
23e81d69 2017
91d131d2
DV
2018 intel_hpd_irq_handler(dev, hotplug_trigger, hpd_cpt);
2019
cfc33bf7
VS
2020 if (pch_iir & SDE_AUDIO_POWER_MASK_CPT) {
2021 int port = ffs((pch_iir & SDE_AUDIO_POWER_MASK_CPT) >>
2022 SDE_AUDIO_POWER_SHIFT_CPT);
2023 DRM_DEBUG_DRIVER("PCH audio power change on port %c\n",
2024 port_name(port));
2025 }
23e81d69
AJ
2026
2027 if (pch_iir & SDE_AUX_MASK_CPT)
ce99c256 2028 dp_aux_irq_handler(dev);
23e81d69
AJ
2029
2030 if (pch_iir & SDE_GMBUS_CPT)
515ac2bb 2031 gmbus_irq_handler(dev);
23e81d69
AJ
2032
2033 if (pch_iir & SDE_AUDIO_CP_REQ_CPT)
2034 DRM_DEBUG_DRIVER("Audio CP request interrupt\n");
2035
2036 if (pch_iir & SDE_AUDIO_CP_CHG_CPT)
2037 DRM_DEBUG_DRIVER("Audio CP change interrupt\n");
2038
2039 if (pch_iir & SDE_FDI_MASK_CPT)
2040 for_each_pipe(pipe)
2041 DRM_DEBUG_DRIVER(" pipe %c FDI IIR: 0x%08x\n",
2042 pipe_name(pipe),
2043 I915_READ(FDI_RX_IIR(pipe)));
8664281b
PZ
2044
2045 if (pch_iir & SDE_ERROR_CPT)
2046 cpt_serr_int_handler(dev);
23e81d69
AJ
2047}
2048
c008bc6e
PZ
2049static void ilk_display_irq_handler(struct drm_device *dev, u32 de_iir)
2050{
2051 struct drm_i915_private *dev_priv = dev->dev_private;
40da17c2 2052 enum pipe pipe;
c008bc6e
PZ
2053
2054 if (de_iir & DE_AUX_CHANNEL_A)
2055 dp_aux_irq_handler(dev);
2056
2057 if (de_iir & DE_GSE)
2058 intel_opregion_asle_intr(dev);
2059
c008bc6e
PZ
2060 if (de_iir & DE_POISON)
2061 DRM_ERROR("Poison interrupt\n");
2062
40da17c2
DV
2063 for_each_pipe(pipe) {
2064 if (de_iir & DE_PIPE_VBLANK(pipe))
8d7849db 2065 intel_pipe_handle_vblank(dev, pipe);
5b3a856b 2066
40da17c2
DV
2067 if (de_iir & DE_PIPE_FIFO_UNDERRUN(pipe))
2068 if (intel_set_cpu_fifo_underrun_reporting(dev, pipe, false))
fc2c807b
VS
2069 DRM_ERROR("Pipe %c FIFO underrun\n",
2070 pipe_name(pipe));
5b3a856b 2071
40da17c2
DV
2072 if (de_iir & DE_PIPE_CRC_DONE(pipe))
2073 i9xx_pipe_crc_irq_handler(dev, pipe);
c008bc6e 2074
40da17c2
DV
2075 /* plane/pipes map 1:1 on ilk+ */
2076 if (de_iir & DE_PLANE_FLIP_DONE(pipe)) {
2077 intel_prepare_page_flip(dev, pipe);
2078 intel_finish_page_flip_plane(dev, pipe);
2079 }
c008bc6e
PZ
2080 }
2081
2082 /* check event from PCH */
2083 if (de_iir & DE_PCH_EVENT) {
2084 u32 pch_iir = I915_READ(SDEIIR);
2085
2086 if (HAS_PCH_CPT(dev))
2087 cpt_irq_handler(dev, pch_iir);
2088 else
2089 ibx_irq_handler(dev, pch_iir);
2090
2091 /* should clear PCH hotplug event before clear CPU irq */
2092 I915_WRITE(SDEIIR, pch_iir);
2093 }
2094
2095 if (IS_GEN5(dev) && de_iir & DE_PCU_EVENT)
2096 ironlake_rps_change_irq_handler(dev);
2097}
2098
9719fb98
PZ
2099static void ivb_display_irq_handler(struct drm_device *dev, u32 de_iir)
2100{
2101 struct drm_i915_private *dev_priv = dev->dev_private;
07d27e20 2102 enum pipe pipe;
9719fb98
PZ
2103
2104 if (de_iir & DE_ERR_INT_IVB)
2105 ivb_err_int_handler(dev);
2106
2107 if (de_iir & DE_AUX_CHANNEL_A_IVB)
2108 dp_aux_irq_handler(dev);
2109
2110 if (de_iir & DE_GSE_IVB)
2111 intel_opregion_asle_intr(dev);
2112
07d27e20
DL
2113 for_each_pipe(pipe) {
2114 if (de_iir & (DE_PIPE_VBLANK_IVB(pipe)))
8d7849db 2115 intel_pipe_handle_vblank(dev, pipe);
40da17c2
DV
2116
2117 /* plane/pipes map 1:1 on ilk+ */
07d27e20
DL
2118 if (de_iir & DE_PLANE_FLIP_DONE_IVB(pipe)) {
2119 intel_prepare_page_flip(dev, pipe);
2120 intel_finish_page_flip_plane(dev, pipe);
9719fb98
PZ
2121 }
2122 }
2123
2124 /* check event from PCH */
2125 if (!HAS_PCH_NOP(dev) && (de_iir & DE_PCH_EVENT_IVB)) {
2126 u32 pch_iir = I915_READ(SDEIIR);
2127
2128 cpt_irq_handler(dev, pch_iir);
2129
2130 /* clear PCH hotplug event before clear CPU irq */
2131 I915_WRITE(SDEIIR, pch_iir);
2132 }
2133}
2134
f1af8fc1 2135static irqreturn_t ironlake_irq_handler(int irq, void *arg)
b1f14ad0 2136{
45a83f84 2137 struct drm_device *dev = arg;
2d1013dd 2138 struct drm_i915_private *dev_priv = dev->dev_private;
f1af8fc1 2139 u32 de_iir, gt_iir, de_ier, sde_ier = 0;
0e43406b 2140 irqreturn_t ret = IRQ_NONE;
b1f14ad0 2141
8664281b
PZ
2142 /* We get interrupts on unclaimed registers, so check for this before we
2143 * do any I915_{READ,WRITE}. */
907b28c5 2144 intel_uncore_check_errors(dev);
8664281b 2145
b1f14ad0
JB
2146 /* disable master interrupt before clearing iir */
2147 de_ier = I915_READ(DEIER);
2148 I915_WRITE(DEIER, de_ier & ~DE_MASTER_IRQ_CONTROL);
23a78516 2149 POSTING_READ(DEIER);
b1f14ad0 2150
44498aea
PZ
2151 /* Disable south interrupts. We'll only write to SDEIIR once, so further
2152 * interrupts will will be stored on its back queue, and then we'll be
2153 * able to process them after we restore SDEIER (as soon as we restore
2154 * it, we'll get an interrupt if SDEIIR still has something to process
2155 * due to its back queue). */
ab5c608b
BW
2156 if (!HAS_PCH_NOP(dev)) {
2157 sde_ier = I915_READ(SDEIER);
2158 I915_WRITE(SDEIER, 0);
2159 POSTING_READ(SDEIER);
2160 }
44498aea 2161
b1f14ad0 2162 gt_iir = I915_READ(GTIIR);
0e43406b 2163 if (gt_iir) {
d8fc8a47 2164 if (INTEL_INFO(dev)->gen >= 6)
f1af8fc1 2165 snb_gt_irq_handler(dev, dev_priv, gt_iir);
d8fc8a47
PZ
2166 else
2167 ilk_gt_irq_handler(dev, dev_priv, gt_iir);
0e43406b
CW
2168 I915_WRITE(GTIIR, gt_iir);
2169 ret = IRQ_HANDLED;
b1f14ad0
JB
2170 }
2171
0e43406b
CW
2172 de_iir = I915_READ(DEIIR);
2173 if (de_iir) {
f1af8fc1
PZ
2174 if (INTEL_INFO(dev)->gen >= 7)
2175 ivb_display_irq_handler(dev, de_iir);
2176 else
2177 ilk_display_irq_handler(dev, de_iir);
0e43406b
CW
2178 I915_WRITE(DEIIR, de_iir);
2179 ret = IRQ_HANDLED;
b1f14ad0
JB
2180 }
2181
f1af8fc1
PZ
2182 if (INTEL_INFO(dev)->gen >= 6) {
2183 u32 pm_iir = I915_READ(GEN6_PMIIR);
2184 if (pm_iir) {
1403c0d4 2185 gen6_rps_irq_handler(dev_priv, pm_iir);
f1af8fc1
PZ
2186 I915_WRITE(GEN6_PMIIR, pm_iir);
2187 ret = IRQ_HANDLED;
2188 }
0e43406b 2189 }
b1f14ad0 2190
b1f14ad0
JB
2191 I915_WRITE(DEIER, de_ier);
2192 POSTING_READ(DEIER);
ab5c608b
BW
2193 if (!HAS_PCH_NOP(dev)) {
2194 I915_WRITE(SDEIER, sde_ier);
2195 POSTING_READ(SDEIER);
2196 }
b1f14ad0
JB
2197
2198 return ret;
2199}
2200
abd58f01
BW
2201static irqreturn_t gen8_irq_handler(int irq, void *arg)
2202{
2203 struct drm_device *dev = arg;
2204 struct drm_i915_private *dev_priv = dev->dev_private;
2205 u32 master_ctl;
2206 irqreturn_t ret = IRQ_NONE;
2207 uint32_t tmp = 0;
c42664cc 2208 enum pipe pipe;
abd58f01 2209
abd58f01
BW
2210 master_ctl = I915_READ(GEN8_MASTER_IRQ);
2211 master_ctl &= ~GEN8_MASTER_IRQ_CONTROL;
2212 if (!master_ctl)
2213 return IRQ_NONE;
2214
2215 I915_WRITE(GEN8_MASTER_IRQ, 0);
2216 POSTING_READ(GEN8_MASTER_IRQ);
2217
2218 ret = gen8_gt_irq_handler(dev, dev_priv, master_ctl);
2219
2220 if (master_ctl & GEN8_DE_MISC_IRQ) {
2221 tmp = I915_READ(GEN8_DE_MISC_IIR);
2222 if (tmp & GEN8_DE_MISC_GSE)
2223 intel_opregion_asle_intr(dev);
2224 else if (tmp)
2225 DRM_ERROR("Unexpected DE Misc interrupt\n");
2226 else
2227 DRM_ERROR("The master control interrupt lied (DE MISC)!\n");
2228
2229 if (tmp) {
2230 I915_WRITE(GEN8_DE_MISC_IIR, tmp);
2231 ret = IRQ_HANDLED;
2232 }
2233 }
2234
6d766f02
DV
2235 if (master_ctl & GEN8_DE_PORT_IRQ) {
2236 tmp = I915_READ(GEN8_DE_PORT_IIR);
2237 if (tmp & GEN8_AUX_CHANNEL_A)
2238 dp_aux_irq_handler(dev);
2239 else if (tmp)
2240 DRM_ERROR("Unexpected DE Port interrupt\n");
2241 else
2242 DRM_ERROR("The master control interrupt lied (DE PORT)!\n");
2243
2244 if (tmp) {
2245 I915_WRITE(GEN8_DE_PORT_IIR, tmp);
2246 ret = IRQ_HANDLED;
2247 }
2248 }
2249
c42664cc
DV
2250 for_each_pipe(pipe) {
2251 uint32_t pipe_iir;
abd58f01 2252
c42664cc
DV
2253 if (!(master_ctl & GEN8_DE_PIPE_IRQ(pipe)))
2254 continue;
abd58f01 2255
c42664cc
DV
2256 pipe_iir = I915_READ(GEN8_DE_PIPE_IIR(pipe));
2257 if (pipe_iir & GEN8_PIPE_VBLANK)
8d7849db 2258 intel_pipe_handle_vblank(dev, pipe);
abd58f01 2259
d0e1f1cb 2260 if (pipe_iir & GEN8_PIPE_PRIMARY_FLIP_DONE) {
c42664cc
DV
2261 intel_prepare_page_flip(dev, pipe);
2262 intel_finish_page_flip_plane(dev, pipe);
abd58f01 2263 }
c42664cc 2264
0fbe7870
DV
2265 if (pipe_iir & GEN8_PIPE_CDCLK_CRC_DONE)
2266 hsw_pipe_crc_irq_handler(dev, pipe);
2267
38d83c96
DV
2268 if (pipe_iir & GEN8_PIPE_FIFO_UNDERRUN) {
2269 if (intel_set_cpu_fifo_underrun_reporting(dev, pipe,
2270 false))
fc2c807b
VS
2271 DRM_ERROR("Pipe %c FIFO underrun\n",
2272 pipe_name(pipe));
38d83c96
DV
2273 }
2274
30100f2b
DV
2275 if (pipe_iir & GEN8_DE_PIPE_IRQ_FAULT_ERRORS) {
2276 DRM_ERROR("Fault errors on pipe %c\n: 0x%08x",
2277 pipe_name(pipe),
2278 pipe_iir & GEN8_DE_PIPE_IRQ_FAULT_ERRORS);
2279 }
c42664cc
DV
2280
2281 if (pipe_iir) {
2282 ret = IRQ_HANDLED;
2283 I915_WRITE(GEN8_DE_PIPE_IIR(pipe), pipe_iir);
2284 } else
abd58f01
BW
2285 DRM_ERROR("The master control interrupt lied (DE PIPE)!\n");
2286 }
2287
92d03a80
DV
2288 if (!HAS_PCH_NOP(dev) && master_ctl & GEN8_DE_PCH_IRQ) {
2289 /*
2290 * FIXME(BDW): Assume for now that the new interrupt handling
2291 * scheme also closed the SDE interrupt handling race we've seen
2292 * on older pch-split platforms. But this needs testing.
2293 */
2294 u32 pch_iir = I915_READ(SDEIIR);
2295
2296 cpt_irq_handler(dev, pch_iir);
2297
2298 if (pch_iir) {
2299 I915_WRITE(SDEIIR, pch_iir);
2300 ret = IRQ_HANDLED;
2301 }
2302 }
2303
abd58f01
BW
2304 I915_WRITE(GEN8_MASTER_IRQ, GEN8_MASTER_IRQ_CONTROL);
2305 POSTING_READ(GEN8_MASTER_IRQ);
2306
2307 return ret;
2308}
2309
17e1df07
DV
2310static void i915_error_wake_up(struct drm_i915_private *dev_priv,
2311 bool reset_completed)
2312{
a4872ba6 2313 struct intel_engine_cs *ring;
17e1df07
DV
2314 int i;
2315
2316 /*
2317 * Notify all waiters for GPU completion events that reset state has
2318 * been changed, and that they need to restart their wait after
2319 * checking for potential errors (and bail out to drop locks if there is
2320 * a gpu reset pending so that i915_error_work_func can acquire them).
2321 */
2322
2323 /* Wake up __wait_seqno, potentially holding dev->struct_mutex. */
2324 for_each_ring(ring, dev_priv, i)
2325 wake_up_all(&ring->irq_queue);
2326
2327 /* Wake up intel_crtc_wait_for_pending_flips, holding crtc->mutex. */
2328 wake_up_all(&dev_priv->pending_flip_queue);
2329
2330 /*
2331 * Signal tasks blocked in i915_gem_wait_for_error that the pending
2332 * reset state is cleared.
2333 */
2334 if (reset_completed)
2335 wake_up_all(&dev_priv->gpu_error.reset_queue);
2336}
2337
8a905236
JB
2338/**
2339 * i915_error_work_func - do process context error handling work
2340 * @work: work struct
2341 *
2342 * Fire an error uevent so userspace can see that a hang or error
2343 * was detected.
2344 */
2345static void i915_error_work_func(struct work_struct *work)
2346{
1f83fee0
DV
2347 struct i915_gpu_error *error = container_of(work, struct i915_gpu_error,
2348 work);
2d1013dd
JN
2349 struct drm_i915_private *dev_priv =
2350 container_of(error, struct drm_i915_private, gpu_error);
8a905236 2351 struct drm_device *dev = dev_priv->dev;
cce723ed
BW
2352 char *error_event[] = { I915_ERROR_UEVENT "=1", NULL };
2353 char *reset_event[] = { I915_RESET_UEVENT "=1", NULL };
2354 char *reset_done_event[] = { I915_ERROR_UEVENT "=0", NULL };
17e1df07 2355 int ret;
8a905236 2356
5bdebb18 2357 kobject_uevent_env(&dev->primary->kdev->kobj, KOBJ_CHANGE, error_event);
f316a42c 2358
7db0ba24
DV
2359 /*
2360 * Note that there's only one work item which does gpu resets, so we
2361 * need not worry about concurrent gpu resets potentially incrementing
2362 * error->reset_counter twice. We only need to take care of another
2363 * racing irq/hangcheck declaring the gpu dead for a second time. A
2364 * quick check for that is good enough: schedule_work ensures the
2365 * correct ordering between hang detection and this work item, and since
2366 * the reset in-progress bit is only ever set by code outside of this
2367 * work we don't need to worry about any other races.
2368 */
2369 if (i915_reset_in_progress(error) && !i915_terminally_wedged(error)) {
f803aa55 2370 DRM_DEBUG_DRIVER("resetting chip\n");
5bdebb18 2371 kobject_uevent_env(&dev->primary->kdev->kobj, KOBJ_CHANGE,
7db0ba24 2372 reset_event);
1f83fee0 2373
f454c694
ID
2374 /*
2375 * In most cases it's guaranteed that we get here with an RPM
2376 * reference held, for example because there is a pending GPU
2377 * request that won't finish until the reset is done. This
2378 * isn't the case at least when we get here by doing a
2379 * simulated reset via debugs, so get an RPM reference.
2380 */
2381 intel_runtime_pm_get(dev_priv);
17e1df07
DV
2382 /*
2383 * All state reset _must_ be completed before we update the
2384 * reset counter, for otherwise waiters might miss the reset
2385 * pending state and not properly drop locks, resulting in
2386 * deadlocks with the reset work.
2387 */
f69061be
DV
2388 ret = i915_reset(dev);
2389
17e1df07
DV
2390 intel_display_handle_reset(dev);
2391
f454c694
ID
2392 intel_runtime_pm_put(dev_priv);
2393
f69061be
DV
2394 if (ret == 0) {
2395 /*
2396 * After all the gem state is reset, increment the reset
2397 * counter and wake up everyone waiting for the reset to
2398 * complete.
2399 *
2400 * Since unlock operations are a one-sided barrier only,
2401 * we need to insert a barrier here to order any seqno
2402 * updates before
2403 * the counter increment.
2404 */
2405 smp_mb__before_atomic_inc();
2406 atomic_inc(&dev_priv->gpu_error.reset_counter);
2407
5bdebb18 2408 kobject_uevent_env(&dev->primary->kdev->kobj,
f69061be 2409 KOBJ_CHANGE, reset_done_event);
1f83fee0 2410 } else {
2ac0f450 2411 atomic_set_mask(I915_WEDGED, &error->reset_counter);
f316a42c 2412 }
1f83fee0 2413
17e1df07
DV
2414 /*
2415 * Note: The wake_up also serves as a memory barrier so that
2416 * waiters see the update value of the reset counter atomic_t.
2417 */
2418 i915_error_wake_up(dev_priv, true);
f316a42c 2419 }
8a905236
JB
2420}
2421
35aed2e6 2422static void i915_report_and_clear_eir(struct drm_device *dev)
8a905236
JB
2423{
2424 struct drm_i915_private *dev_priv = dev->dev_private;
bd9854f9 2425 uint32_t instdone[I915_NUM_INSTDONE_REG];
8a905236 2426 u32 eir = I915_READ(EIR);
050ee91f 2427 int pipe, i;
8a905236 2428
35aed2e6
CW
2429 if (!eir)
2430 return;
8a905236 2431
a70491cc 2432 pr_err("render error detected, EIR: 0x%08x\n", eir);
8a905236 2433
bd9854f9
BW
2434 i915_get_extra_instdone(dev, instdone);
2435
8a905236
JB
2436 if (IS_G4X(dev)) {
2437 if (eir & (GM45_ERROR_MEM_PRIV | GM45_ERROR_CP_PRIV)) {
2438 u32 ipeir = I915_READ(IPEIR_I965);
2439
a70491cc
JP
2440 pr_err(" IPEIR: 0x%08x\n", I915_READ(IPEIR_I965));
2441 pr_err(" IPEHR: 0x%08x\n", I915_READ(IPEHR_I965));
050ee91f
BW
2442 for (i = 0; i < ARRAY_SIZE(instdone); i++)
2443 pr_err(" INSTDONE_%d: 0x%08x\n", i, instdone[i]);
a70491cc 2444 pr_err(" INSTPS: 0x%08x\n", I915_READ(INSTPS));
a70491cc 2445 pr_err(" ACTHD: 0x%08x\n", I915_READ(ACTHD_I965));
8a905236 2446 I915_WRITE(IPEIR_I965, ipeir);
3143a2bf 2447 POSTING_READ(IPEIR_I965);
8a905236
JB
2448 }
2449 if (eir & GM45_ERROR_PAGE_TABLE) {
2450 u32 pgtbl_err = I915_READ(PGTBL_ER);
a70491cc
JP
2451 pr_err("page table error\n");
2452 pr_err(" PGTBL_ER: 0x%08x\n", pgtbl_err);
8a905236 2453 I915_WRITE(PGTBL_ER, pgtbl_err);
3143a2bf 2454 POSTING_READ(PGTBL_ER);
8a905236
JB
2455 }
2456 }
2457
a6c45cf0 2458 if (!IS_GEN2(dev)) {
8a905236
JB
2459 if (eir & I915_ERROR_PAGE_TABLE) {
2460 u32 pgtbl_err = I915_READ(PGTBL_ER);
a70491cc
JP
2461 pr_err("page table error\n");
2462 pr_err(" PGTBL_ER: 0x%08x\n", pgtbl_err);
8a905236 2463 I915_WRITE(PGTBL_ER, pgtbl_err);
3143a2bf 2464 POSTING_READ(PGTBL_ER);
8a905236
JB
2465 }
2466 }
2467
2468 if (eir & I915_ERROR_MEMORY_REFRESH) {
a70491cc 2469 pr_err("memory refresh error:\n");
9db4a9c7 2470 for_each_pipe(pipe)
a70491cc 2471 pr_err("pipe %c stat: 0x%08x\n",
9db4a9c7 2472 pipe_name(pipe), I915_READ(PIPESTAT(pipe)));
8a905236
JB
2473 /* pipestat has already been acked */
2474 }
2475 if (eir & I915_ERROR_INSTRUCTION) {
a70491cc
JP
2476 pr_err("instruction error\n");
2477 pr_err(" INSTPM: 0x%08x\n", I915_READ(INSTPM));
050ee91f
BW
2478 for (i = 0; i < ARRAY_SIZE(instdone); i++)
2479 pr_err(" INSTDONE_%d: 0x%08x\n", i, instdone[i]);
a6c45cf0 2480 if (INTEL_INFO(dev)->gen < 4) {
8a905236
JB
2481 u32 ipeir = I915_READ(IPEIR);
2482
a70491cc
JP
2483 pr_err(" IPEIR: 0x%08x\n", I915_READ(IPEIR));
2484 pr_err(" IPEHR: 0x%08x\n", I915_READ(IPEHR));
a70491cc 2485 pr_err(" ACTHD: 0x%08x\n", I915_READ(ACTHD));
8a905236 2486 I915_WRITE(IPEIR, ipeir);
3143a2bf 2487 POSTING_READ(IPEIR);
8a905236
JB
2488 } else {
2489 u32 ipeir = I915_READ(IPEIR_I965);
2490
a70491cc
JP
2491 pr_err(" IPEIR: 0x%08x\n", I915_READ(IPEIR_I965));
2492 pr_err(" IPEHR: 0x%08x\n", I915_READ(IPEHR_I965));
a70491cc 2493 pr_err(" INSTPS: 0x%08x\n", I915_READ(INSTPS));
a70491cc 2494 pr_err(" ACTHD: 0x%08x\n", I915_READ(ACTHD_I965));
8a905236 2495 I915_WRITE(IPEIR_I965, ipeir);
3143a2bf 2496 POSTING_READ(IPEIR_I965);
8a905236
JB
2497 }
2498 }
2499
2500 I915_WRITE(EIR, eir);
3143a2bf 2501 POSTING_READ(EIR);
8a905236
JB
2502 eir = I915_READ(EIR);
2503 if (eir) {
2504 /*
2505 * some errors might have become stuck,
2506 * mask them.
2507 */
2508 DRM_ERROR("EIR stuck: 0x%08x, masking\n", eir);
2509 I915_WRITE(EMR, I915_READ(EMR) | eir);
2510 I915_WRITE(IIR, I915_RENDER_COMMAND_PARSER_ERROR_INTERRUPT);
2511 }
35aed2e6
CW
2512}
2513
2514/**
2515 * i915_handle_error - handle an error interrupt
2516 * @dev: drm device
2517 *
2518 * Do some basic checking of regsiter state at error interrupt time and
2519 * dump it to the syslog. Also call i915_capture_error_state() to make
2520 * sure we get a record and make it available in debugfs. Fire a uevent
2521 * so userspace knows something bad happened (should trigger collection
2522 * of a ring dump etc.).
2523 */
58174462
MK
2524void i915_handle_error(struct drm_device *dev, bool wedged,
2525 const char *fmt, ...)
35aed2e6
CW
2526{
2527 struct drm_i915_private *dev_priv = dev->dev_private;
58174462
MK
2528 va_list args;
2529 char error_msg[80];
35aed2e6 2530
58174462
MK
2531 va_start(args, fmt);
2532 vscnprintf(error_msg, sizeof(error_msg), fmt, args);
2533 va_end(args);
2534
2535 i915_capture_error_state(dev, wedged, error_msg);
35aed2e6 2536 i915_report_and_clear_eir(dev);
8a905236 2537
ba1234d1 2538 if (wedged) {
f69061be
DV
2539 atomic_set_mask(I915_RESET_IN_PROGRESS_FLAG,
2540 &dev_priv->gpu_error.reset_counter);
ba1234d1 2541
11ed50ec 2542 /*
17e1df07
DV
2543 * Wakeup waiting processes so that the reset work function
2544 * i915_error_work_func doesn't deadlock trying to grab various
2545 * locks. By bumping the reset counter first, the woken
2546 * processes will see a reset in progress and back off,
2547 * releasing their locks and then wait for the reset completion.
2548 * We must do this for _all_ gpu waiters that might hold locks
2549 * that the reset work needs to acquire.
2550 *
2551 * Note: The wake_up serves as the required memory barrier to
2552 * ensure that the waiters see the updated value of the reset
2553 * counter atomic_t.
11ed50ec 2554 */
17e1df07 2555 i915_error_wake_up(dev_priv, false);
11ed50ec
BG
2556 }
2557
122f46ba
DV
2558 /*
2559 * Our reset work can grab modeset locks (since it needs to reset the
2560 * state of outstanding pagelips). Hence it must not be run on our own
2561 * dev-priv->wq work queue for otherwise the flush_work in the pageflip
2562 * code will deadlock.
2563 */
2564 schedule_work(&dev_priv->gpu_error.work);
8a905236
JB
2565}
2566
21ad8330 2567static void __always_unused i915_pageflip_stall_check(struct drm_device *dev, int pipe)
4e5359cd 2568{
2d1013dd 2569 struct drm_i915_private *dev_priv = dev->dev_private;
4e5359cd
SF
2570 struct drm_crtc *crtc = dev_priv->pipe_to_crtc_mapping[pipe];
2571 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
05394f39 2572 struct drm_i915_gem_object *obj;
4e5359cd
SF
2573 struct intel_unpin_work *work;
2574 unsigned long flags;
2575 bool stall_detected;
2576
2577 /* Ignore early vblank irqs */
2578 if (intel_crtc == NULL)
2579 return;
2580
2581 spin_lock_irqsave(&dev->event_lock, flags);
2582 work = intel_crtc->unpin_work;
2583
e7d841ca
CW
2584 if (work == NULL ||
2585 atomic_read(&work->pending) >= INTEL_FLIP_COMPLETE ||
2586 !work->enable_stall_check) {
4e5359cd
SF
2587 /* Either the pending flip IRQ arrived, or we're too early. Don't check */
2588 spin_unlock_irqrestore(&dev->event_lock, flags);
2589 return;
2590 }
2591
2592 /* Potential stall - if we see that the flip has happened, assume a missed interrupt */
05394f39 2593 obj = work->pending_flip_obj;
a6c45cf0 2594 if (INTEL_INFO(dev)->gen >= 4) {
9db4a9c7 2595 int dspsurf = DSPSURF(intel_crtc->plane);
446f2545 2596 stall_detected = I915_HI_DISPBASE(I915_READ(dspsurf)) ==
f343c5f6 2597 i915_gem_obj_ggtt_offset(obj);
4e5359cd 2598 } else {
9db4a9c7 2599 int dspaddr = DSPADDR(intel_crtc->plane);
f343c5f6 2600 stall_detected = I915_READ(dspaddr) == (i915_gem_obj_ggtt_offset(obj) +
f4510a27
MR
2601 crtc->y * crtc->primary->fb->pitches[0] +
2602 crtc->x * crtc->primary->fb->bits_per_pixel/8);
4e5359cd
SF
2603 }
2604
2605 spin_unlock_irqrestore(&dev->event_lock, flags);
2606
2607 if (stall_detected) {
2608 DRM_DEBUG_DRIVER("Pageflip stall detected\n");
2609 intel_prepare_page_flip(dev, intel_crtc->plane);
2610 }
2611}
2612
42f52ef8
KP
2613/* Called from drm generic code, passed 'crtc' which
2614 * we use as a pipe index
2615 */
f71d4af4 2616static int i915_enable_vblank(struct drm_device *dev, int pipe)
0a3e67a4 2617{
2d1013dd 2618 struct drm_i915_private *dev_priv = dev->dev_private;
e9d21d7f 2619 unsigned long irqflags;
71e0ffa5 2620
5eddb70b 2621 if (!i915_pipe_enabled(dev, pipe))
71e0ffa5 2622 return -EINVAL;
0a3e67a4 2623
1ec14ad3 2624 spin_lock_irqsave(&dev_priv->irq_lock, irqflags);
f796cf8f 2625 if (INTEL_INFO(dev)->gen >= 4)
7c463586 2626 i915_enable_pipestat(dev_priv, pipe,
755e9019 2627 PIPE_START_VBLANK_INTERRUPT_STATUS);
e9d21d7f 2628 else
7c463586 2629 i915_enable_pipestat(dev_priv, pipe,
755e9019 2630 PIPE_VBLANK_INTERRUPT_STATUS);
8692d00e
CW
2631
2632 /* maintain vblank delivery even in deep C-states */
3d13ef2e 2633 if (INTEL_INFO(dev)->gen == 3)
6b26c86d 2634 I915_WRITE(INSTPM, _MASKED_BIT_DISABLE(INSTPM_AGPBUSY_DIS));
1ec14ad3 2635 spin_unlock_irqrestore(&dev_priv->irq_lock, irqflags);
8692d00e 2636
0a3e67a4
JB
2637 return 0;
2638}
2639
f71d4af4 2640static int ironlake_enable_vblank(struct drm_device *dev, int pipe)
f796cf8f 2641{
2d1013dd 2642 struct drm_i915_private *dev_priv = dev->dev_private;
f796cf8f 2643 unsigned long irqflags;
b518421f 2644 uint32_t bit = (INTEL_INFO(dev)->gen >= 7) ? DE_PIPE_VBLANK_IVB(pipe) :
40da17c2 2645 DE_PIPE_VBLANK(pipe);
f796cf8f
JB
2646
2647 if (!i915_pipe_enabled(dev, pipe))
2648 return -EINVAL;
2649
2650 spin_lock_irqsave(&dev_priv->irq_lock, irqflags);
b518421f 2651 ironlake_enable_display_irq(dev_priv, bit);
b1f14ad0
JB
2652 spin_unlock_irqrestore(&dev_priv->irq_lock, irqflags);
2653
2654 return 0;
2655}
2656
7e231dbe
JB
2657static int valleyview_enable_vblank(struct drm_device *dev, int pipe)
2658{
2d1013dd 2659 struct drm_i915_private *dev_priv = dev->dev_private;
7e231dbe 2660 unsigned long irqflags;
7e231dbe
JB
2661
2662 if (!i915_pipe_enabled(dev, pipe))
2663 return -EINVAL;
2664
2665 spin_lock_irqsave(&dev_priv->irq_lock, irqflags);
31acc7f5 2666 i915_enable_pipestat(dev_priv, pipe,
755e9019 2667 PIPE_START_VBLANK_INTERRUPT_STATUS);
7e231dbe
JB
2668 spin_unlock_irqrestore(&dev_priv->irq_lock, irqflags);
2669
2670 return 0;
2671}
2672
abd58f01
BW
2673static int gen8_enable_vblank(struct drm_device *dev, int pipe)
2674{
2675 struct drm_i915_private *dev_priv = dev->dev_private;
2676 unsigned long irqflags;
abd58f01
BW
2677
2678 if (!i915_pipe_enabled(dev, pipe))
2679 return -EINVAL;
2680
2681 spin_lock_irqsave(&dev_priv->irq_lock, irqflags);
7167d7c6
DV
2682 dev_priv->de_irq_mask[pipe] &= ~GEN8_PIPE_VBLANK;
2683 I915_WRITE(GEN8_DE_PIPE_IMR(pipe), dev_priv->de_irq_mask[pipe]);
2684 POSTING_READ(GEN8_DE_PIPE_IMR(pipe));
abd58f01
BW
2685 spin_unlock_irqrestore(&dev_priv->irq_lock, irqflags);
2686 return 0;
2687}
2688
42f52ef8
KP
2689/* Called from drm generic code, passed 'crtc' which
2690 * we use as a pipe index
2691 */
f71d4af4 2692static void i915_disable_vblank(struct drm_device *dev, int pipe)
0a3e67a4 2693{
2d1013dd 2694 struct drm_i915_private *dev_priv = dev->dev_private;
e9d21d7f 2695 unsigned long irqflags;
0a3e67a4 2696
1ec14ad3 2697 spin_lock_irqsave(&dev_priv->irq_lock, irqflags);
3d13ef2e 2698 if (INTEL_INFO(dev)->gen == 3)
6b26c86d 2699 I915_WRITE(INSTPM, _MASKED_BIT_ENABLE(INSTPM_AGPBUSY_DIS));
8692d00e 2700
f796cf8f 2701 i915_disable_pipestat(dev_priv, pipe,
755e9019
ID
2702 PIPE_VBLANK_INTERRUPT_STATUS |
2703 PIPE_START_VBLANK_INTERRUPT_STATUS);
f796cf8f
JB
2704 spin_unlock_irqrestore(&dev_priv->irq_lock, irqflags);
2705}
2706
f71d4af4 2707static void ironlake_disable_vblank(struct drm_device *dev, int pipe)
f796cf8f 2708{
2d1013dd 2709 struct drm_i915_private *dev_priv = dev->dev_private;
f796cf8f 2710 unsigned long irqflags;
b518421f 2711 uint32_t bit = (INTEL_INFO(dev)->gen >= 7) ? DE_PIPE_VBLANK_IVB(pipe) :
40da17c2 2712 DE_PIPE_VBLANK(pipe);
f796cf8f
JB
2713
2714 spin_lock_irqsave(&dev_priv->irq_lock, irqflags);
b518421f 2715 ironlake_disable_display_irq(dev_priv, bit);
b1f14ad0
JB
2716 spin_unlock_irqrestore(&dev_priv->irq_lock, irqflags);
2717}
2718
7e231dbe
JB
2719static void valleyview_disable_vblank(struct drm_device *dev, int pipe)
2720{
2d1013dd 2721 struct drm_i915_private *dev_priv = dev->dev_private;
7e231dbe 2722 unsigned long irqflags;
7e231dbe
JB
2723
2724 spin_lock_irqsave(&dev_priv->irq_lock, irqflags);
31acc7f5 2725 i915_disable_pipestat(dev_priv, pipe,
755e9019 2726 PIPE_START_VBLANK_INTERRUPT_STATUS);
7e231dbe
JB
2727 spin_unlock_irqrestore(&dev_priv->irq_lock, irqflags);
2728}
2729
abd58f01
BW
2730static void gen8_disable_vblank(struct drm_device *dev, int pipe)
2731{
2732 struct drm_i915_private *dev_priv = dev->dev_private;
2733 unsigned long irqflags;
abd58f01
BW
2734
2735 if (!i915_pipe_enabled(dev, pipe))
2736 return;
2737
2738 spin_lock_irqsave(&dev_priv->irq_lock, irqflags);
7167d7c6
DV
2739 dev_priv->de_irq_mask[pipe] |= GEN8_PIPE_VBLANK;
2740 I915_WRITE(GEN8_DE_PIPE_IMR(pipe), dev_priv->de_irq_mask[pipe]);
2741 POSTING_READ(GEN8_DE_PIPE_IMR(pipe));
abd58f01
BW
2742 spin_unlock_irqrestore(&dev_priv->irq_lock, irqflags);
2743}
2744
893eead0 2745static u32
a4872ba6 2746ring_last_seqno(struct intel_engine_cs *ring)
852835f3 2747{
893eead0
CW
2748 return list_entry(ring->request_list.prev,
2749 struct drm_i915_gem_request, list)->seqno;
2750}
2751
9107e9d2 2752static bool
a4872ba6 2753ring_idle(struct intel_engine_cs *ring, u32 seqno)
9107e9d2
CW
2754{
2755 return (list_empty(&ring->request_list) ||
2756 i915_seqno_passed(seqno, ring_last_seqno(ring)));
f65d9421
BG
2757}
2758
a028c4b0
DV
2759static bool
2760ipehr_is_semaphore_wait(struct drm_device *dev, u32 ipehr)
2761{
2762 if (INTEL_INFO(dev)->gen >= 8) {
2763 /*
2764 * FIXME: gen8 semaphore support - currently we don't emit
2765 * semaphores on bdw anyway, but this needs to be addressed when
2766 * we merge that code.
2767 */
2768 return false;
2769 } else {
2770 ipehr &= ~MI_SEMAPHORE_SYNC_MASK;
2771 return ipehr == (MI_SEMAPHORE_MBOX | MI_SEMAPHORE_COMPARE |
2772 MI_SEMAPHORE_REGISTER);
2773 }
2774}
2775
a4872ba6
OM
2776static struct intel_engine_cs *
2777semaphore_wait_to_signaller_ring(struct intel_engine_cs *ring, u32 ipehr)
921d42ea
DV
2778{
2779 struct drm_i915_private *dev_priv = ring->dev->dev_private;
a4872ba6 2780 struct intel_engine_cs *signaller;
921d42ea
DV
2781 int i;
2782
2783 if (INTEL_INFO(dev_priv->dev)->gen >= 8) {
2784 /*
2785 * FIXME: gen8 semaphore support - currently we don't emit
2786 * semaphores on bdw anyway, but this needs to be addressed when
2787 * we merge that code.
2788 */
2789 return NULL;
2790 } else {
2791 u32 sync_bits = ipehr & MI_SEMAPHORE_SYNC_MASK;
2792
2793 for_each_ring(signaller, dev_priv, i) {
2794 if(ring == signaller)
2795 continue;
2796
ebc348b2 2797 if (sync_bits == signaller->semaphore.mbox.wait[ring->id])
921d42ea
DV
2798 return signaller;
2799 }
2800 }
2801
2802 DRM_ERROR("No signaller ring found for ring %i, ipehr 0x%08x\n",
2803 ring->id, ipehr);
2804
2805 return NULL;
2806}
2807
a4872ba6
OM
2808static struct intel_engine_cs *
2809semaphore_waits_for(struct intel_engine_cs *ring, u32 *seqno)
a24a11e6
CW
2810{
2811 struct drm_i915_private *dev_priv = ring->dev->dev_private;
88fe429d
DV
2812 u32 cmd, ipehr, head;
2813 int i;
a24a11e6
CW
2814
2815 ipehr = I915_READ(RING_IPEHR(ring->mmio_base));
a028c4b0 2816 if (!ipehr_is_semaphore_wait(ring->dev, ipehr))
6274f212 2817 return NULL;
a24a11e6 2818
88fe429d
DV
2819 /*
2820 * HEAD is likely pointing to the dword after the actual command,
2821 * so scan backwards until we find the MBOX. But limit it to just 3
2822 * dwords. Note that we don't care about ACTHD here since that might
2823 * point at at batch, and semaphores are always emitted into the
2824 * ringbuffer itself.
a24a11e6 2825 */
88fe429d
DV
2826 head = I915_READ_HEAD(ring) & HEAD_ADDR;
2827
2828 for (i = 4; i; --i) {
2829 /*
2830 * Be paranoid and presume the hw has gone off into the wild -
2831 * our ring is smaller than what the hardware (and hence
2832 * HEAD_ADDR) allows. Also handles wrap-around.
2833 */
ee1b1e5e 2834 head &= ring->buffer->size - 1;
88fe429d
DV
2835
2836 /* This here seems to blow up */
ee1b1e5e 2837 cmd = ioread32(ring->buffer->virtual_start + head);
a24a11e6
CW
2838 if (cmd == ipehr)
2839 break;
2840
88fe429d
DV
2841 head -= 4;
2842 }
a24a11e6 2843
88fe429d
DV
2844 if (!i)
2845 return NULL;
a24a11e6 2846
ee1b1e5e 2847 *seqno = ioread32(ring->buffer->virtual_start + head + 4) + 1;
921d42ea 2848 return semaphore_wait_to_signaller_ring(ring, ipehr);
a24a11e6
CW
2849}
2850
a4872ba6 2851static int semaphore_passed(struct intel_engine_cs *ring)
6274f212
CW
2852{
2853 struct drm_i915_private *dev_priv = ring->dev->dev_private;
a4872ba6 2854 struct intel_engine_cs *signaller;
6274f212
CW
2855 u32 seqno, ctl;
2856
2857 ring->hangcheck.deadlock = true;
2858
2859 signaller = semaphore_waits_for(ring, &seqno);
2860 if (signaller == NULL || signaller->hangcheck.deadlock)
2861 return -1;
2862
2863 /* cursory check for an unkickable deadlock */
2864 ctl = I915_READ_CTL(signaller);
2865 if (ctl & RING_WAIT_SEMAPHORE && semaphore_passed(signaller) < 0)
2866 return -1;
2867
2868 return i915_seqno_passed(signaller->get_seqno(signaller, false), seqno);
2869}
2870
2871static void semaphore_clear_deadlocks(struct drm_i915_private *dev_priv)
2872{
a4872ba6 2873 struct intel_engine_cs *ring;
6274f212
CW
2874 int i;
2875
2876 for_each_ring(ring, dev_priv, i)
2877 ring->hangcheck.deadlock = false;
2878}
2879
ad8beaea 2880static enum intel_ring_hangcheck_action
a4872ba6 2881ring_stuck(struct intel_engine_cs *ring, u64 acthd)
1ec14ad3
CW
2882{
2883 struct drm_device *dev = ring->dev;
2884 struct drm_i915_private *dev_priv = dev->dev_private;
9107e9d2
CW
2885 u32 tmp;
2886
6274f212 2887 if (ring->hangcheck.acthd != acthd)
f2f4d82f 2888 return HANGCHECK_ACTIVE;
6274f212 2889
9107e9d2 2890 if (IS_GEN2(dev))
f2f4d82f 2891 return HANGCHECK_HUNG;
9107e9d2
CW
2892
2893 /* Is the chip hanging on a WAIT_FOR_EVENT?
2894 * If so we can simply poke the RB_WAIT bit
2895 * and break the hang. This should work on
2896 * all but the second generation chipsets.
2897 */
2898 tmp = I915_READ_CTL(ring);
1ec14ad3 2899 if (tmp & RING_WAIT) {
58174462
MK
2900 i915_handle_error(dev, false,
2901 "Kicking stuck wait on %s",
2902 ring->name);
1ec14ad3 2903 I915_WRITE_CTL(ring, tmp);
f2f4d82f 2904 return HANGCHECK_KICK;
6274f212
CW
2905 }
2906
2907 if (INTEL_INFO(dev)->gen >= 6 && tmp & RING_WAIT_SEMAPHORE) {
2908 switch (semaphore_passed(ring)) {
2909 default:
f2f4d82f 2910 return HANGCHECK_HUNG;
6274f212 2911 case 1:
58174462
MK
2912 i915_handle_error(dev, false,
2913 "Kicking stuck semaphore on %s",
2914 ring->name);
6274f212 2915 I915_WRITE_CTL(ring, tmp);
f2f4d82f 2916 return HANGCHECK_KICK;
6274f212 2917 case 0:
f2f4d82f 2918 return HANGCHECK_WAIT;
6274f212 2919 }
9107e9d2 2920 }
ed5cbb03 2921
f2f4d82f 2922 return HANGCHECK_HUNG;
ed5cbb03
MK
2923}
2924
f65d9421
BG
2925/**
2926 * This is called when the chip hasn't reported back with completed
05407ff8
MK
2927 * batchbuffers in a long time. We keep track per ring seqno progress and
2928 * if there are no progress, hangcheck score for that ring is increased.
2929 * Further, acthd is inspected to see if the ring is stuck. On stuck case
2930 * we kick the ring. If we see no progress on three subsequent calls
2931 * we assume chip is wedged and try to fix it by resetting the chip.
f65d9421 2932 */
a658b5d2 2933static void i915_hangcheck_elapsed(unsigned long data)
f65d9421
BG
2934{
2935 struct drm_device *dev = (struct drm_device *)data;
2d1013dd 2936 struct drm_i915_private *dev_priv = dev->dev_private;
a4872ba6 2937 struct intel_engine_cs *ring;
b4519513 2938 int i;
05407ff8 2939 int busy_count = 0, rings_hung = 0;
9107e9d2
CW
2940 bool stuck[I915_NUM_RINGS] = { 0 };
2941#define BUSY 1
2942#define KICK 5
2943#define HUNG 20
893eead0 2944
d330a953 2945 if (!i915.enable_hangcheck)
3e0dc6b0
BW
2946 return;
2947
b4519513 2948 for_each_ring(ring, dev_priv, i) {
50877445
CW
2949 u64 acthd;
2950 u32 seqno;
9107e9d2 2951 bool busy = true;
05407ff8 2952
6274f212
CW
2953 semaphore_clear_deadlocks(dev_priv);
2954
05407ff8
MK
2955 seqno = ring->get_seqno(ring, false);
2956 acthd = intel_ring_get_active_head(ring);
b4519513 2957
9107e9d2
CW
2958 if (ring->hangcheck.seqno == seqno) {
2959 if (ring_idle(ring, seqno)) {
da661464
MK
2960 ring->hangcheck.action = HANGCHECK_IDLE;
2961
9107e9d2
CW
2962 if (waitqueue_active(&ring->irq_queue)) {
2963 /* Issue a wake-up to catch stuck h/w. */
094f9a54 2964 if (!test_and_set_bit(ring->id, &dev_priv->gpu_error.missed_irq_rings)) {
f4adcd24
DV
2965 if (!(dev_priv->gpu_error.test_irq_rings & intel_ring_flag(ring)))
2966 DRM_ERROR("Hangcheck timer elapsed... %s idle\n",
2967 ring->name);
2968 else
2969 DRM_INFO("Fake missed irq on %s\n",
2970 ring->name);
094f9a54
CW
2971 wake_up_all(&ring->irq_queue);
2972 }
2973 /* Safeguard against driver failure */
2974 ring->hangcheck.score += BUSY;
9107e9d2
CW
2975 } else
2976 busy = false;
05407ff8 2977 } else {
6274f212
CW
2978 /* We always increment the hangcheck score
2979 * if the ring is busy and still processing
2980 * the same request, so that no single request
2981 * can run indefinitely (such as a chain of
2982 * batches). The only time we do not increment
2983 * the hangcheck score on this ring, if this
2984 * ring is in a legitimate wait for another
2985 * ring. In that case the waiting ring is a
2986 * victim and we want to be sure we catch the
2987 * right culprit. Then every time we do kick
2988 * the ring, add a small increment to the
2989 * score so that we can catch a batch that is
2990 * being repeatedly kicked and so responsible
2991 * for stalling the machine.
2992 */
ad8beaea
MK
2993 ring->hangcheck.action = ring_stuck(ring,
2994 acthd);
2995
2996 switch (ring->hangcheck.action) {
da661464 2997 case HANGCHECK_IDLE:
f2f4d82f 2998 case HANGCHECK_WAIT:
6274f212 2999 break;
f2f4d82f 3000 case HANGCHECK_ACTIVE:
ea04cb31 3001 ring->hangcheck.score += BUSY;
6274f212 3002 break;
f2f4d82f 3003 case HANGCHECK_KICK:
ea04cb31 3004 ring->hangcheck.score += KICK;
6274f212 3005 break;
f2f4d82f 3006 case HANGCHECK_HUNG:
ea04cb31 3007 ring->hangcheck.score += HUNG;
6274f212
CW
3008 stuck[i] = true;
3009 break;
3010 }
05407ff8 3011 }
9107e9d2 3012 } else {
da661464
MK
3013 ring->hangcheck.action = HANGCHECK_ACTIVE;
3014
9107e9d2
CW
3015 /* Gradually reduce the count so that we catch DoS
3016 * attempts across multiple batches.
3017 */
3018 if (ring->hangcheck.score > 0)
3019 ring->hangcheck.score--;
d1e61e7f
CW
3020 }
3021
05407ff8
MK
3022 ring->hangcheck.seqno = seqno;
3023 ring->hangcheck.acthd = acthd;
9107e9d2 3024 busy_count += busy;
893eead0 3025 }
b9201c14 3026
92cab734 3027 for_each_ring(ring, dev_priv, i) {
b6b0fac0 3028 if (ring->hangcheck.score >= HANGCHECK_SCORE_RING_HUNG) {
b8d88d1d
DV
3029 DRM_INFO("%s on %s\n",
3030 stuck[i] ? "stuck" : "no progress",
3031 ring->name);
a43adf07 3032 rings_hung++;
92cab734
MK
3033 }
3034 }
3035
05407ff8 3036 if (rings_hung)
58174462 3037 return i915_handle_error(dev, true, "Ring hung");
f65d9421 3038
05407ff8
MK
3039 if (busy_count)
3040 /* Reset timer case chip hangs without another request
3041 * being added */
10cd45b6
MK
3042 i915_queue_hangcheck(dev);
3043}
3044
3045void i915_queue_hangcheck(struct drm_device *dev)
3046{
3047 struct drm_i915_private *dev_priv = dev->dev_private;
d330a953 3048 if (!i915.enable_hangcheck)
10cd45b6
MK
3049 return;
3050
3051 mod_timer(&dev_priv->gpu_error.hangcheck_timer,
3052 round_jiffies_up(jiffies + DRM_I915_HANGCHECK_JIFFIES));
f65d9421
BG
3053}
3054
1c69eb42 3055static void ibx_irq_reset(struct drm_device *dev)
91738a95
PZ
3056{
3057 struct drm_i915_private *dev_priv = dev->dev_private;
3058
3059 if (HAS_PCH_NOP(dev))
3060 return;
3061
f86f3fb0 3062 GEN5_IRQ_RESET(SDE);
105b122e
PZ
3063
3064 if (HAS_PCH_CPT(dev) || HAS_PCH_LPT(dev))
3065 I915_WRITE(SERR_INT, 0xffffffff);
622364b6 3066}
105b122e 3067
622364b6
PZ
3068/*
3069 * SDEIER is also touched by the interrupt handler to work around missed PCH
3070 * interrupts. Hence we can't update it after the interrupt handler is enabled -
3071 * instead we unconditionally enable all PCH interrupt sources here, but then
3072 * only unmask them as needed with SDEIMR.
3073 *
3074 * This function needs to be called before interrupts are enabled.
3075 */
3076static void ibx_irq_pre_postinstall(struct drm_device *dev)
3077{
3078 struct drm_i915_private *dev_priv = dev->dev_private;
3079
3080 if (HAS_PCH_NOP(dev))
3081 return;
3082
3083 WARN_ON(I915_READ(SDEIER) != 0);
91738a95
PZ
3084 I915_WRITE(SDEIER, 0xffffffff);
3085 POSTING_READ(SDEIER);
3086}
3087
7c4d664e 3088static void gen5_gt_irq_reset(struct drm_device *dev)
d18ea1b5
DV
3089{
3090 struct drm_i915_private *dev_priv = dev->dev_private;
3091
f86f3fb0 3092 GEN5_IRQ_RESET(GT);
a9d356a6 3093 if (INTEL_INFO(dev)->gen >= 6)
f86f3fb0 3094 GEN5_IRQ_RESET(GEN6_PM);
d18ea1b5
DV
3095}
3096
1da177e4
LT
3097/* drm_dma.h hooks
3098*/
be30b29f 3099static void ironlake_irq_reset(struct drm_device *dev)
036a4a7d 3100{
2d1013dd 3101 struct drm_i915_private *dev_priv = dev->dev_private;
036a4a7d 3102
0c841212 3103 I915_WRITE(HWSTAM, 0xffffffff);
bdfcdb63 3104
f86f3fb0 3105 GEN5_IRQ_RESET(DE);
c6d954c1
PZ
3106 if (IS_GEN7(dev))
3107 I915_WRITE(GEN7_ERR_INT, 0xffffffff);
036a4a7d 3108
7c4d664e 3109 gen5_gt_irq_reset(dev);
c650156a 3110
1c69eb42 3111 ibx_irq_reset(dev);
7d99163d 3112}
c650156a 3113
be30b29f
PZ
3114static void ironlake_irq_preinstall(struct drm_device *dev)
3115{
be30b29f 3116 ironlake_irq_reset(dev);
7d99163d
BW
3117}
3118
7e231dbe
JB
3119static void valleyview_irq_preinstall(struct drm_device *dev)
3120{
2d1013dd 3121 struct drm_i915_private *dev_priv = dev->dev_private;
7e231dbe
JB
3122 int pipe;
3123
7e231dbe
JB
3124 /* VLV magic */
3125 I915_WRITE(VLV_IMR, 0);
3126 I915_WRITE(RING_IMR(RENDER_RING_BASE), 0);
3127 I915_WRITE(RING_IMR(GEN6_BSD_RING_BASE), 0);
3128 I915_WRITE(RING_IMR(BLT_RING_BASE), 0);
3129
7e231dbe
JB
3130 /* and GT */
3131 I915_WRITE(GTIIR, I915_READ(GTIIR));
3132 I915_WRITE(GTIIR, I915_READ(GTIIR));
d18ea1b5 3133
7c4d664e 3134 gen5_gt_irq_reset(dev);
7e231dbe
JB
3135
3136 I915_WRITE(DPINVGTT, 0xff);
3137
3138 I915_WRITE(PORT_HOTPLUG_EN, 0);
3139 I915_WRITE(PORT_HOTPLUG_STAT, I915_READ(PORT_HOTPLUG_STAT));
3140 for_each_pipe(pipe)
3141 I915_WRITE(PIPESTAT(pipe), 0xffff);
3142 I915_WRITE(VLV_IIR, 0xffffffff);
3143 I915_WRITE(VLV_IMR, 0xffffffff);
3144 I915_WRITE(VLV_IER, 0x0);
3145 POSTING_READ(VLV_IER);
3146}
3147
823f6b38 3148static void gen8_irq_reset(struct drm_device *dev)
abd58f01
BW
3149{
3150 struct drm_i915_private *dev_priv = dev->dev_private;
3151 int pipe;
3152
abd58f01
BW
3153 I915_WRITE(GEN8_MASTER_IRQ, 0);
3154 POSTING_READ(GEN8_MASTER_IRQ);
3155
f86f3fb0
PZ
3156 GEN8_IRQ_RESET_NDX(GT, 0);
3157 GEN8_IRQ_RESET_NDX(GT, 1);
3158 GEN8_IRQ_RESET_NDX(GT, 2);
3159 GEN8_IRQ_RESET_NDX(GT, 3);
abd58f01 3160
823f6b38 3161 for_each_pipe(pipe)
f86f3fb0 3162 GEN8_IRQ_RESET_NDX(DE_PIPE, pipe);
abd58f01 3163
f86f3fb0
PZ
3164 GEN5_IRQ_RESET(GEN8_DE_PORT_);
3165 GEN5_IRQ_RESET(GEN8_DE_MISC_);
3166 GEN5_IRQ_RESET(GEN8_PCU_);
abd58f01 3167
1c69eb42 3168 ibx_irq_reset(dev);
abd58f01 3169}
09f2344d 3170
823f6b38
PZ
3171static void gen8_irq_preinstall(struct drm_device *dev)
3172{
3173 gen8_irq_reset(dev);
abd58f01
BW
3174}
3175
43f328d7
VS
3176static void cherryview_irq_preinstall(struct drm_device *dev)
3177{
3178 struct drm_i915_private *dev_priv = dev->dev_private;
3179 int pipe;
3180
3181 I915_WRITE(GEN8_MASTER_IRQ, 0);
3182 POSTING_READ(GEN8_MASTER_IRQ);
3183
3184 GEN8_IRQ_RESET_NDX(GT, 0);
3185 GEN8_IRQ_RESET_NDX(GT, 1);
3186 GEN8_IRQ_RESET_NDX(GT, 2);
3187 GEN8_IRQ_RESET_NDX(GT, 3);
3188
3189 GEN5_IRQ_RESET(GEN8_PCU_);
3190
3191 POSTING_READ(GEN8_PCU_IIR);
3192
3193 I915_WRITE(DPINVGTT, DPINVGTT_STATUS_MASK_CHV);
3194
3195 I915_WRITE(PORT_HOTPLUG_EN, 0);
3196 I915_WRITE(PORT_HOTPLUG_STAT, I915_READ(PORT_HOTPLUG_STAT));
3197
3198 for_each_pipe(pipe)
3199 I915_WRITE(PIPESTAT(pipe), 0xffff);
3200
3201 I915_WRITE(VLV_IMR, 0xffffffff);
3202 I915_WRITE(VLV_IER, 0x0);
3203 I915_WRITE(VLV_IIR, 0xffffffff);
3204 POSTING_READ(VLV_IIR);
3205}
3206
82a28bcf 3207static void ibx_hpd_irq_setup(struct drm_device *dev)
7fe0b973 3208{
2d1013dd 3209 struct drm_i915_private *dev_priv = dev->dev_private;
82a28bcf
DV
3210 struct drm_mode_config *mode_config = &dev->mode_config;
3211 struct intel_encoder *intel_encoder;
fee884ed 3212 u32 hotplug_irqs, hotplug, enabled_irqs = 0;
82a28bcf
DV
3213
3214 if (HAS_PCH_IBX(dev)) {
fee884ed 3215 hotplug_irqs = SDE_HOTPLUG_MASK;
82a28bcf 3216 list_for_each_entry(intel_encoder, &mode_config->encoder_list, base.head)
cd569aed 3217 if (dev_priv->hpd_stats[intel_encoder->hpd_pin].hpd_mark == HPD_ENABLED)
fee884ed 3218 enabled_irqs |= hpd_ibx[intel_encoder->hpd_pin];
82a28bcf 3219 } else {
fee884ed 3220 hotplug_irqs = SDE_HOTPLUG_MASK_CPT;
82a28bcf 3221 list_for_each_entry(intel_encoder, &mode_config->encoder_list, base.head)
cd569aed 3222 if (dev_priv->hpd_stats[intel_encoder->hpd_pin].hpd_mark == HPD_ENABLED)
fee884ed 3223 enabled_irqs |= hpd_cpt[intel_encoder->hpd_pin];
82a28bcf 3224 }
7fe0b973 3225
fee884ed 3226 ibx_display_interrupt_update(dev_priv, hotplug_irqs, enabled_irqs);
82a28bcf
DV
3227
3228 /*
3229 * Enable digital hotplug on the PCH, and configure the DP short pulse
3230 * duration to 2ms (which is the minimum in the Display Port spec)
3231 *
3232 * This register is the same on all known PCH chips.
3233 */
7fe0b973
KP
3234 hotplug = I915_READ(PCH_PORT_HOTPLUG);
3235 hotplug &= ~(PORTD_PULSE_DURATION_MASK|PORTC_PULSE_DURATION_MASK|PORTB_PULSE_DURATION_MASK);
3236 hotplug |= PORTD_HOTPLUG_ENABLE | PORTD_PULSE_DURATION_2ms;
3237 hotplug |= PORTC_HOTPLUG_ENABLE | PORTC_PULSE_DURATION_2ms;
3238 hotplug |= PORTB_HOTPLUG_ENABLE | PORTB_PULSE_DURATION_2ms;
3239 I915_WRITE(PCH_PORT_HOTPLUG, hotplug);
3240}
3241
d46da437
PZ
3242static void ibx_irq_postinstall(struct drm_device *dev)
3243{
2d1013dd 3244 struct drm_i915_private *dev_priv = dev->dev_private;
82a28bcf 3245 u32 mask;
e5868a31 3246
692a04cf
DV
3247 if (HAS_PCH_NOP(dev))
3248 return;
3249
105b122e 3250 if (HAS_PCH_IBX(dev))
5c673b60 3251 mask = SDE_GMBUS | SDE_AUX_MASK | SDE_POISON;
105b122e 3252 else
5c673b60 3253 mask = SDE_GMBUS_CPT | SDE_AUX_MASK_CPT;
8664281b 3254
337ba017 3255 GEN5_ASSERT_IIR_IS_ZERO(SDEIIR);
d46da437 3256 I915_WRITE(SDEIMR, ~mask);
d46da437
PZ
3257}
3258
0a9a8c91
DV
3259static void gen5_gt_irq_postinstall(struct drm_device *dev)
3260{
3261 struct drm_i915_private *dev_priv = dev->dev_private;
3262 u32 pm_irqs, gt_irqs;
3263
3264 pm_irqs = gt_irqs = 0;
3265
3266 dev_priv->gt_irq_mask = ~0;
040d2baa 3267 if (HAS_L3_DPF(dev)) {
0a9a8c91 3268 /* L3 parity interrupt is always unmasked. */
35a85ac6
BW
3269 dev_priv->gt_irq_mask = ~GT_PARITY_ERROR(dev);
3270 gt_irqs |= GT_PARITY_ERROR(dev);
0a9a8c91
DV
3271 }
3272
3273 gt_irqs |= GT_RENDER_USER_INTERRUPT;
3274 if (IS_GEN5(dev)) {
3275 gt_irqs |= GT_RENDER_PIPECTL_NOTIFY_INTERRUPT |
3276 ILK_BSD_USER_INTERRUPT;
3277 } else {
3278 gt_irqs |= GT_BLT_USER_INTERRUPT | GT_BSD_USER_INTERRUPT;
3279 }
3280
35079899 3281 GEN5_IRQ_INIT(GT, dev_priv->gt_irq_mask, gt_irqs);
0a9a8c91
DV
3282
3283 if (INTEL_INFO(dev)->gen >= 6) {
a6706b45 3284 pm_irqs |= dev_priv->pm_rps_events;
0a9a8c91
DV
3285
3286 if (HAS_VEBOX(dev))
3287 pm_irqs |= PM_VEBOX_USER_INTERRUPT;
3288
605cd25b 3289 dev_priv->pm_irq_mask = 0xffffffff;
35079899 3290 GEN5_IRQ_INIT(GEN6_PM, dev_priv->pm_irq_mask, pm_irqs);
0a9a8c91
DV
3291 }
3292}
3293
f71d4af4 3294static int ironlake_irq_postinstall(struct drm_device *dev)
036a4a7d 3295{
4bc9d430 3296 unsigned long irqflags;
2d1013dd 3297 struct drm_i915_private *dev_priv = dev->dev_private;
8e76f8dc
PZ
3298 u32 display_mask, extra_mask;
3299
3300 if (INTEL_INFO(dev)->gen >= 7) {
3301 display_mask = (DE_MASTER_IRQ_CONTROL | DE_GSE_IVB |
3302 DE_PCH_EVENT_IVB | DE_PLANEC_FLIP_DONE_IVB |
3303 DE_PLANEB_FLIP_DONE_IVB |
5c673b60 3304 DE_PLANEA_FLIP_DONE_IVB | DE_AUX_CHANNEL_A_IVB);
8e76f8dc 3305 extra_mask = (DE_PIPEC_VBLANK_IVB | DE_PIPEB_VBLANK_IVB |
5c673b60 3306 DE_PIPEA_VBLANK_IVB | DE_ERR_INT_IVB);
8e76f8dc
PZ
3307 } else {
3308 display_mask = (DE_MASTER_IRQ_CONTROL | DE_GSE | DE_PCH_EVENT |
3309 DE_PLANEA_FLIP_DONE | DE_PLANEB_FLIP_DONE |
5b3a856b 3310 DE_AUX_CHANNEL_A |
5b3a856b
DV
3311 DE_PIPEB_CRC_DONE | DE_PIPEA_CRC_DONE |
3312 DE_POISON);
5c673b60
DV
3313 extra_mask = DE_PIPEA_VBLANK | DE_PIPEB_VBLANK | DE_PCU_EVENT |
3314 DE_PIPEB_FIFO_UNDERRUN | DE_PIPEA_FIFO_UNDERRUN;
8e76f8dc 3315 }
036a4a7d 3316
1ec14ad3 3317 dev_priv->irq_mask = ~display_mask;
036a4a7d 3318
0c841212
PZ
3319 I915_WRITE(HWSTAM, 0xeffe);
3320
622364b6
PZ
3321 ibx_irq_pre_postinstall(dev);
3322
35079899 3323 GEN5_IRQ_INIT(DE, dev_priv->irq_mask, display_mask | extra_mask);
036a4a7d 3324
0a9a8c91 3325 gen5_gt_irq_postinstall(dev);
036a4a7d 3326
d46da437 3327 ibx_irq_postinstall(dev);
7fe0b973 3328
f97108d1 3329 if (IS_IRONLAKE_M(dev)) {
6005ce42
DV
3330 /* Enable PCU event interrupts
3331 *
3332 * spinlocking not required here for correctness since interrupt
4bc9d430
DV
3333 * setup is guaranteed to run in single-threaded context. But we
3334 * need it to make the assert_spin_locked happy. */
3335 spin_lock_irqsave(&dev_priv->irq_lock, irqflags);
f97108d1 3336 ironlake_enable_display_irq(dev_priv, DE_PCU_EVENT);
4bc9d430 3337 spin_unlock_irqrestore(&dev_priv->irq_lock, irqflags);
f97108d1
JB
3338 }
3339
036a4a7d
ZW
3340 return 0;
3341}
3342
f8b79e58
ID
3343static void valleyview_display_irqs_install(struct drm_i915_private *dev_priv)
3344{
3345 u32 pipestat_mask;
3346 u32 iir_mask;
3347
3348 pipestat_mask = PIPESTAT_INT_STATUS_MASK |
3349 PIPE_FIFO_UNDERRUN_STATUS;
3350
3351 I915_WRITE(PIPESTAT(PIPE_A), pipestat_mask);
3352 I915_WRITE(PIPESTAT(PIPE_B), pipestat_mask);
3353 POSTING_READ(PIPESTAT(PIPE_A));
3354
3355 pipestat_mask = PLANE_FLIP_DONE_INT_STATUS_VLV |
3356 PIPE_CRC_DONE_INTERRUPT_STATUS;
3357
3358 i915_enable_pipestat(dev_priv, PIPE_A, pipestat_mask |
3359 PIPE_GMBUS_INTERRUPT_STATUS);
3360 i915_enable_pipestat(dev_priv, PIPE_B, pipestat_mask);
3361
3362 iir_mask = I915_DISPLAY_PORT_INTERRUPT |
3363 I915_DISPLAY_PIPE_A_EVENT_INTERRUPT |
3364 I915_DISPLAY_PIPE_B_EVENT_INTERRUPT;
3365 dev_priv->irq_mask &= ~iir_mask;
3366
3367 I915_WRITE(VLV_IIR, iir_mask);
3368 I915_WRITE(VLV_IIR, iir_mask);
3369 I915_WRITE(VLV_IMR, dev_priv->irq_mask);
3370 I915_WRITE(VLV_IER, ~dev_priv->irq_mask);
3371 POSTING_READ(VLV_IER);
3372}
3373
3374static void valleyview_display_irqs_uninstall(struct drm_i915_private *dev_priv)
3375{
3376 u32 pipestat_mask;
3377 u32 iir_mask;
3378
3379 iir_mask = I915_DISPLAY_PORT_INTERRUPT |
3380 I915_DISPLAY_PIPE_A_EVENT_INTERRUPT |
6c7fba04 3381 I915_DISPLAY_PIPE_B_EVENT_INTERRUPT;
f8b79e58
ID
3382
3383 dev_priv->irq_mask |= iir_mask;
3384 I915_WRITE(VLV_IER, ~dev_priv->irq_mask);
3385 I915_WRITE(VLV_IMR, dev_priv->irq_mask);
3386 I915_WRITE(VLV_IIR, iir_mask);
3387 I915_WRITE(VLV_IIR, iir_mask);
3388 POSTING_READ(VLV_IIR);
3389
3390 pipestat_mask = PLANE_FLIP_DONE_INT_STATUS_VLV |
3391 PIPE_CRC_DONE_INTERRUPT_STATUS;
3392
3393 i915_disable_pipestat(dev_priv, PIPE_A, pipestat_mask |
3394 PIPE_GMBUS_INTERRUPT_STATUS);
3395 i915_disable_pipestat(dev_priv, PIPE_B, pipestat_mask);
3396
3397 pipestat_mask = PIPESTAT_INT_STATUS_MASK |
3398 PIPE_FIFO_UNDERRUN_STATUS;
3399 I915_WRITE(PIPESTAT(PIPE_A), pipestat_mask);
3400 I915_WRITE(PIPESTAT(PIPE_B), pipestat_mask);
3401 POSTING_READ(PIPESTAT(PIPE_A));
3402}
3403
3404void valleyview_enable_display_irqs(struct drm_i915_private *dev_priv)
3405{
3406 assert_spin_locked(&dev_priv->irq_lock);
3407
3408 if (dev_priv->display_irqs_enabled)
3409 return;
3410
3411 dev_priv->display_irqs_enabled = true;
3412
3413 if (dev_priv->dev->irq_enabled)
3414 valleyview_display_irqs_install(dev_priv);
3415}
3416
3417void valleyview_disable_display_irqs(struct drm_i915_private *dev_priv)
3418{
3419 assert_spin_locked(&dev_priv->irq_lock);
3420
3421 if (!dev_priv->display_irqs_enabled)
3422 return;
3423
3424 dev_priv->display_irqs_enabled = false;
3425
3426 if (dev_priv->dev->irq_enabled)
3427 valleyview_display_irqs_uninstall(dev_priv);
3428}
3429
7e231dbe
JB
3430static int valleyview_irq_postinstall(struct drm_device *dev)
3431{
2d1013dd 3432 struct drm_i915_private *dev_priv = dev->dev_private;
b79480ba 3433 unsigned long irqflags;
7e231dbe 3434
f8b79e58 3435 dev_priv->irq_mask = ~0;
7e231dbe 3436
20afbda2
DV
3437 I915_WRITE(PORT_HOTPLUG_EN, 0);
3438 POSTING_READ(PORT_HOTPLUG_EN);
3439
7e231dbe 3440 I915_WRITE(VLV_IMR, dev_priv->irq_mask);
f8b79e58 3441 I915_WRITE(VLV_IER, ~dev_priv->irq_mask);
7e231dbe 3442 I915_WRITE(VLV_IIR, 0xffffffff);
7e231dbe
JB
3443 POSTING_READ(VLV_IER);
3444
b79480ba
DV
3445 /* Interrupt setup is already guaranteed to be single-threaded, this is
3446 * just to make the assert_spin_locked check happy. */
3447 spin_lock_irqsave(&dev_priv->irq_lock, irqflags);
f8b79e58
ID
3448 if (dev_priv->display_irqs_enabled)
3449 valleyview_display_irqs_install(dev_priv);
b79480ba 3450 spin_unlock_irqrestore(&dev_priv->irq_lock, irqflags);
31acc7f5 3451
7e231dbe
JB
3452 I915_WRITE(VLV_IIR, 0xffffffff);
3453 I915_WRITE(VLV_IIR, 0xffffffff);
3454
0a9a8c91 3455 gen5_gt_irq_postinstall(dev);
7e231dbe
JB
3456
3457 /* ack & enable invalid PTE error interrupts */
3458#if 0 /* FIXME: add support to irq handler for checking these bits */
3459 I915_WRITE(DPINVGTT, DPINVGTT_STATUS_MASK);
3460 I915_WRITE(DPINVGTT, DPINVGTT_EN_MASK);
3461#endif
3462
3463 I915_WRITE(VLV_MASTER_IER, MASTER_INTERRUPT_ENABLE);
20afbda2
DV
3464
3465 return 0;
3466}
3467
abd58f01
BW
3468static void gen8_gt_irq_postinstall(struct drm_i915_private *dev_priv)
3469{
3470 int i;
3471
3472 /* These are interrupts we'll toggle with the ring mask register */
3473 uint32_t gt_interrupts[] = {
3474 GT_RENDER_USER_INTERRUPT << GEN8_RCS_IRQ_SHIFT |
3475 GT_RENDER_L3_PARITY_ERROR_INTERRUPT |
3476 GT_RENDER_USER_INTERRUPT << GEN8_BCS_IRQ_SHIFT,
3477 GT_RENDER_USER_INTERRUPT << GEN8_VCS1_IRQ_SHIFT |
3478 GT_RENDER_USER_INTERRUPT << GEN8_VCS2_IRQ_SHIFT,
3479 0,
3480 GT_RENDER_USER_INTERRUPT << GEN8_VECS_IRQ_SHIFT
3481 };
3482
337ba017 3483 for (i = 0; i < ARRAY_SIZE(gt_interrupts); i++)
35079899 3484 GEN8_IRQ_INIT_NDX(GT, i, ~gt_interrupts[i], gt_interrupts[i]);
0961021a
BW
3485
3486 dev_priv->pm_irq_mask = 0xffffffff;
abd58f01
BW
3487}
3488
3489static void gen8_de_irq_postinstall(struct drm_i915_private *dev_priv)
3490{
3491 struct drm_device *dev = dev_priv->dev;
d0e1f1cb 3492 uint32_t de_pipe_masked = GEN8_PIPE_PRIMARY_FLIP_DONE |
13b3a0a7 3493 GEN8_PIPE_CDCLK_CRC_DONE |
13b3a0a7 3494 GEN8_DE_PIPE_IRQ_FAULT_ERRORS;
5c673b60
DV
3495 uint32_t de_pipe_enables = de_pipe_masked | GEN8_PIPE_VBLANK |
3496 GEN8_PIPE_FIFO_UNDERRUN;
abd58f01 3497 int pipe;
13b3a0a7
DV
3498 dev_priv->de_irq_mask[PIPE_A] = ~de_pipe_masked;
3499 dev_priv->de_irq_mask[PIPE_B] = ~de_pipe_masked;
3500 dev_priv->de_irq_mask[PIPE_C] = ~de_pipe_masked;
abd58f01 3501
337ba017 3502 for_each_pipe(pipe)
35079899
PZ
3503 GEN8_IRQ_INIT_NDX(DE_PIPE, pipe, dev_priv->de_irq_mask[pipe],
3504 de_pipe_enables);
abd58f01 3505
35079899 3506 GEN5_IRQ_INIT(GEN8_DE_PORT_, ~GEN8_AUX_CHANNEL_A, GEN8_AUX_CHANNEL_A);
abd58f01
BW
3507}
3508
3509static int gen8_irq_postinstall(struct drm_device *dev)
3510{
3511 struct drm_i915_private *dev_priv = dev->dev_private;
3512
622364b6
PZ
3513 ibx_irq_pre_postinstall(dev);
3514
abd58f01
BW
3515 gen8_gt_irq_postinstall(dev_priv);
3516 gen8_de_irq_postinstall(dev_priv);
3517
3518 ibx_irq_postinstall(dev);
3519
3520 I915_WRITE(GEN8_MASTER_IRQ, DE_MASTER_IRQ_CONTROL);
3521 POSTING_READ(GEN8_MASTER_IRQ);
3522
3523 return 0;
3524}
3525
43f328d7
VS
3526static int cherryview_irq_postinstall(struct drm_device *dev)
3527{
3528 struct drm_i915_private *dev_priv = dev->dev_private;
3529 u32 enable_mask = I915_DISPLAY_PORT_INTERRUPT |
3530 I915_DISPLAY_PIPE_A_EVENT_INTERRUPT |
43f328d7 3531 I915_DISPLAY_PIPE_B_EVENT_INTERRUPT |
3278f67f
VS
3532 I915_DISPLAY_PIPE_C_EVENT_INTERRUPT;
3533 u32 pipestat_enable = PLANE_FLIP_DONE_INT_STATUS_VLV |
3534 PIPE_CRC_DONE_INTERRUPT_STATUS;
43f328d7
VS
3535 unsigned long irqflags;
3536 int pipe;
3537
3538 /*
3539 * Leave vblank interrupts masked initially. enable/disable will
3540 * toggle them based on usage.
3541 */
3278f67f 3542 dev_priv->irq_mask = ~enable_mask;
43f328d7
VS
3543
3544 for_each_pipe(pipe)
3545 I915_WRITE(PIPESTAT(pipe), 0xffff);
3546
3547 spin_lock_irqsave(&dev_priv->irq_lock, irqflags);
3278f67f 3548 i915_enable_pipestat(dev_priv, PIPE_A, PIPE_GMBUS_INTERRUPT_STATUS);
43f328d7
VS
3549 for_each_pipe(pipe)
3550 i915_enable_pipestat(dev_priv, pipe, pipestat_enable);
3551 spin_unlock_irqrestore(&dev_priv->irq_lock, irqflags);
3552
3553 I915_WRITE(VLV_IIR, 0xffffffff);
3554 I915_WRITE(VLV_IMR, dev_priv->irq_mask);
3555 I915_WRITE(VLV_IER, enable_mask);
3556
3557 gen8_gt_irq_postinstall(dev_priv);
3558
3559 I915_WRITE(GEN8_MASTER_IRQ, MASTER_INTERRUPT_ENABLE);
3560 POSTING_READ(GEN8_MASTER_IRQ);
3561
3562 return 0;
3563}
3564
abd58f01
BW
3565static void gen8_irq_uninstall(struct drm_device *dev)
3566{
3567 struct drm_i915_private *dev_priv = dev->dev_private;
abd58f01
BW
3568
3569 if (!dev_priv)
3570 return;
3571
d4eb6b10 3572 intel_hpd_irq_uninstall(dev_priv);
abd58f01 3573
823f6b38 3574 gen8_irq_reset(dev);
abd58f01
BW
3575}
3576
7e231dbe
JB
3577static void valleyview_irq_uninstall(struct drm_device *dev)
3578{
2d1013dd 3579 struct drm_i915_private *dev_priv = dev->dev_private;
f8b79e58 3580 unsigned long irqflags;
7e231dbe
JB
3581 int pipe;
3582
3583 if (!dev_priv)
3584 return;
3585
843d0e7d
ID
3586 I915_WRITE(VLV_MASTER_IER, 0);
3587
3ca1cced 3588 intel_hpd_irq_uninstall(dev_priv);
ac4c16c5 3589
7e231dbe
JB
3590 for_each_pipe(pipe)
3591 I915_WRITE(PIPESTAT(pipe), 0xffff);
3592
3593 I915_WRITE(HWSTAM, 0xffffffff);
3594 I915_WRITE(PORT_HOTPLUG_EN, 0);
3595 I915_WRITE(PORT_HOTPLUG_STAT, I915_READ(PORT_HOTPLUG_STAT));
f8b79e58
ID
3596
3597 spin_lock_irqsave(&dev_priv->irq_lock, irqflags);
3598 if (dev_priv->display_irqs_enabled)
3599 valleyview_display_irqs_uninstall(dev_priv);
3600 spin_unlock_irqrestore(&dev_priv->irq_lock, irqflags);
3601
3602 dev_priv->irq_mask = 0;
3603
7e231dbe
JB
3604 I915_WRITE(VLV_IIR, 0xffffffff);
3605 I915_WRITE(VLV_IMR, 0xffffffff);
3606 I915_WRITE(VLV_IER, 0x0);
3607 POSTING_READ(VLV_IER);
3608}
3609
43f328d7
VS
3610static void cherryview_irq_uninstall(struct drm_device *dev)
3611{
3612 struct drm_i915_private *dev_priv = dev->dev_private;
3613 int pipe;
3614
3615 if (!dev_priv)
3616 return;
3617
3618 I915_WRITE(GEN8_MASTER_IRQ, 0);
3619 POSTING_READ(GEN8_MASTER_IRQ);
3620
3621#define GEN8_IRQ_FINI_NDX(type, which) \
3622do { \
3623 I915_WRITE(GEN8_##type##_IMR(which), 0xffffffff); \
3624 I915_WRITE(GEN8_##type##_IER(which), 0); \
3625 I915_WRITE(GEN8_##type##_IIR(which), 0xffffffff); \
3626 POSTING_READ(GEN8_##type##_IIR(which)); \
3627 I915_WRITE(GEN8_##type##_IIR(which), 0xffffffff); \
3628} while (0)
3629
3630#define GEN8_IRQ_FINI(type) \
3631do { \
3632 I915_WRITE(GEN8_##type##_IMR, 0xffffffff); \
3633 I915_WRITE(GEN8_##type##_IER, 0); \
3634 I915_WRITE(GEN8_##type##_IIR, 0xffffffff); \
3635 POSTING_READ(GEN8_##type##_IIR); \
3636 I915_WRITE(GEN8_##type##_IIR, 0xffffffff); \
3637} while (0)
3638
3639 GEN8_IRQ_FINI_NDX(GT, 0);
3640 GEN8_IRQ_FINI_NDX(GT, 1);
3641 GEN8_IRQ_FINI_NDX(GT, 2);
3642 GEN8_IRQ_FINI_NDX(GT, 3);
3643
3644 GEN8_IRQ_FINI(PCU);
3645
3646#undef GEN8_IRQ_FINI
3647#undef GEN8_IRQ_FINI_NDX
3648
3649 I915_WRITE(PORT_HOTPLUG_EN, 0);
3650 I915_WRITE(PORT_HOTPLUG_STAT, I915_READ(PORT_HOTPLUG_STAT));
3651
3652 for_each_pipe(pipe)
3653 I915_WRITE(PIPESTAT(pipe), 0xffff);
3654
3655 I915_WRITE(VLV_IMR, 0xffffffff);
3656 I915_WRITE(VLV_IER, 0x0);
3657 I915_WRITE(VLV_IIR, 0xffffffff);
3658 POSTING_READ(VLV_IIR);
3659}
3660
f71d4af4 3661static void ironlake_irq_uninstall(struct drm_device *dev)
036a4a7d 3662{
2d1013dd 3663 struct drm_i915_private *dev_priv = dev->dev_private;
4697995b
JB
3664
3665 if (!dev_priv)
3666 return;
3667
3ca1cced 3668 intel_hpd_irq_uninstall(dev_priv);
ac4c16c5 3669
be30b29f 3670 ironlake_irq_reset(dev);
036a4a7d
ZW
3671}
3672
a266c7d5 3673static void i8xx_irq_preinstall(struct drm_device * dev)
1da177e4 3674{
2d1013dd 3675 struct drm_i915_private *dev_priv = dev->dev_private;
9db4a9c7 3676 int pipe;
91e3738e 3677
9db4a9c7
JB
3678 for_each_pipe(pipe)
3679 I915_WRITE(PIPESTAT(pipe), 0);
a266c7d5
CW
3680 I915_WRITE16(IMR, 0xffff);
3681 I915_WRITE16(IER, 0x0);
3682 POSTING_READ16(IER);
c2798b19
CW
3683}
3684
3685static int i8xx_irq_postinstall(struct drm_device *dev)
3686{
2d1013dd 3687 struct drm_i915_private *dev_priv = dev->dev_private;
379ef82d 3688 unsigned long irqflags;
c2798b19 3689
c2798b19
CW
3690 I915_WRITE16(EMR,
3691 ~(I915_ERROR_PAGE_TABLE | I915_ERROR_MEMORY_REFRESH));
3692
3693 /* Unmask the interrupts that we always want on. */
3694 dev_priv->irq_mask =
3695 ~(I915_DISPLAY_PIPE_A_EVENT_INTERRUPT |
3696 I915_DISPLAY_PIPE_B_EVENT_INTERRUPT |
3697 I915_DISPLAY_PLANE_A_FLIP_PENDING_INTERRUPT |
3698 I915_DISPLAY_PLANE_B_FLIP_PENDING_INTERRUPT |
3699 I915_RENDER_COMMAND_PARSER_ERROR_INTERRUPT);
3700 I915_WRITE16(IMR, dev_priv->irq_mask);
3701
3702 I915_WRITE16(IER,
3703 I915_DISPLAY_PIPE_A_EVENT_INTERRUPT |
3704 I915_DISPLAY_PIPE_B_EVENT_INTERRUPT |
3705 I915_RENDER_COMMAND_PARSER_ERROR_INTERRUPT |
3706 I915_USER_INTERRUPT);
3707 POSTING_READ16(IER);
3708
379ef82d
DV
3709 /* Interrupt setup is already guaranteed to be single-threaded, this is
3710 * just to make the assert_spin_locked check happy. */
3711 spin_lock_irqsave(&dev_priv->irq_lock, irqflags);
755e9019
ID
3712 i915_enable_pipestat(dev_priv, PIPE_A, PIPE_CRC_DONE_INTERRUPT_STATUS);
3713 i915_enable_pipestat(dev_priv, PIPE_B, PIPE_CRC_DONE_INTERRUPT_STATUS);
379ef82d
DV
3714 spin_unlock_irqrestore(&dev_priv->irq_lock, irqflags);
3715
c2798b19
CW
3716 return 0;
3717}
3718
90a72f87
VS
3719/*
3720 * Returns true when a page flip has completed.
3721 */
3722static bool i8xx_handle_vblank(struct drm_device *dev,
1f1c2e24 3723 int plane, int pipe, u32 iir)
90a72f87 3724{
2d1013dd 3725 struct drm_i915_private *dev_priv = dev->dev_private;
1f1c2e24 3726 u16 flip_pending = DISPLAY_PLANE_FLIP_PENDING(plane);
90a72f87 3727
8d7849db 3728 if (!intel_pipe_handle_vblank(dev, pipe))
90a72f87
VS
3729 return false;
3730
3731 if ((iir & flip_pending) == 0)
3732 return false;
3733
1f1c2e24 3734 intel_prepare_page_flip(dev, plane);
90a72f87
VS
3735
3736 /* We detect FlipDone by looking for the change in PendingFlip from '1'
3737 * to '0' on the following vblank, i.e. IIR has the Pendingflip
3738 * asserted following the MI_DISPLAY_FLIP, but ISR is deasserted, hence
3739 * the flip is completed (no longer pending). Since this doesn't raise
3740 * an interrupt per se, we watch for the change at vblank.
3741 */
3742 if (I915_READ16(ISR) & flip_pending)
3743 return false;
3744
3745 intel_finish_page_flip(dev, pipe);
3746
3747 return true;
3748}
3749
ff1f525e 3750static irqreturn_t i8xx_irq_handler(int irq, void *arg)
c2798b19 3751{
45a83f84 3752 struct drm_device *dev = arg;
2d1013dd 3753 struct drm_i915_private *dev_priv = dev->dev_private;
c2798b19
CW
3754 u16 iir, new_iir;
3755 u32 pipe_stats[2];
3756 unsigned long irqflags;
c2798b19
CW
3757 int pipe;
3758 u16 flip_mask =
3759 I915_DISPLAY_PLANE_A_FLIP_PENDING_INTERRUPT |
3760 I915_DISPLAY_PLANE_B_FLIP_PENDING_INTERRUPT;
3761
c2798b19
CW
3762 iir = I915_READ16(IIR);
3763 if (iir == 0)
3764 return IRQ_NONE;
3765
3766 while (iir & ~flip_mask) {
3767 /* Can't rely on pipestat interrupt bit in iir as it might
3768 * have been cleared after the pipestat interrupt was received.
3769 * It doesn't set the bit in iir again, but it still produces
3770 * interrupts (for non-MSI).
3771 */
3772 spin_lock_irqsave(&dev_priv->irq_lock, irqflags);
3773 if (iir & I915_RENDER_COMMAND_PARSER_ERROR_INTERRUPT)
58174462
MK
3774 i915_handle_error(dev, false,
3775 "Command parser error, iir 0x%08x",
3776 iir);
c2798b19
CW
3777
3778 for_each_pipe(pipe) {
3779 int reg = PIPESTAT(pipe);
3780 pipe_stats[pipe] = I915_READ(reg);
3781
3782 /*
3783 * Clear the PIPE*STAT regs before the IIR
3784 */
2d9d2b0b 3785 if (pipe_stats[pipe] & 0x8000ffff)
c2798b19 3786 I915_WRITE(reg, pipe_stats[pipe]);
c2798b19
CW
3787 }
3788 spin_unlock_irqrestore(&dev_priv->irq_lock, irqflags);
3789
3790 I915_WRITE16(IIR, iir & ~flip_mask);
3791 new_iir = I915_READ16(IIR); /* Flush posted writes */
3792
d05c617e 3793 i915_update_dri1_breadcrumb(dev);
c2798b19
CW
3794
3795 if (iir & I915_USER_INTERRUPT)
3796 notify_ring(dev, &dev_priv->ring[RCS]);
3797
4356d586 3798 for_each_pipe(pipe) {
1f1c2e24 3799 int plane = pipe;
3a77c4c4 3800 if (HAS_FBC(dev))
1f1c2e24
VS
3801 plane = !plane;
3802
4356d586 3803 if (pipe_stats[pipe] & PIPE_VBLANK_INTERRUPT_STATUS &&
1f1c2e24
VS
3804 i8xx_handle_vblank(dev, plane, pipe, iir))
3805 flip_mask &= ~DISPLAY_PLANE_FLIP_PENDING(plane);
c2798b19 3806
4356d586 3807 if (pipe_stats[pipe] & PIPE_CRC_DONE_INTERRUPT_STATUS)
277de95e 3808 i9xx_pipe_crc_irq_handler(dev, pipe);
2d9d2b0b
VS
3809
3810 if (pipe_stats[pipe] & PIPE_FIFO_UNDERRUN_STATUS &&
3811 intel_set_cpu_fifo_underrun_reporting(dev, pipe, false))
fc2c807b 3812 DRM_ERROR("pipe %c underrun\n", pipe_name(pipe));
4356d586 3813 }
c2798b19
CW
3814
3815 iir = new_iir;
3816 }
3817
3818 return IRQ_HANDLED;
3819}
3820
3821static void i8xx_irq_uninstall(struct drm_device * dev)
3822{
2d1013dd 3823 struct drm_i915_private *dev_priv = dev->dev_private;
c2798b19
CW
3824 int pipe;
3825
c2798b19
CW
3826 for_each_pipe(pipe) {
3827 /* Clear enable bits; then clear status bits */
3828 I915_WRITE(PIPESTAT(pipe), 0);
3829 I915_WRITE(PIPESTAT(pipe), I915_READ(PIPESTAT(pipe)));
3830 }
3831 I915_WRITE16(IMR, 0xffff);
3832 I915_WRITE16(IER, 0x0);
3833 I915_WRITE16(IIR, I915_READ16(IIR));
3834}
3835
a266c7d5
CW
3836static void i915_irq_preinstall(struct drm_device * dev)
3837{
2d1013dd 3838 struct drm_i915_private *dev_priv = dev->dev_private;
a266c7d5
CW
3839 int pipe;
3840
a266c7d5
CW
3841 if (I915_HAS_HOTPLUG(dev)) {
3842 I915_WRITE(PORT_HOTPLUG_EN, 0);
3843 I915_WRITE(PORT_HOTPLUG_STAT, I915_READ(PORT_HOTPLUG_STAT));
3844 }
3845
00d98ebd 3846 I915_WRITE16(HWSTAM, 0xeffe);
a266c7d5
CW
3847 for_each_pipe(pipe)
3848 I915_WRITE(PIPESTAT(pipe), 0);
3849 I915_WRITE(IMR, 0xffffffff);
3850 I915_WRITE(IER, 0x0);
3851 POSTING_READ(IER);
3852}
3853
3854static int i915_irq_postinstall(struct drm_device *dev)
3855{
2d1013dd 3856 struct drm_i915_private *dev_priv = dev->dev_private;
38bde180 3857 u32 enable_mask;
379ef82d 3858 unsigned long irqflags;
a266c7d5 3859
38bde180
CW
3860 I915_WRITE(EMR, ~(I915_ERROR_PAGE_TABLE | I915_ERROR_MEMORY_REFRESH));
3861
3862 /* Unmask the interrupts that we always want on. */
3863 dev_priv->irq_mask =
3864 ~(I915_ASLE_INTERRUPT |
3865 I915_DISPLAY_PIPE_A_EVENT_INTERRUPT |
3866 I915_DISPLAY_PIPE_B_EVENT_INTERRUPT |
3867 I915_DISPLAY_PLANE_A_FLIP_PENDING_INTERRUPT |
3868 I915_DISPLAY_PLANE_B_FLIP_PENDING_INTERRUPT |
3869 I915_RENDER_COMMAND_PARSER_ERROR_INTERRUPT);
3870
3871 enable_mask =
3872 I915_ASLE_INTERRUPT |
3873 I915_DISPLAY_PIPE_A_EVENT_INTERRUPT |
3874 I915_DISPLAY_PIPE_B_EVENT_INTERRUPT |
3875 I915_RENDER_COMMAND_PARSER_ERROR_INTERRUPT |
3876 I915_USER_INTERRUPT;
3877
a266c7d5 3878 if (I915_HAS_HOTPLUG(dev)) {
20afbda2
DV
3879 I915_WRITE(PORT_HOTPLUG_EN, 0);
3880 POSTING_READ(PORT_HOTPLUG_EN);
3881
a266c7d5
CW
3882 /* Enable in IER... */
3883 enable_mask |= I915_DISPLAY_PORT_INTERRUPT;
3884 /* and unmask in IMR */
3885 dev_priv->irq_mask &= ~I915_DISPLAY_PORT_INTERRUPT;
3886 }
3887
a266c7d5
CW
3888 I915_WRITE(IMR, dev_priv->irq_mask);
3889 I915_WRITE(IER, enable_mask);
3890 POSTING_READ(IER);
3891
f49e38dd 3892 i915_enable_asle_pipestat(dev);
20afbda2 3893
379ef82d
DV
3894 /* Interrupt setup is already guaranteed to be single-threaded, this is
3895 * just to make the assert_spin_locked check happy. */
3896 spin_lock_irqsave(&dev_priv->irq_lock, irqflags);
755e9019
ID
3897 i915_enable_pipestat(dev_priv, PIPE_A, PIPE_CRC_DONE_INTERRUPT_STATUS);
3898 i915_enable_pipestat(dev_priv, PIPE_B, PIPE_CRC_DONE_INTERRUPT_STATUS);
379ef82d
DV
3899 spin_unlock_irqrestore(&dev_priv->irq_lock, irqflags);
3900
20afbda2
DV
3901 return 0;
3902}
3903
90a72f87
VS
3904/*
3905 * Returns true when a page flip has completed.
3906 */
3907static bool i915_handle_vblank(struct drm_device *dev,
3908 int plane, int pipe, u32 iir)
3909{
2d1013dd 3910 struct drm_i915_private *dev_priv = dev->dev_private;
90a72f87
VS
3911 u32 flip_pending = DISPLAY_PLANE_FLIP_PENDING(plane);
3912
8d7849db 3913 if (!intel_pipe_handle_vblank(dev, pipe))
90a72f87
VS
3914 return false;
3915
3916 if ((iir & flip_pending) == 0)
3917 return false;
3918
3919 intel_prepare_page_flip(dev, plane);
3920
3921 /* We detect FlipDone by looking for the change in PendingFlip from '1'
3922 * to '0' on the following vblank, i.e. IIR has the Pendingflip
3923 * asserted following the MI_DISPLAY_FLIP, but ISR is deasserted, hence
3924 * the flip is completed (no longer pending). Since this doesn't raise
3925 * an interrupt per se, we watch for the change at vblank.
3926 */
3927 if (I915_READ(ISR) & flip_pending)
3928 return false;
3929
3930 intel_finish_page_flip(dev, pipe);
3931
3932 return true;
3933}
3934
ff1f525e 3935static irqreturn_t i915_irq_handler(int irq, void *arg)
a266c7d5 3936{
45a83f84 3937 struct drm_device *dev = arg;
2d1013dd 3938 struct drm_i915_private *dev_priv = dev->dev_private;
8291ee90 3939 u32 iir, new_iir, pipe_stats[I915_MAX_PIPES];
a266c7d5 3940 unsigned long irqflags;
38bde180
CW
3941 u32 flip_mask =
3942 I915_DISPLAY_PLANE_A_FLIP_PENDING_INTERRUPT |
3943 I915_DISPLAY_PLANE_B_FLIP_PENDING_INTERRUPT;
38bde180 3944 int pipe, ret = IRQ_NONE;
a266c7d5 3945
a266c7d5 3946 iir = I915_READ(IIR);
38bde180
CW
3947 do {
3948 bool irq_received = (iir & ~flip_mask) != 0;
8291ee90 3949 bool blc_event = false;
a266c7d5
CW
3950
3951 /* Can't rely on pipestat interrupt bit in iir as it might
3952 * have been cleared after the pipestat interrupt was received.
3953 * It doesn't set the bit in iir again, but it still produces
3954 * interrupts (for non-MSI).
3955 */
3956 spin_lock_irqsave(&dev_priv->irq_lock, irqflags);
3957 if (iir & I915_RENDER_COMMAND_PARSER_ERROR_INTERRUPT)
58174462
MK
3958 i915_handle_error(dev, false,
3959 "Command parser error, iir 0x%08x",
3960 iir);
a266c7d5
CW
3961
3962 for_each_pipe(pipe) {
3963 int reg = PIPESTAT(pipe);
3964 pipe_stats[pipe] = I915_READ(reg);
3965
38bde180 3966 /* Clear the PIPE*STAT regs before the IIR */
a266c7d5 3967 if (pipe_stats[pipe] & 0x8000ffff) {
a266c7d5 3968 I915_WRITE(reg, pipe_stats[pipe]);
38bde180 3969 irq_received = true;
a266c7d5
CW
3970 }
3971 }
3972 spin_unlock_irqrestore(&dev_priv->irq_lock, irqflags);
3973
3974 if (!irq_received)
3975 break;
3976
a266c7d5 3977 /* Consume port. Then clear IIR or we'll miss events */
16c6c56b
VS
3978 if (I915_HAS_HOTPLUG(dev) &&
3979 iir & I915_DISPLAY_PORT_INTERRUPT)
3980 i9xx_hpd_irq_handler(dev);
a266c7d5 3981
38bde180 3982 I915_WRITE(IIR, iir & ~flip_mask);
a266c7d5
CW
3983 new_iir = I915_READ(IIR); /* Flush posted writes */
3984
a266c7d5
CW
3985 if (iir & I915_USER_INTERRUPT)
3986 notify_ring(dev, &dev_priv->ring[RCS]);
a266c7d5 3987
a266c7d5 3988 for_each_pipe(pipe) {
38bde180 3989 int plane = pipe;
3a77c4c4 3990 if (HAS_FBC(dev))
38bde180 3991 plane = !plane;
90a72f87 3992
8291ee90 3993 if (pipe_stats[pipe] & PIPE_VBLANK_INTERRUPT_STATUS &&
90a72f87
VS
3994 i915_handle_vblank(dev, plane, pipe, iir))
3995 flip_mask &= ~DISPLAY_PLANE_FLIP_PENDING(plane);
a266c7d5
CW
3996
3997 if (pipe_stats[pipe] & PIPE_LEGACY_BLC_EVENT_STATUS)
3998 blc_event = true;
4356d586
DV
3999
4000 if (pipe_stats[pipe] & PIPE_CRC_DONE_INTERRUPT_STATUS)
277de95e 4001 i9xx_pipe_crc_irq_handler(dev, pipe);
2d9d2b0b
VS
4002
4003 if (pipe_stats[pipe] & PIPE_FIFO_UNDERRUN_STATUS &&
4004 intel_set_cpu_fifo_underrun_reporting(dev, pipe, false))
fc2c807b 4005 DRM_ERROR("pipe %c underrun\n", pipe_name(pipe));
a266c7d5
CW
4006 }
4007
a266c7d5
CW
4008 if (blc_event || (iir & I915_ASLE_INTERRUPT))
4009 intel_opregion_asle_intr(dev);
4010
4011 /* With MSI, interrupts are only generated when iir
4012 * transitions from zero to nonzero. If another bit got
4013 * set while we were handling the existing iir bits, then
4014 * we would never get another interrupt.
4015 *
4016 * This is fine on non-MSI as well, as if we hit this path
4017 * we avoid exiting the interrupt handler only to generate
4018 * another one.
4019 *
4020 * Note that for MSI this could cause a stray interrupt report
4021 * if an interrupt landed in the time between writing IIR and
4022 * the posting read. This should be rare enough to never
4023 * trigger the 99% of 100,000 interrupts test for disabling
4024 * stray interrupts.
4025 */
38bde180 4026 ret = IRQ_HANDLED;
a266c7d5 4027 iir = new_iir;
38bde180 4028 } while (iir & ~flip_mask);
a266c7d5 4029
d05c617e 4030 i915_update_dri1_breadcrumb(dev);
8291ee90 4031
a266c7d5
CW
4032 return ret;
4033}
4034
4035static void i915_irq_uninstall(struct drm_device * dev)
4036{
2d1013dd 4037 struct drm_i915_private *dev_priv = dev->dev_private;
a266c7d5
CW
4038 int pipe;
4039
3ca1cced 4040 intel_hpd_irq_uninstall(dev_priv);
ac4c16c5 4041
a266c7d5
CW
4042 if (I915_HAS_HOTPLUG(dev)) {
4043 I915_WRITE(PORT_HOTPLUG_EN, 0);
4044 I915_WRITE(PORT_HOTPLUG_STAT, I915_READ(PORT_HOTPLUG_STAT));
4045 }
4046
00d98ebd 4047 I915_WRITE16(HWSTAM, 0xffff);
55b39755
CW
4048 for_each_pipe(pipe) {
4049 /* Clear enable bits; then clear status bits */
a266c7d5 4050 I915_WRITE(PIPESTAT(pipe), 0);
55b39755
CW
4051 I915_WRITE(PIPESTAT(pipe), I915_READ(PIPESTAT(pipe)));
4052 }
a266c7d5
CW
4053 I915_WRITE(IMR, 0xffffffff);
4054 I915_WRITE(IER, 0x0);
4055
a266c7d5
CW
4056 I915_WRITE(IIR, I915_READ(IIR));
4057}
4058
4059static void i965_irq_preinstall(struct drm_device * dev)
4060{
2d1013dd 4061 struct drm_i915_private *dev_priv = dev->dev_private;
a266c7d5
CW
4062 int pipe;
4063
adca4730
CW
4064 I915_WRITE(PORT_HOTPLUG_EN, 0);
4065 I915_WRITE(PORT_HOTPLUG_STAT, I915_READ(PORT_HOTPLUG_STAT));
a266c7d5
CW
4066
4067 I915_WRITE(HWSTAM, 0xeffe);
4068 for_each_pipe(pipe)
4069 I915_WRITE(PIPESTAT(pipe), 0);
4070 I915_WRITE(IMR, 0xffffffff);
4071 I915_WRITE(IER, 0x0);
4072 POSTING_READ(IER);
4073}
4074
4075static int i965_irq_postinstall(struct drm_device *dev)
4076{
2d1013dd 4077 struct drm_i915_private *dev_priv = dev->dev_private;
bbba0a97 4078 u32 enable_mask;
a266c7d5 4079 u32 error_mask;
b79480ba 4080 unsigned long irqflags;
a266c7d5 4081
a266c7d5 4082 /* Unmask the interrupts that we always want on. */
bbba0a97 4083 dev_priv->irq_mask = ~(I915_ASLE_INTERRUPT |
adca4730 4084 I915_DISPLAY_PORT_INTERRUPT |
bbba0a97
CW
4085 I915_DISPLAY_PIPE_A_EVENT_INTERRUPT |
4086 I915_DISPLAY_PIPE_B_EVENT_INTERRUPT |
4087 I915_DISPLAY_PLANE_A_FLIP_PENDING_INTERRUPT |
4088 I915_DISPLAY_PLANE_B_FLIP_PENDING_INTERRUPT |
4089 I915_RENDER_COMMAND_PARSER_ERROR_INTERRUPT);
4090
4091 enable_mask = ~dev_priv->irq_mask;
21ad8330
VS
4092 enable_mask &= ~(I915_DISPLAY_PLANE_A_FLIP_PENDING_INTERRUPT |
4093 I915_DISPLAY_PLANE_B_FLIP_PENDING_INTERRUPT);
bbba0a97
CW
4094 enable_mask |= I915_USER_INTERRUPT;
4095
4096 if (IS_G4X(dev))
4097 enable_mask |= I915_BSD_USER_INTERRUPT;
a266c7d5 4098
b79480ba
DV
4099 /* Interrupt setup is already guaranteed to be single-threaded, this is
4100 * just to make the assert_spin_locked check happy. */
4101 spin_lock_irqsave(&dev_priv->irq_lock, irqflags);
755e9019
ID
4102 i915_enable_pipestat(dev_priv, PIPE_A, PIPE_GMBUS_INTERRUPT_STATUS);
4103 i915_enable_pipestat(dev_priv, PIPE_A, PIPE_CRC_DONE_INTERRUPT_STATUS);
4104 i915_enable_pipestat(dev_priv, PIPE_B, PIPE_CRC_DONE_INTERRUPT_STATUS);
b79480ba 4105 spin_unlock_irqrestore(&dev_priv->irq_lock, irqflags);
a266c7d5 4106
a266c7d5
CW
4107 /*
4108 * Enable some error detection, note the instruction error mask
4109 * bit is reserved, so we leave it masked.
4110 */
4111 if (IS_G4X(dev)) {
4112 error_mask = ~(GM45_ERROR_PAGE_TABLE |
4113 GM45_ERROR_MEM_PRIV |
4114 GM45_ERROR_CP_PRIV |
4115 I915_ERROR_MEMORY_REFRESH);
4116 } else {
4117 error_mask = ~(I915_ERROR_PAGE_TABLE |
4118 I915_ERROR_MEMORY_REFRESH);
4119 }
4120 I915_WRITE(EMR, error_mask);
4121
4122 I915_WRITE(IMR, dev_priv->irq_mask);
4123 I915_WRITE(IER, enable_mask);
4124 POSTING_READ(IER);
4125
20afbda2
DV
4126 I915_WRITE(PORT_HOTPLUG_EN, 0);
4127 POSTING_READ(PORT_HOTPLUG_EN);
4128
f49e38dd 4129 i915_enable_asle_pipestat(dev);
20afbda2
DV
4130
4131 return 0;
4132}
4133
bac56d5b 4134static void i915_hpd_irq_setup(struct drm_device *dev)
20afbda2 4135{
2d1013dd 4136 struct drm_i915_private *dev_priv = dev->dev_private;
e5868a31 4137 struct drm_mode_config *mode_config = &dev->mode_config;
cd569aed 4138 struct intel_encoder *intel_encoder;
20afbda2
DV
4139 u32 hotplug_en;
4140
b5ea2d56
DV
4141 assert_spin_locked(&dev_priv->irq_lock);
4142
bac56d5b
EE
4143 if (I915_HAS_HOTPLUG(dev)) {
4144 hotplug_en = I915_READ(PORT_HOTPLUG_EN);
4145 hotplug_en &= ~HOTPLUG_INT_EN_MASK;
4146 /* Note HDMI and DP share hotplug bits */
e5868a31 4147 /* enable bits are the same for all generations */
cd569aed
EE
4148 list_for_each_entry(intel_encoder, &mode_config->encoder_list, base.head)
4149 if (dev_priv->hpd_stats[intel_encoder->hpd_pin].hpd_mark == HPD_ENABLED)
4150 hotplug_en |= hpd_mask_i915[intel_encoder->hpd_pin];
bac56d5b
EE
4151 /* Programming the CRT detection parameters tends
4152 to generate a spurious hotplug event about three
4153 seconds later. So just do it once.
4154 */
4155 if (IS_G4X(dev))
4156 hotplug_en |= CRT_HOTPLUG_ACTIVATION_PERIOD_64;
85fc95ba 4157 hotplug_en &= ~CRT_HOTPLUG_VOLTAGE_COMPARE_MASK;
bac56d5b 4158 hotplug_en |= CRT_HOTPLUG_VOLTAGE_COMPARE_50;
a266c7d5 4159
bac56d5b
EE
4160 /* Ignore TV since it's buggy */
4161 I915_WRITE(PORT_HOTPLUG_EN, hotplug_en);
4162 }
a266c7d5
CW
4163}
4164
ff1f525e 4165static irqreturn_t i965_irq_handler(int irq, void *arg)
a266c7d5 4166{
45a83f84 4167 struct drm_device *dev = arg;
2d1013dd 4168 struct drm_i915_private *dev_priv = dev->dev_private;
a266c7d5
CW
4169 u32 iir, new_iir;
4170 u32 pipe_stats[I915_MAX_PIPES];
a266c7d5 4171 unsigned long irqflags;
a266c7d5 4172 int ret = IRQ_NONE, pipe;
21ad8330
VS
4173 u32 flip_mask =
4174 I915_DISPLAY_PLANE_A_FLIP_PENDING_INTERRUPT |
4175 I915_DISPLAY_PLANE_B_FLIP_PENDING_INTERRUPT;
a266c7d5 4176
a266c7d5
CW
4177 iir = I915_READ(IIR);
4178
a266c7d5 4179 for (;;) {
501e01d7 4180 bool irq_received = (iir & ~flip_mask) != 0;
2c8ba29f
CW
4181 bool blc_event = false;
4182
a266c7d5
CW
4183 /* Can't rely on pipestat interrupt bit in iir as it might
4184 * have been cleared after the pipestat interrupt was received.
4185 * It doesn't set the bit in iir again, but it still produces
4186 * interrupts (for non-MSI).
4187 */
4188 spin_lock_irqsave(&dev_priv->irq_lock, irqflags);
4189 if (iir & I915_RENDER_COMMAND_PARSER_ERROR_INTERRUPT)
58174462
MK
4190 i915_handle_error(dev, false,
4191 "Command parser error, iir 0x%08x",
4192 iir);
a266c7d5
CW
4193
4194 for_each_pipe(pipe) {
4195 int reg = PIPESTAT(pipe);
4196 pipe_stats[pipe] = I915_READ(reg);
4197
4198 /*
4199 * Clear the PIPE*STAT regs before the IIR
4200 */
4201 if (pipe_stats[pipe] & 0x8000ffff) {
a266c7d5 4202 I915_WRITE(reg, pipe_stats[pipe]);
501e01d7 4203 irq_received = true;
a266c7d5
CW
4204 }
4205 }
4206 spin_unlock_irqrestore(&dev_priv->irq_lock, irqflags);
4207
4208 if (!irq_received)
4209 break;
4210
4211 ret = IRQ_HANDLED;
4212
4213 /* Consume port. Then clear IIR or we'll miss events */
16c6c56b
VS
4214 if (iir & I915_DISPLAY_PORT_INTERRUPT)
4215 i9xx_hpd_irq_handler(dev);
a266c7d5 4216
21ad8330 4217 I915_WRITE(IIR, iir & ~flip_mask);
a266c7d5
CW
4218 new_iir = I915_READ(IIR); /* Flush posted writes */
4219
a266c7d5
CW
4220 if (iir & I915_USER_INTERRUPT)
4221 notify_ring(dev, &dev_priv->ring[RCS]);
4222 if (iir & I915_BSD_USER_INTERRUPT)
4223 notify_ring(dev, &dev_priv->ring[VCS]);
4224
a266c7d5 4225 for_each_pipe(pipe) {
2c8ba29f 4226 if (pipe_stats[pipe] & PIPE_START_VBLANK_INTERRUPT_STATUS &&
90a72f87
VS
4227 i915_handle_vblank(dev, pipe, pipe, iir))
4228 flip_mask &= ~DISPLAY_PLANE_FLIP_PENDING(pipe);
a266c7d5
CW
4229
4230 if (pipe_stats[pipe] & PIPE_LEGACY_BLC_EVENT_STATUS)
4231 blc_event = true;
4356d586
DV
4232
4233 if (pipe_stats[pipe] & PIPE_CRC_DONE_INTERRUPT_STATUS)
277de95e 4234 i9xx_pipe_crc_irq_handler(dev, pipe);
a266c7d5 4235
2d9d2b0b
VS
4236 if (pipe_stats[pipe] & PIPE_FIFO_UNDERRUN_STATUS &&
4237 intel_set_cpu_fifo_underrun_reporting(dev, pipe, false))
fc2c807b 4238 DRM_ERROR("pipe %c underrun\n", pipe_name(pipe));
2d9d2b0b 4239 }
a266c7d5
CW
4240
4241 if (blc_event || (iir & I915_ASLE_INTERRUPT))
4242 intel_opregion_asle_intr(dev);
4243
515ac2bb
DV
4244 if (pipe_stats[0] & PIPE_GMBUS_INTERRUPT_STATUS)
4245 gmbus_irq_handler(dev);
4246
a266c7d5
CW
4247 /* With MSI, interrupts are only generated when iir
4248 * transitions from zero to nonzero. If another bit got
4249 * set while we were handling the existing iir bits, then
4250 * we would never get another interrupt.
4251 *
4252 * This is fine on non-MSI as well, as if we hit this path
4253 * we avoid exiting the interrupt handler only to generate
4254 * another one.
4255 *
4256 * Note that for MSI this could cause a stray interrupt report
4257 * if an interrupt landed in the time between writing IIR and
4258 * the posting read. This should be rare enough to never
4259 * trigger the 99% of 100,000 interrupts test for disabling
4260 * stray interrupts.
4261 */
4262 iir = new_iir;
4263 }
4264
d05c617e 4265 i915_update_dri1_breadcrumb(dev);
2c8ba29f 4266
a266c7d5
CW
4267 return ret;
4268}
4269
4270static void i965_irq_uninstall(struct drm_device * dev)
4271{
2d1013dd 4272 struct drm_i915_private *dev_priv = dev->dev_private;
a266c7d5
CW
4273 int pipe;
4274
4275 if (!dev_priv)
4276 return;
4277
3ca1cced 4278 intel_hpd_irq_uninstall(dev_priv);
ac4c16c5 4279
adca4730
CW
4280 I915_WRITE(PORT_HOTPLUG_EN, 0);
4281 I915_WRITE(PORT_HOTPLUG_STAT, I915_READ(PORT_HOTPLUG_STAT));
a266c7d5
CW
4282
4283 I915_WRITE(HWSTAM, 0xffffffff);
4284 for_each_pipe(pipe)
4285 I915_WRITE(PIPESTAT(pipe), 0);
4286 I915_WRITE(IMR, 0xffffffff);
4287 I915_WRITE(IER, 0x0);
4288
4289 for_each_pipe(pipe)
4290 I915_WRITE(PIPESTAT(pipe),
4291 I915_READ(PIPESTAT(pipe)) & 0x8000ffff);
4292 I915_WRITE(IIR, I915_READ(IIR));
4293}
4294
3ca1cced 4295static void intel_hpd_irq_reenable(unsigned long data)
ac4c16c5 4296{
2d1013dd 4297 struct drm_i915_private *dev_priv = (struct drm_i915_private *)data;
ac4c16c5
EE
4298 struct drm_device *dev = dev_priv->dev;
4299 struct drm_mode_config *mode_config = &dev->mode_config;
4300 unsigned long irqflags;
4301 int i;
4302
4303 spin_lock_irqsave(&dev_priv->irq_lock, irqflags);
4304 for (i = (HPD_NONE + 1); i < HPD_NUM_PINS; i++) {
4305 struct drm_connector *connector;
4306
4307 if (dev_priv->hpd_stats[i].hpd_mark != HPD_DISABLED)
4308 continue;
4309
4310 dev_priv->hpd_stats[i].hpd_mark = HPD_ENABLED;
4311
4312 list_for_each_entry(connector, &mode_config->connector_list, head) {
4313 struct intel_connector *intel_connector = to_intel_connector(connector);
4314
4315 if (intel_connector->encoder->hpd_pin == i) {
4316 if (connector->polled != intel_connector->polled)
4317 DRM_DEBUG_DRIVER("Reenabling HPD on connector %s\n",
c23cc417 4318 connector->name);
ac4c16c5
EE
4319 connector->polled = intel_connector->polled;
4320 if (!connector->polled)
4321 connector->polled = DRM_CONNECTOR_POLL_HPD;
4322 }
4323 }
4324 }
4325 if (dev_priv->display.hpd_irq_setup)
4326 dev_priv->display.hpd_irq_setup(dev);
4327 spin_unlock_irqrestore(&dev_priv->irq_lock, irqflags);
4328}
4329
f71d4af4
JB
4330void intel_irq_init(struct drm_device *dev)
4331{
8b2e326d
CW
4332 struct drm_i915_private *dev_priv = dev->dev_private;
4333
4334 INIT_WORK(&dev_priv->hotplug_work, i915_hotplug_work_func);
99584db3 4335 INIT_WORK(&dev_priv->gpu_error.work, i915_error_work_func);
c6a828d3 4336 INIT_WORK(&dev_priv->rps.work, gen6_pm_rps_work);
a4da4fa4 4337 INIT_WORK(&dev_priv->l3_parity.error_work, ivybridge_parity_work);
8b2e326d 4338
a6706b45
D
4339 /* Let's track the enabled rps events */
4340 dev_priv->pm_rps_events = GEN6_PM_RPS_EVENTS;
4341
99584db3
DV
4342 setup_timer(&dev_priv->gpu_error.hangcheck_timer,
4343 i915_hangcheck_elapsed,
61bac78e 4344 (unsigned long) dev);
3ca1cced 4345 setup_timer(&dev_priv->hotplug_reenable_timer, intel_hpd_irq_reenable,
ac4c16c5 4346 (unsigned long) dev_priv);
61bac78e 4347
97a19a24 4348 pm_qos_add_request(&dev_priv->pm_qos, PM_QOS_CPU_DMA_LATENCY, PM_QOS_DEFAULT_VALUE);
9ee32fea 4349
4cdb83ec
VS
4350 if (IS_GEN2(dev)) {
4351 dev->max_vblank_count = 0;
4352 dev->driver->get_vblank_counter = i8xx_get_vblank_counter;
4353 } else if (IS_G4X(dev) || INTEL_INFO(dev)->gen >= 5) {
f71d4af4
JB
4354 dev->max_vblank_count = 0xffffffff; /* full 32 bit counter */
4355 dev->driver->get_vblank_counter = gm45_get_vblank_counter;
391f75e2
VS
4356 } else {
4357 dev->driver->get_vblank_counter = i915_get_vblank_counter;
4358 dev->max_vblank_count = 0xffffff; /* only 24 bits of frame count */
f71d4af4
JB
4359 }
4360
c2baf4b7 4361 if (drm_core_check_feature(dev, DRIVER_MODESET)) {
c3613de9 4362 dev->driver->get_vblank_timestamp = i915_get_vblank_timestamp;
c2baf4b7
VS
4363 dev->driver->get_scanout_position = i915_get_crtc_scanoutpos;
4364 }
f71d4af4 4365
43f328d7
VS
4366 if (IS_CHERRYVIEW(dev)) {
4367 dev->driver->irq_handler = cherryview_irq_handler;
4368 dev->driver->irq_preinstall = cherryview_irq_preinstall;
4369 dev->driver->irq_postinstall = cherryview_irq_postinstall;
4370 dev->driver->irq_uninstall = cherryview_irq_uninstall;
4371 dev->driver->enable_vblank = valleyview_enable_vblank;
4372 dev->driver->disable_vblank = valleyview_disable_vblank;
4373 dev_priv->display.hpd_irq_setup = i915_hpd_irq_setup;
4374 } else if (IS_VALLEYVIEW(dev)) {
7e231dbe
JB
4375 dev->driver->irq_handler = valleyview_irq_handler;
4376 dev->driver->irq_preinstall = valleyview_irq_preinstall;
4377 dev->driver->irq_postinstall = valleyview_irq_postinstall;
4378 dev->driver->irq_uninstall = valleyview_irq_uninstall;
4379 dev->driver->enable_vblank = valleyview_enable_vblank;
4380 dev->driver->disable_vblank = valleyview_disable_vblank;
fa00abe0 4381 dev_priv->display.hpd_irq_setup = i915_hpd_irq_setup;
abd58f01
BW
4382 } else if (IS_GEN8(dev)) {
4383 dev->driver->irq_handler = gen8_irq_handler;
4384 dev->driver->irq_preinstall = gen8_irq_preinstall;
4385 dev->driver->irq_postinstall = gen8_irq_postinstall;
4386 dev->driver->irq_uninstall = gen8_irq_uninstall;
4387 dev->driver->enable_vblank = gen8_enable_vblank;
4388 dev->driver->disable_vblank = gen8_disable_vblank;
4389 dev_priv->display.hpd_irq_setup = ibx_hpd_irq_setup;
f71d4af4
JB
4390 } else if (HAS_PCH_SPLIT(dev)) {
4391 dev->driver->irq_handler = ironlake_irq_handler;
4392 dev->driver->irq_preinstall = ironlake_irq_preinstall;
4393 dev->driver->irq_postinstall = ironlake_irq_postinstall;
4394 dev->driver->irq_uninstall = ironlake_irq_uninstall;
4395 dev->driver->enable_vblank = ironlake_enable_vblank;
4396 dev->driver->disable_vblank = ironlake_disable_vblank;
82a28bcf 4397 dev_priv->display.hpd_irq_setup = ibx_hpd_irq_setup;
f71d4af4 4398 } else {
c2798b19
CW
4399 if (INTEL_INFO(dev)->gen == 2) {
4400 dev->driver->irq_preinstall = i8xx_irq_preinstall;
4401 dev->driver->irq_postinstall = i8xx_irq_postinstall;
4402 dev->driver->irq_handler = i8xx_irq_handler;
4403 dev->driver->irq_uninstall = i8xx_irq_uninstall;
a266c7d5
CW
4404 } else if (INTEL_INFO(dev)->gen == 3) {
4405 dev->driver->irq_preinstall = i915_irq_preinstall;
4406 dev->driver->irq_postinstall = i915_irq_postinstall;
4407 dev->driver->irq_uninstall = i915_irq_uninstall;
4408 dev->driver->irq_handler = i915_irq_handler;
20afbda2 4409 dev_priv->display.hpd_irq_setup = i915_hpd_irq_setup;
c2798b19 4410 } else {
a266c7d5
CW
4411 dev->driver->irq_preinstall = i965_irq_preinstall;
4412 dev->driver->irq_postinstall = i965_irq_postinstall;
4413 dev->driver->irq_uninstall = i965_irq_uninstall;
4414 dev->driver->irq_handler = i965_irq_handler;
bac56d5b 4415 dev_priv->display.hpd_irq_setup = i915_hpd_irq_setup;
c2798b19 4416 }
f71d4af4
JB
4417 dev->driver->enable_vblank = i915_enable_vblank;
4418 dev->driver->disable_vblank = i915_disable_vblank;
4419 }
4420}
20afbda2
DV
4421
4422void intel_hpd_init(struct drm_device *dev)
4423{
4424 struct drm_i915_private *dev_priv = dev->dev_private;
821450c6
EE
4425 struct drm_mode_config *mode_config = &dev->mode_config;
4426 struct drm_connector *connector;
b5ea2d56 4427 unsigned long irqflags;
821450c6 4428 int i;
20afbda2 4429
821450c6
EE
4430 for (i = 1; i < HPD_NUM_PINS; i++) {
4431 dev_priv->hpd_stats[i].hpd_cnt = 0;
4432 dev_priv->hpd_stats[i].hpd_mark = HPD_ENABLED;
4433 }
4434 list_for_each_entry(connector, &mode_config->connector_list, head) {
4435 struct intel_connector *intel_connector = to_intel_connector(connector);
4436 connector->polled = intel_connector->polled;
4437 if (!connector->polled && I915_HAS_HOTPLUG(dev) && intel_connector->encoder->hpd_pin > HPD_NONE)
4438 connector->polled = DRM_CONNECTOR_POLL_HPD;
4439 }
b5ea2d56
DV
4440
4441 /* Interrupt setup is already guaranteed to be single-threaded, this is
4442 * just to make the assert_spin_locked checks happy. */
4443 spin_lock_irqsave(&dev_priv->irq_lock, irqflags);
20afbda2
DV
4444 if (dev_priv->display.hpd_irq_setup)
4445 dev_priv->display.hpd_irq_setup(dev);
b5ea2d56 4446 spin_unlock_irqrestore(&dev_priv->irq_lock, irqflags);
20afbda2 4447}
c67a470b 4448
5d584b2e 4449/* Disable interrupts so we can allow runtime PM. */
730488b2 4450void intel_runtime_pm_disable_interrupts(struct drm_device *dev)
c67a470b
PZ
4451{
4452 struct drm_i915_private *dev_priv = dev->dev_private;
c67a470b 4453
730488b2 4454 dev->driver->irq_uninstall(dev);
5d584b2e 4455 dev_priv->pm.irqs_disabled = true;
c67a470b
PZ
4456}
4457
5d584b2e 4458/* Restore interrupts so we can recover from runtime PM. */
730488b2 4459void intel_runtime_pm_restore_interrupts(struct drm_device *dev)
c67a470b
PZ
4460{
4461 struct drm_i915_private *dev_priv = dev->dev_private;
c67a470b 4462
5d584b2e 4463 dev_priv->pm.irqs_disabled = false;
730488b2
PZ
4464 dev->driver->irq_preinstall(dev);
4465 dev->driver->irq_postinstall(dev);
c67a470b 4466}
This page took 2.1385 seconds and 5 git commands to generate.