Igt-dev Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH i-g-t] tests/intel/kms_frontbuffer_tracking: Add skip condition for bmg platform
@ 2024-11-13 17:52 Mohammed Thasleem
  2024-11-13 18:52 ` ✗ CI.xeBAT: failure for " Patchwork
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: Mohammed Thasleem @ 2024-11-13 17:52 UTC (permalink / raw)
  To: igt-dev; +Cc: Mohammed Thasleem

FBC test isn't supported on bmg, skip the test on this platform.

Signed-off-by: Mohammed Thasleem <mohammed.thasleem@intel.com>
---
 tests/intel/kms_frontbuffer_tracking.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/tests/intel/kms_frontbuffer_tracking.c b/tests/intel/kms_frontbuffer_tracking.c
index b7e3f7379..8ba1faf69 100644
--- a/tests/intel/kms_frontbuffer_tracking.c
+++ b/tests/intel/kms_frontbuffer_tracking.c
@@ -4471,6 +4471,8 @@ igt_main_args("", long_options, help_str, opt_handler, NULL)
 		setup_environment();
 		drm.devid = intel_get_drm_devid(drm.fd);
 		drm.display_ver = intel_display_ver(drm.devid);
+		igt_require_f(drm.display_ver != 14,
+			      "FBC isn't supported on BMG\n");
 	}
 
 	for (t.feature = 0; t.feature < FEATURE_COUNT; t.feature++) {
-- 
2.25.1


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

end of thread, other threads:[~2024-12-11 16:51 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-11-13 17:52 [PATCH i-g-t] tests/intel/kms_frontbuffer_tracking: Add skip condition for bmg platform Mohammed Thasleem
2024-11-13 18:52 ` ✗ CI.xeBAT: failure for " Patchwork
2024-11-13 19:00 ` ✗ Fi.CI.BAT: " Patchwork
2024-11-14  4:01 ` ✗ CI.xeFULL: " Patchwork
2024-11-14  6:06 ` [PATCH i-g-t] " Sharma, Swati2
2024-12-11 12:48 ` [PATCH i-g-t v2] uutests/intel/kms_frontbuffer_tracking: " Mohammed Thasleem
2024-12-11 14:41 ` ✗ i915.CI.BAT: failure for tests/intel/kms_frontbuffer_tracking: Add skip condition for bmg platform (rev2) Patchwork
2024-12-11 14:54 ` ✗ Xe.CI.BAT: " Patchwork
2024-12-11 16:51 ` ✗ Xe.CI.Full: " Patchwork

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