From: Chris Wilson Date: Thu, 24 May 2012 19:48:12 +0000 (+0100) Subject: drm/i915: Limit page allocations to lowmem (dma32) for i965 X-Git-Tag: v3.5-rc1~40^2~2^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bed1ea95a38bf7a54fd3229edcd3871a18ca98c0;p=pandora-kernel.git drm/i915: Limit page allocations to lowmem (dma32) for i965 Broadwater and Crestline share a limitation that prevent it from relocating general surface state above 4GiB. The only recourse we have since any buffer object may be used as a relocation target is then to limit all object allocations on 965g[m] to DMA32. Signed-off-by: Chris Wilson Signed-off-by: Daniel Vetter --- Reading git-diff-tree failed