Revert "drm/msm/a5xx: properly clear preemption records on resume"
This reverts commit fcb7824289
.
This commit is contained in:
parent
f007606619
commit
f3d2c0c9ba
1 changed files with 0 additions and 2 deletions
|
@ -207,8 +207,6 @@ void a5xx_preempt_hw_init(struct msm_gpu *gpu)
|
|||
return;
|
||||
|
||||
for (i = 0; i < gpu->nr_rings; i++) {
|
||||
a5xx_gpu->preempt[i]->data = 0;
|
||||
a5xx_gpu->preempt[i]->info = 0;
|
||||
a5xx_gpu->preempt[i]->wptr = 0;
|
||||
a5xx_gpu->preempt[i]->rptr = 0;
|
||||
a5xx_gpu->preempt[i]->rbase = gpu->rb[i]->iova;
|
||||
|
|
Loading…
Reference in a new issue