v3d: Fix the timeout value passed to drmSyncobjWait().
authorEric Anholt <eric@anholt.net>
Mon, 9 Jul 2018 20:18:34 +0000 (13:18 -0700)
committerEric Anholt <eric@anholt.net>
Fri, 20 Jul 2018 18:11:29 +0000 (11:11 -0700)
commitfc28692a5af22754818e2eda20409f9502daa088
treeb7cbee471bf38a410e0c24bb78929b245bd4dccf
parent4f04bd68cfefea55c0fcddee74b46c5f8c905202
v3d: Fix the timeout value passed to drmSyncobjWait().

The API wants an absolute time, so we need to go add gallium's argument to
CLOCK_MONOTONIC.
src/gallium/drivers/v3d/v3d_fence.c