Hi Emil,
On Sat, Jul 16, 2016 at 6:38 AM, Emil Velikov wrote:
> On 15 July 2016 at 08:27, Tomasz Figa wrote:
>> When a buffer with a GEM handle already existing in our context is
>> (re-)imported from a PRIME FD, the resulting GEM handle is exactly the
>> same as the original one. Since the GEM
On 15 July 2016 at 08:27, Tomasz Figa wrote:
> When a buffer with a GEM handle already existing in our context is
> (re-)imported from a PRIME FD, the resulting GEM handle is exactly the
> same as the original one. Since the GEM handles are not reference
> counted, we need to detect duplicate impo
When a buffer with a GEM handle already existing in our context is
(re-)imported from a PRIME FD, the resulting GEM handle is exactly the
same as the original one. Since the GEM handles are not reference
counted, we need to detect duplicate imports and reference count our
internal buffer structs ou