Steven J Newbury wrote: > When building with a separate objdir -I$(top_srcdir)/libdrm needs to be > added to the intel Makefile.am otherwise only $(top_builddir)/libdrm is > included which doesn't contain the source headers. > > I've also been unable to build the drm-gem DRM module against the > current git linux tree, what changes are needed (to the linux headers; > and symbol exports?) and is there a patch? Have a look at bug #16474. Also you need to export symbols shmem_getpage and shmem_file_setup via EXPORT_SYMBOL in <kernel-source>/mm/shmem.c. For me it compiles using this changes but does not work stable since it crashes once you start for example glxgears.
Cheers, Johannes ------------------------------------------------------------------------- Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://sourceforge.net/services/buy/index.php -- _______________________________________________ Dri-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/dri-devel
