On Tue, Aug 19, 2014 at 7:03 AM, Dave Airlie wrote:
>> This avoids problems with things like meta operations calling functions
>> that want to take the lock while the lock is already held. Basically,
>> the point is to guard against API reentrancy across threads...not to
>> guard against ourselve
> This avoids problems with things like meta operations calling functions
> that want to take the lock while the lock is already held. Basically,
> the point is to guard against API reentrancy across threads...not to
> guard against ourselves.
I hate this on purely the grounds that I feel someone
From: Kenneth Graunke
This avoids problems with things like meta operations calling functions
that want to take the lock while the lock is already held. Basically,
the point is to guard against API reentrancy across threads...not to
guard against ourselves.
Signed-off-by: Kenneth Graunke
Revie