From: Egbert Eich Date: Thu, 11 Apr 2013 14:00:26 +0000 (+0200) Subject: drm/i915: Only reprobe display on encoder which has received an HPD event (v2) X-Git-Tag: v3.11-rc1~65^2~131^2~125 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=321a1b3026ea194dd084cf3bda1e235b2986b0af;p=pandora-kernel.git drm/i915: Only reprobe display on encoder which has received an HPD event (v2) Instead of calling into the DRM helper layer to poll all connectors for changes in connected displays probe only those connectors which have received a hotplug event. v2: Resolved conflicts with changes in previous commits. Renamed function and and added a WARN_ON() to warn of intel_hpd_irq_event() from being called without mode_config.mutex held - suggested by Jani Nikula. Signed-off-by: Egbert Eich Reviewed-by: Jani Nikula Signed-off-by: Daniel Vetter --- Reading git-diff-tree failed