From 6c4a8962a4a078cacfc8eb5d4bd79f6343b8cd7a Mon Sep 17 00:00:00 2001 From: Jesse Barnes Date: Tue, 10 Sep 2013 14:54:42 -0700 Subject: [PATCH] drm/i915/vlv: re-enable hotplug detect based probing on VLV/BYT Fixed with commit 10603caacf599297c7da0c4f4db440d015b8131a Author: Chris Wilson Date: Mon Aug 26 19:51:06 2013 -0300 drm/i915: Apply the force-detect VGA w/a to Valleyview Signed-off-by: Jesse Barnes Signed-off-by: Daniel Vetter --- drivers/gpu/drm/i915/intel_crt.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/drivers/gpu/drm/i915/intel_crt.c b/drivers/gpu/drm/i915/intel_crt.c index ea9022ef15d5..f5f89c31d71e 100644 --- a/drivers/gpu/drm/i915/intel_crt.c +++ b/drivers/gpu/drm/i915/intel_crt.c @@ -349,9 +349,6 @@ static bool valleyview_crt_detect_hotplug(struct drm_connector *connector) DRM_DEBUG_KMS("valleyview hotplug adpa=0x%x, result %d\n", adpa, ret); - /* FIXME: debug force function and remove */ - ret = true; - return ret; } -- 2.11.0