lkml.org 
[lkml]   [2005]   [Sep]   [22]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
Subject[PATCH] fglrx-8.16.20, kernel 2.6.13-mm3
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 :-)
--- 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)
\
 
 \ /
  Last update: 2005-09-22 17:33    [W:0.030 / U:0.516 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site