commit | bed1ea95a38bf7a54fd3229edcd3871a18ca98c0 | [log] [tgz] |
---|---|---|
author | Chris Wilson <chris@chris-wilson.co.uk> | Thu May 24 20:48:12 2012 +0100 |
committer | Daniel Vetter <daniel.vetter@ffwll.ch> | Fri May 25 10:07:06 2012 +0200 |
tree | 353d8a2bb972bf643a93d192e0d588e7d73ada10 | |
parent | 89ba829e38bd500f438bc08af4229204c8ed7f35 [diff] |
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 <chris@chris-wilson.co.uk> Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>