From: Jesse Barnes Date: Wed, 5 Nov 2008 18:31:53 +0000 (-0800) Subject: drm: GEM mmap support X-Git-Tag: v2.6.29-rc1~566^2~31 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a2c0a97b784f837300f7b0869c82ab712c600952;p=pandora-kernel.git drm: GEM mmap support Add core support for mapping of GEM objects. Drivers should provide a vm_operations_struct if they want to support page faulting of objects. The code for handling GEM object offsets was taken from TTM, which was written by Thomas Hellström. Signed-off-by: Jesse Barnes Signed-off-by: Eric Anholt Signed-off-by: Dave Airlie --- Reading git-diff-tree failed