Igt-dev Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH i-g-t] tests/kms_rotation_crc: Remove verbose debug logging from rotation paths
@ 2026-05-26  8:27 Jeevan B
  2026-05-26 12:44 ` ✓ Xe.CI.BAT: success for " Patchwork
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Jeevan B @ 2026-05-26  8:27 UTC (permalink / raw)
  To: igt-dev; +Cc: ramanaidu.naladala, Jeevan B

The multiplane rotation tests were emitting per-iteration debug
output, which can grow logs quickly and hit runner limits.

Signed-off-by: Jeevan B <jeevan.b@intel.com>
---
 tests/kms_rotation_crc.c | 17 -----------------
 1 file changed, 17 deletions(-)

diff --git a/tests/kms_rotation_crc.c b/tests/kms_rotation_crc.c
index 4a249ed21..4a7bf3f4d 100644
--- a/tests/kms_rotation_crc.c
+++ b/tests/kms_rotation_crc.c
@@ -470,8 +470,6 @@ static void test_single_case(data_t *data, igt_crtc_t *crtc,
 	igt_crc_t crc_output;
 	int ret;
 
-	igt_debug("Testing case %i on pipe %s, format %s\n", rect,
-		  igt_crtc_name(crtc), igt_format_str(format));
 	prepare_fbs(data, output, plane, rect, format);
 
 	igt_plane_set_rotation(plane, data->rotation);
@@ -918,7 +916,6 @@ static void test_multi_plane_rotation(data_t *data, igt_crtc_t *crtc)
 	drmModeModeInfo *mode;
 	bool have_crc; // flag if can use previously logged crc for comparison
 	igt_crc_t crclog[16] = {}; //4 * 4 rotation crc storage for packed formats
-	char *str1, *str2; // for debug printouts
 	int logindex;
 
 	static planeconfigs_t planeconfigs[] = {
@@ -1053,20 +1050,6 @@ static void test_multi_plane_rotation(data_t *data, igt_crtc_t *crtc)
 						}
 						igt_pipe_crc_get_for_frame(data->gfx_fd, data->pipe_crc, fliphw, &retcrc_hw);
 
-						str1 = igt_crc_to_string(&retcrc_sw);
-						str2 = igt_crc_to_string(&retcrc_hw);
-
-						igt_debug("crc %.8s vs %.8s -- %.4s - %.4s crc buffered:%s rot1 %d rot2 %d\n",
-							str1, str2,
-							(char *) &multiplaneformatlist[p[0].formatindex],
-							(char *) &multiplaneformatlist[p[1].formatindex],
-							have_crc ? "yes" : " no",
-							(int[]) {0, 90, 180, 270} [ctz(planeconfigs[i].rotation)],
-							(int[]) {0, 90, 180, 270} [ctz(planeconfigs[j].rotation)]);
-
-						free(str1);
-						free(str2);
-
 						igt_assert_crc_equal(&retcrc_sw, &retcrc_hw);
 
 						lastroundjformat = multiplaneformatlist[p[1].formatindex];
-- 
2.43.0


^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2026-05-26 20:25 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-05-26  8:27 [PATCH i-g-t] tests/kms_rotation_crc: Remove verbose debug logging from rotation paths Jeevan B
2026-05-26 12:44 ` ✓ Xe.CI.BAT: success for " Patchwork
2026-05-26 13:06 ` ✓ i915.CI.BAT: " Patchwork
2026-05-26 14:44 ` ✓ Xe.CI.FULL: " Patchwork
2026-05-26 19:45 ` ✗ i915.CI.Full: failure " Patchwork
2026-05-26 20:25 ` [PATCH i-g-t] " Sharma, Swati2

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox