[Intel-gfx] [PATCH] drm/i915/vlv: re-enable hotplug detect based probing on VLV/BYT
Jesse Barnes
jbarnes at virtuousgeek.org
Tue Sep 10 23:54:42 CEST 2013
Works nowadays.
Signed-off-by: Jesse Barnes <jbarnes at virtuosugeek.org>
---
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 ea9022e..f5f89c3 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;
}
--
1.7.10.4
More information about the Intel-gfx
mailing list