i965: Warn for GTT fallbacks when mapping the batch/state buffers.
authorKenneth Graunke <kenneth@whitecape.org>
Sat, 16 Sep 2017 07:24:41 +0000 (00:24 -0700)
committerKenneth Graunke <kenneth@whitecape.org>
Mon, 18 Sep 2017 16:49:10 +0000 (09:49 -0700)
commitf3f42fd867c7b2844378118db08a8095593d81a2
tree950beaaf4dd8d8a91a547299e8a376c01e96ed2e
parenta2ef69a21d4089ee57272f789b809c771e1937df
i965: Warn for GTT fallbacks when mapping the batch/state buffers.

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.

Reviewed-by: Chris Wilson <chris@chris-wilson.co.uk>
src/mesa/drivers/dri/i965/intel_batchbuffer.c