From owner-freebsd-acpi@FreeBSD.ORG Wed Jun 20 16:12:07 2012 Return-Path: Delivered-To: freebsd-acpi@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BE8F51065673; Wed, 20 Jun 2012 16:12:07 +0000 (UTC) (envelope-from seanbru@yahoo-inc.com) Received: from mrout2-b.corp.bf1.yahoo.com (mrout2-b.corp.bf1.yahoo.com [98.139.253.105]) by mx1.freebsd.org (Postfix) with ESMTP id 68A9B8FC26; Wed, 20 Jun 2012 16:12:07 +0000 (UTC) Received: from [IPv6:::1] (rideseveral.corp.yahoo.com [10.73.160.231]) by mrout2-b.corp.bf1.yahoo.com (8.14.4/8.14.4/y.out) with ESMTP id q5KGBQKU029623; Wed, 20 Jun 2012 09:11:27 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=yahoo-inc.com; s=cobra; t=1340208687; bh=i/i92JhX3yVmLySYTOkrsAol6nsv67dv5aNWpaMxPRY=; h=Subject:From:To:Cc:In-Reply-To:References:Content-Type:Date: Message-ID:Mime-Version:Content-Transfer-Encoding; b=euHFOUDy8q7nwqt+ewLgFVLTrZtOg7y5uQHhVow5IMKyTj4E0x9Z3I2m+IG8d84b3 9Gn30R+Tw7IeX/klddJowO3qqfNgJFBcQBeX7NHJ4TvVC6T0KFb5XgpSzHqfBZrbed x4RMLlMec2hdzo5MOrMNpCBeQRUzHc73erJIAhUg= From: Sean Bruno To: Andriy Gapon In-Reply-To: <4FE158FF.5070209@FreeBSD.org> References: <1340121728.5203.8.camel@powernoodle> <4FE0EA24.6000906@FreeBSD.org> <1340142162.3201.12.camel@powernoodle.corp.yahoo.com> <4FE158FF.5070209@FreeBSD.org> Content-Type: text/plain; charset="UTF-8" Date: Wed, 20 Jun 2012 09:11:26 -0700 Message-ID: <1340208686.2858.0.camel@powernoodle.corp.yahoo.com> Mime-Version: 1.0 X-Mailer: Evolution 2.32.1 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit X-Milter-Version: master.31+4-gbc07cd5+ X-CLX-ID: 208686001 Cc: "sbruno@freebsd.org" , "freebsd-acpi@freebsd.org" Subject: Re: [CFT] Sparse Cstate Support -- Its possible, that I don't know what I'm doing. X-BeenThere: freebsd-acpi@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: ACPI and power management development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Jun 2012 16:12:07 -0000 On Tue, 2012-06-19 at 22:00 -0700, Andriy Gapon wrote: > > It seems that the rc.conf value of performance_cx_lowest="LOW" is > what I > > really want, not economy_cx_lowest. > > Yes. Could you please try this without using your patch? > > I get an impression that its effect was to actually request C2 when > cx_lowest is > set to C1. > > -- > Andriy Gapon Confirmed. If I set performance_cx_lowest="LOW" then the system sets the "C2" state and really implements C3 correctly. I see a 25 watt power saving without the patch on the Dell r410. sean