From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751218AbdASIFH convert rfc822-to-8bit (ORCPT ); Thu, 19 Jan 2017 03:05:07 -0500 Received: from mx1.redhat.com ([209.132.183.28]:58774 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751176AbdASIFG (ORCPT ); Thu, 19 Jan 2017 03:05:06 -0500 Message-ID: <1484812459.15364.8.camel@redhat.com> Subject: Re: [PATCH] drm/bochs: Implement nomodeset From: Gerd Hoffmann To: Max Staudt Cc: David Airlie , Daniel Vetter , dri-devel@lists.freedesktop.org, linux-kernel@vger.kernel.org Date: Thu, 19 Jan 2017 08:54:19 +0100 In-Reply-To: <1484763012-17783-1-git-send-email-mstaudt@suse.de> References: <1484763012-17783-1-git-send-email-mstaudt@suse.de> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 8BIT Mime-Version: 1.0 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.28]); Thu, 19 Jan 2017 07:54:23 +0000 (UTC) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mi, 2017-01-18 at 19:10 +0100, Max Staudt wrote: > Up until now, the bochsdrm driver didn't handle the nomodeset option > at boot, and didn't provide a "modeset" module option either. > > This patch implements both. > > The new parameter can be used by specifying bochs-drm.modeset=0 > at boot time. Added to drm-qemu queue. thanks, Gerd