summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/intel_hotplug.c
Commit message (Expand)AuthorAgeFilesLines
* drm/i915: Rename HAS_GMCHRodrigo Vivi2019-02-051-1/+1
* drm/i915/hotplug: Track temporary rpm wakerefChris Wilson2019-01-141-2/+3
* drm/i915: Markup paired operations on wakerefsChris Wilson2019-01-141-1/+1
* drm/i915: drop all drmP.h includesJani Nikula2019-01-091-1/+0Star
* drm/i915: Fix hpd handling for pins with two encodersVille Syrjälä2018-11-091-13/+42
* drm/i915: Add short HPD IRQ storm detection for non-MST systemsLyude Paul2018-11-071-20/+30
* drm/i915: Clarify flow for disabling IRQs on stormsLyude Paul2018-11-071-3/+8
* drm/i915: Fix threshold check in intel_hpd_irq_storm_detect()Lyude Paul2018-11-071-10/+13
* drm/i915: Fix NULL deref when re-enabling HPD IRQs on systems with MSTLyude Paul2018-11-071-1/+3
* drm/i915: Pass hpd_pin to long_pulse_detect()Ville Syrjälä2018-07-131-31/+0Star
* drm/i915: s/int i/enum hpd_pin pin/Ville Syrjälä2018-07-131-14/+14
* drm/i915: Nuke dev_priv->irq_port[]Ville Syrjälä2018-07-131-29/+32
* drm/i915/icl: HPD pin for port FDhinakaran Pandiyan2018-03-231-0/+3
* drm/i915: Reinitialize sink scrambling/TMDS clock ratio on HPDVille Syrjälä2018-03-061-12/+13
* drm/i915/cnl: Add HPD support for Port F.Rodrigo Vivi2018-01-301-4/+15
* drm/i915: Introduce intel_hpd_pin function.Rodrigo Vivi2017-08-111-0/+26
* drm/i915: Simplify hpd pin to portRodrigo Vivi2017-08-111-14/+17
* drm/atomic: Acquire connection_mutex lock in drm_helper_probe_single_connecto...Maarten Lankhorst2017-04-061-1/+2
* drm/i915: use drm_connector_list_iter in intel_hotplug.cDaniel Vetter2017-03-081-10/+18
* drm/i915: s/assert_spin_locked/lockdep_assert_held/Chris Wilson2017-03-021-1/+1
* drm/i915: Only enable hotplug interrupts if the display interrupts are enabledChris Wilson2017-02-161-6/+8
* drm/i915/debugfs: Add i915_hpd_storm_ctlLyude2017-02-101-5/+10
* Reinstate "drm/probe-helpers: Drop locking from poll_enable""Dave Airlie2017-01-271-2/+2
* drm/i915: More assorted dev_priv cleanupsTvrtko Ursulin2016-11-111-1/+1
* drm/i915: Mark i915_hpd_poll_init_work as staticChris Wilson2016-08-171-1/+2
* drm/i915: Update missing kerneldocDaniel Vetter2016-07-191-1/+0Star
* drm/i915: Enable polling when we don't have hpdLyude2016-07-141-12/+78
* drm/i915/vlv: Disable HPD in valleyview_crt_detect_hotplug()Lyude2016-07-141-0/+27
* drm/i915: Convert dev_priv->dev backpointers to dev_priv->drmChris Wilson2016-07-051-4/+4
* drm/i915: Small display interrupt handlers tidyTvrtko Ursulin2016-05-091-7/+6Star
* drm/i915: intel_hpd_init(): Fix suspend/resume reprobingLyude2016-01-071-2/+7
* drm/i915: Separate cherryview from valleyviewWayne Boyer2015-12-101-1/+1
* drm/i915: Call non-locking version of drm_kms_helper_poll_enable(), v2Egbert Eich2015-09-301-1/+1
* drm/i915/skl: enable DDI-E hotplugXiong Zhang2015-08-261-0/+3
* drm/i915: don't use HPD_PORT_A as an alias for HPD_NONEImre Deak2015-07-221-7/+13
* drm/i915: storm detection documentation updateThulasimani,Sivakumar2015-07-131-0/+8
* drm/i915/hotplug: document the hotplug handling in the driverJani Nikula2015-07-061-0/+39
* drm/i915: move generic hotplug code into new intel_hotplug.c fileJani Nikula2015-06-221-0/+452