qxl: Enable by default (Closes: #779515)

(cherry picked from commit 7f648db4e2)
This commit is contained in:
Ben Hutchings 2015-11-07 14:19:28 +00:00
parent 20ec1ff28f
commit 7517e45eec
3 changed files with 1 additions and 21 deletions

1
debian/changelog vendored
View File

@ -19,6 +19,7 @@ linux (4.2.6-2) UNRELEASED; urgency=medium
* Btrfs: fix truncation of compressed and inlined extents (CVE-2015-8374)
* netfilter: Enable NFT_DUP_IPV4, NFT_DUP_IPV6 as modules (Closes: #803370)
* [x86] Enable PINCTRL_BAYTRAIL (Closes: #797949)
* qxl: Enable by default (Closes: #779515)
-- Salvatore Bonaccorso <carnil@debian.org> Tue, 10 Nov 2015 22:05:58 +0100

View File

@ -1,20 +0,0 @@
From: Ben Hutchings <ben@decadent.org.uk>
Subject: qxl: Disable by default
Forwarded: not-needed
This kernel driver is incompatible with older versions of
xserver-xorg-video-qxl, so do not enable it by default. It should be
enabled by a modprobe configuration file installed by
xserver-xorg-video-qxl in jessie.
--- a/drivers/gpu/drm/qxl/qxl_drv.c
+++ b/drivers/gpu/drm/qxl/qxl_drv.c
@@ -47,7 +47,7 @@ static DEFINE_PCI_DEVICE_TABLE(pciidlist
};
MODULE_DEVICE_TABLE(pci, pciidlist);
-static int qxl_modeset = -1;
+static int qxl_modeset = 0;
int qxl_num_crtc = 4;
MODULE_PARM_DESC(modeset, "Disable/Enable modesetting");

View File

@ -42,7 +42,6 @@ debian/mgag200-disable-autoload.patch
debian/cdc_ncm-cdc_mbim-use-ncm-by-default.patch
debian/snd-pcsp-disable-autoload.patch
bugfix/x86/viafb-autoload-on-olpc-xo1.5-only.patch
debian/qxl-disable-modeset-by-default.patch
# Arch bug fixes
bugfix/mips/disable-advansys.patch