index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
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
2016-07-01
drm/i915: Make queueing the hangcheck work inline
Chris Wilson
1
-17
/
+0
2016-07-01
drm/i915: Remove the dedicated hangcheck workqueue
Chris Wilson
1
-3
/
+4
2016-07-01
drm/i915: Delay queuing hangcheck to wait-request
Chris Wilson
1
-6
/
+4
2016-06-06
drm/i915: Fix a buch of kerneldoc warnings
Tvrtko Ursulin
1
-3
/
+4
2016-05-31
drm/i915: Update GEN6_PMINTRMSK setup with GuC enabled
Sagar Arun Kamble
1
-13
/
+15
2016-05-25
drm/i915: Revert async unpin and nonblocking atomic commit
Daniel Vetter
1
-22
/
+98
2016-05-23
drm/i915: Enable GSE interrupt on BDW+
Ville Syrjälä
1
-0
/
+2
2016-05-19
drm/i915: Remove cs based page flip support.
Maarten Lankhorst
1
-98
/
+22
2016-05-19
drm/i915: Unify unpin_work and mmio_work into flip_work, v2.
Maarten Lankhorst
1
-7
/
+13
2016-05-19
drm/i915: Remove intel_prepare_page_flip, v3.
Maarten Lankhorst
1
-14
/
+4
2016-05-19
drm/i915: Remove intel_finish_page_flip_plane.
Maarten Lankhorst
1
-3
/
+3
2016-05-11
drm/i915: Replace "INTEL_INFO->gen == x" checks with IS_GENx
Tvrtko Ursulin
1
-2
/
+2
2016-05-10
drm/i915: Use drm_i915_private as the native pointer for intel_uncore.c
Chris Wilson
1
-3
/
+2
2016-05-09
drm/i915: Store a i915 backpointer from engine, and use it
Chris Wilson
1
-42
/
+38
2016-05-09
drm/i915: Small display interrupt handlers tidy
Tvrtko Ursulin
1
-206
/
+180
2016-04-20
drm/i915/gen8+: Do not enable DPF interrupt since the handler does not exist
Tvrtko Ursulin
1
-1
/
+3
2016-04-14
drm/i915: Split gen8_gt_irq_handler into ack+handle
Ville Syrjälä
1
-32
/
+47
2016-04-14
drm/i915: Eliminate passing dev+dev_priv to {snb,ilk}_gt_irq_handler()
Ville Syrjälä
1
-15
/
+12
2016-04-14
drm/i915: Move gt/pm irq handling out from irq disabled section on VLV
Ville Syrjälä
1
-5
/
+5
2016-04-14
drm/i915: Split VLV/CVH PIPESTAT handling into ack+handler
Ville Syrjälä
1
-4
/
+17
2016-04-14
drm/i915: Split PORT_HOTPLUG_STAT ack out from i9xx_hpd_irq_handler()
Ville Syrjälä
1
-17
/
+30
2016-04-14
drm/i915: Move variables to narrower scope in VLV/CHV irq handlers
Ville Syrjälä
1
-2
/
+2
2016-04-14
drm/i915: Eliminate loop from VLV irq handler
Ville Syrjälä
1
-4
/
+3
2016-04-14
drm/i915: Clear VLV_IER around irq processing
Ville Syrjälä
1
-1
/
+35
2016-04-14
drm/i915: Clear VLV_MASTER_IER around irq processing
Ville Syrjälä
1
-6
/
+10
2016-04-14
drm/i915: Clear VLV_IIR after PIPESTAT
Ville Syrjälä
1
-15
/
+21
2016-04-14
drm/i915: Set up VLV_MASTER_IER consistently
Ville Syrjälä
1
-0
/
+5
2016-04-14
drm/i915: Use GEN8_MASTER_IRQ_CONTROL consistently
Ville Syrjälä
1
-3
/
+3
2016-04-14
drm/i915: Tighten reset_counter for reset status
Chris Wilson
1
-19
/
+2
2016-04-14
drm/i915: Hide the atomic_read(reset_counter) behind a helper
Chris Wilson
1
-1
/
+1
2016-04-12
drm/i915: Move DPINVGTT setup to vlv_display_irq_reset()
Ville Syrjälä
1
-10
/
+5
2016-04-12
drm/i915: Warn if irq_mask isn't ~0 during vlv/cvh display irq postinstall
Ville Syrjälä
1
-0
/
+3
2016-04-12
drm/i915: Use GEN5_IRQ_INIT() in vlv_display_irq_postinstall()
Ville Syrjälä
1
-12
/
+8
2016-04-12
drm/i915: Clear display interrupt before enabling when turning on the power well
Ville Syrjälä
1
-8
/
+3
2016-04-12
drm/i915: Move vlv/chv display irq code to a more logical place
Ville Syrjälä
1
-51
/
+51
2016-04-12
drm/i915: Skip display irq setup if display irqs aren't flagged as enabled
Ville Syrjälä
1
-6
/
+12
2016-04-12
drm/i915: Fix up vlv/chv display irq setup
Ville Syrjälä
1
-80
/
+29
2016-04-12
drm/i915: Remove "VLV magic" from irq setup
Ville Syrjälä
1
-6
/
+0
2016-04-09
drm/i915: Harden detection of missed interrupts
Chris Wilson
1
-12
/
+26
2016-04-09
drm/i915: Separate out the seqno-barrier from engine->get_seqno
Chris Wilson
1
-2
/
+12
2016-04-08
drm/i915: Simplify check for idleness in hangcheck
Chris Wilson
1
-3
/
+2
2016-04-08
drm/i915: Apply a mb between emitting the request and hangcheck
Chris Wilson
1
-1
/
+2
2016-04-07
drm/i915: Do not use {HAS_*, IS_*, INTEL_INFO}(dev_priv->dev)
Joonas Lahtinen
1
-4
/
+4
2016-04-06
drm/i915: Set invert bit for hpd based on VBT
Shubhangi Shrivastava
1
-0
/
+20
2016-04-04
drm/i915: Move execlists irq handler to a bottom half
Tvrtko Ursulin
1
-1
/
+1
2016-03-30
drm/i915: Exit cherryview_irq_handler() after one pass
Chris Wilson
1
-2
/
+2
2016-03-24
drm/i915: replace for_each_engine()
Dave Gordon
1
-9
/
+5
2016-03-24
drm/i915: introduce for_each_engine_id()
Dave Gordon
1
-5
/
+5
2016-03-22
drm/i915/tdr: Prepare error handler to accept mask of hung engines
[email protected]
1
-8
/
+8
2016-03-17
drm/i915: Move load time IRQ SW init earlier
Imre Deak
1
-2
/
+0
[prev]
[next]