On pe, 2016-11-25 at 09:30 +, Chris Wilson wrote:
> Add the tracking required to enable debugobjects to improve error
> detection in BAT. The debugobject interface lets us to track the
> lifetime of the fences even while being embedded into larger structs,
> i.e. to check they are not used aft
Add the tracking required to enable debugobjects to improve error
detection in BAT. The debugobject interface lets us to track the
lifetime of the fences even while being embedded into larger structs,
i.e. to check they are not used after they have been released.
Signed-off-by: Chris Wilson
---