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)
commitbed1ea95a38bf7a54fd3229edcd3871a18ca98c0
tree353d8a2bb972bf643a93d192e0d588e7d73ada10
parent89ba829e38bd500f438bc08af4229204c8ed7f35
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>
drivers/gpu/drm/i915/i915_gem.c
This page took 0.025539 seconds and 5 git commands to generate.