summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/i915_irq.c
Commit message (Expand)AuthorAgeFilesLines
* drm/i915: Stop using RP_DOWN_EI on BaytrailChris Wilson2017-03-141-45/+28
* drm/i915: Only enable hotplug interrupts if the display interrupts are enabledChris Wilson2017-03-141-0/+10
* Merge tag 'drm-for-v4.11-less-shouty' of git://people.freedesktop.org/~airlie...Linus Torvalds2017-02-231-52/+117
|\
| * drm/i915/gen9+: Enable hotplug detection earlyImre Deak2017-02-161-19/+50
| * drm/i915: Set adjustment to zero on Up/Down interrupts if freq is already max...Sagar Arun Kamble2017-01-201-0/+6
| * drm/i915: Keep i915_handle_error kerneldoc parameters togetherMichel Thierry2017-01-121-1/+2
| * drm/i915: Put "cooked" vlank counters in frame CRC linesTomeu Vizoso2017-01-101-3/+3
| * drm/i915: Use new CRC debugfs APITomeu Vizoso2017-01-101-25/+52
| * drm/i915/glk: Reuse broxton code for geminilakeAnder Conselvan de Oliveira2016-12-021-5/+5
| * drm/i915/guc: Drop guc2host/host2guc from namesArkadiusz Hiler2016-11-251-2/+2
* | drm/i915: setup bridge for HDMI LPE audio driverJerome Anand2017-01-251-0/+16
|/
* drm/i915: dev_priv cleanup in i915_irq.cTvrtko Ursulin2016-11-171-14/+10
* drm/i915: Further assorted dev_priv cleanupsTvrtko Ursulin2016-11-111-1/+1
* drm/i915: More assorted dev_priv cleanupsTvrtko Ursulin2016-11-111-3/+3
* drm/i915: Move hangcheck code out from i915_irq.cMika Kuoppala2016-11-021-417/+0
* drm/i915: Always use intel_get_crtc_for_pipe()Ville Syrjälä2016-11-011-2/+4
* drm/i915: Pass dev_priv to intel_get_crtc_for_pipe()Ville Syrjälä2016-11-011-2/+3
* drm/i915: Store struct intel_crtc * in {pipe,plane}_to_crtc_mapping[]Ville Syrjälä2016-11-011-7/+5
* drm/i915: Avoid accessing request->timeline outside of its lifetimeChris Wilson2016-11-011-1/+1
* drm/i915: Combine seqno + tracking into a global timeline structChris Wilson2016-10-281-1/+1
* drm/i915: Correct pipe fault reporting stringTvrtko Ursulin2016-10-271-1/+1
* drm/i915: Add stats for GuC log buffer flush interruptsAkash Goel2016-10-251-0/+2
* drm/i915: Handle log buffer flush interrupt event from GuCSagar Arun Kamble2016-10-251-1/+27
* drm/i915: Support for GuC interruptsSagar Arun Kamble2016-10-251-4/+52
* drm/i915: Add low level set of routines for programming PM IER/IIR/IMR regist...Akash Goel2016-10-251-25/+50
* drm/i915: Stop reporting error details in dmesg as well as the error-stateChris Wilson2016-10-201-75/+11
* drm/i915: Make IS_GEN macros only take dev_privTvrtko Ursulin2016-10-141-2/+2
* drm/i915: Make INTEL_GEN only take dev_privTvrtko Ursulin2016-10-141-2/+2
* drm/i915: Make HAS_L3_DPF only take dev_privTvrtko Ursulin2016-10-141-1/+1
* drm/i915: Make IS_BROXTON only take dev_privTvrtko Ursulin2016-10-141-1/+1
* drm/i915: Make IS_HASWELL only take dev_privTvrtko Ursulin2016-10-141-2/+2
* drm/i915: Make INTEL_DEVID only take dev_privTvrtko Ursulin2016-10-141-1/+1
* drm/i915: Make INTEL_PCH_TYPE & co only take dev_privTvrtko Ursulin2016-10-141-10/+10
* drm/i915: Allocate intel_engine_cs structure only for the enabled enginesAkash Goel2016-10-141-21/+25
* drm/i915: Merge duplicate gen4 and vlv/chv enable vblank callbacksChris Wilson2016-10-131-31/+28
* drm/i915: Move common code out of i915_gpu_error.cChris Wilson2016-10-121-2/+2
* drm/i915: Use correct index for backtracking HUNG semaphoresChris Wilson2016-10-031-4/+4
* drm/i915: Restore current RPS state after resetChris Wilson2016-09-211-0/+6
* drm/i915: Try to print INSTDONE bits for all slice/subsliceBen Widawsky2016-09-211-6/+19
* drm/i915: Cleanup instdone collectionBen Widawsky2016-09-211-21/+48
* drm/i915: clarify PMINTRMSK/pm_intr_keep usageDave Gordon2016-09-151-2/+2
* drm/i915: Avoid incrementing hangcheck whilst waiting for external fenceChris Wilson2016-09-091-4/+0
* drm/i915: Ignore valid but unknown semaphoresChris Wilson2016-09-091-3/+6
* drm/i915: Replace wait-on-mutex with wait-on-bit in reset workerChris Wilson2016-09-091-13/+18
* drm/i915: Perform a direct reset of the GPU from the waiterChris Wilson2016-09-091-0/+2
* drm/i915: Separate out reset flags from the reset counterChris Wilson2016-09-091-57/+46
* drm/i915: Make for_each_engine_masked() more compact and quickerChris Wilson2016-08-271-1/+2
* drm/i915: Ignore stuck requests when considering hangsChris Wilson2016-08-221-1/+3
* drm/i915: Move missed interrupt detection from hangcheck to breadcrumbsChris Wilson2016-08-101-25/+1
* drm/i915: Use drm official vblank_no_hw_counter callback.Rodrigo Vivi2016-08-051-7/+2
OpenPOWER on IntegriCloud