drm/etnaviv: restore ETNA_PREP_NOSYNC behaviour
authorLucas Stach <l.stach@pengutronix.de>
Thu, 18 May 2017 16:36:14 +0000 (18:36 +0200)
committerLucas Stach <l.stach@pengutronix.de>
Sat, 3 Jun 2017 11:25:41 +0000 (13:25 +0200)
commit46a269da7e8a1ab6510ea5c88b2732925e5efc79
treed7097629b56c6a05fc753cd41631661b0c4c86b7
parentd79fd1ccf2cd76adba2121a62bae996bc4beccfe
drm/etnaviv: restore ETNA_PREP_NOSYNC behaviour

This reverts commit cd34db4a526c (drm/etnaviv: Remove manual call to
reservation_object_test_signaled_rcu before wait), as the patch to turn
reservation_object_wait_timeout_rcu() into
reservation_object_test_signaled_rcu() with a 0 timeout has been reverted.
This causes the driver to call into the fence wait, even with a timeout of 0

The etnaviv BO cache depends on ETNA_PREP_NOSYNC to be wait-free, even if
the BO has attached fences, so restore the behaviour for this flag.

Signed-off-by: Lucas Stach <l.stach@pengutronix.de>
drivers/gpu/drm/etnaviv/etnaviv_gem.c