summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915/i915_irq.c
AgeCommit message (Expand)Author
2019-02-27drm/i915: Consistently use enum pipe for PCH transcodersMatthias Kaehlcke
2018-07-25drm/i915: Fix hotplug irq ack on i965/g4xVille Syrjälä
2017-04-18drm/i915: Stop using RP_DOWN_EI on BaytrailChris Wilson
2017-04-18drm/i915: Only enable hotplug interrupts if the display interrupts are enabledChris Wilson
2016-10-10drm/i915: Use correct index for backtracking HUNG semaphoresChris Wilson
2016-10-10drm/i915: Restore current RPS state after resetChris Wilson
2016-09-15drm/i915: clarify PMINTRMSK/pm_intr_keep usageDave Gordon
2016-09-09drm/i915: Avoid incrementing hangcheck whilst waiting for external fenceChris Wilson
2016-09-09drm/i915: Ignore valid but unknown semaphoresChris Wilson
2016-09-09drm/i915: Replace wait-on-mutex with wait-on-bit in reset workerChris Wilson
2016-09-09drm/i915: Perform a direct reset of the GPU from the waiterChris Wilson
2016-09-09drm/i915: Separate out reset flags from the reset counterChris Wilson
2016-08-27drm/i915: Make for_each_engine_masked() more compact and quickerChris Wilson
2016-08-22drm/i915: Ignore stuck requests when considering hangsChris Wilson
2016-08-10drm/i915: Move missed interrupt detection from hangcheck to breadcrumbsChris Wilson
2016-08-05drm/i915: Use drm official vblank_no_hw_counter callback.Rodrigo Vivi
2016-08-05drm/i915: Enable i915_gem_wait_for_idle() without holding struct_mutexChris Wilson
2016-08-02drm/i915: Rename struct intel_ringbuffer to struct intel_ringChris Wilson
2016-07-27drm/i915: Update a couple of hangcheck comments to talk about enginesChris Wilson
2016-07-20drm/i915: Rename ring->virtual_start as ring->vaddrChris Wilson
2016-07-20drm/i915: Treat ringbuffer writes as write to normal memoryChris Wilson
2016-07-14drm/i915: Define a separate variable and control for RPS waitboost frequencyChris Wilson
2016-07-07drm/i915: Introduce Kabypoint PCH for Kabylake H/DT.Rodrigo Vivi
2016-07-06drm/i915: Group the irq breadcrumb variables into the same cachelineChris Wilson
2016-07-05drm/i915: Convert dev_priv->dev backpointers to dev_priv->drmChris Wilson
2016-07-05drm/i915: Clean up GPU hang messageChris Wilson
2016-07-05drm/i915: Replace lockless_dereference(bool) with READ_ONCE()Chris Wilson
2016-07-04drm/i915: Mass convert dev->dev_private to to_i915(dev)Chris Wilson
2016-07-04drm/i915: Flush the RPS bottom-half when the GPU idlesChris Wilson
2016-07-04drm/i915: Only start retire worker when idleChris Wilson
2016-07-01drm/i915: Remove debug noise on detecting fault-injection of missed interruptsChris Wilson
2016-07-01drm/i915: Move the get/put irq locking into the callerChris Wilson
2016-07-01drm/i915: Only apply one barrier after a breadcrumb interrupt is postedChris Wilson
2016-07-01drm/i915: Add a delay between interrupt and inspecting the final seqno (ilk)Chris Wilson
2016-07-01drm/i915: Use HWS for seqno tracking everywhereChris Wilson
2016-07-01drm/i915: Slaughter the thundering i915_wait_request herdChris Wilson
2016-07-01drm/i915: Separate GPU hang waitqueue from advanceChris Wilson
2016-07-01drm/i915: Make queueing the hangcheck work inlineChris Wilson
2016-07-01drm/i915: Remove the dedicated hangcheck workqueueChris Wilson
2016-07-01drm/i915: Delay queuing hangcheck to wait-requestChris Wilson
2016-06-06drm/i915: Fix a buch of kerneldoc warningsTvrtko Ursulin
2016-05-31drm/i915: Update GEN6_PMINTRMSK setup with GuC enabledSagar Arun Kamble
2016-05-25drm/i915: Revert async unpin and nonblocking atomic commitDaniel Vetter
2016-05-23drm/i915: Enable GSE interrupt on BDW+Ville Syrjälä
2016-05-19drm/i915: Remove cs based page flip support.Maarten Lankhorst
2016-05-19drm/i915: Unify unpin_work and mmio_work into flip_work, v2.Maarten Lankhorst
2016-05-19drm/i915: Remove intel_prepare_page_flip, v3.Maarten Lankhorst
2016-05-19drm/i915: Remove intel_finish_page_flip_plane.Maarten Lankhorst
2016-05-11drm/i915: Replace "INTEL_INFO->gen == x" checks with IS_GENxTvrtko Ursulin
2016-05-10drm/i915: Use drm_i915_private as the native pointer for intel_uncore.cChris Wilson