All of lore.kernel.org
 help / color / mirror / Atom feed
* [igt-dev] [PATCH i-g-t 1/3] tests/kms_cursor_crc: Remove the max_w==max_h requirement
@ 2021-03-24 18:17 Ville Syrjala
  2021-03-24 18:17 ` [igt-dev] [PATCH i-g-t 2/3] tests/kms_cursor_crc: Extract run_size_tests() Ville Syrjala
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: Ville Syrjala @ 2021-03-24 18:17 UTC (permalink / raw)
  To: igt-dev

From: Ville Syrjälä <ville.syrjala@linux.intel.com>

The test works fine even if the max cursor size is not square.

Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
---
 tests/kms_cursor_crc.c | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/tests/kms_cursor_crc.c b/tests/kms_cursor_crc.c
index 13d6156c9c77..7068475e04b1 100644
--- a/tests/kms_cursor_crc.c
+++ b/tests/kms_cursor_crc.c
@@ -798,9 +798,6 @@ igt_main
 		ret = drmGetCap(data.drm_fd, DRM_CAP_CURSOR_HEIGHT, &cursor_height);
 		igt_assert(ret == 0 || errno == EINVAL);
 
-		/* We assume width and height are same so max is assigned width */
-		igt_assert_eq(cursor_width, cursor_height);
-
 		kmstest_set_vt_graphics_mode();
 
 		igt_require_pipe_crc(data.drm_fd);
-- 
2.26.2

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

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

end of thread, other threads:[~2021-03-25 13:47 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-24 18:17 [igt-dev] [PATCH i-g-t 1/3] tests/kms_cursor_crc: Remove the max_w==max_h requirement Ville Syrjala
2021-03-24 18:17 ` [igt-dev] [PATCH i-g-t 2/3] tests/kms_cursor_crc: Extract run_size_tests() Ville Syrjala
2021-03-24 18:17 ` [igt-dev] [PATCH i-g-t 3/3] tests/kms_cursor_crc: Test maximum cursor size Ville Syrjala
2021-03-24 20:19   ` Lyude Paul
2021-03-25 11:52 ` [igt-dev] ✓ Fi.CI.BAT: success for series starting with [i-g-t,1/3] tests/kms_cursor_crc: Remove the max_w==max_h requirement Patchwork
2021-03-25 13:47 ` [igt-dev] ✗ Fi.CI.IGT: failure " 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.