panfrost: Don't flush readers for reads
authorAlyssa Rosenzweig <alyssa@collabora.com>
Thu, 1 Dec 2022 00:00:34 +0000 (19:00 -0500)
committerMarge Bot <emma+marge@anholt.net>
Fri, 23 Dec 2022 19:05:10 +0000 (19:05 +0000)
commit182087245da83c18c68cecd1d374c71d733e7c93
tree4ea57abd18a5b48bb08b5d964fffd26fe42e1f65
parent3c56b9c7a3f6ccd3b950bff8feb87291f64b8e30
panfrost: Don't flush readers for reads

Unsure if this can actually be hit, but bug fix by inspection: there is no need
to flush for read-after-read relationships.

This might be a bit faster, shrug.

Signed-off-by: Alyssa Rosenzweig <alyssa@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/20426>
src/gallium/drivers/panfrost/pan_job.c