commit | a1b47ef6ae6b92be4de0cf87f1ad2ee84029f8b7 | [log] [tgz] |
---|---|---|
author | Chris Wilson <chris@chris-wilson.co.uk> | Wed Jan 27 19:44:16 2016 +0000 |
committer | Chris Wilson <chris@chris-wilson.co.uk> | Wed Jan 27 19:59:16 2016 +0000 |
tree | 3b5f5c7ab5ed920a7a0712db94cf1ac1c0400f86 | |
parent | 37f4da0d981f7990e9183be2eab2197d092fb701 [diff] |
igt/gem_concurrent_blit: Disable libdrm buffer cache for child inheritance It just ends up with buffer leaks all over. On the flip side, it does allow us to inherit the bufmgr directly without worry of stomping over the aliased entries (and causing double closes). Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>