| commit | 0bf9d8dd232c9c58488aa7031aa6f2e8f16328c4 | [log] [tgz] |
|---|---|---|
| author | Gustavo Padovan <gustavo.padovan@collabora.com> | Thu Jun 29 20:35:55 2017 -0300 |
| committer | Gustavo Padovan <gustavo.padovan@collabora.com> | Thu Jun 29 20:43:23 2017 -0300 |
| tree | fc9db12ef26d5d415ae67cae3025bbe553feac62 | |
| parent | 25f494e51aadca2f8329e56ce7fbc56f3d7a18f1 [diff] |
drm/msm: check fences context inside the fence-array Now that we have dma_fence_match_context() it possible to check if the context of all fences inside the fence array actually match our own context. In that case we can skip waiting. Signed-off-by: Gustavo Padovan <gustavo.padovan@collabora.com>