All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Vudum, Lakshminarayana" <lakshminarayana.vudum@intel.com>
To: "De Marchi, Lucas" <lucas.demarchi@intel.com>,
	"intel-gfx@lists.freedesktop.org"
	<intel-gfx@lists.freedesktop.org>
Subject: Re: [Intel-gfx]  ✗ Fi.CI.IGT: failure for drm/i915/guc: Refactor ADS access to use iosys_map (rev4)
Date: Tue, 22 Feb 2022 16:50:02 +0000	[thread overview]
Message-ID: <926e8e945fd24187bdfcacc6facaac49@intel.com> (raw)
In-Reply-To: <20220219184601.hxxynefrozikswh4@ldmartin-desk2>

Filed two new issues
https://gitlab.freedesktop.org/drm/intel/-/issues/5162
igt@gem_exec_balancer@bonded-dual - incomplete - No logs

https://gitlab.freedesktop.org/drm/intel/-/issues/5161
igt@gem_mmap_gtt@fault-concurrent-x - incomplete - unhandled error in i915_error_to_vmf_fault: -105

#5161 looks like a new issue but yet to happen on post-merge.

Thanks,
Lakshmi.

-----Original Message-----
From: De Marchi, Lucas <lucas.demarchi@intel.com> 
Sent: Saturday, February 19, 2022 10:46 AM
To: intel-gfx@lists.freedesktop.org
Cc: Vudum, Lakshminarayana <lakshminarayana.vudum@intel.com>
Subject: Re: ✗ Fi.CI.IGT: failure for drm/i915/guc: Refactor ADS access to use iosys_map (rev4)

On Sat, Feb 19, 2022 at 12:47:31PM +0000, Patchwork wrote:
>== Series Details ==
>
>Series: drm/i915/guc: Refactor ADS access to use iosys_map (rev4)
>URL   : https://patchwork.freedesktop.org/series/99711/
>State : failure
>
>== Summary ==
>
>CI Bug Log - changes from CI_DRM_11250_full -> Patchwork_22334_full 
>====================================================
>
>Summary
>-------
>
>  **FAILURE**
>
>  Serious unknown changes coming with Patchwork_22334_full absolutely 
> need to be  verified manually.
>
>  If you think the reported changes have nothing to do with the changes  
> introduced in Patchwork_22334_full, please notify your bug team to 
> allow them  to document this new failure mode, which will reduce false positives in CI.
>
>
>
>Participating hosts (13 -> 13)
>------------------------------
>
>  No changes in participating hosts
>
>Possible new issues
>-------------------
>
>  Here are the unknown changes that may have been introduced in Patchwork_22334_full:
>
>### IGT changes ###
>
>#### Possible regressions ####
>
>  * igt@gem_exec_balancer@bonded-dual:
>    - shard-tglb:         [PASS][1] -> [INCOMPLETE][2]
>   [1]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11250/shard-tglb6/igt@gem_exec_balancer@bonded-dual.html
>   [2]: 
> https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_22334/shard-tglb6/i
> gt@gem_exec_balancer@bonded-dual.html

<7>[    7.738070] i915 0000:00:02.0: [drm:intel_uc_init_early [i915]] enable_guc=0 (guc:no submission:no huc:no slpc:no)

>
>  * igt@gem_mmap_gtt@fault-concurrent-x:
>    - shard-snb:          [PASS][3] -> [INCOMPLETE][4]
>   [3]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11250/shard-snb4/igt@gem_mmap_gtt@fault-concurrent-x.html
>   [4]: 
> https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_22334/shard-snb6/ig
> t@gem_mmap_gtt@fault-concurrent-x.html

<7>[    4.614922] i915 0000:00:02.0: [drm:intel_uc_init_early [i915]] enable_guc=0 (guc:no submission:no huc:no slpc:no)


anything in this series can only change the behavior when using guc, so these failures can't be related to this series.

Lucas De Marchi

  reply	other threads:[~2022-02-22 16:50 UTC|newest]

Thread overview: 68+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-02-16 17:41 [Intel-gfx] [PATCH v3 00/16] drm/i915/guc: Refactor ADS access to use iosys_map Lucas De Marchi
2022-02-16 17:41 ` Lucas De Marchi
2022-02-16 17:41 ` [Intel-gfx] [PATCH v3 01/16] iosys-map: Add offset to iosys_map_memcpy_to() Lucas De Marchi
2022-02-16 17:41   ` Lucas De Marchi
2022-02-16 17:41   ` Lucas De Marchi
2022-02-16 17:41 ` [Intel-gfx] [PATCH v3 02/16] iosys-map: Add a few more helpers Lucas De Marchi
2022-02-16 17:41   ` Lucas De Marchi
2022-02-16 17:41   ` Lucas De Marchi
2022-02-17  8:42   ` [Intel-gfx] " Thomas Zimmermann
2022-02-17  8:42     ` Thomas Zimmermann
2022-02-17  8:42     ` Thomas Zimmermann
2022-02-20  4:28     ` [Intel-gfx] " Lucas De Marchi
2022-02-20  4:28       ` Lucas De Marchi
2022-02-20  4:28       ` Lucas De Marchi
2022-02-16 17:41 ` [Intel-gfx] [PATCH v3 03/16] drm/i915/gt: Add helper for shmem copy to iosys_map Lucas De Marchi
2022-02-16 17:41   ` Lucas De Marchi
2022-02-16 17:41 ` [Intel-gfx] [PATCH v3 04/16] drm/i915/guc: Keep iosys_map of ads_blob around Lucas De Marchi
2022-02-16 17:41   ` Lucas De Marchi
2022-02-16 17:41 ` [Intel-gfx] [PATCH v3 05/16] drm/i915/guc: Add read/write helpers for ADS blob Lucas De Marchi
2022-02-16 17:41   ` Lucas De Marchi
2022-02-16 17:41 ` [Intel-gfx] [PATCH v3 06/16] drm/i915/guc: Convert golden context init to iosys_map Lucas De Marchi
2022-02-16 17:41   ` Lucas De Marchi
2022-02-16 17:41 ` [Intel-gfx] [PATCH v3 07/16] drm/i915/guc: Convert policies update " Lucas De Marchi
2022-02-16 17:41   ` Lucas De Marchi
2022-02-16 17:41 ` [Intel-gfx] [PATCH v3 08/16] drm/i915/guc: Convert engine record " Lucas De Marchi
2022-02-16 17:41   ` Lucas De Marchi
2022-02-16 17:41 ` [Intel-gfx] [PATCH v3 09/16] drm/i915/guc: Convert guc_ads_private_data_reset " Lucas De Marchi
2022-02-16 17:41   ` Lucas De Marchi
2022-02-18 20:36   ` [Intel-gfx] " Matthew Brost
2022-02-18 20:36     ` Matthew Brost
2022-02-16 17:41 ` [Intel-gfx] [PATCH v3 10/16] drm/i915/guc: Convert golden context prep " Lucas De Marchi
2022-02-16 17:41   ` Lucas De Marchi
2022-02-18 22:06   ` [Intel-gfx] " Matthew Brost
2022-02-18 22:06     ` Matthew Brost
2022-02-16 17:41 ` [Intel-gfx] [PATCH v3 11/16] drm/i915/guc: Replace check for golden context size Lucas De Marchi
2022-02-16 17:41   ` Lucas De Marchi
2022-02-18 20:39   ` [Intel-gfx] " Matthew Brost
2022-02-18 20:39     ` Matthew Brost
2022-02-16 17:41 ` [Intel-gfx] [PATCH v3 12/16] drm/i915/guc: Convert mapping table to iosys_map Lucas De Marchi
2022-02-16 17:41   ` Lucas De Marchi
2022-02-18 20:45   ` [Intel-gfx] " Matthew Brost
2022-02-18 20:45     ` Matthew Brost
2022-02-16 17:41 ` [Intel-gfx] [PATCH v3 13/16] drm/i915/guc: Convert capture list " Lucas De Marchi
2022-02-16 17:41   ` Lucas De Marchi
2022-02-18 20:50   ` [Intel-gfx] " Matthew Brost
2022-02-18 20:50     ` Matthew Brost
2022-02-16 17:41 ` [Intel-gfx] [PATCH v3 14/16] drm/i915/guc: Convert guc_mmio_reg_state_init " Lucas De Marchi
2022-02-16 17:41   ` Lucas De Marchi
2022-02-18 20:56   ` [Intel-gfx] " Matthew Brost
2022-02-18 20:56     ` Matthew Brost
2022-02-16 17:41 ` [Intel-gfx] [PATCH v3 15/16] drm/i915/guc: Convert __guc_ads_init " Lucas De Marchi
2022-02-16 17:41   ` Lucas De Marchi
2022-02-18 21:07   ` [Intel-gfx] " Matthew Brost
2022-02-18 21:07     ` Matthew Brost
2022-02-16 17:41 ` [Intel-gfx] [PATCH v3 16/16] drm/i915/guc: Remove plain ads_blob pointer Lucas De Marchi
2022-02-16 17:41   ` Lucas De Marchi
2022-02-18 21:12   ` [Intel-gfx] " Matthew Brost
2022-02-18 21:12     ` Matthew Brost
2022-02-17  7:24 ` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for drm/i915/guc: Refactor ADS access to use iosys_map (rev3) Patchwork
2022-02-17  7:26 ` [Intel-gfx] ✗ Fi.CI.SPARSE: " Patchwork
2022-02-17  7:56 ` [Intel-gfx] ✗ Fi.CI.BAT: failure " Patchwork
2022-02-18 19:44 ` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for drm/i915/guc: Refactor ADS access to use iosys_map (rev4) Patchwork
2022-02-18 19:46 ` [Intel-gfx] ✗ Fi.CI.SPARSE: " Patchwork
2022-02-18 20:13 ` [Intel-gfx] ✓ Fi.CI.BAT: success " Patchwork
2022-02-19 12:47 ` [Intel-gfx] ✗ Fi.CI.IGT: failure " Patchwork
2022-02-19 18:46   ` Lucas De Marchi
2022-02-22 16:50     ` Vudum, Lakshminarayana [this message]
2022-02-22 16:46 ` [Intel-gfx] ✓ Fi.CI.IGT: success " Patchwork

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=926e8e945fd24187bdfcacc6facaac49@intel.com \
    --to=lakshminarayana.vudum@intel.com \
    --cc=intel-gfx@lists.freedesktop.org \
    --cc=lucas.demarchi@intel.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.