summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/i915_irq.c
Commit message (Expand)AuthorAgeFilesLines
* drm/i915: workaround bad DSL readout v3Jesse Barnes2015-09-231-0/+26
* Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2015-09-111-1/+1
|\
| * drm/i915: Pass hpd_status_i915[] to intel_get_hpd_pins() in pre-g4xVille Syrjälä2015-09-021-1/+1
* | Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2015-09-041-403/+140
|\ \ | |/
| * drm/i915/skl: enable DDI-E hotplugXiong Zhang2015-08-261-4/+44
| * drm/i915/bxt: add support for HPD long/short pulse detection on HPD_PORT_A pinImre Deak2015-07-221-1/+17
| * drm/i915: don't use HPD_PORT_A as an alias for HPD_NONEImre Deak2015-07-221-1/+3
| * drm/i915: combine i9xx_get_hpd_pins and pch_get_hpd_pinsImre Deak2015-07-221-38/+19
| * Merge tag 'drm-intel-fixes-2015-07-15' into drm-intel-next-queuedDaniel Vetter2015-07-151-10/+3
| |\
| * | drm/i915: Handle HPD when it has actually occurredSonika Jindal2015-07-081-15/+17
| * | drm/i915: reduce line width in {pch, i9xx}_get_hpd_pins()Jani Nikula2015-06-221-11/+18
| * | drm/i915: move generic hotplug code into new intel_hotplug.c fileJani Nikula2015-06-221-405/+4
| * | drm/i915/irq: clarify irq storm related function namingJani Nikula2015-06-221-6/+6
| * | drm/i915/irq: abstract irq storm hotplug disablingJani Nikula2015-06-221-27/+50
| * | drm/i915/irq: move hotplug even debug print to second connector loopJani Nikula2015-06-221-4/+2
| * | drm/i915: Use crtc->hwmode for vblanks, v2.Maarten Lankhorst2015-06-121-7/+6
| * | drm/i915: Use crtc_state->active instead of crtc_state->enableMaarten Lankhorst2015-06-121-1/+1
| * | drm/i915: abstract hpd irq storm detectionJani Nikula2015-05-291-13/+40
| * | drm/i915/bxt: clear hpd status sticky bits earlierJani Nikula2015-05-291-12/+2
| * | drm/i915: abstract away platform specific parts from hpd handlingJani Nikula2015-05-291-46/+101
| * | drm/i915: simplify condition for digital portJani Nikula2015-05-291-5/+5
| * | drm/i915: merge the two hpd loops in intel_hpd_irq_handler to oneJani Nikula2015-05-291-8/+3
| * | drm/i915: put back the indent in intel_hpd_irq_handlerJani Nikula2015-05-291-26/+25
| * | drm/i915: simplify conditions for skipping the 2nd hpd loop iterationsJani Nikula2015-05-291-4/+5
| * | drm/i915: add for_each_hpd_pin to iterate over hotplug pinsJani Nikula2015-05-291-4/+4
| * | drm/i915: group all hotplug related fields into a new struct in dev_privJani Nikula2015-05-291-43/+43
| * | drm/i915: reduce indent in intel_hpd_irq_handlerJani Nikula2015-05-291-23/+26
| * | drm/i915: reduce duplicate conditions in i9xx_hpd_irq_handlerJani Nikula2015-05-291-4/+3
| * | drm/i915: reduce indent in i9xx_hpd_irq_handlerJani Nikula2015-05-291-17/+18
* | | atomic: Replace atomic_{set,clear}_mask() usagePeter Zijlstra2015-07-271-2/+2
| |/ |/|
* | drm/i915: Snapshot seqno of most recently submitted request.Tomas Elf2015-07-131-10/+3
|/
* drm/i915: Use spinlocks for checking when to waitboostChris Wilson2015-05-261-6/+13
* drm/i915: Don't downclock whilst we have clients waiting for GPU resultsChris Wilson2015-05-211-0/+14
* drm/i915: Use HOTPLUG_INT_STATUS_G4X on VLV/CHVVille Syrjälä2015-05-201-2/+2
* drm/i915: Remove excess inline keywordsVille Syrjälä2015-05-201-5/+5
* Merge tag 'drm-intel-next-2015-04-23-fixed' of git://anongit.freedesktop.org/...Dave Airlie2015-05-081-101/+181
|\
| * drm/i915/bxt: Enable GMBUS IRQShashank Sharma2015-04-141-3/+11
| * drm/i915/bxt: Add BXT support in gen8_irq functionsShashank Sharma2015-04-141-4/+8
| * drm/i915/bxt: Add DDI hpd handlerShashank Sharma2015-04-141-2/+44
| * drm/i915/bxt: support for HPD long/short status decodingImre Deak2015-04-141-1/+1
| * drm/i915/bxt: DDI Hotplug interrupt setupShashank Sharma2015-04-141-1/+46
| * drm/i915: Tidy gen8 IRQ handlerChris Wilson2015-04-101-64/+49
| * drm/i915: Reduce locking in gen8 IRQ handlerChris Wilson2015-04-101-24/+23
| * drm/i915: Fix computation of last_adjustment for RPS autotuningChris Wilson2015-04-101-15/+12
| * drm/i915: Agressive downclocking on BaytrailChris Wilson2015-04-101-2/+2
* | drm/i915: Dont enable CS_PARSER_ERROR interrupts at allDaniel Vetter2015-04-141-6/+2
|/
* drm/i915: move clearing of RPS interrupt bits from disable to reset timeImre Deak2015-03-241-9/+1
* drm/i915: fix race when clearing RPS IIR bitsImre Deak2015-03-241-0/+7
* drm/i915: Use down ei for manual Baytrail RPS calculationsChris Wilson2015-03-201-13/+2
* drm/i915: Improved w/a for rps on BaytrailChris Wilson2015-03-201-100/+55
OpenPOWER on IntegriCloud