Igt-dev Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [igt-dev] [PATCH i-g-t] tests/kms_rotation_crc:Added subtest description
@ 2021-01-19  9:42 Arundhati Hagaragi
  2021-01-19 12:29 ` [igt-dev] ✗ Fi.CI.BAT: failure for " Patchwork
  2021-02-11 18:12 ` [igt-dev] [PATCH i-g-t] " B, Jeevan
  0 siblings, 2 replies; 3+ messages in thread
From: Arundhati Hagaragi @ 2021-01-19  9:42 UTC (permalink / raw)
  To: igt-dev; +Cc: B, Gupta, S, Nidhi1

Added description for all subtests

Signed-off-by: Arundhati Hagaragi <arundhati.hagaragi@intel.com>
Cc: Gupta, Nidhi1 <nidhi1.gupta@intel.com>
Cc: B S, Karthik <Karthik.B.S@intel.com>
---
 tests/kms_rotation_crc.c | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/tests/kms_rotation_crc.c b/tests/kms_rotation_crc.c
index 33a97cca..136e97fc 100644
--- a/tests/kms_rotation_crc.c
+++ b/tests/kms_rotation_crc.c
@@ -856,6 +856,7 @@ igt_main_args("", long_opts, help_str, opt_handler, &data)
 		igt_require(data.display.is_atomic);
 	}
 
+	igt_describe("Rotation test with 90/270 degree for primary and sprite planes of gen9+");
 	for (subtest = subtests; subtest->rot; subtest++) {
 		igt_subtest_f("%s-rotation-%s",
 			      plane_test_str(subtest->plane),
@@ -868,6 +869,7 @@ igt_main_args("", long_opts, help_str, opt_handler, &data)
 		}
 	}
 
+	igt_describe("Rotation test with 90 degree for a plane of gen9+ with given position");
 	igt_subtest_f("sprite-rotation-90-pos-100-0") {
 		igt_require(gen >= 9);
 		data.rotation = IGT_ROTATION_90;
@@ -878,6 +880,7 @@ igt_main_args("", long_opts, help_str, opt_handler, &data)
 	data.pos_x = 0,
 	data.pos_y = 0;
 
+	igt_describe("Checking unsupported pixel format for gen9+ with 90 degree of rotation");
 	igt_subtest_f("bad-pixel-format") {
 		 /* gen11 enables RGB565 rotation for 90/270 degrees.
 		  * so apart from this, any other gen11+ pixel format
@@ -890,6 +893,7 @@ igt_main_args("", long_opts, help_str, opt_handler, &data)
 	}
 	data.override_fmt = 0;
 
+	igt_describe("Checking unsupported tiling for gen9+ with 90 degree of rotation");
 	igt_subtest_f("bad-tiling") {
 		igt_require(gen >= 9);
 		data.rotation = IGT_ROTATION_90;
@@ -898,6 +902,7 @@ igt_main_args("", long_opts, help_str, opt_handler, &data)
 	}
 	data.override_tiling = 0;
 
+	igt_describe("Tiling and Rotation test for gen 10+ for primary plane");
 	for (reflect_x = reflect_x_subtests; reflect_x->tiling; reflect_x++) {
 		igt_subtest_f("primary-%s-reflect-x-%s",
 			      tiling_test_str(reflect_x->tiling),
@@ -911,6 +916,7 @@ igt_main_args("", long_opts, help_str, opt_handler, &data)
 		}
 	}
 
+	igt_describe("Rotation test on both planes by making them fully visible");
 	igt_subtest_f("multiplane-rotation") {
 		igt_require(gen >= 9);
 		cleanup_crtc(&data);
@@ -923,6 +929,8 @@ igt_main_args("", long_opts, help_str, opt_handler, &data)
 		test_multi_plane_rotation(&data, 0);
 	}
 
+	igt_describe("Rotation test on both planes by cropping left/top corner of primary plane and"
+			"right/top corner of sprite plane");
 	igt_subtest_f("multiplane-rotation-cropping-top") {
 		igt_require(gen >= 9);
 		cleanup_crtc(&data);
@@ -935,6 +943,8 @@ igt_main_args("", long_opts, help_str, opt_handler, &data)
 		test_multi_plane_rotation(&data, 0);
 	}
 
+	igt_describe("Rotation test on both planes by cropping left/bottom corner of primary plane"
+			"and right/bottom corner of sprite plane");
 	igt_subtest_f("multiplane-rotation-cropping-bottom") {
 		igt_require(gen >= 9);
 		cleanup_crtc(&data);
@@ -951,6 +961,7 @@ igt_main_args("", long_opts, help_str, opt_handler, &data)
 	 * exhaust-fences should be last test, if it fails we may OOM in
 	 * the following subtests otherwise.
 	 */
+	igt_describe("This test intends to check for fence leaks exhaustively");
 	igt_subtest_f("exhaust-fences") {
 		enum pipe pipe;
 		igt_output_t *output;
-- 
2.25.1

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

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

* [igt-dev] ✗ Fi.CI.BAT: failure for tests/kms_rotation_crc:Added subtest description
  2021-01-19  9:42 [igt-dev] [PATCH i-g-t] tests/kms_rotation_crc:Added subtest description Arundhati Hagaragi
@ 2021-01-19 12:29 ` Patchwork
  2021-02-11 18:12 ` [igt-dev] [PATCH i-g-t] " B, Jeevan
  1 sibling, 0 replies; 3+ messages in thread
From: Patchwork @ 2021-01-19 12:29 UTC (permalink / raw)
  To: Arundhati Hagaragi; +Cc: igt-dev


[-- Attachment #1.1: Type: text/plain, Size: 4012 bytes --]

== Series Details ==

Series: tests/kms_rotation_crc:Added subtest description
URL   : https://patchwork.freedesktop.org/series/86035/
State : failure

== Summary ==

CI Bug Log - changes from CI_DRM_9640 -> IGTPW_5403
====================================================

Summary
-------

  **FAILURE**

  Serious unknown changes coming with IGTPW_5403 absolutely need to be
  verified manually.
  
  If you think the reported changes have nothing to do with the changes
  introduced in IGTPW_5403, please notify your bug team to allow them
  to document this new failure mode, which will reduce false positives in CI.

  External URL: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5403/index.html

Possible new issues
-------------------

  Here are the unknown changes that may have been introduced in IGTPW_5403:

### IGT changes ###

#### Possible regressions ####

  * igt@i915_selftest@live@gem_contexts:
    - fi-byt-j1900:       NOTRUN -> [DMESG-FAIL][1]
   [1]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5403/fi-byt-j1900/igt@i915_selftest@live@gem_contexts.html

  
Known issues
------------

  Here are the changes found in IGTPW_5403 that come from known issues:

### IGT changes ###

#### Issues hit ####

  * igt@amdgpu/amd_basic@semaphore:
    - fi-bdw-5557u:       NOTRUN -> [SKIP][2] ([fdo#109271]) +22 similar issues
   [2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5403/fi-bdw-5557u/igt@amdgpu/amd_basic@semaphore.html

  * igt@core_hotunplug@unbind-rebind:
    - fi-bdw-5557u:       NOTRUN -> [WARN][3] ([i915#2283])
   [3]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5403/fi-bdw-5557u/igt@core_hotunplug@unbind-rebind.html

  * igt@fbdev@read:
    - fi-tgl-y:           [PASS][4] -> [DMESG-WARN][5] ([i915#402]) +2 similar issues
   [4]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9640/fi-tgl-y/igt@fbdev@read.html
   [5]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5403/fi-tgl-y/igt@fbdev@read.html

  * igt@gem_huc_copy@huc-copy:
    - fi-byt-j1900:       NOTRUN -> [SKIP][6] ([fdo#109271]) +27 similar issues
   [6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5403/fi-byt-j1900/igt@gem_huc_copy@huc-copy.html

  * igt@kms_chamelium@hdmi-crc-fast:
    - fi-byt-j1900:       NOTRUN -> [SKIP][7] ([fdo#109271] / [fdo#111827]) +8 similar issues
   [7]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5403/fi-byt-j1900/igt@kms_chamelium@hdmi-crc-fast.html

  * igt@kms_frontbuffer_tracking@basic:
    - fi-byt-j1900:       NOTRUN -> [FAIL][8] ([i915#49])
   [8]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5403/fi-byt-j1900/igt@kms_frontbuffer_tracking@basic.html

  
#### Possible fixes ####

  * igt@prime_vgem@basic-fence-flip:
    - fi-tgl-y:           [DMESG-WARN][9] ([i915#402]) -> [PASS][10] +1 similar issue
   [9]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9640/fi-tgl-y/igt@prime_vgem@basic-fence-flip.html
   [10]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5403/fi-tgl-y/igt@prime_vgem@basic-fence-flip.html

  
  [fdo#109271]: https://bugs.freedesktop.org/show_bug.cgi?id=109271
  [fdo#111827]: https://bugs.freedesktop.org/show_bug.cgi?id=111827
  [i915#2283]: https://gitlab.freedesktop.org/drm/intel/issues/2283
  [i915#402]: https://gitlab.freedesktop.org/drm/intel/issues/402
  [i915#49]: https://gitlab.freedesktop.org/drm/intel/issues/49


Participating hosts (42 -> 37)
------------------------------

  Additional (1): fi-byt-j1900 
  Missing    (6): fi-ilk-m540 fi-hsw-4200u fi-bsw-cyan fi-ctg-p8600 fi-dg1-1 fi-bdw-samus 


Build changes
-------------

  * CI: CI-20190529 -> None
  * IGT: IGT_5960 -> IGTPW_5403

  CI-20190529: 20190529
  CI_DRM_9640: e4a7b069614eee3e01353d8529d5cf8b924feeec @ git://anongit.freedesktop.org/gfx-ci/linux
  IGTPW_5403: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5403/index.html
  IGT_5960: ace82fcd5f3623f8dde7c220a825873dc53dfae4 @ git://anongit.freedesktop.org/xorg/app/intel-gpu-tools

== Logs ==

For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5403/index.html

[-- Attachment #1.2: Type: text/html, Size: 5014 bytes --]

[-- Attachment #2: Type: text/plain, Size: 154 bytes --]

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

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

* Re: [igt-dev] [PATCH i-g-t] tests/kms_rotation_crc:Added subtest description
  2021-01-19  9:42 [igt-dev] [PATCH i-g-t] tests/kms_rotation_crc:Added subtest description Arundhati Hagaragi
  2021-01-19 12:29 ` [igt-dev] ✗ Fi.CI.BAT: failure for " Patchwork
@ 2021-02-11 18:12 ` B, Jeevan
  1 sibling, 0 replies; 3+ messages in thread
From: B, Jeevan @ 2021-02-11 18:12 UTC (permalink / raw)
  To: Hagaragi, Arundhati, igt-dev@lists.freedesktop.org
  Cc: B@freedesktop.org, S@freedesktop.org, Gupta@freedesktop.org,
	Gupta, Nidhi1

>-----Original Message-----
>From: igt-dev <igt-dev-bounces@lists.freedesktop.org> On Behalf Of Arundhati
>Hagaragi
>Sent: Tuesday, January 19, 2021 3:12 PM
>To: igt-dev@lists.freedesktop.org
>Cc: B@freedesktop.org; Gupta@freedesktop.org; S@freedesktop.org; Gupta,
>Nidhi1 <nidhi1.gupta@intel.com>
>Subject: [igt-dev] [PATCH i-g-t] tests/kms_rotation_crc:Added subtest description
>
>Added description for all subtests
>
>Signed-off-by: Arundhati Hagaragi <arundhati.hagaragi@intel.com>
>Cc: Gupta, Nidhi1 <nidhi1.gupta@intel.com>
>Cc: B S, Karthik <Karthik.B.S@intel.com>
Looks ok to me. 

Reviewed-by: Jeevan B <jeevan.b@intel.com>
>---
> tests/kms_rotation_crc.c | 11 +++++++++++
> 1 file changed, 11 insertions(+)
>
>diff --git a/tests/kms_rotation_crc.c b/tests/kms_rotation_crc.c index
>33a97cca..136e97fc 100644
>--- a/tests/kms_rotation_crc.c
>+++ b/tests/kms_rotation_crc.c
>@@ -856,6 +856,7 @@ igt_main_args("", long_opts, help_str, opt_handler,
>&data)
> 		igt_require(data.display.is_atomic);
> 	}
>
>+	igt_describe("Rotation test with 90/270 degree for primary and sprite
>+planes of gen9+");
> 	for (subtest = subtests; subtest->rot; subtest++) {
> 		igt_subtest_f("%s-rotation-%s",
> 			      plane_test_str(subtest->plane), @@ -868,6 +869,7
>@@ igt_main_args("", long_opts, help_str, opt_handler, &data)
> 		}
> 	}
>
>+	igt_describe("Rotation test with 90 degree for a plane of gen9+ with
>+given position");
> 	igt_subtest_f("sprite-rotation-90-pos-100-0") {
> 		igt_require(gen >= 9);
> 		data.rotation = IGT_ROTATION_90;
>@@ -878,6 +880,7 @@ igt_main_args("", long_opts, help_str, opt_handler,
>&data)
> 	data.pos_x = 0,
> 	data.pos_y = 0;
>
>+	igt_describe("Checking unsupported pixel format for gen9+ with 90
>+degree of rotation");
> 	igt_subtest_f("bad-pixel-format") {
> 		 /* gen11 enables RGB565 rotation for 90/270 degrees.
> 		  * so apart from this, any other gen11+ pixel format @@ -890,6
>+893,7 @@ igt_main_args("", long_opts, help_str, opt_handler, &data)
> 	}
> 	data.override_fmt = 0;
>
>+	igt_describe("Checking unsupported tiling for gen9+ with 90 degree of
>+rotation");
> 	igt_subtest_f("bad-tiling") {
> 		igt_require(gen >= 9);
> 		data.rotation = IGT_ROTATION_90;
>@@ -898,6 +902,7 @@ igt_main_args("", long_opts, help_str, opt_handler,
>&data)
> 	}
> 	data.override_tiling = 0;
>
>+	igt_describe("Tiling and Rotation test for gen 10+ for primary
>+plane");
> 	for (reflect_x = reflect_x_subtests; reflect_x->tiling; reflect_x++) {
> 		igt_subtest_f("primary-%s-reflect-x-%s",
> 			      tiling_test_str(reflect_x->tiling),
>@@ -911,6 +916,7 @@ igt_main_args("", long_opts, help_str, opt_handler,
>&data)
> 		}
> 	}
>
>+	igt_describe("Rotation test on both planes by making them fully
>+visible");
> 	igt_subtest_f("multiplane-rotation") {
> 		igt_require(gen >= 9);
> 		cleanup_crtc(&data);
>@@ -923,6 +929,8 @@ igt_main_args("", long_opts, help_str, opt_handler,
>&data)
> 		test_multi_plane_rotation(&data, 0);
> 	}
>
>+	igt_describe("Rotation test on both planes by cropping left/top corner of
>primary plane and"
>+			"right/top corner of sprite plane");
> 	igt_subtest_f("multiplane-rotation-cropping-top") {
> 		igt_require(gen >= 9);
> 		cleanup_crtc(&data);
>@@ -935,6 +943,8 @@ igt_main_args("", long_opts, help_str, opt_handler,
>&data)
> 		test_multi_plane_rotation(&data, 0);
> 	}
>
>+	igt_describe("Rotation test on both planes by cropping left/bottom
>corner of primary plane"
>+			"and right/bottom corner of sprite plane");
> 	igt_subtest_f("multiplane-rotation-cropping-bottom") {
> 		igt_require(gen >= 9);
> 		cleanup_crtc(&data);
>@@ -951,6 +961,7 @@ igt_main_args("", long_opts, help_str, opt_handler,
>&data)
> 	 * exhaust-fences should be last test, if it fails we may OOM in
> 	 * the following subtests otherwise.
> 	 */
>+	igt_describe("This test intends to check for fence leaks
>+exhaustively");
> 	igt_subtest_f("exhaust-fences") {
> 		enum pipe pipe;
> 		igt_output_t *output;
>--
>2.25.1
>
>_______________________________________________
>igt-dev mailing list
>igt-dev@lists.freedesktop.org
>https://lists.freedesktop.org/mailman/listinfo/igt-dev
_______________________________________________
igt-dev mailing list
igt-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/igt-dev

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

end of thread, other threads:[~2021-02-11 18:12 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-01-19  9:42 [igt-dev] [PATCH i-g-t] tests/kms_rotation_crc:Added subtest description Arundhati Hagaragi
2021-01-19 12:29 ` [igt-dev] ✗ Fi.CI.BAT: failure for " Patchwork
2021-02-11 18:12 ` [igt-dev] [PATCH i-g-t] " B, Jeevan

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