iris: Don't check other batches for our batch BO
authorKenneth Graunke <kenneth@whitecape.org>
Wed, 2 Jan 2019 10:45:00 +0000 (02:45 -0800)
committerKenneth Graunke <kenneth@whitecape.org>
Thu, 21 Feb 2019 18:26:11 +0000 (10:26 -0800)
commit572fad1e8435e11640fe5f51bfbae58e0fad619f
tree5a95cc5596652e578fb1d2043d5d3d0e819220a3
parent8eda6f22885e7af66affec83a94ba5a087180842
iris: Don't check other batches for our batch BO

This is an awkward corner case.  We create batches in order, each of
which creates and pins a BO.  The other batches may not be set up yet,
so it may not be safe to ask whether they reference a BO.

Just avoid this for now.  We could avoid it for other context-local BOs
too, but we currently don't have a flag for that (and I'm not certain
whether it's worth it).
src/gallium/drivers/iris/iris_batch.c