From: Swati Sharma <swati2.sharma@intel.com>
To: igt-dev@lists.freedesktop.org
Subject: [igt-dev] [PATCH i-g-t] tests/intel/kms_big_fb: skip if rendercopy support is not present
Date: Wed, 11 Oct 2023 10:10:52 +0530 [thread overview]
Message-ID: <20231011044052.53282-1-swati2.sharma@intel.com> (raw)
Skip test if rendercopy support is not present.
Cc: Juha-Pekka Heikkila <juhapekka.heikkila@gmail.com>
Signed-off-by: Swati Sharma <swati2.sharma@intel.com>
---
tests/intel/kms_big_fb.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/tests/intel/kms_big_fb.c b/tests/intel/kms_big_fb.c
index 2c7b24fca..5d93d8d0d 100644
--- a/tests/intel/kms_big_fb.c
+++ b/tests/intel/kms_big_fb.c
@@ -1072,6 +1072,8 @@ igt_main
if (intel_display_ver(data.devid) >= 4)
data.render_copy = igt_get_render_copyfunc(data.devid);
+ igt_skip_on(!data.render_copy);
+
data.bops = buf_ops_create(data.drm_fd);
data.planeclearrgb[0] = 0.0;
--
2.25.1
next reply other threads:[~2023-10-11 4:40 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-10-11 4:40 Swati Sharma [this message]
2023-10-11 5:39 ` [igt-dev] ✓ CI.xeBAT: success for tests/intel/kms_big_fb: skip if rendercopy support is not present Patchwork
2023-10-11 5:53 ` [igt-dev] ✗ Fi.CI.BAT: failure " Patchwork
2023-10-12 12:58 ` [igt-dev] ✓ Fi.CI.BAT: success " Patchwork
2023-10-12 12:59 ` Patchwork
2023-10-13 10:10 ` [igt-dev] ✓ Fi.CI.IGT: " Patchwork
2023-11-06 7:52 ` [igt-dev] [PATCH i-g-t] " Modem, Bhanuprakash
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=20231011044052.53282-1-swati2.sharma@intel.com \
--to=swati2.sharma@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