commit | 544a32dbf05888ec012868db2e813233078bbdfb | [log] [tgz] |
---|---|---|
author | Rob Clark <robdclark@gmail.com> | Fri Sep 15 10:58:13 2017 -0400 |
committer | Rob Clark <robdclark@gmail.com> | Sat Oct 28 13:59:18 2017 -0400 |
tree | 4fcbf57a4c200fdc1697aafa7af8164e88a99997 | |
parent | 998b9a588314faa334dd0f94007e1c685bf664dd [diff] |
drm/msm: preserve IOVAs in submit's bo table We need this if we want to dump the submit after cleanup (ie. from hang or fault). But in the backoff/unpin case we want to clear them. So add a flag so we can skip clearing the IOVAs in at cleanup. Signed-off-by: Rob Clark <robdclark@gmail.com>