diff mbox

drm/i915/vlv: re-enable hotplug detect based probing on VLV/BYT

Message ID 1378850082-2415-1-git-send-email-jbarnes@virtuousgeek.org (mailing list archive)
State New, archived
Headers show

Commit Message

Jesse Barnes Sept. 10, 2013, 9:54 p.m. UTC
Works nowadays.

Signed-off-by: Jesse Barnes <jbarnes@virtuosugeek.org>
---
 drivers/gpu/drm/i915/intel_crt.c |    3 ---
 1 file changed, 3 deletions(-)

Comments

Daniel Vetter Sept. 10, 2013, 10:13 p.m. UTC | #1
On Tue, Sep 10, 2013 at 02:54:42PM -0700, Jesse Barnes wrote:
> Works nowadays.
> 
> Signed-off-by: Jesse Barnes <jbarnes@virtuosugeek.org>

Queued for -next with the commit message amended to mention that Chris
fixed this, thanks for the patch.
-Daniel
diff mbox

Patch

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;
 }