iris: Don't print out XXX messages if resource creation fails
authorKenneth Graunke <kenneth@whitecape.org>
Wed, 27 Apr 2022 08:32:47 +0000 (01:32 -0700)
committerMarge Bot <emma+marge@anholt.net>
Wed, 31 Aug 2022 01:43:08 +0000 (01:43 +0000)
commitd0c6f3d66b0e2e83b0b1c90ac16bc85ceeb5fc3a
treef5a74040331af4c88481693754a764dec1d09b25
parent6a1f7e623f776a8b4c0d4f43736469143b4f37ef
iris: Don't print out XXX messages if resource creation fails

Failing to create staging resources isn't necessarily a critical error,
and we probably don't want to be printing out XXX messages.  I mostly
had this here when bringing up the driver and resource creation was
failing because I'd done something wrong when writing the code.

Reviewed-by: Dave Airlie <airlied@redhat.com>
Tested-by: Mark Janes markjanes@swizzler.org
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/18311>
src/gallium/drivers/iris/iris_resource.c