summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915/intel_crt.c
diff options
context:
space:
mode:
authorJesse Barnes <jbarnes@virtuousgeek.org>2013-09-10 14:54:42 -0700
committerDaniel Vetter <daniel.vetter@ffwll.ch>2013-09-11 00:11:48 +0200
commit6c4a8962a4a078cacfc8eb5d4bd79f6343b8cd7a (patch)
tree18d3724ff23fadc5b42c5fc5930534338943538b /drivers/gpu/drm/i915/intel_crt.c
parenta666283e9061c58fc888ddf1d9fc552123f1f014 (diff)
drm/i915/vlv: re-enable hotplug detect based probing on VLV/BYT
Fixed with commit 10603caacf599297c7da0c4f4db440d015b8131a Author: Chris Wilson <chris@chris-wilson.co.uk> 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 <jbarnes@virtuosugeek.org> Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Diffstat (limited to 'drivers/gpu/drm/i915/intel_crt.c')
-rw-r--r--drivers/gpu/drm/i915/intel_crt.c3
1 files changed, 0 insertions, 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;
}