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