diff options
author | Rob Clark <[email protected]> | 2020-05-06 10:06:17 -0700 |
---|---|---|
committer | Marge Bot <[email protected]> | 2020-05-13 03:28:40 +0000 |
commit | 488cf208d5d90b0f3b3c346e0abb92e71597202f (patch) | |
tree | 214da276b8b15e311407347bae5756503fcfc402 /src/freedreno/ir3/ir3_sched.c | |
parent | 25f4fb346e1fad34ce1f2e9e39b062a303db4ce3 (diff) |
freedreno/ir3/postsched: try to avoid (sy) syncs
Similar to avoidance of `(ss)` syncs, it turns out to be helpful to
avoid `(sy)` syncs as well. This helps us turn an tex, (sy)alu, tex,
(sy)alu sequence into tex, tex, (sy)alu, alu, which is a big win in
gfxbench gl_fill2.
Signed-off-by: Rob Clark <[email protected]>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4923>
Diffstat (limited to 'src/freedreno/ir3/ir3_sched.c')
0 files changed, 0 insertions, 0 deletions