commit | da3d378dec86348d21c02f311da87fa0742e36f6 | [log] [tgz] |
---|---|---|
author | Rob Clark <robdclark@chromium.org> | Mon Jul 26 07:43:57 2021 -0700 |
committer | Rob Clark <robdclark@chromium.org> | Tue Jul 27 17:53:51 2021 -0700 |
tree | eb7898ecefdf670af9c5c020c503dee5104c2b61 | |
parent | ff1176468d368232b684f75e82563369208bc371 [diff] |
drm/msm: Let fences read directly from memptrs Let dma_fence::signaled, etc, read directly from the address that the hw is writing with updated completed fence seqno, so we can potentially notice that the fence is signaled sooner. Plus add some docs. Signed-off-by: Rob Clark <robdclark@chromium.org> Link: https://lore.kernel.org/r/20210726144359.2179302-2-robdclark@gmail.com Signed-off-by: Rob Clark <robdclark@chromium.org>