http://bugs.freedesktop.org/show_bug.cgi?id=24572





--- Comment #1 from samit vats <hysv...@gmail.com>  2009-11-08 23:02:42 PST ---
(In reply to comment #0)
> Hi all, i must compile from git to get the mach64 drm module, but compiling in
> kernel 2.6.31 i got the error:
>   CC [M]  /usr/src/drm/drm/linux-core/drm_memory.o                            
>   
> /usr/src/drm/drm/linux-core/drm_memory.c: In function 'agp_remap':            
>   
> /usr/src/drm/drm/linux-core/drm_memory.c:286: error: 'struct agp_memory' has 
> no
> member named 'memory'  
> make[2]: *** [/usr/src/drm/drm/linux-core/drm_memory.o] Error 1
> make[1]: *** [_module_/usr/src/drm/drm/linux-core] Error 2
> make[1]: Leaving directory `/usr/src/linux-2.6.31'
> make: *** [modules] Error 2
> 
> How to fix this?
> 10x
> 


struct agp_memory now uses 'pages' not 'memory' in 2.6.31. need to update the
following files  to reflect this change

linux-core/drm_agpsupport.c
linux-core/drm_memory.c
linux-core/drm_vm.c


-- 
Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Mesa3d-dev mailing list
Mesa3d-dev@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mesa3d-dev

Reply via email to