Skip to content

Commit

Permalink
drm/i915: info level for simulated gpu hang dmesg notice
Browse files Browse the repository at this point in the history
Otherwise running igt will fill your dmesg with hang notices and it's
hard to judge from a quick look whether they're expected or not.

Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
  • Loading branch information
Daniel Vetter committed Apr 6, 2013
1 parent 57c2196 commit bae3699
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/gpu/drm/i915/i915_drv.c
Original file line number Diff line number Diff line change
Expand Up @@ -822,7 +822,7 @@ int intel_gpu_reset(struct drm_device *dev)

/* Also reset the gpu hangman. */
if (dev_priv->gpu_error.stop_rings) {
DRM_DEBUG("Simulated gpu hang, resetting stop_rings\n");
DRM_INFO("Simulated gpu hang, resetting stop_rings\n");
dev_priv->gpu_error.stop_rings = 0;
if (ret == -ENODEV) {
DRM_ERROR("Reset not implemented, but ignoring "
Expand Down

0 comments on commit bae3699

Please sign in to comment.