summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/i915_irq.c
Commit message (Expand)AuthorAgeFilesLines
* drm: Split out drm_probe_helper.hDaniel Vetter2019-01-241-0/+2
* drm/i915: drop DPF code for gen8+Daniele Ceraolo Spurio2019-01-101-3/+0Star
* drm/i915: drop all drmP.h includesJani Nikula2019-01-091-1/+0Star
* drm/i915: Drop unused engine->irq_seqno_barrier w/aChris Wilson2018-12-311-7/+0Star
* drm/i915: Apply missed interrupt after reset w/a to all ringbuffer genChris Wilson2018-12-181-9/+0Star
* drm/i915: replace IS_GEN<N> with IS_GEN(..., N)Lucas De Marchi2018-12-131-12/+12
* drm/i915/icl: Reset PSR interruptionsJosé Roberto de Souza2018-11-091-0/+3
* drm/i915: Add short HPD IRQ storm detection for non-MST systemsLyude Paul2018-11-071-0/+7
* drm/i915/icl: Disable master intr before readingMika Kuoppala2018-10-161-12/+25
* drm/i915/icl: No need to ack intr through master controlMika Kuoppala2018-10-161-2/+2
* drm/i915/gen8: Disable master intr before readingMika Kuoppala2018-10-161-10/+26
* drm/i915: Avoid compiler warning for maybe unused gu_misc_iirChris Wilson2018-09-261-21/+12Star
* drm/i915: Do a full device reset after being wedgedChris Wilson2018-09-031-1/+2
* drm/i915: clear error registers after error captureLionel Landwerlin2018-08-301-1/+17
* drm/i915/psr: Mask PSR irq bits when re-enabling interrupts.Dhinakaran Pandiyan2018-08-221-1/+1
* drm/i915: Allow control of PSR at runtime through debugfs, v6Maarten Lankhorst2018-08-101-1/+1
* drm/i915: Clear all residual RPS events on disabling interruptsChris Wilson2018-08-031-3/+5
* drm/i915: Unconditionally clear the pm/guc GT IIR upon ackingChris Wilson2018-08-031-5/+2Star
* drm/i915: Interactive RPS modeChris Wilson2018-07-311-2/+2
* drm/i915/execlists: Drop clear_gtiir() on GPU resetChris Wilson2018-07-131-3/+3
* drm/i915: Print the long_mask alongside the pin_maskVille Syrjälä2018-07-131-2/+2
* drm/i915: Pass hpd_pin to long_pulse_detect()Ville Syrjälä2018-07-131-50/+45Star
* drm/i915: s/int i/enum hpd_pin pin/Ville Syrjälä2018-07-131-6/+6
* drm/i915: Remove support for legacy debugfs crc interfaceMaarten Lankhorst2018-07-061-57/+22Star
* drm/i915: Unmask and enable master error interrupt on gen2/3Ville Syrjälä2018-07-041-2/+6
* drm/i915: Fix pre-ILK error interrupt ackVille Syrjälä2018-07-041-9/+96
* drm/i915: Fix hotplug irq ack on i965/g4xVille Syrjälä2018-07-041-2/+30
* drm/i915/execlists: Trust the CSBChris Wilson2018-06-281-8/+3Star
* drm/i915/execlists: Process one CSB update at a timeChris Wilson2018-06-281-3/+4
* drm/i915: Drop posting reads to flush master interruptsChris Wilson2018-06-281-8/+1Star
* drm/i915: Only signal from interrupt when requestedChris Wilson2018-06-281-2/+6
* drm/i915: Move the irq_counter inside the spinlockChris Wilson2018-06-281-2/+2
* drm/i915: Only trigger missed-seqno checking next to boundaryChris Wilson2018-06-281-1/+2
* drm/i915: Reduce spinlock hold time during notify_ring() interruptChris Wilson2018-06-281-11/+21
* drm/i915/icp: Add Interrupt SupportAnusha Srivatsa2018-06-271-2/+132
* drm/i915/icl: Handle hotplug interrupts for DP over TBTDhinakaran Pandiyan2018-06-191-13/+36
* drm/i915/icl: Support for TC North Display interruptsDhinakaran Pandiyan2018-06-191-3/+92
* drm/i915/icl: GSE interrupt moves from DE_MISC to GU_MISCDhinakaran Pandiyan2018-06-191-1/+45
* drm/i915: Fix PIPESTAT irq ack on i965/g4xVille Syrjälä2018-06-141-2/+10
* drm/i915/icl: DP_AUX_E is valid on ICL+James Ausmus2018-06-121-0/+6
* drm/i915/icl: Extend AUX F interrupts to ICLDhinakaran Pandiyan2018-06-021-2/+3
* drm/i915/icl: Correctly clear lost ctx-switch interrupts across reset for Gen11Oscar Mateo2018-04-251-3/+3
* drm/i915/psr: Control PSR interrupts via debugfsDhinakaran Pandiyan2018-04-201-39/+12Star
* drm/i915: Enable edp psr error interrupts on bdw+Ville Syrjälä2018-04-201-13/+44
* drm/i915: Enable edp psr error interrupts on hswDaniel Vetter2018-04-201-0/+34
* drm/i915: Pass the set of guilty engines to i915_reset()Chris Wilson2018-04-071-4/+8
* drm/i915/icl: Deal with GT INT DW correctlyOscar Mateo2018-04-061-37/+73
* drm/i915/icl: Handle RPS interrupts correctly for Gen11Oscar Mateo2018-04-061-11/+62
* drm/i915/icl: Use hw engine class, instance to find irq handlerMika Kuoppala2018-04-061-46/+53
* drm/i915: Use full serialisation around engine->irq_postedChris Wilson2018-03-221-4/+3Star