From: Alan Cox Date: Tue, 10 May 2011 20:27:31 +0000 (+0100) Subject: gma500: enable GEM mmap X-Git-Tag: v3.0-rc1~336^2~276 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0c4ac072b3f5e1287a11f109ca0cc9c909d74919;p=pandora-kernel.git gma500: enable GEM mmap Support mapping of GEM objects. This ought to be a small plumbing change but instead we have to cut and paste a pile of stuff into the driver. This really wants to be handled *IN* GEM You can now allocate, mmap and munmap GEM objects in the driver. You can't yet map them into the GART or display them however. Signed-off-by: Alan Cox Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed