commit | ad5149c4f65f7cb984ab85b366c6e7b573eaf48f | [log] [tgz] |
---|---|---|
author | Rob Clark <robdclark@gmail.com> | Tue Sep 12 14:23:05 2017 -0400 |
committer | Rob Clark <robdclark@gmail.com> | Sat Oct 28 10:54:25 2017 -0400 |
tree | 2632a93346d6c9ba39df4393d13600a84a653d58 | |
parent | 62884cd386b876638720ef88374b31a84ca7ee5f [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>