drm/i915/gt: Suppress the error message for GT init failure on error injection
authorChris Wilson <chris@chris-wilson.co.uk>
Wed, 3 Jun 2020 10:46:57 +0000 (11:46 +0100)
committerChris Wilson <chris@chris-wilson.co.uk>
Wed, 3 Jun 2020 12:43:20 +0000 (13:43 +0100)
commit6783ebda63c53d477ee8707a6e14bb09d48680de
tree18b8ffa095687d7d0bac5b9aab228e9eff325d27
parentdbc7e72897a4e565a69b6d3533c87cfeec4a2831
drm/i915/gt: Suppress the error message for GT init failure on error injection

If we injected an error (such as pretending the GuC firmware was
broken), then suppress the error message as it is expected and our CI
complains if it sees any *ERROR*.

Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Reviewed-by: Matthew Auld <matthew.auld@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20200603104657.25651-1-chris@chris-wilson.co.uk
drivers/gpu/drm/i915/gt/intel_gt_pm.c