[PATCH] drm/i915: Wait for object before pwrite

Chris Wilson chris at chris-wilson.co.uk
Wed Apr 1 14:15:13 UTC 2020


Quoting Prathap Kumar Valsan (2020-04-01 15:23:38)
> Wait for fences for the object to complete before we start writing.

We gave the opportunity to the backend to set its waits however it
needed (or not).

The general design principle is to get to the backend and give it the
tools it needs. Putting things in the midlayer only if you are convinced
that every single backend will need it, now and forevermore.

Your changelog fails to explains why you want to change the design and
make it midlayer heavy.
-Chris


More information about the Intel-gfx-trybot mailing list