commit | d4a05bc009e0634e06df7fb65d3fe4c5a10e3319 | [log] [tgz] |
---|---|---|
author | Chris Wilson <chris@chris-wilson.co.uk> | Sat Jan 23 09:07:12 2016 +0000 |
committer | Chris Wilson <chris@chris-wilson.co.uk> | Sat Jan 23 09:08:39 2016 +0000 |
tree | 40dab07f48334223db47a7781d2ed101b2341e78 | |
parent | 69ecedea735425cfb9a5d7dfcaa5840393553fd1 [diff] |
igt/gem_concurrent_blit: Switch to a shared mmap for userptr If we use a MAP_SHARED mmaping for the our backing storage for userptr, then it will be inherited across the fork with the same address. ideal for continuity testing of children. Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>