commit | cf655d615931b905bbb40f7b5387eb0efd1742e0 | [log] [tgz] |
---|---|---|
author | Jordan Crouse <jcrouse@codeaurora.org> | Mon Aug 17 15:01:36 2020 -0700 |
committer | Rob Clark <robdclark@chromium.org> | Sat Sep 12 10:45:56 2020 -0700 |
tree | 4b0744ae7796b68f0adc5f3ed6d80313adadc0c6 | |
parent | 9cba4056a112785bf25e582fc6e7baa8346fe684 [diff] |
drm/msm: Add a context pointer to the submitqueue Each submitqueue is attached to a context. Add a pointer to the context to the submitqueue at create time and refcount it so that it stays around through the life of the queue. Co-developed-by: Rob Clark <robdclark@chromium.org> Signed-off-by: Jordan Crouse <jcrouse@codeaurora.org> Signed-off-by: Rob Clark <robdclark@chromium.org> Reviewed-by: Bjorn Andersson <bjorn.andersson@linaro.org>