commit | 6fce3a406108ee6c8a61e2a33e52e9198a626ea0 | [log] [tgz] |
---|---|---|
author | Lucas Stach <l.stach@pengutronix.de> | Thu Oct 04 11:37:00 2018 +0200 |
committer | Lucas Stach <l.stach@pengutronix.de> | Mon Nov 05 18:14:48 2018 +0100 |
tree | 0b0b1b9b3a54d669515a785a048148584b9c051f | |
parent | 84df9525b0c27f3ebc2ebb1864fa62a97fdedb7d [diff] |
drm/etnaviv: fix bogus fence complete check in timeout handler The GPU hardware fences and the job out-fences are on different timelines so it's wrong to compare them. Fix this by only looking at the out-fence. Cc: <stable@vger.kernel.org> Fixes: 2c83a726d6fb (drm/etnaviv: bring back progress check in job timeout handler) Signed-off-by: Lucas Stach <l.stach@pengutronix.de>