index
:
talos-op-linux
master
Talos™ II Linux sources for OpenPOWER
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
i915
/
i915_irq.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
drm/i915: abstract hpd irq storm detection
Jani Nikula
2015-05-29
1
-13
/
+40
*
drm/i915/bxt: clear hpd status sticky bits earlier
Jani Nikula
2015-05-29
1
-12
/
+2
*
drm/i915: abstract away platform specific parts from hpd handling
Jani Nikula
2015-05-29
1
-46
/
+101
*
drm/i915: simplify condition for digital port
Jani Nikula
2015-05-29
1
-5
/
+5
*
drm/i915: merge the two hpd loops in intel_hpd_irq_handler to one
Jani Nikula
2015-05-29
1
-8
/
+3
*
drm/i915: put back the indent in intel_hpd_irq_handler
Jani Nikula
2015-05-29
1
-26
/
+25
*
drm/i915: simplify conditions for skipping the 2nd hpd loop iterations
Jani Nikula
2015-05-29
1
-4
/
+5
*
drm/i915: add for_each_hpd_pin to iterate over hotplug pins
Jani Nikula
2015-05-29
1
-4
/
+4
*
drm/i915: group all hotplug related fields into a new struct in dev_priv
Jani Nikula
2015-05-29
1
-43
/
+43
*
drm/i915: reduce indent in intel_hpd_irq_handler
Jani Nikula
2015-05-29
1
-23
/
+26
*
drm/i915: reduce duplicate conditions in i9xx_hpd_irq_handler
Jani Nikula
2015-05-29
1
-4
/
+3
*
drm/i915: reduce indent in i9xx_hpd_irq_handler
Jani Nikula
2015-05-29
1
-17
/
+18
*
drm/i915: Use spinlocks for checking when to waitboost
Chris Wilson
2015-05-26
1
-6
/
+13
*
drm/i915: Don't downclock whilst we have clients waiting for GPU results
Chris Wilson
2015-05-21
1
-0
/
+14
*
drm/i915: Use HOTPLUG_INT_STATUS_G4X on VLV/CHV
Ville Syrjälä
2015-05-20
1
-2
/
+2
*
drm/i915: Remove excess inline keywords
Ville Syrjälä
2015-05-20
1
-5
/
+5
*
Merge tag 'drm-intel-next-2015-04-23-fixed' of git://anongit.freedesktop.org/...
Dave Airlie
2015-05-08
1
-101
/
+181
|
\
|
*
drm/i915/bxt: Enable GMBUS IRQ
Shashank Sharma
2015-04-14
1
-3
/
+11
|
*
drm/i915/bxt: Add BXT support in gen8_irq functions
Shashank Sharma
2015-04-14
1
-4
/
+8
|
*
drm/i915/bxt: Add DDI hpd handler
Shashank Sharma
2015-04-14
1
-2
/
+44
|
*
drm/i915/bxt: support for HPD long/short status decoding
Imre Deak
2015-04-14
1
-1
/
+1
|
*
drm/i915/bxt: DDI Hotplug interrupt setup
Shashank Sharma
2015-04-14
1
-1
/
+46
|
*
drm/i915: Tidy gen8 IRQ handler
Chris Wilson
2015-04-10
1
-64
/
+49
|
*
drm/i915: Reduce locking in gen8 IRQ handler
Chris Wilson
2015-04-10
1
-24
/
+23
|
*
drm/i915: Fix computation of last_adjustment for RPS autotuning
Chris Wilson
2015-04-10
1
-15
/
+12
|
*
drm/i915: Agressive downclocking on Baytrail
Chris Wilson
2015-04-10
1
-2
/
+2
*
|
drm/i915: Dont enable CS_PARSER_ERROR interrupts at all
Daniel Vetter
2015-04-14
1
-6
/
+2
|
/
*
drm/i915: move clearing of RPS interrupt bits from disable to reset time
Imre Deak
2015-03-24
1
-9
/
+1
*
drm/i915: fix race when clearing RPS IIR bits
Imre Deak
2015-03-24
1
-0
/
+7
*
drm/i915: Use down ei for manual Baytrail RPS calculations
Chris Wilson
2015-03-20
1
-13
/
+2
*
drm/i915: Improved w/a for rps on Baytrail
Chris Wilson
2015-03-20
1
-100
/
+55
*
drm/i915/skl: Enabling processing of Turbo interrupts
Akash Goel
2015-03-17
1
-5
/
+0
*
drm/i915/skl: Restore pipe interrupt registers after power well enabling
Damien Lespiau
2015-03-17
1
-0
/
+4
*
drm/i915/skl: Make gen8_irq_power_well_post_enable() take a pipe mask
Damien Lespiau
2015-03-17
1
-5
/
+10
*
Merge tag 'v4.0-rc3' into drm-next
Dave Airlie
2015-03-09
1
-0
/
+22
|
\
|
*
drm/i915: avoid processing spurious/shared interrupts in low-power states
Imre Deak
2015-02-24
1
-0
/
+22
*
|
drm/i915: Use enabled value from crtc_state rather than crtc (v2)
Matt Roper
2015-02-26
1
-1
/
+1
*
|
drm/i915: Flatten DRIVER_MODESET checks in i915_irq.c
Daniel Vetter
2015-02-23
1
-25
/
+11
*
|
drm/i915: Drop pipe_enable checks in vblank funcs
Daniel Vetter
2015-02-23
1
-52
/
+0
*
|
drm/i915: Introduce intel_set_rps()
Ville Syrjälä
2015-02-13
1
-4
/
+1
|
/
*
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
|
|
\
[next]