drm/msm: fix ->last_fence() after recover
authorRob Clark <robdclark@gmail.com>
Thu, 17 Mar 2016 14:18:38 +0000 (10:18 -0400)
committerRob Clark <robdclark@gmail.com>
Sun, 8 May 2016 14:22:15 +0000 (10:22 -0400)
commit2755734390c18ca33d9755c9caa2685567563c19
tree8d17a4066d0c04fb60763d4617990ad6572664dc
parentb6295f9a38fc3f7d59ec0caa45aa803461c6cea5
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>
drivers/gpu/drm/msm/adreno/adreno_gpu.c