commit | ffc62976d215870e3082d9778660167c5fa3946d | [log] [tgz] |
---|---|---|
author | Daniel Vetter <daniel.vetter@ffwll.ch> | Sun Mar 25 19:47:38 2012 +0200 |
committer | Daniel Vetter <daniel.vetter@ffwll.ch> | Tue Mar 27 13:29:08 2012 +0200 |
tree | 1d869f03e99475124733303b506ce53fbd01b25f | |
parent | 586428852a4fe64d77dc3e34c446fba33a2ca971 [diff] |
drm/i915: fall back to shmem pwrite when the buffer is not accessible It's too expensive to move it around just for that pwrite, especially when we're trashing on the mappable gtt part like crazy. Tested-by: Chris Wilson <chris@chris-wilson.co.uk> Reviewed-by: Chris Wilson <chris@chris-wilson.co.uk> Signed-Off-by: Daniel Vetter <daniel.vetter@ffwll.ch>