summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/i915_irq.c
Commit message (Expand)AuthorAgeFilesLines
* drm/i915: Replace pcu_lock with sb_lockChris Wilson2019-04-261-2/+2
* drm/i915: fully convert the IRQ initialization macros to intel_uncorePaulo Zanoni2019-04-161-56/+88
* drm/i915: convert the IRQ initialization functions to intel_uncorePaulo Zanoni2019-04-161-49/+48Star
* drm/i915: add GEN2_ prefix to the I{E, I, M, S}R registersPaulo Zanoni2019-04-161-26/+26
* drm/i915: don't specify the IRQ register in the gen2 macrosPaulo Zanoni2019-04-161-32/+25Star
* drm/i915: refactor the IRQ init/reset macrosPaulo Zanoni2019-04-161-50/+86
* drm/i915: Use Engine1 instance for gen11 pm interruptsMika Kuoppala2019-04-111-18/+38
* drm/i915/icl: Don't warn on spurious interruptsMika Kuoppala2019-04-101-7/+1Star
* drm/i915/icl: Handle rps interrupts without irq lockMika Kuoppala2019-04-101-1/+20
* drm/i915: extract intel_psr.h from intel_drv.hJani Nikula2019-04-081-4/+7
* drm/i915: Move the decision to use the breadcrumb tasklet to the backendChris Wilson2019-04-031-1/+1
* drm/i915: Use vblank_disable_immediate on gen2Ville Syrjälä2019-03-251-7/+1Star
* drm/i915: Disable C3 when enabling vblank interrupts on i945gmVille Syrjälä2019-03-251-0/+88
* drm/i915: move regs pointer inside the uncore structureDaniele Ceraolo Spurio2019-03-201-11/+11
* drm/i915: Introduce i915_has_asle()Ville Syrjälä2019-03-201-1/+9
* drm/i915: Also use new comparative stuff for more ICP+ stuffRodrigo Vivi2019-03-141-4/+4
* drm/i915: Start using comparative INTEL_PCH_TYPERodrigo Vivi2019-03-131-5/+2Star
* drm/i915: Store the BIT(engine->id) as the engine's maskChris Wilson2019-03-051-31/+34
* drm/i915: Just check the vebox IIR regardlessChris Wilson2019-03-051-6/+4Star
* drm/i915: extract AUX mask assignment to separate functionLucas De Marchi2019-03-021-14/+20
* drm/i915: Reduce the RPS shockChris Wilson2019-02-201-0/+12
* Merge drm/drm-next into drm-intel-next-queuedJoonas Lahtinen2019-02-201-0/+2
|\
| * Merge tag 'drm-intel-next-2019-02-02' of git://anongit.freedesktop.org/drm/dr...Dave Airlie2019-02-041-84/+34Star
| |\
| * \ 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: Add pipe crc tracepointVille Syrjälä2019-02-151-6/+3Star
| |_|/ |/| |
* | | 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
|/ /
* | 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