Igt-dev Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH i-g-t v1] tests/intel/kms_fbc_dirty_rect: fix the log level in fbc enabled check
@ 2025-03-05 10:32 Vinod Govindapillai
  2025-03-06  5:06 ` ✓ Xe.CI.BAT: success for " Patchwork
                   ` (4 more replies)
  0 siblings, 5 replies; 7+ messages in thread
From: Vinod Govindapillai @ 2025-03-05 10:32 UTC (permalink / raw)
  To: igt-dev; +Cc: vinod.govindapillai, santhosh.reddy.guddati, jani.saarinen

Even if FBC is enabled and test is successfull, using warn level
to print the info will make the CI treat this as a failure. In
case FBC is not enabled, the assert will be triggered and print
the error case.

Signed-off-by: Vinod Govindapillai <vinod.govindapillai@intel.com>
---
 tests/intel/kms_fbc_dirty_rect.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/intel/kms_fbc_dirty_rect.c b/tests/intel/kms_fbc_dirty_rect.c
index 1e3fc1d33..ea7a73124 100644
--- a/tests/intel/kms_fbc_dirty_rect.c
+++ b/tests/intel/kms_fbc_dirty_rect.c
@@ -130,7 +130,7 @@ set_fb_and_collect_crc(data_t *data, igt_plane_t *plane, struct igt_fb *fb,
 	igt_pipe_crc_get_current(data->drm_fd, data->pipe_crc, crc);
 	igt_pipe_crc_stop(data->pipe_crc);
 	igt_assert_f(intel_fbc_is_enabled(data->drm_fd, data->pipe,
-					  IGT_LOG_WARN),
+					  IGT_LOG_INFO),
 					  "FBC is not enabled\n");
 }
 
-- 
2.43.0


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

end of thread, other threads:[~2025-03-10  3:14 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-03-05 10:32 [PATCH i-g-t v1] tests/intel/kms_fbc_dirty_rect: fix the log level in fbc enabled check Vinod Govindapillai
2025-03-06  5:06 ` ✓ Xe.CI.BAT: success for " Patchwork
2025-03-06  5:25 ` ✓ i915.CI.BAT: " Patchwork
2025-03-06  7:49 ` ✗ i915.CI.Full: failure " Patchwork
2025-03-06  7:55 ` [PATCH i-g-t v1] " B, Jeevan
2025-03-06 11:25 ` ✗ Xe.CI.Full: failure for " Patchwork
2025-03-10  3:14   ` Karthik B S

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