index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
i915
/
i915_irq.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
drm/i915: avoid processing spurious/shared interrupts in low-power states
Imre Deak
2015-02-24
1
-0
/
+22
*
drm/i915: Remove bogus locking check in the hangcheck code
Daniel Vetter
2015-02-03
1
-3
/
+0
*
drm/i915: Remove nested work in gpu error handling
Mika Kuoppala
2015-01-29
1
-21
/
+13
*
drm/i915: Convert hangcheck from a timer into a delayed work item
Chris Wilson
2015-01-28
1
-14
/
+16
*
drm/i915: Use symbolic irqreturn for ->hpd_pulse
Daniel Vetter
2015-01-27
1
-3
/
+5
*
drm/i915: Make intel_crtc->config a pointer
Ander Conselvan de Oliveira
2015-01-27
1
-4
/
+4
*
drm/i915: Embedded struct drm_crtc_state in intel_crtc_state
Ander Conselvan de Oliveira
2015-01-27
1
-4
/
+4
*
Merge tag 'drm-intel-next-2015-01-17' of git://anongit.freedesktop.org/drm-in...
Dave Airlie
2015-01-27
1
-28
/
+26
|
\
|
*
drm/i915: Remove I915_HAS_HOTPLUG() check from i915_hpd_irq_setup()
Ville Syrjälä
2015-01-13
1
-22
/
+20
|
*
drm/i915: Make hpd arrays big enough to avoid out of bounds access
Ville Syrjälä
2015-01-13
1
-6
/
+6
|
*
Merge tag 'topic/i915-hda-componentized-2015-01-12' into drm-intel-next-queued
Daniel Vetter
2015-01-12
1
-8
/
+16
|
|
\
*
|
\
Merge remote-tracking branch 'origin/master' into drm-next
Dave Airlie
2015-01-22
1
-6
/
+20
|
\
\
\
|
*
|
|
drm/i915: vlv: sanitize RPS interrupt mask during GPU idling
Imre Deak
2015-01-12
1
-1
/
+3
|
*
|
|
drm/i915: fix HW lockup due to missing RPS IRQ workaround on GEN6
Imre Deak
2015-01-12
1
-2
/
+16
|
|
|
/
|
|
/
|
|
*
|
drm/i915: Don't call intel_prepare_page_flip() multiple times on gen2-4
Ville Syrjälä
2014-12-18
1
-4
/
+2
*
|
|
Merge tag 'drm-intel-next-2014-12-19' of git://anongit.freedesktop.org/drm-in...
Dave Airlie
2015-01-09
1
-12
/
+18
|
\
\
\
|
|
/
/
|
/
|
/
|
|
/
|
*
drm/i915: Name the lrc irq handler correctly
Daniel Vetter
2014-12-15
1
-5
/
+5
|
*
drm/i915: Check mask/bit helper functions
Daniel Vetter
2014-12-08
1
-0
/
+6
|
*
drm/i915: Additional request structure tracing
John Harrison
2014-12-06
1
-1
/
+1
|
*
drm/i915: Convert 'i915_seqno_passed' calls into 'i915_gem_request_completed'
John Harrison
2014-12-03
1
-2
/
+1
|
*
drm/i915: Convert 'ring_idle()' to use requests not seqnos
John Harrison
2014-12-03
1
-6
/
+7
*
|
drm/i915: move RPS PM_IER enabling to gen6_enable_rps_interrupts
Imre Deak
2014-12-15
1
-3
/
+13
*
|
drm/i915: vlv: fix IRQ masking when uninstalling interrupts
Imre Deak
2014-12-11
1
-1
/
+1
|
/
*
drm/i915: mask RPS IRQs properly when disabling RPS
Imre Deak
2014-12-03
1
-7
/
+20
*
drm/i915: Tune down spurious CRC interrupt warning
Daniel Vetter
2014-12-03
1
-1
/
+1
*
drm/i915: Grab modeset locks for GPU rest on pre-ctg
Ville Syrjälä
2014-12-03
1
-1
/
+4
*
drm/i915: Stop gathering error states for CS error interrupts
Daniel Vetter
2014-12-03
1
-18
/
+7
*
drm/i915: Only call mod_timer() if not already pending
Chris Wilson
2014-11-20
1
-3
/
+4
*
drm/i915: Remove DRI1 ring accessors and API
Chris Wilson
2014-11-19
1
-6
/
+0
*
drm/i915: sanitize rps irq disabling
Imre Deak
2014-11-19
1
-7
/
+16
*
drm/i915: sanitize rps irq enabling
Imre Deak
2014-11-19
1
-1
/
+13
*
drm/i915: WARN if we receive any rps interrupts on gen>9
Imre Deak
2014-11-19
1
-3
/
+3
*
drm/i915: Don't continually defer the hangcheck
Chris Wilson
2014-11-19
1
-3
/
+6
*
drm/i915: Use vlv display irq setup code for chv
Ville Syrjälä
2014-11-14
1
-35
/
+2
*
drm/i915: Refactor vlv_display_irq_uninstall()
Ville Syrjälä
2014-11-14
1
-10
/
+15
*
drm/i915/skl: AUX irqs have moved
Jesse Barnes
2014-11-14
1
-4
/
+13
*
drm/i915: WARN if we receive any gen9 rps interrupts
Imre Deak
2014-11-14
1
-0
/
+5
*
drm/i915: move rps irq enable/disable to i915_irq.c
Imre Deak
2014-11-14
1
-0
/
+41
*
drm/i915: unify gen6/gen8 rps irq handler
Imre Deak
2014-11-14
1
-14
/
+6
*
drm/i915: unify gen6/gen8 pm irq helpers
Imre Deak
2014-11-14
1
-49
/
+10
*
drm/i915: Make mmio flip wait for seqno in the work function
Ander Conselvan de Oliveira
2014-11-07
1
-3
/
+0
*
drm/i915: Kill leftover GTIIR writes from valleyview_irq_preinstall()
Ville Syrjälä
2014-11-07
1
-4
/
+0
*
drm/i915: Drop useless VLV_IIR writes from vlv_display_irq_postinstall()
Ville Syrjälä
2014-11-07
1
-3
/
+0
*
drm/i914: Refactor vlv_display_irq_postinstall()
Ville Syrjälä
2014-11-07
1
-3
/
+8
*
drm/i915: Refactor vlv_display_irq_reset()
Ville Syrjälä
2014-11-07
1
-23
/
+17
*
drm/i915: Make valleyview_display_irqs_(un)install() work for chv
Ville Syrjälä
2014-11-07
1
-10
/
+17
*
drm/i915: Call gen5_gt_irq_reset() from valleyview_irq_uninstall()
Ville Syrjälä
2014-11-07
1
-0
/
+2
*
drm/i915: Use GEN5_IRQ_RESET() on vlv/chv
Ville Syrjälä
2014-11-07
1
-20
/
+5
*
drm/i915: Use a consistent order between IIR, IER, IMR writes on vlv/chv
Ville Syrjälä
2014-11-07
1
-11
/
+18
*
drm/i915: Drop the extra GEN8_PCU_IIR posting read from cherryview_irq_preins...
Ville Syrjälä
2014-11-07
1
-2
/
+0
[next]