]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
drm/i915: GEM on PAE has problems - disable it for now.
authorDave Airlie <airlied@redhat.com>
Fri, 19 Dec 2008 05:38:34 +0000 (15:38 +1000)
committerDave Airlie <airlied@redhat.com>
Fri, 19 Dec 2008 05:38:34 +0000 (15:38 +1000)
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 <airlied@redhat.com>

No differences found