From patchwork Sun Mar 20 16:08:59 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Chris Wilson X-Patchwork-Id: 646711 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 p2KG9L3v002282 for ; Sun, 20 Mar 2011 16:09:46 GMT Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 366C49E7C6 for ; Sun, 20 Mar 2011 09:09:20 -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 533529E75C for ; Sun, 20 Mar 2011 09:09:02 -0700 (PDT) Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga102.fm.intel.com with ESMTP; 20 Mar 2011 09:09:02 -0700 Message-Id: X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.63,215,1299484800"; d="scan'208";a="899208769" Received: from unknown (HELO cwilso3-mobl.ger.corp.intel.com) ([10.255.12.141]) by fmsmga001.fm.intel.com with SMTP; 20 Mar 2011 09:09:00 -0700 Received: by cwilso3-mobl.ger.corp.intel.com (sSMTP sendmail emulation); Sun, 20 Mar 2011 16:08:59 +0000 Date: Sun, 20 Mar 2011 16:08:59 +0000 To: Christophe Gallaire , Intel-gfx@lists.freedesktop.org References: <20110320175207.GA28328@namak> From: Chris Wilson In-Reply-To: <20110320175207.GA28328@namak> Subject: Re: [Intel-gfx] Intel i3 / 945GM/ KMS / Debian 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.6 (demeter1.kernel.org [140.211.167.41]); Sun, 20 Mar 2011 16:09:46 +0000 (UTC) diff --git a/drivers/gpu/drm/i915/intel_bios.c b/drivers/gpu/drm/i915/intel_bios index fb5b4d4..53ff16f 100644 --- a/drivers/gpu/drm/i915/intel_bios.c +++ b/drivers/gpu/drm/i915/intel_bios.c @@ -267,7 +267,7 @@ static int intel_bios_ssc_frequency(struct drm_device *dev, case 4: return alternate ? 100 : 96; default: - return alternate ? 100 : 120; + return alternate ? 120 : 100; } }