From patchwork Tue Sep 10 21:54:42 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jesse Barnes X-Patchwork-Id: 2867891 Return-Path: X-Original-To: patchwork-intel-gfx@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork2.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.19.201]) by patchwork2.web.kernel.org (Postfix) with ESMTP id 5503FBF43F for ; Tue, 10 Sep 2013 22:01:49 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 47AD820264 for ; Tue, 10 Sep 2013 22:01:48 +0000 (UTC) Received: from gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) by mail.kernel.org (Postfix) with ESMTP id A5F3A202C4 for ; Tue, 10 Sep 2013 22:01:46 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 79D44E7456 for ; Tue, 10 Sep 2013 15:01:46 -0700 (PDT) X-Original-To: intel-gfx@lists.freedesktop.org Delivered-To: intel-gfx@lists.freedesktop.org X-Greylist: delayed 399 seconds by postgrey-1.32 at gabe; Tue, 10 Sep 2013 15:01:32 PDT Received: from gproxy2-pub.mail.unifiedlayer.com (gproxy2-pub.mail.unifiedlayer.com [69.89.18.3]) by gabe.freedesktop.org (Postfix) with SMTP id 97BFAE5C1E for ; Tue, 10 Sep 2013 15:01:32 -0700 (PDT) Received: (qmail 18307 invoked by uid 0); 10 Sep 2013 21:54:52 -0000 Received: from unknown (HELO mailchannelsproxy4.unifiedlayer.com) (10.0.91.84) by roproxy2.unifiedlayer.com with SMTP; 10 Sep 2013 21:54:52 -0000 X-Sender-Id: {10642:box514.bluehost.com:virtuous:virtuousgeek.org} {sentby:smtp auth 67.161.37.189 authed with jbarnes@virtuousgeek.org} Received: from box514.bluehost.com (box514.bluehost.com [74.220.219.114]) by 0.0.0.0:2500 (trex/4.8.87); Tue, 10 Sep 2013 21:54:52 GMT DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=virtuousgeek.org; s=default; h=Message-Id:Date:Subject:To:From; bh=UoSDhqkl1xZc2dceKA9zyz/SIezcMr9wvGACxRjILNA=; b=m9CfEXjvJNPNzCxBEwRqA0w+lp5K2vPsAP8tfbVYBAXaSqOyQOFPLLFkE6McOPRE5qghyH1QiFnbU9mWvXe0OJ8eMr7Q68TiPDzj6no8+SHvSamSSf42FTO+k/0KRI92; Received: from [67.161.37.189] (port=49905 helo=localhost.localdomain) by box514.bluehost.com with esmtpsa (TLSv1:CAMELLIA256-SHA:256) (Exim 4.80) (envelope-from ) id 1VJVtY-0008Rg-9S for intel-gfx@lists.freedesktop.org; Tue, 10 Sep 2013 15:54:48 -0600 From: Jesse Barnes To: intel-gfx@lists.freedesktop.org Date: Tue, 10 Sep 2013 14:54:42 -0700 Message-Id: <1378850082-2415-1-git-send-email-jbarnes@virtuousgeek.org> X-Mailer: git-send-email 1.7.10.4 X-Identified-User: {10642:box514.bluehost.com:virtuous:virtuousgeek.org} {sentby:smtp auth 67.161.37.189 authed with jbarnes@virtuousgeek.org} Subject: [Intel-gfx] [PATCH] drm/i915/vlv: re-enable hotplug detect based probing on VLV/BYT X-BeenThere: intel-gfx@lists.freedesktop.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Intel graphics driver community testing & development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: intel-gfx-bounces+patchwork-intel-gfx=patchwork.kernel.org@lists.freedesktop.org Errors-To: intel-gfx-bounces+patchwork-intel-gfx=patchwork.kernel.org@lists.freedesktop.org X-Spam-Status: No, score=-4.7 required=5.0 tests=BAYES_00,DKIM_SIGNED, RCVD_IN_DNSWL_MED,RP_MATCHES_RCVD,T_DKIM_INVALID,UNPARSEABLE_RELAY autolearn=ham version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP Works nowadays. Signed-off-by: Jesse Barnes --- 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; }