aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/i915_irq.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-10-27drm/i915: Correct pipe fault reporting stringTvrtko Ursulin1-1/+1
2016-10-25drm/i915: Add stats for GuC log buffer flush interruptsAkash Goel1-0/+2
2016-10-25drm/i915: Handle log buffer flush interrupt event from GuCSagar Arun Kamble1-1/+27
2016-10-25drm/i915: Support for GuC interruptsSagar Arun Kamble1-4/+52
2016-10-25drm/i915: Add low level set of routines for programming PM IER/IIR/IMR register setAkash Goel1-25/+50
2016-10-20drm/i915: Stop reporting error details in dmesg as well as the error-stateChris Wilson1-75/+11
2016-10-14drm/i915: Make IS_GEN macros only take dev_privTvrtko Ursulin1-2/+2
2016-10-14drm/i915: Make INTEL_GEN only take dev_privTvrtko Ursulin1-2/+2
2016-10-14drm/i915: Make HAS_L3_DPF only take dev_privTvrtko Ursulin1-1/+1
2016-10-14drm/i915: Make IS_BROXTON only take dev_privTvrtko Ursulin1-1/+1
2016-10-14drm/i915: Make IS_HASWELL only take dev_privTvrtko Ursulin1-2/+2
2016-10-14drm/i915: Make INTEL_DEVID only take dev_privTvrtko Ursulin1-1/+1
2016-10-14drm/i915: Make INTEL_PCH_TYPE & co only take dev_privTvrtko Ursulin1-10/+10
2016-10-14drm/i915: Allocate intel_engine_cs structure only for the enabled enginesAkash Goel1-21/+25
2016-10-13drm/i915: Merge duplicate gen4 and vlv/chv enable vblank callbacksChris Wilson1-31/+28
2016-10-12drm/i915: Move common code out of i915_gpu_error.cChris Wilson1-2/+2
2016-10-03drm/i915: Use correct index for backtracking HUNG semaphoresChris Wilson1-4/+4
2016-09-21drm/i915: Restore current RPS state after resetChris Wilson1-0/+6
2016-09-21drm/i915: Try to print INSTDONE bits for all slice/subsliceBen Widawsky1-6/+19
2016-09-21drm/i915: Cleanup instdone collectionBen Widawsky1-21/+48
2016-09-15drm/i915: clarify PMINTRMSK/pm_intr_keep usageDave Gordon1-2/+2
2016-09-09drm/i915: Avoid incrementing hangcheck whilst waiting for external fenceChris Wilson1-4/+0
2016-09-09drm/i915: Ignore valid but unknown semaphoresChris Wilson1-3/+6
2016-09-09drm/i915: Replace wait-on-mutex with wait-on-bit in reset workerChris Wilson1-13/+18
2016-09-09drm/i915: Perform a direct reset of the GPU from the waiterChris Wilson1-0/+2
2016-09-09drm/i915: Separate out reset flags from the reset counterChris Wilson1-57/+46
2016-08-27drm/i915: Make for_each_engine_masked() more compact and quickerChris Wilson1-1/+2
2016-08-22drm/i915: Ignore stuck requests when considering hangsChris Wilson1-1/+3
2016-08-10drm/i915: Move missed interrupt detection from hangcheck to breadcrumbsChris Wilson1-25/+1
2016-08-05drm/i915: Use drm official vblank_no_hw_counter callback.Rodrigo Vivi1-7/+2
2016-08-05drm/i915: Enable i915_gem_wait_for_idle() without holding struct_mutexChris Wilson1-8/+1
2016-08-02drm/i915: Rename struct intel_ringbuffer to struct intel_ringChris Wilson1-7/+7
2016-07-27drm/i915: Update a couple of hangcheck comments to talk about enginesChris Wilson1-3/+3
2016-07-20drm/i915: Rename ring->virtual_start as ring->vaddrChris Wilson1-1/+1
2016-07-20drm/i915: Treat ringbuffer writes as write to normal memoryChris Wilson1-4/+6
2016-07-14drm/i915: Define a separate variable and control for RPS waitboost frequencyChris Wilson1-4/+5
2016-07-07drm/i915: Introduce Kabypoint PCH for Kabylake H/DT.Rodrigo Vivi1-2/+2
2016-07-06drm/i915: Group the irq breadcrumb variables into the same cachelineChris Wilson1-6/+6
2016-07-05drm/i915: Convert dev_priv->dev backpointers to dev_priv->drmChris Wilson1-18/+18
2016-07-05drm/i915: Clean up GPU hang messageChris Wilson1-15/+26
2016-07-05drm/i915: Replace lockless_dereference(bool) with READ_ONCE()Chris Wilson1-1/+1
2016-07-04drm/i915: Mass convert dev->dev_private to to_i915(dev)Chris Wilson1-46/+46
2016-07-04drm/i915: Flush the RPS bottom-half when the GPU idlesChris Wilson1-20/+12
2016-07-04drm/i915: Only start retire worker when idleChris Wilson1-12/+3
2016-07-01drm/i915: Remove debug noise on detecting fault-injection of missed interruptsChris Wilson1-3/+0
2016-07-01drm/i915: Move the get/put irq locking into the callerChris Wilson1-4/+4
2016-07-01drm/i915: Only apply one barrier after a breadcrumb interrupt is postedChris Wilson1-0/+1
2016-07-01drm/i915: Add a delay between interrupt and inspecting the final seqno (ilk)Chris Wilson1-7/+3
2016-07-01drm/i915: Use HWS for seqno tracking everywhereChris Wilson1-2/+2
2016-07-01drm/i915: Slaughter the thundering i915_wait_request herdChris Wilson1-11/+9