From: Mohammed Thasleem <mohammed.thasleem@intel.com>
To: igt-dev@lists.freedesktop.org
Cc: Mohammed Thasleem <mohammed.thasleem@intel.com>
Subject: [PATCH i-g-t] tests/intel/kms_frontbuffer_tracking: Add skip condition for bmg platform
Date: Wed, 13 Nov 2024 23:22:19 +0530 [thread overview]
Message-ID: <20241113175219.162926-1-mohammed.thasleem@intel.com> (raw)
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
next reply other threads:[~2024-11-13 17:53 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-11-13 17:52 Mohammed Thasleem [this message]
2024-11-13 18:52 ` ✗ CI.xeBAT: failure for tests/intel/kms_frontbuffer_tracking: Add skip condition for bmg platform 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
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=20241113175219.162926-1-mohammed.thasleem@intel.com \
--to=mohammed.thasleem@intel.com \
--cc=igt-dev@lists.freedesktop.org \
/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