intel: Suppress the error return from setting domains after mapping.
authorChris Wilson <chris@chris-wilson.co.uk>
Tue, 29 Jun 2010 19:12:44 +0000 (20:12 +0100)
committerChris Wilson <chris@chris-wilson.co.uk>
Tue, 29 Jun 2010 19:16:56 +0000 (20:16 +0100)
commitc3ddfea1a64b7aaaebfb429243c71feb0801da9d
tree9da17515aa4b770fa66ec122dd84e08f106c3c49
parent726210f87d558d558022f35bc8c839e798a19f0c
intel: Suppress the error return from setting domains after mapping.

If the mapping succeeds we have a valid pointer. If setting the domain
failures we may incur cache corruption. However the usual failure mode
is because of a hung GPU, in which case it is preferable to ignore the
minor error from setting the domain and continue on oblivious. If
these errors persist, we should rate limit the warning [or even just
remove it].

Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
intel/intel_bufmgr_gem.c