summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/i915_irq.c
Commit message (Expand)AuthorAgeFilesLines
* drm/i915: Group the irq breadcrumb variables into the same cachelineChris Wilson2016-07-061-6/+6
* drm/i915: Convert dev_priv->dev backpointers to dev_priv->drmChris Wilson2016-07-051-18/+18
* drm/i915: Clean up GPU hang messageChris Wilson2016-07-051-15/+26
* drm/i915: Replace lockless_dereference(bool) with READ_ONCE()Chris Wilson2016-07-051-1/+1
* drm/i915: Mass convert dev->dev_private to to_i915(dev)Chris Wilson2016-07-041-46/+46
* drm/i915: Flush the RPS bottom-half when the GPU idlesChris Wilson2016-07-041-20/+12Star
* drm/i915: Only start retire worker when idleChris Wilson2016-07-041-12/+3Star
* drm/i915: Remove debug noise on detecting fault-injection of missed interruptsChris Wilson2016-07-011-3/+0Star
* drm/i915: Move the get/put irq locking into the callerChris Wilson2016-07-011-4/+4
* drm/i915: Only apply one barrier after a breadcrumb interrupt is postedChris Wilson2016-07-011-0/+1
* drm/i915: Add a delay between interrupt and inspecting the final seqno (ilk)Chris Wilson2016-07-011-7/+3Star
* drm/i915: Use HWS for seqno tracking everywhereChris Wilson2016-07-011-2/+2
* drm/i915: Slaughter the thundering i915_wait_request herdChris Wilson2016-07-011-11/+9Star
* drm/i915: Separate GPU hang waitqueue from advanceChris Wilson2016-07-011-15/+4Star
* drm/i915: Make queueing the hangcheck work inlineChris Wilson2016-07-011-17/+0Star
* drm/i915: Remove the dedicated hangcheck workqueueChris Wilson2016-07-011-3/+4
* drm/i915: Delay queuing hangcheck to wait-requestChris Wilson2016-07-011-6/+4Star
* drm/i915: Fix a buch of kerneldoc warningsTvrtko Ursulin2016-06-061-3/+4
* drm/i915: Update GEN6_PMINTRMSK setup with GuC enabledSagar Arun Kamble2016-06-011-13/+15
* drm/i915: Revert async unpin and nonblocking atomic commitDaniel Vetter2016-05-251-22/+98
* drm/i915: Enable GSE interrupt on BDW+Ville Syrjälä2016-05-231-0/+2
* drm/i915: Remove cs based page flip support.Maarten Lankhorst2016-05-191-98/+22Star
* drm/i915: Unify unpin_work and mmio_work into flip_work, v2.Maarten Lankhorst2016-05-191-7/+13
* drm/i915: Remove intel_prepare_page_flip, v3.Maarten Lankhorst2016-05-191-14/+4Star
* drm/i915: Remove intel_finish_page_flip_plane.Maarten Lankhorst2016-05-191-3/+3
* drm/i915: Replace "INTEL_INFO->gen == x" checks with IS_GENxTvrtko Ursulin2016-05-111-2/+2
* drm/i915: Use drm_i915_private as the native pointer for intel_uncore.cChris Wilson2016-05-101-3/+2Star
* drm/i915: Store a i915 backpointer from engine, and use itChris Wilson2016-05-091-42/+38Star
* drm/i915: Small display interrupt handlers tidyTvrtko Ursulin2016-05-091-206/+180Star
* drm/i915/gen8+: Do not enable DPF interrupt since the handler does not existTvrtko Ursulin2016-04-201-1/+3
* drm/i915: Split gen8_gt_irq_handler into ack+handleVille Syrjälä2016-04-141-32/+47
* drm/i915: Eliminate passing dev+dev_priv to {snb,ilk}_gt_irq_handler()Ville Syrjälä2016-04-141-15/+12Star
* drm/i915: Move gt/pm irq handling out from irq disabled section on VLVVille Syrjälä2016-04-141-5/+5
* drm/i915: Split VLV/CVH PIPESTAT handling into ack+handlerVille Syrjälä2016-04-141-4/+17
* drm/i915: Split PORT_HOTPLUG_STAT ack out from i9xx_hpd_irq_handler()Ville Syrjälä2016-04-141-17/+30
* drm/i915: Move variables to narrower scope in VLV/CHV irq handlersVille Syrjälä2016-04-141-2/+2
* drm/i915: Eliminate loop from VLV irq handlerVille Syrjälä2016-04-141-4/+3Star
* drm/i915: Clear VLV_IER around irq processingVille Syrjälä2016-04-141-1/+35
* drm/i915: Clear VLV_MASTER_IER around irq processingVille Syrjälä2016-04-141-6/+10
* drm/i915: Clear VLV_IIR after PIPESTATVille Syrjälä2016-04-141-15/+21
* drm/i915: Set up VLV_MASTER_IER consistentlyVille Syrjälä2016-04-141-0/+5
* drm/i915: Use GEN8_MASTER_IRQ_CONTROL consistentlyVille Syrjälä2016-04-141-3/+3
* drm/i915: Tighten reset_counter for reset statusChris Wilson2016-04-141-19/+2Star
* drm/i915: Hide the atomic_read(reset_counter) behind a helperChris Wilson2016-04-141-1/+1
* drm/i915: Move DPINVGTT setup to vlv_display_irq_reset()Ville Syrjälä2016-04-121-10/+5Star
* drm/i915: Warn if irq_mask isn't ~0 during vlv/cvh display irq postinstallVille Syrjälä2016-04-121-0/+3
* drm/i915: Use GEN5_IRQ_INIT() in vlv_display_irq_postinstall()Ville Syrjälä2016-04-121-12/+8Star
* drm/i915: Clear display interrupt before enabling when turning on the power wellVille Syrjälä2016-04-121-8/+3Star
* drm/i915: Move vlv/chv display irq code to a more logical placeVille Syrjälä2016-04-121-51/+51
* drm/i915: Skip display irq setup if display irqs aren't flagged as enabledVille Syrjälä2016-04-121-6/+12