drm/bochs: Implement nomodeset
authorMax Staudt <mstaudt@suse.de>
Wed, 18 Jan 2017 18:10:12 +0000 (19:10 +0100)
committerGerd Hoffmann <kraxel@redhat.com>
Thu, 2 Feb 2017 09:02:32 +0000 (10:02 +0100)
commit1acf566195e135bc0b557ecb8ad5395b47d9ad27
tree40380020a8a377e4886bb2e73e3553e919282859
parent4078f57571442345d09edddb2ac79c951b9d6db2
drm/bochs: Implement nomodeset

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.

Signed-off-by: Max Staudt <mstaudt@suse.de>
Link: http://patchwork.freedesktop.org/patch/msgid/1484763012-17783-1-git-send-email-mstaudt@suse.de
Cc: Gerd Hoffmann <kraxel@redhat.com>
Cc: David Airlie <airlied@gmail.com>
Cc: Daniel Vetter <daniel@ffwll.ch>
Cc: dri-devel@lists.freedesktop.org
Cc: linux-kernel@vger.kernel.org
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
drivers/gpu/drm/bochs/bochs_drv.c