Quoting Kenneth Graunke (2017-09-16 09:31:27)
> This shouldn't really happen in practice, but I hit it a couple of times
> when running a driver with a bad memory leak.  We may as well hook up
> the warning, because if it ever triggers, we'll know something is wrong.

Out of curiosity, the GTT mmap also failed? If you didn't have enough
virtual space for one mmap, the other should also fail.

Reviewed-by: Chris Wilson <[email protected]>

How important is the requirement to flag GL_NO_MEMORY rather than
explode? Even for batch reset, we should still be able to propagate the
error back to the context (and cancel the operation to prevent further
dismay, or install some dummy).
-Chris
_______________________________________________
mesa-dev mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to