2013/10/9 <[email protected]>: > From: Ville Syrjälä <[email protected]> > > 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ä <[email protected]>
Reviewed-by: Paulo Zanoni <[email protected]> > --- > drivers/gpu/drm/i915/intel_pm.c | 2 -- > 1 file changed, 2 deletions(-) > > diff --git a/drivers/gpu/drm/i915/intel_pm.c b/drivers/gpu/drm/i915/intel_pm.c > index cebd9b4..0450260 100644 > --- a/drivers/gpu/drm/i915/intel_pm.c > +++ b/drivers/gpu/drm/i915/intel_pm.c > @@ -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; > } > > -- > 1.8.1.5 > > _______________________________________________ > Intel-gfx mailing list > [email protected] > http://lists.freedesktop.org/mailman/listinfo/intel-gfx -- Paulo Zanoni _______________________________________________ Intel-gfx mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/intel-gfx
