commit | 0c4ac072b3f5e1287a11f109ca0cc9c909d74919 | [log] [tgz] |
---|---|---|
author | Alan Cox <alan@linux.jf.intel.com> | Tue May 10 21:27:31 2011 +0100 |
committer | Greg Kroah-Hartman <gregkh@suse.de> | Wed May 11 14:01:45 2011 -0700 |
tree | a189e59d40386bd224dd3b3324624665af2b97b2 | |
parent | 1dce160f027763253c316f5bcd3cc7b686d988d2 [diff] |
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 <alan@linux.intel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>