Re: [PATCH] drm/ttm: Fix build failure due to missing struct page

2009-11-19 Thread Martin Michlmayr
* Thomas Hellstrom [2009-11-19 14:49]: > Sorry for not reviewing this earlier, but what about including the > include file that defines > struct page instead of a separate declaration? Sure, I can send such a patch. -- Martin Michlmayr http://www.c

Re: [PATCH] drm/ttm: Fix build failure due to missing struct page

2009-11-19 Thread Martin Michlmayr
rm/ttm/ttm_memory.h:154: error: previous declaration of 'ttm_mem_global_alloc_page' was here | drivers/gpu/drm/ttm/ttm_memory.c:561: error: conflicting types for 'ttm_mem_global_free_page' | include/drm/ttm/ttm_memory.h:156: error: previous declaration of 'ttm_mem_global_free_pa

[PATCH] drm/ttm: Fix build failure due to missing struct page

2009-11-19 Thread Martin Michlmayr
rm/ttm/ttm_memory.h:154: error: previous declaration of 'ttm_mem_global_alloc_page' was here | drivers/gpu/drm/ttm/ttm_memory.c:561: error: conflicting types for 'ttm_mem_global_free_page' | include/drm/ttm/ttm_memory.h:156: error: previous declaration of 'ttm_mem_global_fr

[PATCH] drm/ttm: Fix build failure due to missing struct page

2009-11-11 Thread Martin Michlmayr
rm/ttm/ttm_memory.h:154: error: previous declaration of 'ttm_mem_global_alloc_page' was here | drivers/gpu/drm/ttm/ttm_memory.c:561: error: conflicting types for 'ttm_mem_global_free_page' | include/drm/ttm/ttm_memory.h:156: error: previous declaration of 'ttm_mem_global_free_pa

Re: Add GEM to i915 broke compilation on MIPS

2009-01-15 Thread Martin Michlmayr
* Eric Anholt [2009-01-14 17:19]: > Is this enough to fix it? Yes, thanks a lot. Tested-by: Martin Michlmayr -- Martin Michlmayr http://www.cyrius.com/ -- This SF.net email is sponsored by: SourcForge Commun

Add GEM to i915 broke compilation on MIPS

2009-01-11 Thread Martin Michlmayr
sm/agp.h: No such file or directory make[3]: *** [drivers/gpu/drm/drm_agpsupport.o] Error 1 [1] http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commitdiff;h=673a394b1e3b69be886ff24abfd6df97c52e8d08 -- Martin Michlm