Kenneth Graunke writes:
> On 05/09/2013 02:16 PM, Eric Anholt wrote:
>> Kenneth Graunke writes:
>>
>>> From: Ben Widawsky
>>>
>>> Use the new libdrm functionality to actually do timed waits on the sync
>>> object.
>>
>> This was added at basically the same time as contexts, which we don't
>> re
On 05/09/2013 02:16 PM, Eric Anholt wrote:
Kenneth Graunke writes:
From: Ben Widawsky
Use the new libdrm functionality to actually do timed waits on the sync
object.
This was added at basically the same time as contexts, which we don't
rely on currently. It was in kernel 3.5, which is alm
Kenneth Graunke writes:
> From: Ben Widawsky
>
> Use the new libdrm functionality to actually do timed waits on the sync
> object.
This was added at basically the same time as contexts, which we don't
rely on currently. It was in kernel 3.5, which is almost a year ago
now, and will have been a
On Tue, May 7, 2013 at 10:42 PM, Kenneth Graunke wrote:
> From: Ben Widawsky
>
> Use the new libdrm functionality to actually do timed waits on the sync
> object.
>
> Signed-off-by: Ben Widawsky
> Signed-off-by: Kenneth Graunke
> ---
> src/mesa/drivers/dri/intel/intel_syncobj.c | 10 +-
From: Ben Widawsky
Use the new libdrm functionality to actually do timed waits on the sync
object.
Signed-off-by: Ben Widawsky
Signed-off-by: Kenneth Graunke
---
src/mesa/drivers/dri/intel/intel_syncobj.c | 10 +-
1 file changed, 1 insertion(+), 9 deletions(-)
I've been keeping this