commit | 16e809acc167c3ede231cafcdab1be93bab3e429 | [log] [tgz] |
---|---|---|
author | Daniel Vetter <daniel.vetter@ffwll.ch> | Thu Sep 16 19:37:04 2010 +0200 |
committer | Chris Wilson <chris@chris-wilson.co.uk> | Wed Oct 27 23:31:05 2010 +0100 |
tree | 2b9878d9d300ea48c1554bc10d821b9230de39b5 | |
parent | 920afa77ced7124c8bb7d0c4839885618a3b4a54 [diff] |
drm/i915: unbind unmappable objects on fault/pin In i915_gem_object_pin obviously unbind only if mappable is true. This is the last part to enable gtt_mappable_end != gtt_size, which the next patch will do. v2: Fences on g33/pineview only work in the mappable part of the gtt. Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch> Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>