cirrus,mgag200: Drop patches for compatibility with wheezy userland

This commit is contained in:
Ben Hutchings 2015-12-14 14:36:05 +00:00
parent e97c318264
commit c3ac7c57ca
4 changed files with 1 additions and 43 deletions

1
debian/changelog vendored
View File

@ -5,6 +5,7 @@ linux (4.4~rc5-1~exp1) UNRELEASED; urgency=medium
[ Ben Hutchings ]
* [arm64] Drop now-redundant patches for X-Gene (fixes FTBFS)
* [s390x] udeb: Add crc-modules package (fixes FTBFS)
* cirrus,mgag200: Drop patches for compatibility with wheezy userland
-- Ben Hutchings <ben@decadent.org.uk> Mon, 14 Dec 2015 02:51:03 +0000

View File

@ -1,20 +0,0 @@
From: Ben Hutchings <ben@decadent.org.uk>
Subject: cirrus: Disable by default
Forwarded: not-needed
This kernel driver is incompatible with older versions of
xserver-xorg-video-cirrus, so do not enable it by default. It will be
enabled by a modprobe configuration file installed by
xserver-xorg-video-modesetting.
--- a/drivers/gpu/drm/cirrus/cirrus_drv.c
+++ b/drivers/gpu/drm/cirrus/cirrus_drv.c
@@ -15,7 +15,7 @@
#include "cirrus_drv.h"
-int cirrus_modeset = -1;
+int cirrus_modeset = 0;
int cirrus_bpp = 24;
MODULE_PARM_DESC(modeset, "Disable/Enable modesetting");

View File

@ -1,21 +0,0 @@
From: Ben Hutchings <ben@decadent.org.uk>
Subject: mgag200: Disable autoload
Date: Mon, 24 Dec 2012 00:10:05 +0000
Forwarded: not-needed
This kernel driver is incompatible with older versions of
xserver-xorg-video-mga, so do not enable it by default. It will be
enabled by a modprobe configuration file installed by
xserver-xorg-video-modesetting.
--- a/drivers/gpu/drm/mgag200/mgag200_drv.c
+++ b/drivers/gpu/drm/mgag200/mgag200_drv.c
@@ -21,7 +21,7 @@
* which then performs further device association and calls our graphics init
* functions
*/
-int mgag200_modeset = -1;
+int mgag200_modeset = 0;
MODULE_PARM_DESC(modeset, "Disable/Enable modesetting");
module_param_named(modeset, mgag200_modeset, int, 0400);

View File

@ -37,8 +37,6 @@ debian/yama-disable-by-default.patch
debian/add-sysctl-to-disallow-unprivileged-CLONE_NEWUSER-by-default.patch
# Disable autoloading/probing of various drivers by default
debian/cirrus-disable-modeset-by-default.patch
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