From: Dave Airlie Date: Fri, 19 Dec 2008 05:38:34 +0000 (+1000) Subject: drm/i915: GEM on PAE has problems - disable it for now. X-Git-Tag: v2.6.28~21^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ac5c4e76180a74c7f922f6fa71ace0cef45fa433;p=pandora-kernel.git drm/i915: GEM on PAE has problems - disable it for now. On PAE systems, GEM allocates pages using shmem, and passes these pages to be bound into AGP, however the AGP interfaces + the x86 set_memory interfaces all take unsigned long not dma_addr_t. The initial fix for this was a mess, so we need to do this correctly for 2.6.29. Signed-off-by: Dave Airlie --- Reading git-diff-tree failed