[Intel-gfx] [PATCH 17/19] drm/i915: Remove a somewhat silly debug print from watermark code
ville.syrjala at linux.intel.com
ville.syrjala at linux.intel.com
Fri Aug 30 13:30:37 CEST 2013
From: Ville Syrjälä <ville.syrjala at linux.intel.com>
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 at linux.intel.com>
---
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 fe44e86..62c85d9 100644
--- a/drivers/gpu/drm/i915/intel_pm.c
+++ b/drivers/gpu/drm/i915/intel_pm.c
@@ -2403,8 +2403,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
More information about the Intel-gfx
mailing list