From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753236AbbCaWbk (ORCPT ); Tue, 31 Mar 2015 18:31:40 -0400 Received: from mx5-phx2.redhat.com ([209.132.183.37]:34760 "EHLO mx5-phx2.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752725AbbCaWbh (ORCPT ); Tue, 31 Mar 2015 18:31:37 -0400 Date: Tue, 31 Mar 2015 18:31:34 -0400 (EDT) From: David Airlie To: Alexander Beregalov Cc: Gerd Hoffmann , Chris Ruffin , Linux Kernel Mailing List , cmruffin@gmail.com, Alexander Beregalov , alexey buyanov Message-ID: <2062464618.8044784.1427841094491.JavaMail.zimbra@redhat.com> In-Reply-To: References: <20150318123743.000053f4@intel.com> <1426753617.18873.24.camel@nilsson.home.kraxel.org> Subject: Re: [PATCH] bochs-drm: disable video before changing video mode MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Originating-IP: [10.64.49.138] X-Mailer: Zimbra 8.0.6_GA_5922 (ZimbraWebClient - FF36 (Linux)/8.0.6_GA_5922) Thread-Topic: bochs-drm: disable video before changing video mode Thread-Index: o0lXSL+bS1owD22gvIIMf6tLJqCW5w== Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org ----- Original Message ----- > From: "Alexander Beregalov" > To: "Gerd Hoffmann" > Cc: "Chris Ruffin" , "Linux Kernel Mailing List" , "Dave > Airlie" , cmruffin@gmail.com, "Alexander Beregalov" , "alexey > buyanov" > Sent: Wednesday, 1 April, 2015 2:13:33 AM > Subject: Re: [PATCH] bochs-drm: disable video before changing video mode > > On 19 March 2015 at 11:26, Gerd Hoffmann wrote: > > On Mi, 2015-03-18 at 12:37 -0400, Chris Ruffin wrote: > >> qemu and simics simulators both seem to expect that video should be > >> disabled > >> before changing the video mode. > > > > Not required for qemu. qemu allows updating the modesetting registers > > (xres + friends) while vbe is enabled. > > > > Turning it off, then back on after updating the registers doesn't hurt > > though. So if this change gets things going on simics it's fine with > > me. > > > > Reviewed-by: Gerd Hoffmann > > Hi Gerd, Dave, > I can't find the patch in linux-next, > will it be included in 4.1? Just added it now. Thanks, Dave. >