]> git.karo-electronics.de Git - karo-tx-linux.git/commit
drm/etnaviv: Fix implicit/explicit sync sense inversion
authorDaniel Stone <daniels@collabora.com>
Thu, 22 Jun 2017 11:22:22 +0000 (12:22 +0100)
committerLucas Stach <l.stach@pengutronix.de>
Wed, 28 Jun 2017 08:35:53 +0000 (10:35 +0200)
commit426ef1bb40a3bd99ccd16d629bd1294805e96fc6
tree5b78b761eae592038aca6cc0d690b6ea351edb9d
parentf4a4381ba4944603905167d044d865990356ba22
drm/etnaviv: Fix implicit/explicit sync sense inversion

We were reading the no-implicit sync flag the wrong way around,
synchronizing too much for the explicit case, and not at all for the
implicit case. Oops.

Signed-off-by: Daniel Stone <daniels@collabora.com>
Signed-off-by: Lucas Stach <l.stach@pengutronix.de>
drivers/gpu/drm/etnaviv/etnaviv_gem_submit.c