index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
i915
/
i915_irq.c
Age
Commit message (
Expand
)
Author
Files
Lines
2015-05-26
drm/i915: Use spinlocks for checking when to waitboost
Chris Wilson
1
-6
/
+13
2015-05-21
drm/i915: Don't downclock whilst we have clients waiting for GPU results
Chris Wilson
1
-0
/
+14
2015-05-20
drm/i915: Use HOTPLUG_INT_STATUS_G4X on VLV/CHV
Ville Syrjälä
1
-2
/
+2
2015-05-20
drm/i915: Remove excess inline keywords
Ville Syrjälä
1
-5
/
+5
2015-05-08
Merge tag 'drm-intel-next-2015-04-23-fixed' of git://anongit.freedesktop.org/...
Dave Airlie
1
-101
/
+181
2015-04-14
drm/i915: Dont enable CS_PARSER_ERROR interrupts at all
Daniel Vetter
1
-6
/
+2
2015-04-14
drm/i915/bxt: Enable GMBUS IRQ
Shashank Sharma
1
-3
/
+11
2015-04-14
drm/i915/bxt: Add BXT support in gen8_irq functions
Shashank Sharma
1
-4
/
+8
2015-04-14
drm/i915/bxt: Add DDI hpd handler
Shashank Sharma
1
-2
/
+44
2015-04-14
drm/i915/bxt: support for HPD long/short status decoding
Imre Deak
1
-1
/
+1
2015-04-14
drm/i915/bxt: DDI Hotplug interrupt setup
Shashank Sharma
1
-1
/
+46
2015-04-10
drm/i915: Tidy gen8 IRQ handler
Chris Wilson
1
-64
/
+49
2015-04-10
drm/i915: Reduce locking in gen8 IRQ handler
Chris Wilson
1
-24
/
+23
2015-04-10
drm/i915: Fix computation of last_adjustment for RPS autotuning
Chris Wilson
1
-15
/
+12
2015-04-10
drm/i915: Agressive downclocking on Baytrail
Chris Wilson
1
-2
/
+2
2015-03-24
drm/i915: move clearing of RPS interrupt bits from disable to reset time
Imre Deak
1
-9
/
+1
2015-03-24
drm/i915: fix race when clearing RPS IIR bits
Imre Deak
1
-0
/
+7
2015-03-20
drm/i915: Use down ei for manual Baytrail RPS calculations
Chris Wilson
1
-13
/
+2
2015-03-20
drm/i915: Improved w/a for rps on Baytrail
Chris Wilson
1
-100
/
+55
2015-03-18
drm/i915/skl: Enabling processing of Turbo interrupts
Akash Goel
1
-5
/
+0
2015-03-18
drm/i915/skl: Restore pipe interrupt registers after power well enabling
Damien Lespiau
1
-0
/
+4
2015-03-18
drm/i915/skl: Make gen8_irq_power_well_post_enable() take a pipe mask
Damien Lespiau
1
-5
/
+10
2015-03-09
Merge tag 'v4.0-rc3' into drm-next
Dave Airlie
1
-0
/
+22
2015-02-26
drm/i915: Use enabled value from crtc_state rather than crtc (v2)
Matt Roper
1
-1
/
+1
2015-02-24
drm/i915: avoid processing spurious/shared interrupts in low-power states
Imre Deak
1
-0
/
+22
2015-02-23
drm/i915: Flatten DRIVER_MODESET checks in i915_irq.c
Daniel Vetter
1
-25
/
+11
2015-02-23
drm/i915: Drop pipe_enable checks in vblank funcs
Daniel Vetter
1
-52
/
+0
2015-02-14
drm/i915: Introduce intel_set_rps()
Ville Syrjälä
1
-4
/
+1
2015-02-03
drm/i915: Remove bogus locking check in the hangcheck code
Daniel Vetter
1
-3
/
+0
2015-01-29
drm/i915: Remove nested work in gpu error handling
Mika Kuoppala
1
-21
/
+13
2015-01-28
drm/i915: Convert hangcheck from a timer into a delayed work item
Chris Wilson
1
-14
/
+16
2015-01-27
drm/i915: Use symbolic irqreturn for ->hpd_pulse
Daniel Vetter
1
-3
/
+5
2015-01-27
drm/i915: Make intel_crtc->config a pointer
Ander Conselvan de Oliveira
1
-4
/
+4
2015-01-27
drm/i915: Embedded struct drm_crtc_state in intel_crtc_state
Ander Conselvan de Oliveira
1
-4
/
+4
2015-01-27
Merge tag 'drm-intel-next-2015-01-17' of git://anongit.freedesktop.org/drm-in...
Dave Airlie
1
-28
/
+26
2015-01-22
Merge remote-tracking branch 'origin/master' into drm-next
Dave Airlie
1
-6
/
+20
2015-01-13
drm/i915: Remove I915_HAS_HOTPLUG() check from i915_hpd_irq_setup()
Ville Syrjälä
1
-22
/
+20
2015-01-13
drm/i915: Make hpd arrays big enough to avoid out of bounds access
Ville Syrjälä
1
-6
/
+6
2015-01-13
Merge tag 'topic/i915-hda-componentized-2015-01-12' into drm-intel-next-queued
Daniel Vetter
1
-8
/
+16
2015-01-12
drm/i915: vlv: sanitize RPS interrupt mask during GPU idling
Imre Deak
1
-1
/
+3
2015-01-12
drm/i915: fix HW lockup due to missing RPS IRQ workaround on GEN6
Imre Deak
1
-2
/
+16
2015-01-10
Merge tag 'drm-intel-next-2014-12-19' of git://anongit.freedesktop.org/drm-in...
Dave Airlie
1
-12
/
+18
2014-12-18
drm/i915: Don't call intel_prepare_page_flip() multiple times on gen2-4
Ville Syrjälä
1
-4
/
+2
2014-12-15
drm/i915: move RPS PM_IER enabling to gen6_enable_rps_interrupts
Imre Deak
1
-3
/
+13
2014-12-15
drm/i915: Name the lrc irq handler correctly
Daniel Vetter
1
-5
/
+5
2014-12-11
drm/i915: vlv: fix IRQ masking when uninstalling interrupts
Imre Deak
1
-1
/
+1
2014-12-08
drm/i915: Check mask/bit helper functions
Daniel Vetter
1
-0
/
+6
2014-12-06
drm/i915: Additional request structure tracing
John Harrison
1
-1
/
+1
2014-12-03
drm/i915: Convert 'i915_seqno_passed' calls into 'i915_gem_request_completed'
John Harrison
1
-2
/
+1
2014-12-03
drm/i915: Convert 'ring_idle()' to use requests not seqnos
John Harrison
1
-6
/
+7
[next]