commit | 7ddae82e12593ff3d44e628c02fbfa765508aa48 | [log] [tgz] |
---|---|---|
author | Jordan Crouse <jcrouse@codeaurora.org> | Wed Dec 13 13:45:44 2017 -0700 |
committer | Rob Clark <robdclark@gmail.com> | Wed Dec 13 15:52:06 2017 -0500 |
tree | bb12ffd81ae87efd397fef01838cd8e1f963aecd | |
parent | 62e3a3e342af3c313ab38603811ecdb1fcc79edb [diff] |
drm/msm: gpu: Only sync fences on rings that exist The fault recovery code tries to sync fences on all possible rings instead of only the rings that actually exist which will fault the kernel when the number of rings are less than the maximum amount. Signed-off-by: Jordan Crouse <jcrouse@codeaurora.org> Signed-off-by: Rob Clark <robdclark@gmail.com>