This is a revised version of the patchset: https://lists.freedesktop.org/archives/intel-gfx/2016-June/098787.html This patchset is intended to fix the issue of not having HPD when we're in runtime suspend, or on Valleyview/Cherryview systems when we don't have any power wells enabled. While this isn't the best for RPM, until we have the infrastructure to provide hpd while in runtime suspend this will have to suffice since not having HPD at all times means a user could potentially boot their system with no displays connected, then never have any displays they connect afterwards get detected. Unlike the previous patchset, this patchset includes a fix for the VGA detect loops we were seeing on Valleyview. On my setup, this fix seems to have fixed the loop entirely. As it turns out, I think our original understanding of this issue wasn't entirely accurate. Originally it had been assumed that the HPD signals we were getting from the ADPA were a result of turning the power wells on and off. As it turns out, the HPD signals actually don't get fired off until we do the force detect on the ADPA, not when we reset it. This means this problem can easily be solved just by temporarily disabling HPD on the ADPA whenever we do a force detect. As such, "drm/i915/vlv: Disable HPD in valleyview_crt_detect_hotplug()" deprecates Ville's previous two fixes Cc: stable@xxxxxxxxxxxxxxx Cc: Ville Syrjälä <ville.syrjala@xxxxxxxxxxxxxxx> Cc: Daniel Vetter <daniel.vetter@xxxxxxxx> Lyude (4): drm/i915/vlv: Make intel_crt_reset() per-encoder drm/i915/vlv: Reset the ADPA in vlv_display_power_well_init() drm/i915/vlv: Disable HPD in valleyview_crt_detect_hotplug() drm/i915: Enable polling when we don't have hpd drivers/gpu/drm/i915/i915_drv.c | 7 +- drivers/gpu/drm/i915/i915_drv.h | 6 ++ drivers/gpu/drm/i915/intel_crt.c | 28 ++++++-- drivers/gpu/drm/i915/intel_drv.h | 4 +- drivers/gpu/drm/i915/intel_hotplug.c | 112 +++++++++++++++++++++++++++++--- drivers/gpu/drm/i915/intel_runtime_pm.c | 10 +++ 6 files changed, 150 insertions(+), 17 deletions(-) -- 2.5.5 _______________________________________________ Intel-gfx mailing list Intel-gfx@xxxxxxxxxxxxxxxxxxxxx https://lists.freedesktop.org/mailman/listinfo/intel-gfx