drm/i915: Remove a somewhat silly debug print from watermark code
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>
This commit is contained in:
parent
243e6a44b9
commit
dcaf13f792
1 changed files with 0 additions and 2 deletions
|
@ -2421,8 +2421,6 @@ static bool ilk_check_wm(int level,
|
||||||
result->enable = true;
|
result->enable = true;
|
||||||
}
|
}
|
||||||
|
|
||||||
DRM_DEBUG_KMS("WM%d: %sabled\n", level, result->enable ? "en" : "dis");
|
|
||||||
|
|
||||||
return ret;
|
return ret;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue