drm/i915: Limit page allocations to lowmem (dma32) for i965
authorChris Wilson <chris@chris-wilson.co.uk>
Thu, 24 May 2012 19:48:12 +0000 (20:48 +0100)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Fri, 25 May 2012 08:07:06 +0000 (10:07 +0200)
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 <chris@chris-wilson.co.uk>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>

No differences found