commit | c4ce60dc30912df09b2438f1e5594eae1ef64d1e | [log] [tgz] |
---|---|---|
author | Eric Anholt <eric@anholt.net> | Mon Feb 08 11:19:14 2016 -0800 |
committer | Eric Anholt <eric@anholt.net> | Tue Feb 16 12:21:00 2016 -0800 |
tree | 6d248da2d9bd32a4d8f5cc9e0405a512e863932e | |
parent | 2ee94657e2bbd13b358060edc91b2b2fdef9038f [diff] |
drm/vc4: Fix spurious GPU resets due to BO reuse. We were tracking the "where are the head pointers pointing" globally, so if another job reused the same BOs and execution was at the same point as last time we checked, we'd stop and trigger a reset even though the GPU had made progress. Signed-off-by: Eric Anholt <eric@anholt.net>