From owner-freebsd-mobile@FreeBSD.ORG Mon Nov 17 20:14:06 2014 Return-Path: Delivered-To: freebsd-mobile@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id CE04BB10; Mon, 17 Nov 2014 20:14:06 +0000 (UTC) Received: from bigwig.baldwin.cx (bigwig.baldwin.cx [IPv6:2001:470:1f11:75::1]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A51F0EBE; Mon, 17 Nov 2014 20:14:06 +0000 (UTC) Received: from ralph.baldwin.cx (pool-173-70-85-31.nwrknj.fios.verizon.net [173.70.85.31]) by bigwig.baldwin.cx (Postfix) with ESMTPSA id 6DC1EB953; Mon, 17 Nov 2014 15:14:05 -0500 (EST) From: John Baldwin To: Adrian Chadd Subject: Re: Lenovo W540 blank screen on suspend/resume after update Date: Mon, 17 Nov 2014 14:42:33 -0500 Message-ID: <2924510.oDTeqSbQ8B@ralph.baldwin.cx> User-Agent: KMail/4.14.2 (FreeBSD/10.1-PRERELEASE; KDE/4.14.2; amd64; ; ) In-Reply-To: References: <54652C60.9050909@metricspace.net> <20141117182111.GA2477@dchagin.static.corbina.net> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.2.7 (bigwig.baldwin.cx); Mon, 17 Nov 2014 15:14:05 -0500 (EST) Cc: Eric McCorkle , "freebsd-acpi@freebsd.org" , Chagin Dmitry , "freebsd-mobile@freebsd.org" X-BeenThere: freebsd-mobile@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Mobile computing with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Nov 2014 20:14:06 -0000 On Monday, November 17, 2014 10:37:39 AM Adrian Chadd wrote: > hi! > > So this patch makes your video pop back up again after suspend? > > Would you mind creating a new PR for this and putting the patch in it? > > That way we can track what we eventually need to MFC to stable/10. > > Thanks! Just commit it. It was a copy and paste bug from the one in ACPI that was broken at the same time. No need for a PR if you can just commit it. (Dmitry, your patch is correct) -- John Baldwin