All of lore.kernel.org
 help / color / mirror / Atom feed
* [igt-dev] [PATCH] tests/kms_atomic: igt_require_pipe_crc for plane_immutable_zpos
@ 2021-07-09 15:27 Mark Yacoub
  2021-07-09 17:06 ` [igt-dev] ✓ Fi.CI.BAT: success for " Patchwork
                   ` (5 more replies)
  0 siblings, 6 replies; 13+ messages in thread
From: Mark Yacoub @ 2021-07-09 15:27 UTC (permalink / raw)
  To: igt-dev; +Cc: seanpaul, petri.latvala, Mark Yacoub

From: Mark Yacoub <markyacoub@google.com>

[Why]
kms_atomic:plane_immutable_zpos subtest uses CRC in debugfs which is
not supported by some drivers.

[How]
igt_require_pipe_crc before the test begins.

Test: kms_atomic:plane-immutable-zpos on ChromeOS Trogdor(msm)
Signed-off-by: Mark Yacoub <markyacoub@chromium.org>
---
 tests/kms_atomic.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tests/kms_atomic.c b/tests/kms_atomic.c
index df9c9df7..4b262257 100644
--- a/tests/kms_atomic.c
+++ b/tests/kms_atomic.c
@@ -375,6 +375,7 @@ plane_immutable_zpos(igt_display_t *display, igt_pipe_t *pipe,
 	uint32_t w_lower, h_lower, w_upper, h_upper;
 
 	igt_require(n_planes >= 2);
+	igt_require_pipe_crc(display->drm_fd);
 
 	mode = igt_output_get_mode(output);
 	primary = igt_pipe_get_plane_type(pipe, DRM_PLANE_TYPE_PRIMARY);
-- 
2.32.0.93.g670b81a890-goog

_______________________________________________
igt-dev mailing list
igt-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/igt-dev

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

end of thread, other threads:[~2021-08-27  9:17 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-07-09 15:27 [igt-dev] [PATCH] tests/kms_atomic: igt_require_pipe_crc for plane_immutable_zpos Mark Yacoub
2021-07-09 17:06 ` [igt-dev] ✓ Fi.CI.BAT: success for " Patchwork
2021-07-10 11:05 ` [igt-dev] ✗ Fi.CI.IGT: failure " Patchwork
2021-07-20 15:36   ` Mark Yacoub
2021-07-20 16:18     ` Vudum, Lakshminarayana
2021-08-26 12:59       ` Rodrigo Siqueira
2021-08-26 16:08         ` Vudum, Lakshminarayana
2021-08-27  5:47           ` Petri Latvala
2021-07-20 16:16 ` [igt-dev] ✓ Fi.CI.IGT: success " Patchwork
2021-07-23 14:37 ` [igt-dev] [PATCH] " Rodrigo Siqueira
2021-07-29 15:35   ` Mark Yacoub
2021-08-27  6:48 ` [igt-dev] ✓ Fi.CI.BAT: success for tests/kms_atomic: igt_require_pipe_crc for plane_immutable_zpos (rev2) Patchwork
2021-08-27  9:17 ` [igt-dev] ✓ Fi.CI.IGT: " Patchwork

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.