From patchwork Thu Oct 7 08:09:13 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Chris Wilson X-Patchwork-Id: 237811 Received: from gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) by demeter1.kernel.org (8.14.4/8.14.3) with ESMTP id o9789dgW026924 for ; Thu, 7 Oct 2010 08:10:02 GMT Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 8E5B8A0910 for ; Thu, 7 Oct 2010 01:09:38 -0700 (PDT) X-Original-To: intel-gfx@lists.freedesktop.org Delivered-To: intel-gfx@lists.freedesktop.org Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by gabe.freedesktop.org (Postfix) with ESMTP id C27379EB02 for ; Thu, 7 Oct 2010 01:09:26 -0700 (PDT) Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga102.fm.intel.com with ESMTP; 07 Oct 2010 01:09:16 -0700 Message-Id: <89k77n$p5gqkk@fmsmga001.fm.intel.com> X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.57,296,1283756400"; d="scan'208";a="844655252" Received: from unknown (HELO cwilso3-mobl.ger.corp.intel.com) ([10.255.18.176]) by fmsmga001.fm.intel.com with SMTP; 07 Oct 2010 01:09:14 -0700 Received: by cwilso3-mobl.ger.corp.intel.com (sSMTP sendmail emulation); Thu, 07 Oct 2010 09:09:13 +0100 Date: Thu, 07 Oct 2010 09:09:13 +0100 To: milk , intel-gfx@lists.freedesktop.org References: From: Chris Wilson In-Reply-To: Subject: Re: [Intel-gfx] H55 chipset and KMS with HDMI/VGA X-BeenThere: intel-gfx@lists.freedesktop.org X-Mailman-Version: 2.1.11 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-Greylist: IP, sender and recipient auto-whitelisted, not delayed by milter-greylist-4.2.3 (demeter1.kernel.org [140.211.167.41]); Thu, 07 Oct 2010 08:10:02 +0000 (UTC) diff --git a/drivers/gpu/drm/i915/intel_hdmi.c b/drivers/gpu/drm/i915/intel_hdmi index 9fb9501..084a987 100644 --- a/drivers/gpu/drm/i915/intel_hdmi.c +++ b/drivers/gpu/drm/i915/intel_hdmi.c @@ -73,7 +73,7 @@ static void intel_hdmi_mode_set(struct drm_encoder *encoder, sdvox |= SDVO_HSYNC_ACTIVE_HIGH; if (intel_hdmi->has_hdmi_sink) { - sdvox |= SDVO_AUDIO_ENABLE; + //sdvox |= SDVO_AUDIO_ENABLE; if (HAS_PCH_CPT(dev)) sdvox |= HDMI_MODE_SELECT; }