[kernel] r19645 - in dists/trunk/linux/debian: . config config/kernelarch-x86 patches patches/debian

Ben Hutchings benh at alioth.debian.org
Mon Dec 24 00:06:20 UTC 2012


Author: benh
Date: Mon Dec 24 00:06:20 2012
New Revision: 19645

Log:
[x86] drm: Enable DRM_AST as module

Disable autoloading as it is incompatible with older versions of xserver-xorg-video-ast

Added:
   dists/trunk/linux/debian/patches/debian/ast-disable-autoload.patch
Modified:
   dists/trunk/linux/debian/changelog
   dists/trunk/linux/debian/config/config
   dists/trunk/linux/debian/config/kernelarch-x86/config
   dists/trunk/linux/debian/patches/series

Modified: dists/trunk/linux/debian/changelog
==============================================================================
--- dists/trunk/linux/debian/changelog	Sun Dec 23 23:58:46 2012	(r19644)
+++ dists/trunk/linux/debian/changelog	Mon Dec 24 00:06:20 2012	(r19645)
@@ -48,6 +48,9 @@
   * drm: Enable DRM_UDL as module
     - Disable autoloading as it is incompatible with older versions of
       xserver-xorg-video-displaylink
+  * [x86] drm: Enable DRM_AST as module
+    - Disable autoloading as it is incompatible with older versions of
+      xserver-xorg-video-ast
 
  -- maximilian attems <maks at debian.org>  Thu, 06 Dec 2012 18:14:33 +0100
 

Modified: dists/trunk/linux/debian/config/config
==============================================================================
--- dists/trunk/linux/debian/config/config	Sun Dec 23 23:58:46 2012	(r19644)
+++ dists/trunk/linux/debian/config/config	Mon Dec 24 00:06:20 2012	(r19645)
@@ -395,6 +395,11 @@
 CONFIG_DRM_SAVAGE=m
 
 ##
+## file: drivers/gpu/drm/ast/Kconfig
+##
+# CONFIG_DRM_AST is not set
+
+##
 ## file: drivers/gpu/drm/cirrus/Kconfig
 ##
 CONFIG_DRM_CIRRUS_QEMU=m

Modified: dists/trunk/linux/debian/config/kernelarch-x86/config
==============================================================================
--- dists/trunk/linux/debian/config/kernelarch-x86/config	Sun Dec 23 23:58:46 2012	(r19644)
+++ dists/trunk/linux/debian/config/kernelarch-x86/config	Mon Dec 24 00:06:20 2012	(r19645)
@@ -437,6 +437,11 @@
 CONFIG_DRM_SIS=m
 
 ##
+## file: drivers/gpu/drm/ast/Kconfig
+##
+CONFIG_DRM_AST=m
+
+##
 ## file: drivers/gpu/drm/gma500/Kconfig
 ##
 CONFIG_DRM_GMA500=m

Added: dists/trunk/linux/debian/patches/debian/ast-disable-autoload.patch
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ dists/trunk/linux/debian/patches/debian/ast-disable-autoload.patch	Mon Dec 24 00:06:20 2012	(r19645)
@@ -0,0 +1,20 @@
+From: Ben Hutchings <ben at decadent.org.uk>
+Subject: ast: Disable autoload
+Date: Mon, 24 Dec 2012 00:05:07 +0000
+
+This kernel driver is incompatible with older versions of
+xserver-xorg-video-ast, so do not autoload it yet.  It will
+have to be loaded either by local configuration or as part of a
+package of a compatible X driver.
+
+--- a/drivers/gpu/drm/ast/ast_drv.c
++++ b/drivers/gpu/drm/ast/ast_drv.c
+@@ -58,7 +58,7 @@ static DEFINE_PCI_DEVICE_TABLE(pciidlist
+ 	{0, 0, 0},
+ };
+ 
+-MODULE_DEVICE_TABLE(pci, pciidlist);
++/*MODULE_DEVICE_TABLE(pci, pciidlist);*/
+ 
+ static int __devinit
+ ast_pci_probe(struct pci_dev *pdev, const struct pci_device_id *ent)

Modified: dists/trunk/linux/debian/patches/series
==============================================================================
--- dists/trunk/linux/debian/patches/series	Sun Dec 23 23:58:46 2012	(r19644)
+++ dists/trunk/linux/debian/patches/series	Mon Dec 24 00:06:20 2012	(r19645)
@@ -66,3 +66,4 @@
 bugfix/all/sfc-Select-PTP_1588_CLOCK.patch
 bugfix/all/pch_gbe-ptp_pch-Fix-the-dependency-direction-between.patch
 debian/udl-disable-autoload.patch
+debian/ast-disable-autoload.patch



More information about the Kernel-svn-changes mailing list