commit | a3367f5ffe9a49d1184815be7b841c9d11ec7bce | [log] [tgz] |
---|---|---|
author | Rob Clark <robdclark@chromium.org> | Mon Aug 17 15:01:26 2020 -0700 |
committer | Rob Clark <robdclark@chromium.org> | Sat Sep 12 10:45:55 2020 -0700 |
tree | 8357ed2d957ae17299b1e17cb42916c04527a73b | |
parent | 08d3ab4b46339bc6f97e83b54a3fb4f8bf8f4cd9 [diff] |
drm/msm: Remove dangling submitqueue references Currently it doesn't matter, since we free the ctx immediately. But when we start refcnt'ing the ctx, we don't want old dangling list entries to hang around. Signed-off-by: Rob Clark <robdclark@chromium.org> Reviewed-by: Jordan Crouse <jcrouse@codeaurora.org> Reviewed-by: Bjorn Andersson <bjorn.andersson@linaro.org>