Igt-dev Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Mohammed Thasleem <mohammed.thasleem@intel.com>
To: igt-dev@lists.freedesktop.org
Cc: swati2.sharma@intel.com, Mohammed Thasleem <mohammed.thasleem@intel.com>
Subject: [PATCH i-g-t v2] uutests/intel/kms_frontbuffer_tracking: Add skip condition for bmg platform
Date: Wed, 11 Dec 2024 18:18:30 +0530	[thread overview]
Message-ID: <20241211124830.128488-1-mohammed.thasleem@intel.com> (raw)
In-Reply-To: <20241113175219.162926-1-mohammed.thasleem@intel.com>

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

v2: Add workaround id: Wa_16023588340. (Swati)

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 e41ee0a80..64da04895 100644
--- a/tests/intel/kms_frontbuffer_tracking.c
+++ b/tests/intel/kms_frontbuffer_tracking.c
@@ -4229,6 +4229,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.43.0


  parent reply	other threads:[~2024-12-11 12:48 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
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 ` Mohammed Thasleem [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20241211124830.128488-1-mohammed.thasleem@intel.com \
    --to=mohammed.thasleem@intel.com \
    --cc=igt-dev@lists.freedesktop.org \
    --cc=swati2.sharma@intel.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox