commit | 426ef1bb40a3bd99ccd16d629bd1294805e96fc6 | [log] [tgz] |
---|---|---|
author | Daniel Stone <daniels@collabora.com> | Thu Jun 22 12:22:22 2017 +0100 |
committer | Lucas Stach <l.stach@pengutronix.de> | Wed Jun 28 10:35:53 2017 +0200 |
tree | 5b78b761eae592038aca6cc0d690b6ea351edb9d | |
parent | f4a4381ba4944603905167d044d865990356ba22 [diff] |
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>