diff options
author | Rob Clark <[email protected]> | 2022-06-10 10:20:55 -0700 |
---|---|---|
committer | Rob Clark <[email protected]> | 2022-06-15 13:22:45 -0700 |
commit | b4d329c451a299323b26039df97b32896fb46abc (patch) | |
tree | bd8ec55dacdb8418afcb7c4f45d3dc43b44ceaee /include/linux/fpga/fpga-mgr.h | |
parent | 311e03c29c255665e10a31910308de3777f21274 (diff) |
drm/msm/gem: Drop early returns in close/purge vma
Keep the warn, but drop the early return. If we do manage to hit this
sort of issue, skipping the cleanup just makes things worse (dangling
drm_mm_nodes when the msm_gem_vma is freed, etc). Whereas the worst
that happens if we tear down a mapping the GPU is accessing is that we
get GPU iova faults, but otherwise the world keeps spinning.
Signed-off-by: Rob Clark <[email protected]>
Tested-by: Steev Klimaszewski <[email protected]>
Reported-by: Steev Klimaszewski <[email protected]>
Patchwork: https://patchwork.freedesktop.org/patch/489115/
Link: https://lore.kernel.org/r/[email protected]
Diffstat (limited to 'include/linux/fpga/fpga-mgr.h')
0 files changed, 0 insertions, 0 deletions