[igt-dev] [PATCH i-g-t 3/7] tools/intel_watermark: Add missing newline

Ville Syrjala ville.syrjala at linux.intel.com
Tue Sep 13 16:00:57 UTC 2022


From: Ville Syrjälä <ville.syrjala at linux.intel.com>

The hsw/bdw WM_DBG output is missing a newline at the end, add one.

Signed-off-by: Ville Syrjälä <ville.syrjala at linux.intel.com>
---
 tools/intel_watermark.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tools/intel_watermark.c b/tools/intel_watermark.c
index d61379c6dc7f..863261e823a5 100644
--- a/tools/intel_watermark.c
+++ b/tools/intel_watermark.c
@@ -760,6 +760,7 @@ static void ilk_wm_dump(void)
 			if (wm_dbg & (1 << (23+i)))
 				printf(" LP%d", i);
 		}
+		printf("\n");
 		/* clear the sticky bits */
 		write_reg(0x45280, wm_dbg);
 	}
-- 
2.35.1



More information about the igt-dev mailing list