]> git.pld-linux.org Git - packages/X11-driver-firegl.git/commitdiff
- patches from Debian for kernel 2.6.16
authorJan Rękorajski <baggins@pld-linux.org>
Mon, 24 Apr 2006 12:12:12 +0000 (12:12 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    X11-driver-firegl-intermodule.patch -> 1.1
    X11-driver-firegl-noiommu.patch -> 1.1

X11-driver-firegl-intermodule.patch [new file with mode: 0644]
X11-driver-firegl-noiommu.patch [new file with mode: 0644]

diff --git a/X11-driver-firegl-intermodule.patch b/X11-driver-firegl-intermodule.patch
new file mode 100644 (file)
index 0000000..8fabc58
--- /dev/null
@@ -0,0 +1,19 @@
+--- X11-driver-firegl-8.23.7/common/lib/modules/fglrx/build_mod/firegl_public.c-orig   2006-02-23 14:54:16.386740016 -0600
++++ X11-driver-firegl-8.23.7/common/lib/modules/fglrx/build_mod/firegl_public.c        2006-02-23 14:56:38.054203288 -0600
+@@ -361,13 +361,15 @@
+ } firegl_drm_stub_info_t;
+ static firegl_drm_stub_info_t firegl_stub_info;
+-#if LINUX_VERSION_CODE < 0x020400
++#if LINUX_VERSION_CODE > 0x02060F
+ struct firegl_drm_stub_info_t *firegl_stub_pointer = NULL;
+ #define inter_module_put(x)
+ #define inter_module_unregister(x)
+ #define inter_module_get_request(x,y)   firegl_stub_pointer
+ #define inter_module_register(x,y,z)    do { firegl_stub_pointer = z; } while (0)
++#endif
+ /* This is a kludge for backward compatibility that is only useful in DRM(stub_open) */
++#if LINUX_VERSION_CODE < 0x020400
+ #define fops_put(fops)      MOD_DEC_USE_COUNT
+ #define fops_get(fops)      (fops); MOD_INC_USE_COUNT
+ #endif // LINUX_VERSION_CODE < 0x020400
diff --git a/X11-driver-firegl-noiommu.patch b/X11-driver-firegl-noiommu.patch
new file mode 100644 (file)
index 0000000..6623bd5
--- /dev/null
@@ -0,0 +1,11 @@
+--- X11-driver-firegl-8.23.7/common/lib/modules/fglrx/build_mod/firegl_public.c.orig   2006-03-21 15:32:05.000000000 +0100
++++ X11-driver-firegl-8.23.7/common/lib/modules/fglrx/build_mod/firegl_public.c        2006-03-21 15:38:06.000000000 +0100
+@@ -2353,7 +2353,7 @@
+ int ATI_API_CALL __ke_no_iommu(void)
+ {
+-#if LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,1)
++#if LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,1) && LINUX_VERSION_CODE < KERNEL_VERSION(2,6,16)
+ #ifdef CONFIG_GART_IOMMU
+     return no_iommu;
+ #else /* !CONFIG_GART_IOMMU */
This page took 0.064577 seconds and 4 git commands to generate.