linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] fglrx-8.16.20, kernel 2.6.13-mm3
@ 2005-09-23 14:32 Victor
  0 siblings, 0 replies; only message in thread
From: Victor @ 2005-09-23 14:32 UTC (permalink / raw)
  To: linux-kernel

[-- Attachment #1: Type: text/plain, Size: 201 bytes --]

This patch will help you to compile fglrx driver on mm kernel :-) I test 
it on 2.6.13-mm3, maybe it will work on others :-)

glxinfo|grep direct
return
direct rendering: yes

Best regards, Victor :-)

[-- Attachment #2: fglrx-8.16.20-kernel-2.6.13-mm3.patch --]
[-- Type: text/plain, Size: 601 bytes --]

--- firegl_public.c.orig	2005-08-16 20:13:33.000000000 +0400
+++ firegl_public.c	2005-09-23 17:25:49.000000000 +0400
@@ -121,7 +121,7 @@
 #endif
 
 #ifdef __x86_64__
-#include "asm/ioctl32.h"
+#include "linux/ioctl32.h"
 #if LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,2)
 #include "linux/syscalls.h"
 #endif
@@ -1425,7 +1425,7 @@
 
 int ATI_API_CALL __ke_verify_area(int type, const void * addr, unsigned long size)
 {
-    return verify_area(type, addr, size);
+    return access_ok(type, addr, size);
 }
 
 int ATI_API_CALL __ke_get_pci_device_info(__ke_pci_dev_t* dev, __ke_pci_device_info_t *pinfo)

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2005-09-22 14:40 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-09-23 14:32 [PATCH] fglrx-8.16.20, kernel 2.6.13-mm3 Victor

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).