commit | 4645630d3e7d1dcc8050e5f7da42318747002944 | [log] [tgz] |
---|---|---|
author | Chris Wilson <chris@chris-wilson.co.uk> | Fri Jan 22 19:29:07 2016 +0000 |
committer | Chris Wilson <chris@chris-wilson.co.uk> | Fri Jan 22 19:40:30 2016 +0000 |
tree | 2c9e2fb36acf3be1e88b4677fa78a7886225375f | |
parent | 512f846f377ee97c90467ccd121519586263993f [diff] |
igt/gem_concurrent_blit: Check inheritance of buffers The current forked modes recreate their handles in the children and just look at any complications arising from contention. This mode looks at inheriting the fd+handles from the parent into the child and seeing if we can use them within the child. Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>