summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/i915_irq.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'drm-intel-next-2019-02-02' of git://anongit.freedesktop.org/drm/dr...Dave Airlie2019-02-041-84/+34Star
|\
| * drm/i915: Replace global breadcrumbs with per-context interrupt trackingChris Wilson2019-01-291-71/+11Star
| * drm/i915: Remove the intel_engine_notify tracepointChris Wilson2019-01-291-2/+0Star
| * drm/i915/tv: Use the scanline counter for timestamps on i965gm TV outputVille Syrjälä2019-01-281-2/+5
| * drm/i915: Don't try to use the hardware frame counter with i965gm TV outputVille Syrjälä2019-01-251-9/+18
* | Merge tag 'drm-misc-next-2019-02-01' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2019-02-041-0/+2
|\ \ | |/ |/|
| * drm: Split out drm_probe_helper.hDaniel Vetter2019-01-241-0/+2
* | drm/i915/icl: do a posting read after irq installDaniele Ceraolo Spurio2019-01-231-0/+1
* | drm/i915: Tidy common test_bit probing of i915_request->fence.flagsChris Wilson2019-01-221-2/+1Star
* | drm/i915/irq: switch to kernel typesJani Nikula2019-01-171-41/+41
* | drm/i915: Pull all the reset functionality together into i915_reset.cChris Wilson2019-01-161-238/+0Star
* | drm/i915: Track the rpm wakerefs for error handlingChris Wilson2019-01-141-2/+3
* | drm/i915: Markup paired operations on wakerefsChris Wilson2019-01-141-1/+1
|/
* 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