提交 67cf781b 编写于 作者: E Eric Anholt

drm/i915: Make the downclocking debug code be under DRM_DEBUG not DRM_ERROR.

Signed-off-by: NEric Anholt <eric@anholt.net>
Reviewed-by: NJesse Barnes <jbarnes@virtuousgeek.org>
上级 d6073d77
......@@ -3202,7 +3202,7 @@ void intel_increase_renderclock(struct drm_device *dev, bool schedule)
return;
if (!dev_priv->render_reclock_avail) {
DRM_ERROR("not reclocking render clock\n");
DRM_DEBUG("not reclocking render clock\n");
return;
}
......@@ -3227,7 +3227,7 @@ void intel_decrease_renderclock(struct drm_device *dev)
return;
if (!dev_priv->render_reclock_avail) {
DRM_ERROR("not reclocking render clock\n");
DRM_DEBUG("not reclocking render clock\n");
return;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册