commit | 521c216efcc0d0292ceedb3451c5a0a1ef956083 | [log] [tgz] |
---|---|---|
author | Lionel Landwerlin <lionel.g.landwerlin@intel.com> | Fri May 19 17:01:23 2023 +0300 |
committer | Lionel Landwerlin <lionel.g.landwerlin@intel.com> | Wed May 24 09:09:01 2023 +0300 |
tree | b1ef13bf9fc34a42cbefed1f24d54ccf4645b0dd | |
parent | ddc37cf430b6ed7c1bdee387f14e36d6d017ebe7 [diff] |
anv: use COMPUTE_WALKER post sync field to track compute work This is more accurate than PIPE_CONTROL as it won't introduce stalls between the compute dispatches. Signed-off-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com> Reviewed-by: Felix DeGrood <felix.j.degrood@intel.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/23131>