From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dave Airlie Subject: Re: 2.6.38-rc3-git1: Reported regressions 2.6.36 -> 2.6.37 Date: Fri, 4 Feb 2011 11:42:33 +1000 Message-ID: References: <201102032009.17100.rjw@sisk.pl> Mime-Version: 1.0 Return-path: DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=DuxnWg7/X17eWOxfAkQSAGuWC4ca+s6zP5CtNpNKPzc=; b=pZHvwl16iUMMvUtSg+O2jiRlChIj5yEG+PTJ8Jt1Wx/MgagovqIKA5JCBdsG37PYAN FakuGoXcH4Jq/vJloaOzC2CptLYuTPzL7y6BDQd6wKMZwG6Aav1zxBGPuvEi9erz9/sA wMhE6YMMDF/I1SAYg97r4/Mr4PPGIBkZHiX6o= In-Reply-To: Sender: linux-acpi-owner@vger.kernel.org List-ID: Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Linus Torvalds Cc: Keith Packard , Carlos Mafra , Dave Airlie , "Rafael J. Wysocki" , Takashi Iwai , Linux Kernel Mailing List , Maciej Rutecki , Florian Mickler , Andrew Morton , Kernel Testers List , Network Development , Linux ACPI , Linux PM List , Linux SCSI List , Linux Wireless List , DRI On Fri, Feb 4, 2011 at 11:11 AM, Linus Torvalds wrote: > On Thu, Feb 3, 2011 at 5:05 PM, Keith Packard wrote: >> >> The goal is to make it so that when you *do* set a mode, DPMS gets set >> to ON (as the monitor will actually be "on" at that point). Here's a >> patch which does the DPMS_ON precisely when setting a mode. > > Ok, patch looks sane, but it does leave me with the "what about the > 'fb_changed' case?" question. Is that case basically guaranteed to not > change any existing dpms state? Yes its inconsistent behaviour but nothing in the fb_changed case will affect the DPMS state. I expect we should probably do that so all paths via that function turn DPMS on, and it'll be consistent, might be something for 39. Dave.