Skip to content

Commit

Permalink
drm/i915: Remove a somewhat silly debug print from watermark code
Browse files Browse the repository at this point in the history
This debug print just adds overhead to the watermark merging process,
and doesn't really give enough information to be useful. Just kill
and let's add something much better a bit later.

Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Reviewed-by: Paulo Zanoni <paulo.r.zanoni@intel.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
  • Loading branch information
Ville Syrjälä authored and Daniel Vetter committed Oct 15, 2013
1 parent 243e6a4 commit dcaf13f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions drivers/gpu/drm/i915/intel_pm.c
Original file line number Diff line number Diff line change
Expand Up @@ -2421,8 +2421,6 @@ static bool ilk_check_wm(int level,
result->enable = true;
}

DRM_DEBUG_KMS("WM%d: %sabled\n", level, result->enable ? "en" : "dis");

return ret;
}

Expand Down

0 comments on commit dcaf13f

Please sign in to comment.