commit | 10ae9bd25acf394c8fa2f9d795dfa9cec4d19ed6 | [log] [tgz] |
---|---|---|
author | Daniel Vetter <daniel.vetter@ffwll.ch> | Mon Feb 01 13:59:17 2010 +0100 |
committer | Eric Anholt <eric@anholt.net> | Mon Feb 22 11:54:42 2010 -0500 |
tree | d5d67859fab5c64963551a37f95228dde93287ad | |
parent | 4a7266123fce399f695b62b7f87b467b317f1487 [diff] |
drm/i915: blow away userspace mappings before fence change This aligns it with the other user of i915_gem_clear_fence_reg, which blows away the mapping before changing the fence reg. Only affects userspace if it races against itself when changing tiling parameters, i.e. behaviour is undefined, anyway. Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch> Reviewed-by: Chris Wilson <chris@chris-wilson.co.uk> Signed-off-by: Eric Anholt <eric@anholt.net>