summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915/intel_hotplug.c
AgeCommit message (Expand)AuthorFilesLines
2019-02-05drm/i915: Rename HAS_GMCHRodrigo Vivi1-1/+1
2019-01-14drm/i915/hotplug: Track temporary rpm wakerefChris Wilson1-2/+3
2019-01-14drm/i915: Markup paired operations on wakerefsChris Wilson1-1/+1
2019-01-09drm/i915: drop all drmP.h includesJani Nikula1-1/+0
2018-11-09drm/i915: Fix hpd handling for pins with two encodersVille Syrjälä1-13/+42
2018-11-07drm/i915: Add short HPD IRQ storm detection for non-MST systemsLyude Paul1-20/+30
2018-11-07drm/i915: Clarify flow for disabling IRQs on stormsLyude Paul1-3/+8
2018-11-07drm/i915: Fix threshold check in intel_hpd_irq_storm_detect()Lyude Paul1-10/+13
2018-11-07drm/i915: Fix NULL deref when re-enabling HPD IRQs on systems with MSTLyude Paul1-1/+3
2018-07-13drm/i915: Pass hpd_pin to long_pulse_detect()Ville Syrjälä1-31/+0
2018-07-13drm/i915: s/int i/enum hpd_pin pin/Ville Syrjälä1-14/+14
2018-07-13drm/i915: Nuke dev_priv->irq_port[]Ville Syrjälä1-29/+32
2018-03-23drm/i915/icl: HPD pin for port FDhinakaran Pandiyan1-0/+3
2018-03-06drm/i915: Reinitialize sink scrambling/TMDS clock ratio on HPDVille Syrjälä1-12/+13
2018-01-30drm/i915/cnl: Add HPD support for Port F.Rodrigo Vivi1-4/+15
2017-08-11drm/i915: Introduce intel_hpd_pin function.Rodrigo Vivi1-0/+26
2017-08-11drm/i915: Simplify hpd pin to portRodrigo Vivi1-14/+17
2017-04-06drm/atomic: Acquire connection_mutex lock in drm_helper_probe_single_connecto...Maarten Lankhorst1-1/+2
2017-03-08drm/i915: use drm_connector_list_iter in intel_hotplug.cDaniel Vetter1-10/+18
2017-03-02drm/i915: s/assert_spin_locked/lockdep_assert_held/Chris Wilson1-1/+1
2017-02-16drm/i915: Only enable hotplug interrupts if the display interrupts are enabledChris Wilson1-6/+8
2017-02-10drm/i915/debugfs: Add i915_hpd_storm_ctlLyude1-5/+10
2017-01-27Reinstate "drm/probe-helpers: Drop locking from poll_enable""Dave Airlie1-2/+2
2016-11-11drm/i915: More assorted dev_priv cleanupsTvrtko Ursulin1-1/+1
2016-08-17drm/i915: Mark i915_hpd_poll_init_work as staticChris Wilson1-1/+2
2016-07-19drm/i915: Update missing kerneldocDaniel Vetter1-1/+0
2016-07-14drm/i915: Enable polling when we don't have hpdLyude1-12/+78
2016-07-14drm/i915/vlv: Disable HPD in valleyview_crt_detect_hotplug()Lyude1-0/+27
2016-07-05drm/i915: Convert dev_priv->dev backpointers to dev_priv->drmChris Wilson1-4/+4
2016-05-09drm/i915: Small display interrupt handlers tidyTvrtko Ursulin1-7/+6
2016-01-07drm/i915: intel_hpd_init(): Fix suspend/resume reprobingLyude1-2/+7
2015-12-10drm/i915: Separate cherryview from valleyviewWayne Boyer1-1/+1
2015-09-30drm/i915: Call non-locking version of drm_kms_helper_poll_enable(), v2Egbert Eich1-1/+1
2015-08-26drm/i915/skl: enable DDI-E hotplugXiong Zhang1-0/+3
2015-07-22drm/i915: don't use HPD_PORT_A as an alias for HPD_NONEImre Deak1-7/+13
2015-07-13drm/i915: storm detection documentation updateThulasimani,Sivakumar1-0/+8
2015-07-06drm/i915/hotplug: document the hotplug handling in the driverJani Nikula1-0/+39
2015-06-22drm/i915: move generic hotplug code into new intel_hotplug.c fileJani Nikula1-0/+452