From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Carlos R. Mafra" Subject: Re: 2.6.38-rc3-git1: Reported regressions 2.6.36 -> 2.6.37 Date: Fri, 4 Feb 2011 08:05:46 +0100 Message-ID: <20110204070546.GA12621@linux-yscl.site> 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:date:from:to:cc:subject:message-id:references :mime-version:content-type:content-disposition:in-reply-to :user-agent; bh=j7ltYGEcXVUlVCDywqwnailcspl3MRZlbr3Lg2p6KRI=; b=Alx+sQ8BgzD9e9n2VbPU14Xj0UyRuuBVOyIGHigf3wVBBl47FznOXYn+lsjm14Dojf GGFU9VNM/UOKFDM+gpyACpjKkhMZIyo1Ohj/ZPc9TfT/HF1oYJF4woWzv/YE8EIL/4XS rym2Z+azaG2Rc69ytERgOs3dAwqIJwe1GYD9E= Content-Disposition: inline In-Reply-To: Sender: kernel-testers-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org List-ID: Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Linus Torvalds Cc: Keith Packard , Dave Airlie , 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 Thu 3.Feb'11 at 17:11:14 -0800, 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? > > > (note, this patch compiles, but is otherwise only lightly tested). > > Carlos? Takashi? Ignore my crazy patch, try this one instead. Does it > fix things for you? Yes! (tested on top of 2.6.38-rc3+). Thanks to everyone involved!