All of lore.kernel.org
 help / color / mirror / Atom feed
* Re: [igt-dev] [PATCH 4/4] test/kms_atomic: Skip plane overlay test for amdgpu
       [not found] ` <20210818145614.1093522-5-Rodrigo.Siqueira@amd.com>
@ 2021-08-18 15:36   ` Petri Latvala
  0 siblings, 0 replies; 5+ messages in thread
From: Petri Latvala @ 2021-08-18 15:36 UTC (permalink / raw)
  To: Rodrigo Siqueira
  Cc: igt-dev, Harry Wentland, Nicholas Choi, Sean Paul, Mark Yacoub,
	Melissa Wen, Arkadiusz Hiler

On Wed, Aug 18, 2021 at 10:56:14AM -0400, Rodrigo Siqueira wrote:
> Currently, amdgpu does not support an overlay strategy. As a result,
> plane_overlay fails on amdgpu; since this is a driver limitation, this
> commit skips the overlay test for amdgpu.
> 
> Cc: Harry Wentland <harry.wentland@amd.com>
> Cc: Nicholas Choi <Nicholas.Choi@amd.com>
> Cc: Sean Paul <seanpaul@chromium.org>
> Cc: Mark Yacoub <markyacoub@chromium.org>
> Cc: Melissa Wen <melissa.srw@gmail.com>
> Cc: Arkadiusz Hiler <arek@hiler.eu>
> Cc: Petri Latvala <petri.latvala@intel.com>
> Signed-off-by: Rodrigo Siqueira <Rodrigo.Siqueira@amd.com>
> ---
>  tests/kms_atomic.c | 7 +++++++
>  1 file changed, 7 insertions(+)
> 
> diff --git a/tests/kms_atomic.c b/tests/kms_atomic.c
> index 1e1bee4d..e460ba35 100644
> --- a/tests/kms_atomic.c
> +++ b/tests/kms_atomic.c
> @@ -501,6 +501,13 @@ static void plane_overlay(igt_pipe_t *pipe, igt_output_t *output, igt_plane_t *p
>  	uint32_t w = mode->hdisplay / 2;
>  	uint32_t h = mode->vdisplay / 2;
>  
> +	/* On AMD, with hardware cursor, overlay plane must fully cover
> +	 * the primary plane (underlay). AMD does not support this test
> +	 * scenario
> +	 */
> +	if (is_amdgpu_device(output->display->drm_fd))
> +		igt_require(0);
> +

A skip result with a message of "requirement not met: 0" requires
special magic to understand without reading the code.

How about

igt_require_f(!is_amdgpu_device(output->display->drm_fd),
              "Overlay must fully cover the primary plane on AMD\n");



-- 
Petri Latvala

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

* [igt-dev] ✓ Fi.CI.BAT: success for Make kms_concurrent, transition, and atomic generic
       [not found] <20210818145614.1093522-1-Rodrigo.Siqueira@amd.com>
       [not found] ` <20210818145614.1093522-5-Rodrigo.Siqueira@amd.com>
@ 2021-08-18 15:46 ` Patchwork
  2021-08-18 16:52 ` [igt-dev] ✓ Fi.CI.IGT: " Patchwork
       [not found] ` <20210818145614.1093522-3-Rodrigo.Siqueira@amd.com>
  3 siblings, 0 replies; 5+ messages in thread
From: Patchwork @ 2021-08-18 15:46 UTC (permalink / raw)
  To: Rodrigo Siqueira; +Cc: igt-dev

[-- Attachment #1: Type: text/plain, Size: 3403 bytes --]

== Series Details ==

Series: Make kms_concurrent, transition, and atomic generic
URL   : https://patchwork.freedesktop.org/series/93788/
State : success

== Summary ==

CI Bug Log - changes from CI_DRM_10495 -> IGTPW_6135
====================================================

Summary
-------

  **SUCCESS**

  No regressions found.

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

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

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

### IGT changes ###

#### Issues hit ####

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

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

  * igt@gem_exec_suspend@basic-s3:
    - fi-tgl-1115g4:      [PASS][4] -> [FAIL][5] ([i915#1888])
   [4]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10495/fi-tgl-1115g4/igt@gem_exec_suspend@basic-s3.html
   [5]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6135/fi-tgl-1115g4/igt@gem_exec_suspend@basic-s3.html

  * igt@kms_chamelium@dp-crc-fast:
    - fi-bdw-5557u:       NOTRUN -> [SKIP][6] ([fdo#109271] / [fdo#111827]) +8 similar issues
   [6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6135/fi-bdw-5557u/igt@kms_chamelium@dp-crc-fast.html

  
#### Possible fixes ####

  * igt@i915_selftest@live@coherency:
    - fi-icl-y:           [INCOMPLETE][7] -> [PASS][8]
   [7]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10495/fi-icl-y/igt@i915_selftest@live@coherency.html
   [8]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6135/fi-icl-y/igt@i915_selftest@live@coherency.html

  * igt@i915_selftest@live@gt_lrc:
    - fi-rkl-guc:         [DMESG-WARN][9] ([i915#3958]) -> [PASS][10]
   [9]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10495/fi-rkl-guc/igt@i915_selftest@live@gt_lrc.html
   [10]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6135/fi-rkl-guc/igt@i915_selftest@live@gt_lrc.html

  
  [fdo#109271]: https://bugs.freedesktop.org/show_bug.cgi?id=109271
  [fdo#109315]: https://bugs.freedesktop.org/show_bug.cgi?id=109315
  [fdo#111827]: https://bugs.freedesktop.org/show_bug.cgi?id=111827
  [i915#1888]: https://gitlab.freedesktop.org/drm/intel/issues/1888
  [i915#3718]: https://gitlab.freedesktop.org/drm/intel/issues/3718
  [i915#3958]: https://gitlab.freedesktop.org/drm/intel/issues/3958


Participating hosts (35 -> 34)
------------------------------

  Missing    (1): fi-bsw-cyan 


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

  * CI: CI-20190529 -> None
  * IGT: IGT_6178 -> IGTPW_6135

  CI-20190529: 20190529
  CI_DRM_10495: 63052a17b50710a64ac3c5064d3aa7d92d82a6b9 @ git://anongit.freedesktop.org/gfx-ci/linux
  IGTPW_6135: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6135/index.html
  IGT_6178: 146260200f9a6d4536e48a195e2ab49a07d4f0c1 @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git

== Logs ==

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

[-- Attachment #2: Type: text/html, Size: 4228 bytes --]

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

* [igt-dev] ✓ Fi.CI.IGT: success for Make kms_concurrent, transition, and atomic generic
       [not found] <20210818145614.1093522-1-Rodrigo.Siqueira@amd.com>
       [not found] ` <20210818145614.1093522-5-Rodrigo.Siqueira@amd.com>
  2021-08-18 15:46 ` [igt-dev] ✓ Fi.CI.BAT: success for Make kms_concurrent, transition, and atomic generic Patchwork
@ 2021-08-18 16:52 ` Patchwork
       [not found] ` <20210818145614.1093522-3-Rodrigo.Siqueira@amd.com>
  3 siblings, 0 replies; 5+ messages in thread
From: Patchwork @ 2021-08-18 16:52 UTC (permalink / raw)
  To: Rodrigo Siqueira; +Cc: igt-dev

[-- Attachment #1: Type: text/plain, Size: 30269 bytes --]

== Series Details ==

Series: Make kms_concurrent, transition, and atomic generic
URL   : https://patchwork.freedesktop.org/series/93788/
State : success

== Summary ==

CI Bug Log - changes from CI_DRM_10495_full -> IGTPW_6135_full
====================================================

Summary
-------

  **SUCCESS**

  No regressions found.

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

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

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

### IGT changes ###

#### Issues hit ####

  * igt@feature_discovery@display-4x:
    - shard-tglb:         NOTRUN -> [SKIP][1] ([i915#1839])
   [1]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6135/shard-tglb1/igt@feature_discovery@display-4x.html
    - shard-iclb:         NOTRUN -> [SKIP][2] ([i915#1839])
   [2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6135/shard-iclb4/igt@feature_discovery@display-4x.html

  * igt@feature_discovery@psr2:
    - shard-iclb:         [PASS][3] -> [SKIP][4] ([i915#658])
   [3]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10495/shard-iclb2/igt@feature_discovery@psr2.html
   [4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6135/shard-iclb5/igt@feature_discovery@psr2.html

  * igt@gem_create@create-massive:
    - shard-snb:          NOTRUN -> [DMESG-WARN][5] ([i915#3002])
   [5]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6135/shard-snb6/igt@gem_create@create-massive.html

  * igt@gem_ctx_persistence@legacy-engines-queued:
    - shard-snb:          NOTRUN -> [SKIP][6] ([fdo#109271] / [i915#1099]) +2 similar issues
   [6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6135/shard-snb6/igt@gem_ctx_persistence@legacy-engines-queued.html

  * igt@gem_eio@unwedge-stress:
    - shard-tglb:         [PASS][7] -> [TIMEOUT][8] ([i915#2369] / [i915#3063] / [i915#3648])
   [7]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10495/shard-tglb1/igt@gem_eio@unwedge-stress.html
   [8]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6135/shard-tglb5/igt@gem_eio@unwedge-stress.html

  * igt@gem_exec_fair@basic-none-share@rcs0:
    - shard-iclb:         [PASS][9] -> [FAIL][10] ([i915#2842])
   [9]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10495/shard-iclb7/igt@gem_exec_fair@basic-none-share@rcs0.html
   [10]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6135/shard-iclb5/igt@gem_exec_fair@basic-none-share@rcs0.html
    - shard-glk:          [PASS][11] -> [FAIL][12] ([i915#2842])
   [11]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10495/shard-glk6/igt@gem_exec_fair@basic-none-share@rcs0.html
   [12]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6135/shard-glk9/igt@gem_exec_fair@basic-none-share@rcs0.html

  * igt@gem_exec_fair@basic-none@vcs1:
    - shard-iclb:         NOTRUN -> [FAIL][13] ([i915#2842])
   [13]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6135/shard-iclb4/igt@gem_exec_fair@basic-none@vcs1.html

  * igt@gem_exec_fair@basic-pace@rcs0:
    - shard-kbl:          [PASS][14] -> [FAIL][15] ([i915#2842])
   [14]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10495/shard-kbl6/igt@gem_exec_fair@basic-pace@rcs0.html
   [15]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6135/shard-kbl3/igt@gem_exec_fair@basic-pace@rcs0.html

  * igt@gem_exec_fair@basic-pace@vcs1:
    - shard-tglb:         [PASS][16] -> [FAIL][17] ([i915#2842])
   [16]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10495/shard-tglb3/igt@gem_exec_fair@basic-pace@vcs1.html
   [17]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6135/shard-tglb2/igt@gem_exec_fair@basic-pace@vcs1.html

  * igt@gem_exec_fair@basic-pace@vecs0:
    - shard-glk:          NOTRUN -> [FAIL][18] ([i915#2842]) +2 similar issues
   [18]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6135/shard-glk3/igt@gem_exec_fair@basic-pace@vecs0.html

  * igt@gem_exec_flush@basic-batch-kernel-default-cmd:
    - shard-iclb:         NOTRUN -> [SKIP][19] ([fdo#109313])
   [19]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6135/shard-iclb3/igt@gem_exec_flush@basic-batch-kernel-default-cmd.html
    - shard-tglb:         NOTRUN -> [SKIP][20] ([fdo#109313])
   [20]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6135/shard-tglb7/igt@gem_exec_flush@basic-batch-kernel-default-cmd.html

  * igt@gem_exec_whisper@basic-queues-forked:
    - shard-glk:          [PASS][21] -> [DMESG-WARN][22] ([i915#118] / [i915#95]) +1 similar issue
   [21]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10495/shard-glk4/igt@gem_exec_whisper@basic-queues-forked.html
   [22]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6135/shard-glk3/igt@gem_exec_whisper@basic-queues-forked.html

  * igt@gem_render_copy@yf-tiled-to-vebox-y-tiled:
    - shard-iclb:         NOTRUN -> [SKIP][23] ([i915#768])
   [23]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6135/shard-iclb1/igt@gem_render_copy@yf-tiled-to-vebox-y-tiled.html

  * igt@gem_softpin@noreloc-s3:
    - shard-kbl:          [PASS][24] -> [DMESG-WARN][25] ([i915#180]) +1 similar issue
   [24]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10495/shard-kbl7/igt@gem_softpin@noreloc-s3.html
   [25]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6135/shard-kbl4/igt@gem_softpin@noreloc-s3.html

  * igt@gem_userptr_blits@dmabuf-sync:
    - shard-apl:          NOTRUN -> [SKIP][26] ([fdo#109271] / [i915#3323])
   [26]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6135/shard-apl8/igt@gem_userptr_blits@dmabuf-sync.html

  * igt@gem_userptr_blits@input-checking:
    - shard-apl:          NOTRUN -> [DMESG-WARN][27] ([i915#3002]) +1 similar issue
   [27]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6135/shard-apl1/igt@gem_userptr_blits@input-checking.html

  * igt@gem_userptr_blits@mmap-offset-banned@fixed:
    - shard-tglb:         NOTRUN -> [SKIP][28] ([i915#3922])
   [28]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6135/shard-tglb1/igt@gem_userptr_blits@mmap-offset-banned@fixed.html
    - shard-iclb:         NOTRUN -> [SKIP][29] ([i915#3922])
   [29]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6135/shard-iclb4/igt@gem_userptr_blits@mmap-offset-banned@fixed.html

  * igt@gem_userptr_blits@unsync-unmap-after-close:
    - shard-tglb:         NOTRUN -> [SKIP][30] ([i915#3297])
   [30]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6135/shard-tglb8/igt@gem_userptr_blits@unsync-unmap-after-close.html
    - shard-iclb:         NOTRUN -> [SKIP][31] ([i915#3297])
   [31]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6135/shard-iclb8/igt@gem_userptr_blits@unsync-unmap-after-close.html

  * igt@gem_userptr_blits@vma-merge:
    - shard-snb:          NOTRUN -> [FAIL][32] ([i915#2724])
   [32]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6135/shard-snb6/igt@gem_userptr_blits@vma-merge.html
    - shard-apl:          NOTRUN -> [FAIL][33] ([i915#3318])
   [33]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6135/shard-apl2/igt@gem_userptr_blits@vma-merge.html

  * igt@gen3_render_tiledx_blits:
    - shard-iclb:         NOTRUN -> [SKIP][34] ([fdo#109289]) +2 similar issues
   [34]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6135/shard-iclb1/igt@gen3_render_tiledx_blits.html

  * igt@gen3_render_tiledy_blits:
    - shard-tglb:         NOTRUN -> [SKIP][35] ([fdo#109289]) +2 similar issues
   [35]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6135/shard-tglb5/igt@gen3_render_tiledy_blits.html

  * igt@gen9_exec_parse@valid-registers:
    - shard-iclb:         NOTRUN -> [SKIP][36] ([i915#2856]) +1 similar issue
   [36]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6135/shard-iclb8/igt@gen9_exec_parse@valid-registers.html
    - shard-tglb:         NOTRUN -> [SKIP][37] ([i915#2856]) +1 similar issue
   [37]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6135/shard-tglb2/igt@gen9_exec_parse@valid-registers.html

  * igt@i915_selftest@live@gt_lrc:
    - shard-tglb:         NOTRUN -> [DMESG-FAIL][38] ([i915#2373])
   [38]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6135/shard-tglb8/igt@i915_selftest@live@gt_lrc.html

  * igt@i915_selftest@live@gt_pm:
    - shard-tglb:         NOTRUN -> [DMESG-FAIL][39] ([i915#1759] / [i915#2291])
   [39]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6135/shard-tglb8/igt@i915_selftest@live@gt_pm.html

  * igt@i915_selftest@live@hangcheck:
    - shard-snb:          NOTRUN -> [INCOMPLETE][40] ([i915#3921])
   [40]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6135/shard-snb2/igt@i915_selftest@live@hangcheck.html

  * igt@kms_big_fb@x-tiled-max-hw-stride-32bpp-rotate-180-hflip:
    - shard-apl:          NOTRUN -> [SKIP][41] ([fdo#109271] / [i915#3777])
   [41]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6135/shard-apl1/igt@kms_big_fb@x-tiled-max-hw-stride-32bpp-rotate-180-hflip.html

  * igt@kms_big_fb@y-tiled-max-hw-stride-64bpp-rotate-0-async-flip:
    - shard-iclb:         NOTRUN -> [DMESG-WARN][42] ([i915#3621])
   [42]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6135/shard-iclb1/igt@kms_big_fb@y-tiled-max-hw-stride-64bpp-rotate-0-async-flip.html

  * igt@kms_big_fb@yf-tiled-8bpp-rotate-270:
    - shard-iclb:         NOTRUN -> [SKIP][43] ([fdo#110723])
   [43]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6135/shard-iclb7/igt@kms_big_fb@yf-tiled-8bpp-rotate-270.html

  * igt@kms_big_fb@yf-tiled-addfb-size-overflow:
    - shard-tglb:         NOTRUN -> [SKIP][44] ([fdo#111615]) +3 similar issues
   [44]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6135/shard-tglb2/igt@kms_big_fb@yf-tiled-addfb-size-overflow.html

  * igt@kms_big_fb@yf-tiled-max-hw-stride-64bpp-rotate-0:
    - shard-apl:          NOTRUN -> [SKIP][45] ([fdo#109271]) +237 similar issues
   [45]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6135/shard-apl3/igt@kms_big_fb@yf-tiled-max-hw-stride-64bpp-rotate-0.html

  * igt@kms_ccs@pipe-b-bad-rotation-90-yf_tiled_ccs:
    - shard-tglb:         NOTRUN -> [SKIP][46] ([i915#3689]) +1 similar issue
   [46]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6135/shard-tglb3/igt@kms_ccs@pipe-b-bad-rotation-90-yf_tiled_ccs.html

  * igt@kms_ccs@pipe-b-ccs-on-another-bo-y_tiled_gen12_mc_ccs:
    - shard-apl:          NOTRUN -> [SKIP][47] ([fdo#109271] / [i915#3886]) +9 similar issues
   [47]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6135/shard-apl8/igt@kms_ccs@pipe-b-ccs-on-another-bo-y_tiled_gen12_mc_ccs.html

  * igt@kms_ccs@pipe-b-crc-primary-rotation-180-y_tiled_gen12_mc_ccs:
    - shard-kbl:          NOTRUN -> [SKIP][48] ([fdo#109271] / [i915#3886]) +4 similar issues
   [48]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6135/shard-kbl1/igt@kms_ccs@pipe-b-crc-primary-rotation-180-y_tiled_gen12_mc_ccs.html

  * igt@kms_ccs@pipe-c-ccs-on-another-bo-y_tiled_gen12_rc_ccs_cc:
    - shard-iclb:         NOTRUN -> [SKIP][49] ([fdo#109278] / [i915#3886]) +3 similar issues
   [49]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6135/shard-iclb4/igt@kms_ccs@pipe-c-ccs-on-another-bo-y_tiled_gen12_rc_ccs_cc.html
    - shard-glk:          NOTRUN -> [SKIP][50] ([fdo#109271] / [i915#3886]) +1 similar issue
   [50]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6135/shard-glk6/igt@kms_ccs@pipe-c-ccs-on-another-bo-y_tiled_gen12_rc_ccs_cc.html

  * igt@kms_ccs@pipe-c-missing-ccs-buffer-y_tiled_gen12_mc_ccs:
    - shard-tglb:         NOTRUN -> [SKIP][51] ([i915#3689] / [i915#3886])
   [51]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6135/shard-tglb1/igt@kms_ccs@pipe-c-missing-ccs-buffer-y_tiled_gen12_mc_ccs.html

  * igt@kms_chamelium@hdmi-cmp-planar-formats:
    - shard-iclb:         NOTRUN -> [SKIP][52] ([fdo#109284] / [fdo#111827]) +4 similar issues
   [52]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6135/shard-iclb5/igt@kms_chamelium@hdmi-cmp-planar-formats.html
    - shard-glk:          NOTRUN -> [SKIP][53] ([fdo#109271] / [fdo#111827]) +4 similar issues
   [53]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6135/shard-glk9/igt@kms_chamelium@hdmi-cmp-planar-formats.html

  * igt@kms_chamelium@hdmi-edid-change-during-suspend:
    - shard-apl:          NOTRUN -> [SKIP][54] ([fdo#109271] / [fdo#111827]) +15 similar issues
   [54]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6135/shard-apl2/igt@kms_chamelium@hdmi-edid-change-during-suspend.html

  * igt@kms_chamelium@hdmi-hpd-storm:
    - shard-tglb:         NOTRUN -> [SKIP][55] ([fdo#109284] / [fdo#111827]) +4 similar issues
   [55]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6135/shard-tglb8/igt@kms_chamelium@hdmi-hpd-storm.html

  * igt@kms_color@pipe-d-ctm-max:
    - shard-iclb:         NOTRUN -> [SKIP][56] ([fdo#109278] / [i915#1149]) +1 similar issue
   [56]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6135/shard-iclb1/igt@kms_color@pipe-d-ctm-max.html

  * igt@kms_color_chamelium@pipe-a-ctm-0-75:
    - shard-kbl:          NOTRUN -> [SKIP][57] ([fdo#109271] / [fdo#111827]) +6 similar issues
   [57]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6135/shard-kbl4/igt@kms_color_chamelium@pipe-a-ctm-0-75.html

  * igt@kms_color_chamelium@pipe-c-ctm-red-to-blue:
    - shard-snb:          NOTRUN -> [SKIP][58] ([fdo#109271] / [fdo#111827]) +13 similar issues
   [58]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6135/shard-snb7/igt@kms_color_chamelium@pipe-c-ctm-red-to-blue.html

  * igt@kms_content_protection@atomic-dpms:
    - shard-apl:          NOTRUN -> [TIMEOUT][59] ([i915#1319])
   [59]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6135/shard-apl1/igt@kms_content_protection@atomic-dpms.html

  * igt@kms_cursor_crc@pipe-a-cursor-512x512-sliding:
    - shard-iclb:         NOTRUN -> [SKIP][60] ([fdo#109278] / [fdo#109279]) +6 similar issues
   [60]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6135/shard-iclb8/igt@kms_cursor_crc@pipe-a-cursor-512x512-sliding.html

  * igt@kms_cursor_crc@pipe-a-cursor-suspend:
    - shard-apl:          NOTRUN -> [DMESG-WARN][61] ([i915#180])
   [61]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6135/shard-apl1/igt@kms_cursor_crc@pipe-a-cursor-suspend.html

  * igt@kms_cursor_crc@pipe-b-cursor-max-size-offscreen:
    - shard-tglb:         NOTRUN -> [SKIP][62] ([i915#3359]) +3 similar issues
   [62]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6135/shard-tglb8/igt@kms_cursor_crc@pipe-b-cursor-max-size-offscreen.html

  * igt@kms_cursor_crc@pipe-d-cursor-512x512-onscreen:
    - shard-tglb:         NOTRUN -> [SKIP][63] ([fdo#109279] / [i915#3359]) +7 similar issues
   [63]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6135/shard-tglb3/igt@kms_cursor_crc@pipe-d-cursor-512x512-onscreen.html

  * igt@kms_cursor_crc@pipe-d-cursor-64x64-sliding:
    - shard-iclb:         NOTRUN -> [SKIP][64] ([fdo#109278]) +14 similar issues
   [64]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6135/shard-iclb2/igt@kms_cursor_crc@pipe-d-cursor-64x64-sliding.html

  * igt@kms_cursor_crc@pipe-d-cursor-suspend:
    - shard-kbl:          NOTRUN -> [SKIP][65] ([fdo#109271]) +78 similar issues
   [65]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6135/shard-kbl3/igt@kms_cursor_crc@pipe-d-cursor-suspend.html

  * igt@kms_cursor_legacy@cursora-vs-flipb-atomic-transitions-varying-size:
    - shard-iclb:         NOTRUN -> [SKIP][66] ([fdo#109274] / [fdo#109278]) +2 similar issues
   [66]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6135/shard-iclb8/igt@kms_cursor_legacy@cursora-vs-flipb-atomic-transitions-varying-size.html

  * igt@kms_dp_tiled_display@basic-test-pattern:
    - shard-iclb:         NOTRUN -> [SKIP][67] ([i915#426])
   [67]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6135/shard-iclb2/igt@kms_dp_tiled_display@basic-test-pattern.html
    - shard-tglb:         NOTRUN -> [SKIP][68] ([i915#426])
   [68]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6135/shard-tglb1/igt@kms_dp_tiled_display@basic-test-pattern.html

  * igt@kms_flip@2x-modeset-vs-vblank-race-interruptible:
    - shard-iclb:         NOTRUN -> [SKIP][69] ([fdo#109274]) +1 similar issue
   [69]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6135/shard-iclb2/igt@kms_flip@2x-modeset-vs-vblank-race-interruptible.html

  * igt@kms_flip@flip-vs-suspend@a-dp1:
    - shard-apl:          [PASS][70] -> [DMESG-WARN][71] ([i915#180]) +1 similar issue
   [70]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10495/shard-apl2/igt@kms_flip@flip-vs-suspend@a-dp1.html
   [71]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6135/shard-apl1/igt@kms_flip@flip-vs-suspend@a-dp1.html

  * igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytilegen12rcccs:
    - shard-glk:          NOTRUN -> [SKIP][72] ([fdo#109271] / [i915#2672])
   [72]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6135/shard-glk3/igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytilegen12rcccs.html

  * igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytilercccs:
    - shard-apl:          NOTRUN -> [SKIP][73] ([fdo#109271] / [i915#2672])
   [73]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6135/shard-apl3/igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytilercccs.html

  * igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-shrfb-plflip-blt:
    - shard-tglb:         NOTRUN -> [SKIP][74] ([fdo#111825]) +20 similar issues
   [74]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6135/shard-tglb5/igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-shrfb-plflip-blt.html

  * igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-shrfb-pgflip-blt:
    - shard-iclb:         NOTRUN -> [SKIP][75] ([fdo#109280]) +14 similar issues
   [75]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6135/shard-iclb5/igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-shrfb-pgflip-blt.html

  * igt@kms_frontbuffer_tracking@fbcpsr-rgb101010-draw-blt:
    - shard-snb:          NOTRUN -> [SKIP][76] ([fdo#109271]) +379 similar issues
   [76]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6135/shard-snb6/igt@kms_frontbuffer_tracking@fbcpsr-rgb101010-draw-blt.html

  * igt@kms_frontbuffer_tracking@fbcpsr-suspend:
    - shard-glk:          NOTRUN -> [SKIP][77] ([fdo#109271]) +45 similar issues
   [77]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6135/shard-glk7/igt@kms_frontbuffer_tracking@fbcpsr-suspend.html

  * igt@kms_pipe_crc_basic@read-crc-pipe-d-frame-sequence:
    - shard-apl:          NOTRUN -> [SKIP][78] ([fdo#109271] / [i915#533]) +1 similar issue
   [78]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6135/shard-apl1/igt@kms_pipe_crc_basic@read-crc-pipe-d-frame-sequence.html

  * igt@kms_plane_alpha_blend@pipe-a-alpha-opaque-fb:
    - shard-apl:          NOTRUN -> [FAIL][79] ([fdo#108145] / [i915#265]) +3 similar issues
   [79]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6135/shard-apl2/igt@kms_plane_alpha_blend@pipe-a-alpha-opaque-fb.html

  * igt@kms_plane_alpha_blend@pipe-b-alpha-transparent-fb:
    - shard-apl:          NOTRUN -> [FAIL][80] ([i915#265])
   [80]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6135/shard-apl1/igt@kms_plane_alpha_blend@pipe-b-alpha-transparent-fb.html

  * igt@kms_plane_multiple@atomic-pipe-d-tiling-yf:
    - shard-tglb:         NOTRUN -> [SKIP][81] ([fdo#112054])
   [81]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6135/shard-tglb3/igt@kms_plane_multiple@atomic-pipe-d-tiling-yf.html

  * igt@kms_plane_scaling@scaler-with-clipping-clamping@pipe-c-scaler-with-clipping-clamping:
    - shard-apl:          NOTRUN -> [SKIP][82] ([fdo#109271] / [i915#2733])
   [82]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6135/shard-apl8/igt@kms_plane_scaling@scaler-with-clipping-clamping@pipe-c-scaler-with-clipping-clamping.html

  * igt@kms_psr2_sf@overlay-plane-update-sf-dmg-area-2:
    - shard-apl:          NOTRUN -> [SKIP][83] ([fdo#109271] / [i915#658]) +4 similar issues
   [83]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6135/shard-apl6/igt@kms_psr2_sf@overlay-plane-update-sf-dmg-area-2.html

  * igt@kms_psr2_sf@overlay-primary-update-sf-dmg-area-3:
    - shard-iclb:         NOTRUN -> [SKIP][84] ([i915#658]) +2 similar issues
   [84]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6135/shard-iclb8/igt@kms_psr2_sf@overlay-primary-update-sf-dmg-area-3.html
    - shard-kbl:          NOTRUN -> [SKIP][85] ([fdo#109271] / [i915#658]) +1 similar issue
   [85]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6135/shard-kbl3/igt@kms_psr2_sf@overlay-primary-update-sf-dmg-area-3.html
    - shard-glk:          NOTRUN -> [SKIP][86] ([fdo#109271] / [i915#658]) +1 similar issue
   [86]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6135/shard-glk3/igt@kms_psr2_sf@overlay-primary-update-sf-dmg-area-3.html

  * igt@kms_psr2_sf@overlay-primary-update-sf-dmg-area-5:
    - shard-tglb:         NOTRUN -> [SKIP][87] ([i915#2920]) +2 similar issues
   [87]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6135/shard-tglb2/igt@kms_psr2_sf@overlay-primary-update-sf-dmg-area-5.html

  * igt@kms_psr@psr2_cursor_mmap_gtt:
    - shard-tglb:         NOTRUN -> [FAIL][88] ([i915#132] / [i915#3467])
   [88]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6135/shard-tglb8/igt@kms_psr@psr2_cursor_mmap_gtt.html
    - shard-iclb:         NOTRUN -> [SKIP][89] ([fdo#109441])
   [89]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6135/shard-iclb7/igt@kms_psr@psr2_cursor_mmap_gtt.html

  * igt@kms_psr@psr2_sprite_mmap_cpu:
    - shard-iclb:         [PASS][90] -> [SKIP][91] ([fdo#109441])
   [90]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10495/shard-iclb2/igt@kms_psr@psr2_sprite_mmap_cpu.html
   [91]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6135/shard-iclb1/igt@kms_psr@psr2_sprite_mmap_cpu.html

  * igt@kms_vblank@pipe-a-ts-continuation-suspend:
    - shard-kbl:          [PASS][92] -> [DMESG-WARN][93] ([i915#180] / [i915#295])
   [92]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10495/shard-kbl3/igt@kms_vblank@pipe-a-ts-continuation-suspend.html
   [93]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6135/shard-kbl6/igt@kms_vblank@pipe-a-ts-continuation-suspend.html

  * igt@kms_writeback@writeback-fb-id:
    - shard-apl:          NOTRUN -> [SKIP][94] ([fdo#109271] / [i915#2437]) +1 similar issue
   [94]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6135/shard-apl8/igt@kms_writeback@writeback-fb-id.html

  * igt@nouveau_crc@pipe-c-source-outp-complete:
    - shard-tglb:         NOTRUN -> [SKIP][95] ([i915#2530])
   [95]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6135/shard-tglb8/igt@nouveau_crc@pipe-c-source-outp-complete.html
    - shard-iclb:         NOTRUN -> [SKIP][96] ([i915#2530])
   [96]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6135/shard-iclb7/igt@nouveau_crc@pipe-c-source-outp-complete.html

  * igt@perf@polling-parameterized:
    - shard-glk:          [PASS][97] -> [FAIL][98] ([i915#1542])
   [97]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10495/shard-glk1/igt@perf@polling-parameterized.html
   [98]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6135/shard-glk3/igt@perf@polling-parameterized.html

  * igt@prime_nv_pcopy@test_semaphore:
    - shard-iclb:         NOTRUN -> [SKIP][99] ([fdo#109291]) +1 similar issue
   [99]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6135/shard-iclb6/igt@prime_nv_pcopy@test_semaphore.html

  * igt@prime_nv_test@nv_write_i915_gtt_mmap_read:
    - shard-tglb:         NOTRUN -> [SKIP][100] ([fdo#109291]) +1 similar issue
   [100]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6135/shard-tglb8/igt@prime_nv_test@nv_write_i915_gtt_mmap_read.html

  * igt@sysfs_clients@pidname:
    - shard-apl:          NOTRUN -> [SKIP][101] ([fdo#109271] / [i915#2994]) +1 similar issue
   [101]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6135/shard-apl6/igt@sysfs_clients@pidname.html

  
#### Possible fixes ####

  * igt@gem_exec_fair@basic-deadline:
    - shard-kbl:          [FAIL][102] ([i915#2846]) -> [PASS][103]
   [102]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10495/shard-kbl1/igt@gem_exec_fair@basic-deadline.html
   [103]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6135/shard-kbl4/igt@gem_exec_fair@basic-deadline.html
    - shard-glk:          [FAIL][104] ([i915#2846]) -> [PASS][105]
   [104]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10495/shard-glk4/igt@gem_exec_fair@basic-deadline.html
   [105]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6135/shard-glk9/igt@gem_exec_fair@basic-deadline.html

  * igt@gem_exec_fair@basic-none-share@rcs0:
    - shard-apl:          [SKIP][106] ([fdo#109271]) -> [PASS][107]
   [106]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10495/shard-apl2/igt@gem_exec_fair@basic-none-share@rcs0.html
   [107]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6135/shard-apl1/igt@gem_exec_fair@basic-none-share@rcs0.html

  * igt@gem_exec_fair@basic-pace-share@rcs0:
    - shard-kbl:          [FAIL][108] ([i915#2842]) -> [PASS][109]
   [108]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10495/shard-kbl4/igt@gem_exec_fair@basic-pace-share@rcs0.html
   [109]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6135/shard-kbl7/igt@gem_exec_fair@basic-pace-share@rcs0.html

  * igt@gem_exec_fair@basic-pace-solo@rcs0:
    - shard-tglb:         [FAIL][110] ([i915#2842]) -> [PASS][111] +1 similar issue
   [110]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10495/shard-tglb6/igt@gem_exec_fair@basic-pace-solo@rcs0.html
   [111]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6135/shard-tglb6/igt@gem_exec_fair@basic-pace-solo@rcs0.html

  * igt@gem_exec_fair@basic-pace@bcs0:
    - shard-iclb:         [FAIL][112] ([i915#2842]) -> [PASS][113]
   [112]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10495/shard-iclb2/igt@gem_exec_fair@basic-pace@bcs0.html
   [113]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6135/shard-iclb8/igt@gem_exec_fair@basic-pace@bcs0.html

  * igt@gem_exec_fair@basic-throttle@rcs0:
    - shard-glk:          [FAIL][114] ([i915#2842]) -> [PASS][115] +1 similar issue
   [114]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10495/shard-glk3/igt@gem_exec_fair@basic-throttle@rcs0.html
   [115]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6135/shard-glk1/igt@gem_exec_fair@basic-throttle@rcs0.html

  * igt@kms_flip@2x-flip-vs-expired-vblank-interruptible@bc-hdmi-a1-hdmi-a2:
    - shard-glk:          [FAIL][116] ([i915#79]) -> [PASS][117]
   [116]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10495/shard-glk7/igt@kms_flip@2x-flip-vs-expired-vblank-interruptible@bc-hdmi-a1-hdmi-a2.html
   [117]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6135/shard-glk9/igt@kms_flip@2x-flip-vs-expired-vblank-interruptible@bc-hdmi-a1-hdmi-a2.html

  * igt@kms_flip@flip-vs-suspend-interruptible@a-dp1:
    - shard-kbl:          [DMESG-WARN][118] ([i915#180]) -> [PASS][119] +4 similar issues
   [118]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10495/shard-kbl4/igt@kms_flip@flip-vs-suspend-interruptible@a-dp1.html
   [119]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6135/shard-kbl3/igt@kms_flip@flip-vs-suspend-interruptible@a-dp1.html

  * igt@kms_flip@flip-vs-suspend-interruptible@c-dp1:
    - shard-apl:          [DMESG-WARN][120] ([i915#180]) -> [PASS][121]
   [120]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10495/shard-apl2/igt@kms_flip@flip-vs-suspend-interruptible@c-dp1.html
   [121]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6135/shard-apl6/igt@kms_flip@flip-vs-suspend-interruptible@c-dp1.html

  * igt@kms_hdmi_inject@inject-audio:
    - shard-tglb:         [SKIP][122] ([i915#433]) -> [PASS][123]
   [122]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10495/shard-tglb1/igt@kms_hdmi_inject@inject-audio.html
   [123]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6135/shard-tglb5/igt@kms_hdmi_inject@inject-audio.html

  * igt@kms_psr2_su@frontbuffer:
    - shard-iclb:         [SKIP][124] ([fdo#109642] / [fdo#111068] / [i915#658]) -> [PASS][125]
   [124]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10495/shard-iclb6/igt@kms_psr2_su@frontbuffer.html
   [125]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6135/shard-iclb2/igt@kms_psr2_su@frontbuffer.html

  * igt@kms_psr@psr2_no_drrs:
    - shard-iclb:         [SKIP][126] ([fdo#109441]) -> [PASS][127] +1 similar issue
   [126]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10495/shard-iclb3/igt@kms_psr@psr2_no_drrs.html
   [127]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6135/shard-iclb2/igt@kms_psr@psr2_no_drrs.html

  
#### Warnings ####

  * igt@i915_pm_rc6_residency@rc6-fence:
    - shard-iclb:         [WARN][128] ([i915#1804] / [i915#2684]) -> [WARN][129] ([i915#2684])
   [128]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10495/shard-iclb4/igt@i915_pm_rc6_residency@rc6-fence.html
   [129]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6135/shard-iclb8/igt@i915_pm_rc6_residency@rc6-fence.html

  * igt@kms_psr2_sf@primary-plane-update-sf-dmg-area-1:
    - shard-iclb:         [SKIP][130] ([i915#658]) -> [SKIP][131] ([i915#2920]) +1 similar issue
   [130]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10495/shard-iclb6/igt@kms_psr2_sf@primary-plane-update-sf-dmg-area-1.html
   [131]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6135/shard-iclb2/igt@kms_psr2_sf@primary-plane-update-sf-dmg-area-1.html

  * igt@kms_psr2_sf@primary-plane-update-sf-dmg-area-5:
    - shard-iclb:         [SKIP][132] ([i915#2920]) -> [SKIP][133] ([i915#658])
   [132]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10495/shard-iclb2/igt@kms_psr2_sf@primary-plane-update-sf-dmg-area-5.html
   [133]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6135/shard-iclb8/igt@kms_psr2_sf@primary-plane-update-sf-dmg-area-5.html

  * igt@runner@aborted:
    - shard-kbl:          ([FAIL][134], [FAIL][135], [FAIL][136], [FAIL][137]) ([i915#1436] / [i915#180] / [i915#3002] / [i915#3363]) -> ([FAIL][138], [FAIL][139], [FAIL][140], [FAIL][141], [FAIL][142], [FAIL][143]) ([i915#1436] / [i915#180] / [i915#1814] / [i915#2505] / [i915#3002] / [i915#3363] / [i915#602])
   [134]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10495/shard-kbl4/igt@runner@aborted.html
   [135]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10495/shard-kbl4/igt@runner@aborted.html
   [136]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10495/shard-kbl7/igt@runner@aborted.html
   [137]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10495/shard-kbl2/igt@runner@aborted.html
   [138]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6135/shard-kbl1/igt@runner@aborted.html
   [139]: https://intel-gfx-ci.01.org/tree/

== Logs ==

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

[-- Attachment #2: Type: text/html, Size: 33705 bytes --]

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

* Re: [igt-dev] [PATCH 2/4] tests/kms_concurrent: Making the test more generic
       [not found] ` <20210818145614.1093522-3-Rodrigo.Siqueira@amd.com>
@ 2021-08-18 17:08   ` Mark Yacoub
       [not found]     ` <20210818181830.w23vhv4j3zgq6vwi@outlook.office365.com>
  0 siblings, 1 reply; 5+ messages in thread
From: Mark Yacoub @ 2021-08-18 17:08 UTC (permalink / raw)
  To: Rodrigo Siqueira, abhinavk
  Cc: Development mailing list for IGT GPU Tools, Harry Wentland,
	Nicholas Choi, Sean Paul, Melissa Wen, Arkadiusz Hiler,
	Petri Latvala

This fails when I run it on freedreno.

This is the IGT output:

Subtest pipe-A: SUCCESS (0.175s)
Starting subtest: pipe-B
Testing resolution with connector eDP-1 using pipe B with seed 1629306399
(kms_concurrent:21753) igt_kms-CRITICAL: Test assertion failure
function do_display_commit, file
../igt-gpu-tools-9999/lib/igt_kms.c:3754:
(kms_concurrent:21753) igt_kms-CRITICAL: Failed assertion: ret == 0
(kms_concurrent:21753) igt_kms-CRITICAL: Last errno: 22, Invalid argument
(kms_concurrent:21753) igt_kms-CRITICAL: error: -22 != 0
Stack trace:
Subtest pipe-B failed.
**** DEBUG ****
(kms_concurrent:21753) INFO: Testing resolution with connector eDP-1
using pipe B with seed 1629306399
(kms_concurrent:21753) igt_kms-DEBUG: display: eDP-1: set_pipe(B)
(kms_concurrent:21753) igt_kms-DEBUG: display: eDP-1: Selecting pipe B
(kms_concurrent:21753) igt_kms-DEBUG: display: eDP-1: set_pipe(None)
(kms_concurrent:21753) igt_kms-DEBUG: display: eDP-1: Selecting pipe None
(kms_concurrent:21753) igt_kms-DEBUG: display: commit {
(kms_concurrent:21753) igt_kms-DEBUG: Pipe B: Setting property
"MODE_ID" to 0x0/0
(kms_concurrent:21753) igt_kms-DEBUG: Pipe B: Setting property "ACTIVE" to 0x0/0
(kms_concurrent:21753) igt_kms-DEBUG: display:     eDP-1: preparing
atomic, pipe: None
(kms_concurrent:21753) igt_kms-DEBUG: eDP-1: Setting property "CRTC_ID" to 0x0/0
(kms_concurrent:21753) igt_kms-DEBUG: display: }
(kms_concurrent:21753) igt_kms-CRITICAL: Test assertion failure
function do_display_commit, file
../igt-gpu-tools-9999/lib/igt_kms.c:3754:
(kms_concurrent:21753) igt_kms-CRITICAL: Failed assertion: ret == 0
(kms_concurrent:21753) igt_kms-CRITICAL: Last errno: 22, Invalid argument
(kms_concurrent:21753) igt_kms-CRITICAL: error: -22 != 0
(kms_concurrent:21753) igt_core-INFO: Stack trace:
****  END  ****
Subtest pipe-B: FAIL (0.008s)

This is the kernel log I see:

[77077.164985] [drm:drm_compat_ioctl] comm="kms_concurrent",
pid=20615, dev=0xe201, auth=1, DRM_IOCTL_VERSION
[77077.164985] [drm:drm_mode_object_put] OBJ ID: 32 (3)
[77077.164990] [drm:drm_ioctl] comm="kms_concurrent" pid=20615,
dev=0xe201, auth=1, DRM_IOCTL_MODE_MAP_DUMB
[77077.165006] [drm:drm_ioctl] comm="kms_concurrent" pid=20611,
dev=0xe201, auth=1, DRM_IOCTL_MODE_GETPROPERTY
[77077.165026] [drm:drm_ioctl] comm="kms_concurrent" pid=20611,
dev=0xe201, auth=1, DRM_IOCTL_MODE_GETPROPERTY
[77077.165048] [drm:drm_ioctl] comm="kms_concurrent" pid=20611,
dev=0xe201, auth=1, DRM_IOCTL_MODE_GETPROPERTY
[77077.165069] [drm:drm_ioctl] comm="kms_concurrent" pid=20611,
dev=0xe201, auth=1, DRM_IOCTL_MODE_GETPROPERTY
[77077.165093] [drm:drm_ioctl] comm="kms_concurrent" pid=20611,
dev=0xe201, auth=1, DRM_IOCTL_MODE_GETPROPERTY
[77077.165137] [drm:drm_ioctl] comm="kms_concurrent" pid=20611,
dev=0xe201, auth=1, DRM_IOCTL_MODE_GETPROPERTY
[77077.165164] [drm:drm_ioctl] comm="kms_concurrent" pid=20611,
dev=0xe201, auth=1, DRM_IOCTL_MODE_GETPROPERTY
[77077.165184] [drm:drm_ioctl] comm="kms_concurrent" pid=20611,
dev=0xe201, auth=1, DRM_IOCTL_MODE_GETPROPERTY
[77077.165206] [drm:drm_ioctl] comm="kms_concurrent" pid=20611,
dev=0xe201, auth=1, DRM_IOCTL_MODE_GETPROPERTY
[77077.165226] [drm:drm_ioctl] comm="kms_concurrent" pid=20611,
dev=0xe201, auth=1, DRM_IOCTL_MODE_GETPROPERTY
[77077.165247] [drm:drm_ioctl] comm="kms_concurrent" pid=20611,
dev=0xe201, auth=1, DRM_IOCTL_MODE_GETPROPERTY
[77077.165266] [drm:drm_ioctl] comm="kms_concurrent" pid=20611,
dev=0xe201, auth=1, DRM_IOCTL_MODE_GETPROPERTY
[77077.165433] [drm:drm_ioctl] comm="kms_concurrent" pid=20611,
dev=0xe201, auth=1, DRM_IOCTL_MODE_ATOMIC
[77077.165459] [drm:drm_atomic_state_init] Allocated atomic state
0000000056410621
[77077.165486] [drm:drm_mode_object_get] OBJ ID: 32 (3)
[77077.165499] [drm:drm_mode_object_get] OBJ ID: 32 (4)
[77077.165511] [drm:drm_atomic_get_connector_state] Added
[CONNECTOR:32:eDP-1] 00000000d4c72b94 state to 0000000056410621
[77077.165536] [drm:drm_mode_object_get] OBJ ID: 58 (2)
[77077.165548] [drm:drm_atomic_get_crtc_state] Added [CRTC:51:crtc-0]
00000000f17155a3 state to 0000000056410621
[77077.165564] [drm:drm_mode_object_put] OBJ ID: 32 (5)
[77077.165579] msm ae00000.mdss:
[drm:drm_atomic_set_crtc_for_connector] Link [CONNECTOR:32:eDP-1]
state 00000000d4c72b94 to [NOCRTC]
[77077.165596] [drm:drm_mode_object_put] OBJ ID: 32 (4)
[77077.165612] [drm:drm_atomic_get_crtc_state] Added [CRTC:52:crtc-1]
00000000d8d16568 state to 0000000056410621
[77077.165635] [drm:drm_atomic_print_new_state] checking 0000000056410621
[77077.165650] msm ae00000.mdss: [drm] crtc[51]: crtc-0
[77077.165672] msm ae00000.mdss: [drm] enable=1
[77077.165685] msm ae00000.mdss: [drm] active=1
[77077.165697] msm ae00000.mdss: [drm] self_refresh_active=0
[77077.165709] msm ae00000.mdss: [drm] planes_changed=0
[77077.165721] msm ae00000.mdss: [drm] mode_changed=0
[77077.165733] msm ae00000.mdss: [drm] active_changed=0
[77077.165744] msm ae00000.mdss: [drm] connectors_changed=0
[77077.165755] msm ae00000.mdss: [drm] color_mgmt_changed=0
[77077.165766] msm ae00000.mdss: [drm] plane_mask=0
[77077.165777] msm ae00000.mdss: [drm] connector_mask=0
[77077.165789] msm ae00000.mdss: [drm] encoder_mask=1
[77077.165801] msm ae00000.mdss: [drm] mode: "1920x1080": 60 147840
1920 1968 2000 2200 1080 1083 1089 1120 0x48 0x9
[77077.165824] msm ae00000.mdss: [drm] crtc[52]: crtc-1
[77077.165837] msm ae00000.mdss: [drm] enable=0
[77077.165849] msm ae00000.mdss: [drm] active=0
[77077.165860] msm ae00000.mdss: [drm] self_refresh_active=0
[77077.165873] msm ae00000.mdss: [drm] planes_changed=0
[77077.165885] msm ae00000.mdss: [drm] mode_changed=0
[77077.165896] msm ae00000.mdss: [drm] active_changed=0
[77077.165909] msm ae00000.mdss: [drm] connectors_changed=0
[77077.165921] msm ae00000.mdss: [drm] color_mgmt_changed=0
[77077.165932] msm ae00000.mdss: [drm] plane_mask=0
[77077.165944] msm ae00000.mdss: [drm] connector_mask=0
[77077.165956] msm ae00000.mdss: [drm] encoder_mask=0
[77077.165968] msm ae00000.mdss: [drm] mode: "": 0 0 0 0 0 0 0 0 0 0 0x0 0x0
[77077.165986] msm ae00000.mdss: [drm] connector[32]: eDP-1
[77077.166000] msm ae00000.mdss: [drm] crtc=(null)
[77077.166012] msm ae00000.mdss: [drm] self_refresh_aware=0
[77077.166025] [drm:drm_atomic_check_only] checking 0000000056410621
[77077.166043] [drm:drm_atomic_helper_check_modeset] [CRTC:51:crtc-0]
enabled/connectors mismatch
[77077.166059] [drm:drm_atomic_check_only] atomic driver check for
0000000056410621 failed: -22
[77077.166075] [drm:drm_atomic_state_default_clear] Clearing atomic
state 0000000056410621
[77077.166089] [drm:drm_mode_object_put] OBJ ID: 32 (3)
[77077.166127] [drm:dpu_crtc_destroy_state] crtc51
[77077.166144] [drm:drm_mode_object_put] OBJ ID: 58 (3)
[77077.166157] [drm:dpu_crtc_destroy_state] crtc52
[77077.166168] [drm:__drm_atomic_state_free] Freeing atomic state
0000000056410621
[77077.166186] [drm:drm_ioctl] comm="kms_concurrent", pid=20611, ret=-22

On Wed, Aug 18, 2021 at 10:56 AM Rodrigo Siqueira
<Rodrigo.Siqueira@amd.com> wrote:
>
> Currently, the "kms_concurrent" does not work in non-intel drivers due
> to using specific modifiers and operations related to i915. This commit
> removes some of these particular codes in order to make them generic for
> other drivers. After applying this change, kms_concurrent passed on AMD
> hardware and VKMS.
>
> Cc: Harry Wentland <harry.wentland@amd.com>
> Cc: Nicholas Choi <Nicholas.Choi@amd.com>
> Cc: Sean Paul <seanpaul@chromium.org>
> Cc: Mark Yacoub <markyacoub@chromium.org>
> Cc: Melissa Wen <melissa.srw@gmail.com>
> Cc: Arkadiusz Hiler <arek@hiler.eu>
> Cc: Petri Latvala <petri.latvala@intel.com>
> Signed-off-by: Rodrigo Siqueira <Rodrigo.Siqueira@amd.com>
> ---
>  tests/kms_concurrent.c | 27 ++++++++++++++-------------
>  1 file changed, 14 insertions(+), 13 deletions(-)
>
> diff --git a/tests/kms_concurrent.c b/tests/kms_concurrent.c
> index 969f07a7..88372d5c 100644
> --- a/tests/kms_concurrent.c
> +++ b/tests/kms_concurrent.c
> @@ -104,8 +104,7 @@ create_fb_for_mode_position(data_t *data, drmModeModeInfo *mode,
>
>         primary = igt_output_get_plane_type(output, DRM_PLANE_TYPE_PRIMARY);
>
> -       fb_id = igt_create_fb(data->drm_fd,
> -                             mode->hdisplay, mode->vdisplay,
> +       fb_id = igt_create_fb(data->drm_fd, mode->hdisplay, mode->vdisplay,
>                               DRM_FORMAT_XRGB8888,
>                               tiling,
>                               &data->fb[primary->index]);
> @@ -138,6 +137,7 @@ prepare_planes(data_t *data, enum pipe pipe, int max_planes,
>         int *y;
>         int *size;
>         int i;
> +       int format, modifier;
>
>         igt_output_set_pipe(output, pipe);
>
> @@ -161,24 +161,25 @@ prepare_planes(data_t *data, enum pipe pipe, int max_planes,
>         for (i = 0; i < max_planes; i++) {
>                 igt_plane_t *plane = igt_output_get_plane(output, i);
>
> -               if (plane->type == DRM_PLANE_TYPE_PRIMARY)
> +               if (plane->type == DRM_PLANE_TYPE_PRIMARY) {
>                         continue;
> -               else if (plane->type == DRM_PLANE_TYPE_CURSOR)
> +               } else if (plane->type == DRM_PLANE_TYPE_CURSOR) {
>                         size[i] = SIZE_CURSOR;
> -               else
> +                       format = DRM_FORMAT_ARGB8888;
> +                       modifier = DRM_FORMAT_MOD_NONE;
> +               } else {
>                         size[i] = SIZE_PLANE;
> +                       format = DRM_FORMAT_XRGB8888;
> +                       modifier = DRM_FORMAT_MOD_NONE;
> +               }
>
>                 x[i] = rand() % (mode->hdisplay - size[i]);
>                 y[i] = rand() % (mode->vdisplay - size[i]);
>
>                 data->plane[i] = plane;
>
> -               igt_create_color_fb(data->drm_fd,
> -                                   size[i], size[i],
> -                                   data->plane[i]->type == DRM_PLANE_TYPE_CURSOR ? DRM_FORMAT_ARGB8888 : DRM_FORMAT_XRGB8888,
> -                                   data->plane[i]->type == DRM_PLANE_TYPE_CURSOR ? DRM_FORMAT_MOD_NONE : I915_FORMAT_MOD_X_TILED,
> -                                   0.0f, 0.0f, 1.0f,
> -                                   &data->fb[i]);
> +               igt_create_color_fb(data->drm_fd, size[i], size[i], format, modifier,
> +                                   0.0f, 0.0f, 1.0f, &data->fb[i]);
>
>                 igt_plane_set_position(data->plane[i], x[i], y[i]);
>                 igt_plane_set_fb(data->plane[i], &data->fb[i]);
> @@ -186,8 +187,7 @@ prepare_planes(data_t *data, enum pipe pipe, int max_planes,
>
>         /* primary plane */
>         data->plane[primary->index] = primary;
> -       create_fb_for_mode_position(data, mode, x, y, size, size,
> -                                   I915_FORMAT_MOD_X_TILED,
> +       create_fb_for_mode_position(data, mode, x, y, size, size, DRM_FORMAT_MOD_NONE,
>                                     max_planes, output);
>
>         igt_plane_set_fb(data->plane[primary->index], &data->fb[primary->index]);
> @@ -268,6 +268,7 @@ test_resolution_with_output(data_t *data, enum pipe pipe, int max_planes, igt_ou
>
>                 /* switch to lower resolution */
>                 igt_output_override_mode(output, mode_lo);
> +               igt_output_set_pipe(output, PIPE_NONE);
>                 igt_display_commit2(&data->display, COMMIT_ATOMIC);
>
>                 /* switch back to higher resolution */
> --
> 2.25.1
>

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

* Re: [igt-dev] [PATCH 2/4] tests/kms_concurrent: Making the test more generic
       [not found]     ` <20210818181830.w23vhv4j3zgq6vwi@outlook.office365.com>
@ 2021-08-18 18:22       ` Mark Yacoub
  0 siblings, 0 replies; 5+ messages in thread
From: Mark Yacoub @ 2021-08-18 18:22 UTC (permalink / raw)
  To: Rodrigo Siqueira
  Cc: abhinavk, Development mailing list for IGT GPU Tools,
	Harry Wentland, Nicholas Choi, Sean Paul, Melissa Wen,
	Arkadiusz Hiler, Petri Latvala

On Wed, Aug 18, 2021 at 2:18 PM Rodrigo Siqueira
<Rodrigo.Siqueira@amd.com> wrote:
>
> On 08/18, Mark Yacoub wrote:
> > This fails when I run it on freedreno.
> >
> > This is the IGT output:
>
> Hi Mark,
>
> Is freedreno an ARM-based system? I suppose this test was not even
> passed on pipe-A and others before, right?
It is, but the test runs just fine without this patch, but with adding
an earlier patch of mine that fixes the modifier.
>
> How about your Zork system?
I haven't tried it yet, I'm unable to test at the moment.
>
> Thanks
>
> > Subtest pipe-A: SUCCESS (0.175s)
> > Starting subtest: pipe-B
> > Testing resolution with connector eDP-1 using pipe B with seed 1629306399
> > (kms_concurrent:21753) igt_kms-CRITICAL: Test assertion failure
> > function do_display_commit, file
> > ../igt-gpu-tools-9999/lib/igt_kms.c:3754:
> > (kms_concurrent:21753) igt_kms-CRITICAL: Failed assertion: ret == 0
> > (kms_concurrent:21753) igt_kms-CRITICAL: Last errno: 22, Invalid argument
> > (kms_concurrent:21753) igt_kms-CRITICAL: error: -22 != 0
> > Stack trace:
> > Subtest pipe-B failed.
> > **** DEBUG ****
> > (kms_concurrent:21753) INFO: Testing resolution with connector eDP-1
> > using pipe B with seed 1629306399
> > (kms_concurrent:21753) igt_kms-DEBUG: display: eDP-1: set_pipe(B)
> > (kms_concurrent:21753) igt_kms-DEBUG: display: eDP-1: Selecting pipe B
> > (kms_concurrent:21753) igt_kms-DEBUG: display: eDP-1: set_pipe(None)
> > (kms_concurrent:21753) igt_kms-DEBUG: display: eDP-1: Selecting pipe None
> > (kms_concurrent:21753) igt_kms-DEBUG: display: commit {
> > (kms_concurrent:21753) igt_kms-DEBUG: Pipe B: Setting property
> > "MODE_ID" to 0x0/0
> > (kms_concurrent:21753) igt_kms-DEBUG: Pipe B: Setting property "ACTIVE" to 0x0/0
> > (kms_concurrent:21753) igt_kms-DEBUG: display:     eDP-1: preparing
> > atomic, pipe: None
> > (kms_concurrent:21753) igt_kms-DEBUG: eDP-1: Setting property "CRTC_ID" to 0x0/0
> > (kms_concurrent:21753) igt_kms-DEBUG: display: }
> > (kms_concurrent:21753) igt_kms-CRITICAL: Test assertion failure
> > function do_display_commit, file
> > ../igt-gpu-tools-9999/lib/igt_kms.c:3754:
> > (kms_concurrent:21753) igt_kms-CRITICAL: Failed assertion: ret == 0
> > (kms_concurrent:21753) igt_kms-CRITICAL: Last errno: 22, Invalid argument
> > (kms_concurrent:21753) igt_kms-CRITICAL: error: -22 != 0
> > (kms_concurrent:21753) igt_core-INFO: Stack trace:
> > ****  END  ****
> > Subtest pipe-B: FAIL (0.008s)
> >
> > This is the kernel log I see:
> >
> > [77077.164985] [drm:drm_compat_ioctl] comm="kms_concurrent",
> > pid=20615, dev=0xe201, auth=1, DRM_IOCTL_VERSION
> > [77077.164985] [drm:drm_mode_object_put] OBJ ID: 32 (3)
> > [77077.164990] [drm:drm_ioctl] comm="kms_concurrent" pid=20615,
> > dev=0xe201, auth=1, DRM_IOCTL_MODE_MAP_DUMB
> > [77077.165006] [drm:drm_ioctl] comm="kms_concurrent" pid=20611,
> > dev=0xe201, auth=1, DRM_IOCTL_MODE_GETPROPERTY
> > [77077.165026] [drm:drm_ioctl] comm="kms_concurrent" pid=20611,
> > dev=0xe201, auth=1, DRM_IOCTL_MODE_GETPROPERTY
> > [77077.165048] [drm:drm_ioctl] comm="kms_concurrent" pid=20611,
> > dev=0xe201, auth=1, DRM_IOCTL_MODE_GETPROPERTY
> > [77077.165069] [drm:drm_ioctl] comm="kms_concurrent" pid=20611,
> > dev=0xe201, auth=1, DRM_IOCTL_MODE_GETPROPERTY
> > [77077.165093] [drm:drm_ioctl] comm="kms_concurrent" pid=20611,
> > dev=0xe201, auth=1, DRM_IOCTL_MODE_GETPROPERTY
> > [77077.165137] [drm:drm_ioctl] comm="kms_concurrent" pid=20611,
> > dev=0xe201, auth=1, DRM_IOCTL_MODE_GETPROPERTY
> > [77077.165164] [drm:drm_ioctl] comm="kms_concurrent" pid=20611,
> > dev=0xe201, auth=1, DRM_IOCTL_MODE_GETPROPERTY
> > [77077.165184] [drm:drm_ioctl] comm="kms_concurrent" pid=20611,
> > dev=0xe201, auth=1, DRM_IOCTL_MODE_GETPROPERTY
> > [77077.165206] [drm:drm_ioctl] comm="kms_concurrent" pid=20611,
> > dev=0xe201, auth=1, DRM_IOCTL_MODE_GETPROPERTY
> > [77077.165226] [drm:drm_ioctl] comm="kms_concurrent" pid=20611,
> > dev=0xe201, auth=1, DRM_IOCTL_MODE_GETPROPERTY
> > [77077.165247] [drm:drm_ioctl] comm="kms_concurrent" pid=20611,
> > dev=0xe201, auth=1, DRM_IOCTL_MODE_GETPROPERTY
> > [77077.165266] [drm:drm_ioctl] comm="kms_concurrent" pid=20611,
> > dev=0xe201, auth=1, DRM_IOCTL_MODE_GETPROPERTY
> > [77077.165433] [drm:drm_ioctl] comm="kms_concurrent" pid=20611,
> > dev=0xe201, auth=1, DRM_IOCTL_MODE_ATOMIC
> > [77077.165459] [drm:drm_atomic_state_init] Allocated atomic state
> > 0000000056410621
> > [77077.165486] [drm:drm_mode_object_get] OBJ ID: 32 (3)
> > [77077.165499] [drm:drm_mode_object_get] OBJ ID: 32 (4)
> > [77077.165511] [drm:drm_atomic_get_connector_state] Added
> > [CONNECTOR:32:eDP-1] 00000000d4c72b94 state to 0000000056410621
> > [77077.165536] [drm:drm_mode_object_get] OBJ ID: 58 (2)
> > [77077.165548] [drm:drm_atomic_get_crtc_state] Added [CRTC:51:crtc-0]
> > 00000000f17155a3 state to 0000000056410621
> > [77077.165564] [drm:drm_mode_object_put] OBJ ID: 32 (5)
> > [77077.165579] msm ae00000.mdss:
> > [drm:drm_atomic_set_crtc_for_connector] Link [CONNECTOR:32:eDP-1]
> > state 00000000d4c72b94 to [NOCRTC]
> > [77077.165596] [drm:drm_mode_object_put] OBJ ID: 32 (4)
> > [77077.165612] [drm:drm_atomic_get_crtc_state] Added [CRTC:52:crtc-1]
> > 00000000d8d16568 state to 0000000056410621
> > [77077.165635] [drm:drm_atomic_print_new_state] checking 0000000056410621
> > [77077.165650] msm ae00000.mdss: [drm] crtc[51]: crtc-0
> > [77077.165672] msm ae00000.mdss: [drm] enable=1
> > [77077.165685] msm ae00000.mdss: [drm] active=1
> > [77077.165697] msm ae00000.mdss: [drm] self_refresh_active=0
> > [77077.165709] msm ae00000.mdss: [drm] planes_changed=0
> > [77077.165721] msm ae00000.mdss: [drm] mode_changed=0
> > [77077.165733] msm ae00000.mdss: [drm] active_changed=0
> > [77077.165744] msm ae00000.mdss: [drm] connectors_changed=0
> > [77077.165755] msm ae00000.mdss: [drm] color_mgmt_changed=0
> > [77077.165766] msm ae00000.mdss: [drm] plane_mask=0
> > [77077.165777] msm ae00000.mdss: [drm] connector_mask=0
> > [77077.165789] msm ae00000.mdss: [drm] encoder_mask=1
> > [77077.165801] msm ae00000.mdss: [drm] mode: "1920x1080": 60 147840
> > 1920 1968 2000 2200 1080 1083 1089 1120 0x48 0x9
> > [77077.165824] msm ae00000.mdss: [drm] crtc[52]: crtc-1
> > [77077.165837] msm ae00000.mdss: [drm] enable=0
> > [77077.165849] msm ae00000.mdss: [drm] active=0
> > [77077.165860] msm ae00000.mdss: [drm] self_refresh_active=0
> > [77077.165873] msm ae00000.mdss: [drm] planes_changed=0
> > [77077.165885] msm ae00000.mdss: [drm] mode_changed=0
> > [77077.165896] msm ae00000.mdss: [drm] active_changed=0
> > [77077.165909] msm ae00000.mdss: [drm] connectors_changed=0
> > [77077.165921] msm ae00000.mdss: [drm] color_mgmt_changed=0
> > [77077.165932] msm ae00000.mdss: [drm] plane_mask=0
> > [77077.165944] msm ae00000.mdss: [drm] connector_mask=0
> > [77077.165956] msm ae00000.mdss: [drm] encoder_mask=0
> > [77077.165968] msm ae00000.mdss: [drm] mode: "": 0 0 0 0 0 0 0 0 0 0 0x0 0x0
> > [77077.165986] msm ae00000.mdss: [drm] connector[32]: eDP-1
> > [77077.166000] msm ae00000.mdss: [drm] crtc=(null)
> > [77077.166012] msm ae00000.mdss: [drm] self_refresh_aware=0
> > [77077.166025] [drm:drm_atomic_check_only] checking 0000000056410621
> > [77077.166043] [drm:drm_atomic_helper_check_modeset] [CRTC:51:crtc-0]
> > enabled/connectors mismatch
> > [77077.166059] [drm:drm_atomic_check_only] atomic driver check for
> > 0000000056410621 failed: -22
> > [77077.166075] [drm:drm_atomic_state_default_clear] Clearing atomic
> > state 0000000056410621
> > [77077.166089] [drm:drm_mode_object_put] OBJ ID: 32 (3)
> > [77077.166127] [drm:dpu_crtc_destroy_state] crtc51
> > [77077.166144] [drm:drm_mode_object_put] OBJ ID: 58 (3)
> > [77077.166157] [drm:dpu_crtc_destroy_state] crtc52
> > [77077.166168] [drm:__drm_atomic_state_free] Freeing atomic state
> > 0000000056410621
> > [77077.166186] [drm:drm_ioctl] comm="kms_concurrent", pid=20611, ret=-22
> >
> > On Wed, Aug 18, 2021 at 10:56 AM Rodrigo Siqueira
> > <Rodrigo.Siqueira@amd.com> wrote:
> > >
> > > Currently, the "kms_concurrent" does not work in non-intel drivers due
> > > to using specific modifiers and operations related to i915. This commit
> > > removes some of these particular codes in order to make them generic for
> > > other drivers. After applying this change, kms_concurrent passed on AMD
> > > hardware and VKMS.
> > >
> > > Cc: Harry Wentland <harry.wentland@amd.com>
> > > Cc: Nicholas Choi <Nicholas.Choi@amd.com>
> > > Cc: Sean Paul <seanpaul@chromium.org>
> > > Cc: Mark Yacoub <markyacoub@chromium.org>
> > > Cc: Melissa Wen <melissa.srw@gmail.com>
> > > Cc: Arkadiusz Hiler <arek@hiler.eu>
> > > Cc: Petri Latvala <petri.latvala@intel.com>
> > > Signed-off-by: Rodrigo Siqueira <Rodrigo.Siqueira@amd.com>
> > > ---
> > >  tests/kms_concurrent.c | 27 ++++++++++++++-------------
> > >  1 file changed, 14 insertions(+), 13 deletions(-)
> > >
> > > diff --git a/tests/kms_concurrent.c b/tests/kms_concurrent.c
> > > index 969f07a7..88372d5c 100644
> > > --- a/tests/kms_concurrent.c
> > > +++ b/tests/kms_concurrent.c
> > > @@ -104,8 +104,7 @@ create_fb_for_mode_position(data_t *data, drmModeModeInfo *mode,
> > >
> > >         primary = igt_output_get_plane_type(output, DRM_PLANE_TYPE_PRIMARY);
> > >
> > > -       fb_id = igt_create_fb(data->drm_fd,
> > > -                             mode->hdisplay, mode->vdisplay,
> > > +       fb_id = igt_create_fb(data->drm_fd, mode->hdisplay, mode->vdisplay,
> > >                               DRM_FORMAT_XRGB8888,
> > >                               tiling,
> > >                               &data->fb[primary->index]);
> > > @@ -138,6 +137,7 @@ prepare_planes(data_t *data, enum pipe pipe, int max_planes,
> > >         int *y;
> > >         int *size;
> > >         int i;
> > > +       int format, modifier;
> > >
> > >         igt_output_set_pipe(output, pipe);
> > >
> > > @@ -161,24 +161,25 @@ prepare_planes(data_t *data, enum pipe pipe, int max_planes,
> > >         for (i = 0; i < max_planes; i++) {
> > >                 igt_plane_t *plane = igt_output_get_plane(output, i);
> > >
> > > -               if (plane->type == DRM_PLANE_TYPE_PRIMARY)
> > > +               if (plane->type == DRM_PLANE_TYPE_PRIMARY) {
> > >                         continue;
> > > -               else if (plane->type == DRM_PLANE_TYPE_CURSOR)
> > > +               } else if (plane->type == DRM_PLANE_TYPE_CURSOR) {
> > >                         size[i] = SIZE_CURSOR;
> > > -               else
> > > +                       format = DRM_FORMAT_ARGB8888;
> > > +                       modifier = DRM_FORMAT_MOD_NONE;
> > > +               } else {
> > >                         size[i] = SIZE_PLANE;
> > > +                       format = DRM_FORMAT_XRGB8888;
> > > +                       modifier = DRM_FORMAT_MOD_NONE;
> > > +               }
> > >
> > >                 x[i] = rand() % (mode->hdisplay - size[i]);
> > >                 y[i] = rand() % (mode->vdisplay - size[i]);
> > >
> > >                 data->plane[i] = plane;
> > >
> > > -               igt_create_color_fb(data->drm_fd,
> > > -                                   size[i], size[i],
> > > -                                   data->plane[i]->type == DRM_PLANE_TYPE_CURSOR ? DRM_FORMAT_ARGB8888 : DRM_FORMAT_XRGB8888,
> > > -                                   data->plane[i]->type == DRM_PLANE_TYPE_CURSOR ? DRM_FORMAT_MOD_NONE : I915_FORMAT_MOD_X_TILED,
> > > -                                   0.0f, 0.0f, 1.0f,
> > > -                                   &data->fb[i]);
> > > +               igt_create_color_fb(data->drm_fd, size[i], size[i], format, modifier,
> > > +                                   0.0f, 0.0f, 1.0f, &data->fb[i]);
> > >
> > >                 igt_plane_set_position(data->plane[i], x[i], y[i]);
> > >                 igt_plane_set_fb(data->plane[i], &data->fb[i]);
> > > @@ -186,8 +187,7 @@ prepare_planes(data_t *data, enum pipe pipe, int max_planes,
> > >
> > >         /* primary plane */
> > >         data->plane[primary->index] = primary;
> > > -       create_fb_for_mode_position(data, mode, x, y, size, size,
> > > -                                   I915_FORMAT_MOD_X_TILED,
> > > +       create_fb_for_mode_position(data, mode, x, y, size, size, DRM_FORMAT_MOD_NONE,
> > >                                     max_planes, output);
> > >
> > >         igt_plane_set_fb(data->plane[primary->index], &data->fb[primary->index]);
> > > @@ -268,6 +268,7 @@ test_resolution_with_output(data_t *data, enum pipe pipe, int max_planes, igt_ou
> > >
> > >                 /* switch to lower resolution */
> > >                 igt_output_override_mode(output, mode_lo);
> > > +               igt_output_set_pipe(output, PIPE_NONE);
> > >                 igt_display_commit2(&data->display, COMMIT_ATOMIC);
> > >
> > >                 /* switch back to higher resolution */
> > > --
> > > 2.25.1
> > >
>
> --
> Rodrigo Siqueira
> https://siqueira.tech

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

end of thread, other threads:[~2021-08-18 18:22 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20210818145614.1093522-1-Rodrigo.Siqueira@amd.com>
     [not found] ` <20210818145614.1093522-5-Rodrigo.Siqueira@amd.com>
2021-08-18 15:36   ` [igt-dev] [PATCH 4/4] test/kms_atomic: Skip plane overlay test for amdgpu Petri Latvala
2021-08-18 15:46 ` [igt-dev] ✓ Fi.CI.BAT: success for Make kms_concurrent, transition, and atomic generic Patchwork
2021-08-18 16:52 ` [igt-dev] ✓ Fi.CI.IGT: " Patchwork
     [not found] ` <20210818145614.1093522-3-Rodrigo.Siqueira@amd.com>
2021-08-18 17:08   ` [igt-dev] [PATCH 2/4] tests/kms_concurrent: Making the test more generic Mark Yacoub
     [not found]     ` <20210818181830.w23vhv4j3zgq6vwi@outlook.office365.com>
2021-08-18 18:22       ` Mark Yacoub

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.