Fence signaled & associated bo

2008-04-12 Thread Jerome Glisse
Hi again Thomas, It seems that if a fence is created with a userobject in superioctl, one ref on the fence from one of the associated bo (the EXE bo i think) is not properly unreferenced automagicly by kernel on program exit if program never wait or ask for the status on each BO. So for instance -

Re: Fence signaled & associated bo

2008-04-12 Thread Thomas Hellström
Jerome Glisse wrote: > Hi again Thomas, > > It seems that if a fence is created with a userobject in superioctl, > one ref on the fence from one of the associated bo (the EXE bo i think) > is not properly unreferenced automagicly by kernel on program exit > if program never wait or ask for the stat

Re: Fence signaled & associated bo

2008-04-15 Thread Thomas Hellström
Thomas Hellström wrote: > Jerome Glisse wrote: > >> Hi again Thomas, >> >> It seems that if a fence is created with a userobject in superioctl, >> one ref on the fence from one of the associated bo (the EXE bo i think) >> is not properly unreferenced automagicly by kernel on program exit >> if p