commit | 06451a3d1d777141dedfa947649cbb0c594ac3af | [log] [tgz] |
---|---|---|
author | Rob Clark <robdclark@gmail.com> | Tue Sep 12 14:23:05 2017 -0400 |
committer | Rob Clark <robdclark@gmail.com> | Thu Oct 12 14:21:22 2017 -0400 |
tree | 5be36f7998014e55de3206d03896a8b22a28ec9f | |
parent | 6bd6ae2dfc7e091059fd8a650579bb1efc9b4b9f [diff] |
drm/msm: fix _NO_IMPLICIT fencing case We need to call reservation_object_reserve_shared() in both cases, but this wasn't happening in the _NO_IMPLICIT submit case. Fixes: f0a42bb ("drm/msm: submit support for in-fences") Reported-by: Jordan Crouse <jcrouse@codeaurora.org> Signed-off-by: Rob Clark <robdclark@gmail.com>