Igt-dev Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [igt-dev] [PATCH i-g-t] tests/intel/kms_big_fb: skip if rendercopy support is not present
@ 2023-10-11  4:40 Swati Sharma
  2023-10-11  5:39 ` [igt-dev] ✓ CI.xeBAT: success for " Patchwork
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Swati Sharma @ 2023-10-11  4:40 UTC (permalink / raw)
  To: igt-dev

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

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

end of thread, other threads:[~2023-11-06  7:52 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-10-11  4:40 [igt-dev] [PATCH i-g-t] tests/intel/kms_big_fb: skip if rendercopy support is not present Swati Sharma
2023-10-11  5:39 ` [igt-dev] ✓ CI.xeBAT: success for " 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

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