OSDN Git Service

drm/i915: Silence debugging DRM_ERROR for failing to suspend vlv powerwells
authorChris Wilson <chris@chris-wilson.co.uk>
Mon, 9 Apr 2018 09:49:05 +0000 (10:49 +0100)
committerChris Wilson <chris@chris-wilson.co.uk>
Thu, 3 May 2018 09:06:42 +0000 (10:06 +0100)
commite01569ab962145b2fb46f6240bf1f07ec3a6261a
treec8cb61f0ecc3846c74fc928ad89958ba9b7114b4
parentb9b7742687085fc0fc0135d9104e0a8f30bea2e1
drm/i915: Silence debugging DRM_ERROR for failing to suspend vlv powerwells

If we try to suspend a wedged device following a GPU reset failure, we
will also fail to turn off the rc6 powerwells (on vlv), leading to a
*ERROR*. This is quite expected in this case, so the best we can do is
shake our heads and reduce the *ERROR* to a debug so CI stops
complaining.

Testcase: igt/gem_eio/in-flight-suspend #vlv
Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=105583
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Cc: Imre Deak <imre.deak@intel.com>
Cc: Ville Syrjälä <ville.syrjala@linux.intel.com>
Acked-by: Jani Nikula <jani.nikula@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20180409094905.4516-1-chris@chris-wilson.co.uk
drivers/gpu/drm/i915/i915_drv.c