Skip to content

Commit

Permalink
drm/i915/vlv: re-enable hotplug detect based probing on VLV/BYT
Browse files Browse the repository at this point in the history
Fixed with

commit 10603ca
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>
  • Loading branch information
Jesse Barnes authored and Daniel Vetter committed Sep 10, 2013
1 parent a666283 commit 6c4a896
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions drivers/gpu/drm/i915/intel_crt.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

Expand Down

0 comments on commit 6c4a896

Please sign in to comment.