gma500: enable GEM mmap
authorAlan Cox <alan@linux.jf.intel.com>
Tue, 10 May 2011 20:27:31 +0000 (21:27 +0100)
committerGreg Kroah-Hartman <gregkh@suse.de>
Wed, 11 May 2011 21:01:45 +0000 (14:01 -0700)
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 <alan@linux.intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>

No differences found