commit | 2755734390c18ca33d9755c9caa2685567563c19 | [log] [tgz] |
---|---|---|
author | Rob Clark <robdclark@gmail.com> | Thu Mar 17 10:18:38 2016 -0400 |
committer | Rob Clark <robdclark@gmail.com> | Sun May 08 10:22:15 2016 -0400 |
tree | 8d17a4066d0c04fb60763d4617990ad6572664dc | |
parent | b6295f9a38fc3f7d59ec0caa45aa803461c6cea5 [diff] |
drm/msm: fix ->last_fence() after recover It is no longer true that we discard all in-flight submits on recover (these days we only discard the first one that hung). After the first re-submitted batch completes it would overwrite the fence with a correct value, but there would be a window of time which showed all re-submitted batches as already complete. Signed-off-by: Rob Clark <robdclark@gmail.com>