* [Intel-gfx] [PATCH] gpu: drm: i915: fix documentation style @ 2023-08-21 15:02 ` Ricardo B. Marliere 0 siblings, 0 replies; 16+ messages in thread From: Ricardo B. Marliere @ 2023-08-21 15:02 UTC (permalink / raw) To: jani.nikula, joonas.lahtinen, rodrigo.vivi, tvrtko.ursulin, airlied, daniel, daniele.ceraolospurio, John.C.Harrison, alan.previn.teres.alexis, harshit.m.mogalapalli, michal.wajdeczko, gregkh Cc: Ricardo B. Marliere, skhan, intel-gfx, dri-devel, linux-kernel This patch fixes the following sphinx warnings in the htmldocs make target: Documentation/gpu/i915:546: ./drivers/gpu/drm/i915/gt/uc/intel_huc.c:29: ERROR: Unexpected indentation. Documentation/gpu/i915:546: ./drivers/gpu/drm/i915/gt/uc/intel_huc.c:30: WARNING: Block quote ends without a blank line; unexpected unindent. Documentation/gpu/i915:546: ./drivers/gpu/drm/i915/gt/uc/intel_huc.c:35: WARNING: Bullet list ends without a blank line; unexpected unindent. Signed-off-by: Ricardo B. Marliere <rbmarliere@gmail.com> --- drivers/gpu/drm/i915/gt/uc/intel_huc.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/drivers/gpu/drm/i915/gt/uc/intel_huc.c b/drivers/gpu/drm/i915/gt/uc/intel_huc.c index ddd146265beb..fa70defcb5b2 100644 --- a/drivers/gpu/drm/i915/gt/uc/intel_huc.c +++ b/drivers/gpu/drm/i915/gt/uc/intel_huc.c @@ -26,6 +26,7 @@ * The kernel driver is only responsible for loading the HuC firmware and * triggering its security authentication. This is done differently depending * on the platform: + * * - older platforms (from Gen9 to most Gen12s): the load is performed via DMA * and the authentication via GuC * - DG2: load and authentication are both performed via GSC. @@ -33,6 +34,7 @@ * not-DG2 older platforms), while the authentication is done in 2-steps, * a first auth for clear-media workloads via GuC and a second one for all * workloads via GSC. + * * On platforms where the GuC does the authentication, to correctly do so the * HuC binary must be loaded before the GuC one. * Loading the HuC is optional; however, not using the HuC might negatively -- 2.40.1 ^ permalink raw reply related [flat|nested] 16+ messages in thread
* [PATCH] gpu: drm: i915: fix documentation style @ 2023-08-21 15:02 ` Ricardo B. Marliere 0 siblings, 0 replies; 16+ messages in thread From: Ricardo B. Marliere @ 2023-08-21 15:02 UTC (permalink / raw) To: jani.nikula, joonas.lahtinen, rodrigo.vivi, tvrtko.ursulin, airlied, daniel, daniele.ceraolospurio, John.C.Harrison, alan.previn.teres.alexis, harshit.m.mogalapalli, michal.wajdeczko, gregkh Cc: Ricardo B. Marliere, intel-gfx, dri-devel, linux-kernel, skhan This patch fixes the following sphinx warnings in the htmldocs make target: Documentation/gpu/i915:546: ./drivers/gpu/drm/i915/gt/uc/intel_huc.c:29: ERROR: Unexpected indentation. Documentation/gpu/i915:546: ./drivers/gpu/drm/i915/gt/uc/intel_huc.c:30: WARNING: Block quote ends without a blank line; unexpected unindent. Documentation/gpu/i915:546: ./drivers/gpu/drm/i915/gt/uc/intel_huc.c:35: WARNING: Bullet list ends without a blank line; unexpected unindent. Signed-off-by: Ricardo B. Marliere <rbmarliere@gmail.com> --- drivers/gpu/drm/i915/gt/uc/intel_huc.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/drivers/gpu/drm/i915/gt/uc/intel_huc.c b/drivers/gpu/drm/i915/gt/uc/intel_huc.c index ddd146265beb..fa70defcb5b2 100644 --- a/drivers/gpu/drm/i915/gt/uc/intel_huc.c +++ b/drivers/gpu/drm/i915/gt/uc/intel_huc.c @@ -26,6 +26,7 @@ * The kernel driver is only responsible for loading the HuC firmware and * triggering its security authentication. This is done differently depending * on the platform: + * * - older platforms (from Gen9 to most Gen12s): the load is performed via DMA * and the authentication via GuC * - DG2: load and authentication are both performed via GSC. @@ -33,6 +34,7 @@ * not-DG2 older platforms), while the authentication is done in 2-steps, * a first auth for clear-media workloads via GuC and a second one for all * workloads via GSC. + * * On platforms where the GuC does the authentication, to correctly do so the * HuC binary must be loaded before the GuC one. * Loading the HuC is optional; however, not using the HuC might negatively -- 2.40.1 ^ permalink raw reply related [flat|nested] 16+ messages in thread
* [PATCH] gpu: drm: i915: fix documentation style @ 2023-08-21 15:02 ` Ricardo B. Marliere 0 siblings, 0 replies; 16+ messages in thread From: Ricardo B. Marliere @ 2023-08-21 15:02 UTC (permalink / raw) To: jani.nikula, joonas.lahtinen, rodrigo.vivi, tvrtko.ursulin, airlied, daniel, daniele.ceraolospurio, John.C.Harrison, alan.previn.teres.alexis, harshit.m.mogalapalli, michal.wajdeczko, gregkh Cc: Ricardo B. Marliere, skhan, intel-gfx, dri-devel, linux-kernel This patch fixes the following sphinx warnings in the htmldocs make target: Documentation/gpu/i915:546: ./drivers/gpu/drm/i915/gt/uc/intel_huc.c:29: ERROR: Unexpected indentation. Documentation/gpu/i915:546: ./drivers/gpu/drm/i915/gt/uc/intel_huc.c:30: WARNING: Block quote ends without a blank line; unexpected unindent. Documentation/gpu/i915:546: ./drivers/gpu/drm/i915/gt/uc/intel_huc.c:35: WARNING: Bullet list ends without a blank line; unexpected unindent. Signed-off-by: Ricardo B. Marliere <rbmarliere@gmail.com> --- drivers/gpu/drm/i915/gt/uc/intel_huc.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/drivers/gpu/drm/i915/gt/uc/intel_huc.c b/drivers/gpu/drm/i915/gt/uc/intel_huc.c index ddd146265beb..fa70defcb5b2 100644 --- a/drivers/gpu/drm/i915/gt/uc/intel_huc.c +++ b/drivers/gpu/drm/i915/gt/uc/intel_huc.c @@ -26,6 +26,7 @@ * The kernel driver is only responsible for loading the HuC firmware and * triggering its security authentication. This is done differently depending * on the platform: + * * - older platforms (from Gen9 to most Gen12s): the load is performed via DMA * and the authentication via GuC * - DG2: load and authentication are both performed via GSC. @@ -33,6 +34,7 @@ * not-DG2 older platforms), while the authentication is done in 2-steps, * a first auth for clear-media workloads via GuC and a second one for all * workloads via GSC. + * * On platforms where the GuC does the authentication, to correctly do so the * HuC binary must be loaded before the GuC one. * Loading the HuC is optional; however, not using the HuC might negatively -- 2.40.1 ^ permalink raw reply related [flat|nested] 16+ messages in thread
* Re: [Intel-gfx] [PATCH] gpu: drm: i915: fix documentation style 2023-08-21 15:02 ` Ricardo B. Marliere (?) @ 2023-08-21 16:22 ` Jani Nikula -1 siblings, 0 replies; 16+ messages in thread From: Jani Nikula @ 2023-08-21 16:22 UTC (permalink / raw) To: Ricardo B. Marliere, joonas.lahtinen, rodrigo.vivi, tvrtko.ursulin, airlied, daniel, daniele.ceraolospurio, John.C.Harrison, alan.previn.teres.alexis, harshit.m.mogalapalli, michal.wajdeczko, gregkh Cc: Ricardo B. Marliere, skhan, intel-gfx, dri-devel, linux-kernel On Mon, 21 Aug 2023, "Ricardo B. Marliere" <rbmarliere@gmail.com> wrote: > This patch fixes the following sphinx warnings in the htmldocs make target: > > Documentation/gpu/i915:546: ./drivers/gpu/drm/i915/gt/uc/intel_huc.c:29: ERROR: Unexpected indentation. > Documentation/gpu/i915:546: ./drivers/gpu/drm/i915/gt/uc/intel_huc.c:30: WARNING: Block quote ends without a blank line; unexpected unindent. > Documentation/gpu/i915:546: ./drivers/gpu/drm/i915/gt/uc/intel_huc.c:35: WARNING: Bullet list ends without a blank line; unexpected unindent. > > Signed-off-by: Ricardo B. Marliere <rbmarliere@gmail.com> Already fixed by commit 175b036472f6 ("drm/i915: fix Sphinx indentation warning") in drm-next. BR, Jani. > --- > drivers/gpu/drm/i915/gt/uc/intel_huc.c | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/drivers/gpu/drm/i915/gt/uc/intel_huc.c b/drivers/gpu/drm/i915/gt/uc/intel_huc.c > index ddd146265beb..fa70defcb5b2 100644 > --- a/drivers/gpu/drm/i915/gt/uc/intel_huc.c > +++ b/drivers/gpu/drm/i915/gt/uc/intel_huc.c > @@ -26,6 +26,7 @@ > * The kernel driver is only responsible for loading the HuC firmware and > * triggering its security authentication. This is done differently depending > * on the platform: > + * > * - older platforms (from Gen9 to most Gen12s): the load is performed via DMA > * and the authentication via GuC > * - DG2: load and authentication are both performed via GSC. > @@ -33,6 +34,7 @@ > * not-DG2 older platforms), while the authentication is done in 2-steps, > * a first auth for clear-media workloads via GuC and a second one for all > * workloads via GSC. > + * > * On platforms where the GuC does the authentication, to correctly do so the > * HuC binary must be loaded before the GuC one. > * Loading the HuC is optional; however, not using the HuC might negatively -- Jani Nikula, Intel Open Source Graphics Center ^ permalink raw reply [flat|nested] 16+ messages in thread
* Re: [PATCH] gpu: drm: i915: fix documentation style @ 2023-08-21 16:22 ` Jani Nikula 0 siblings, 0 replies; 16+ messages in thread From: Jani Nikula @ 2023-08-21 16:22 UTC (permalink / raw) To: Ricardo B. Marliere, joonas.lahtinen, rodrigo.vivi, tvrtko.ursulin, airlied, daniel, daniele.ceraolospurio, John.C.Harrison, alan.previn.teres.alexis, harshit.m.mogalapalli, michal.wajdeczko, gregkh Cc: Ricardo B. Marliere, intel-gfx, dri-devel, linux-kernel, skhan On Mon, 21 Aug 2023, "Ricardo B. Marliere" <rbmarliere@gmail.com> wrote: > This patch fixes the following sphinx warnings in the htmldocs make target: > > Documentation/gpu/i915:546: ./drivers/gpu/drm/i915/gt/uc/intel_huc.c:29: ERROR: Unexpected indentation. > Documentation/gpu/i915:546: ./drivers/gpu/drm/i915/gt/uc/intel_huc.c:30: WARNING: Block quote ends without a blank line; unexpected unindent. > Documentation/gpu/i915:546: ./drivers/gpu/drm/i915/gt/uc/intel_huc.c:35: WARNING: Bullet list ends without a blank line; unexpected unindent. > > Signed-off-by: Ricardo B. Marliere <rbmarliere@gmail.com> Already fixed by commit 175b036472f6 ("drm/i915: fix Sphinx indentation warning") in drm-next. BR, Jani. > --- > drivers/gpu/drm/i915/gt/uc/intel_huc.c | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/drivers/gpu/drm/i915/gt/uc/intel_huc.c b/drivers/gpu/drm/i915/gt/uc/intel_huc.c > index ddd146265beb..fa70defcb5b2 100644 > --- a/drivers/gpu/drm/i915/gt/uc/intel_huc.c > +++ b/drivers/gpu/drm/i915/gt/uc/intel_huc.c > @@ -26,6 +26,7 @@ > * The kernel driver is only responsible for loading the HuC firmware and > * triggering its security authentication. This is done differently depending > * on the platform: > + * > * - older platforms (from Gen9 to most Gen12s): the load is performed via DMA > * and the authentication via GuC > * - DG2: load and authentication are both performed via GSC. > @@ -33,6 +34,7 @@ > * not-DG2 older platforms), while the authentication is done in 2-steps, > * a first auth for clear-media workloads via GuC and a second one for all > * workloads via GSC. > + * > * On platforms where the GuC does the authentication, to correctly do so the > * HuC binary must be loaded before the GuC one. > * Loading the HuC is optional; however, not using the HuC might negatively -- Jani Nikula, Intel Open Source Graphics Center ^ permalink raw reply [flat|nested] 16+ messages in thread
* Re: [PATCH] gpu: drm: i915: fix documentation style @ 2023-08-21 16:22 ` Jani Nikula 0 siblings, 0 replies; 16+ messages in thread From: Jani Nikula @ 2023-08-21 16:22 UTC (permalink / raw) To: Ricardo B. Marliere, joonas.lahtinen, rodrigo.vivi, tvrtko.ursulin, airlied, daniel, daniele.ceraolospurio, John.C.Harrison, alan.previn.teres.alexis, harshit.m.mogalapalli, michal.wajdeczko, gregkh Cc: Ricardo B. Marliere, skhan, intel-gfx, dri-devel, linux-kernel On Mon, 21 Aug 2023, "Ricardo B. Marliere" <rbmarliere@gmail.com> wrote: > This patch fixes the following sphinx warnings in the htmldocs make target: > > Documentation/gpu/i915:546: ./drivers/gpu/drm/i915/gt/uc/intel_huc.c:29: ERROR: Unexpected indentation. > Documentation/gpu/i915:546: ./drivers/gpu/drm/i915/gt/uc/intel_huc.c:30: WARNING: Block quote ends without a blank line; unexpected unindent. > Documentation/gpu/i915:546: ./drivers/gpu/drm/i915/gt/uc/intel_huc.c:35: WARNING: Bullet list ends without a blank line; unexpected unindent. > > Signed-off-by: Ricardo B. Marliere <rbmarliere@gmail.com> Already fixed by commit 175b036472f6 ("drm/i915: fix Sphinx indentation warning") in drm-next. BR, Jani. > --- > drivers/gpu/drm/i915/gt/uc/intel_huc.c | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/drivers/gpu/drm/i915/gt/uc/intel_huc.c b/drivers/gpu/drm/i915/gt/uc/intel_huc.c > index ddd146265beb..fa70defcb5b2 100644 > --- a/drivers/gpu/drm/i915/gt/uc/intel_huc.c > +++ b/drivers/gpu/drm/i915/gt/uc/intel_huc.c > @@ -26,6 +26,7 @@ > * The kernel driver is only responsible for loading the HuC firmware and > * triggering its security authentication. This is done differently depending > * on the platform: > + * > * - older platforms (from Gen9 to most Gen12s): the load is performed via DMA > * and the authentication via GuC > * - DG2: load and authentication are both performed via GSC. > @@ -33,6 +34,7 @@ > * not-DG2 older platforms), while the authentication is done in 2-steps, > * a first auth for clear-media workloads via GuC and a second one for all > * workloads via GSC. > + * > * On platforms where the GuC does the authentication, to correctly do so the > * HuC binary must be loaded before the GuC one. > * Loading the HuC is optional; however, not using the HuC might negatively -- Jani Nikula, Intel Open Source Graphics Center ^ permalink raw reply [flat|nested] 16+ messages in thread
* Re: [Intel-gfx] [PATCH] gpu: drm: i915: fix documentation style 2023-08-21 16:22 ` Jani Nikula (?) @ 2023-08-21 21:00 ` Ceraolo Spurio, Daniele -1 siblings, 0 replies; 16+ messages in thread From: Ceraolo Spurio, Daniele @ 2023-08-21 21:00 UTC (permalink / raw) To: Jani Nikula, Ricardo B. Marliere, joonas.lahtinen, rodrigo.vivi, tvrtko.ursulin, airlied, daniel, John.C.Harrison, alan.previn.teres.alexis, harshit.m.mogalapalli, michal.wajdeczko, gregkh Cc: intel-gfx, linux-kernel, dri-devel, skhan On 8/21/2023 9:22 AM, Jani Nikula wrote: > On Mon, 21 Aug 2023, "Ricardo B. Marliere" <rbmarliere@gmail.com> wrote: >> This patch fixes the following sphinx warnings in the htmldocs make target: >> >> Documentation/gpu/i915:546: ./drivers/gpu/drm/i915/gt/uc/intel_huc.c:29: ERROR: Unexpected indentation. >> Documentation/gpu/i915:546: ./drivers/gpu/drm/i915/gt/uc/intel_huc.c:30: WARNING: Block quote ends without a blank line; unexpected unindent. >> Documentation/gpu/i915:546: ./drivers/gpu/drm/i915/gt/uc/intel_huc.c:35: WARNING: Bullet list ends without a blank line; unexpected unindent. >> >> Signed-off-by: Ricardo B. Marliere <rbmarliere@gmail.com> > Already fixed by commit 175b036472f6 ("drm/i915: fix Sphinx indentation > warning") in drm-next. Should we send this commit through the -fixes path, so it gets included in 6.5? Daniele > BR, > Jani. > >> --- >> drivers/gpu/drm/i915/gt/uc/intel_huc.c | 2 ++ >> 1 file changed, 2 insertions(+) >> >> diff --git a/drivers/gpu/drm/i915/gt/uc/intel_huc.c b/drivers/gpu/drm/i915/gt/uc/intel_huc.c >> index ddd146265beb..fa70defcb5b2 100644 >> --- a/drivers/gpu/drm/i915/gt/uc/intel_huc.c >> +++ b/drivers/gpu/drm/i915/gt/uc/intel_huc.c >> @@ -26,6 +26,7 @@ >> * The kernel driver is only responsible for loading the HuC firmware and >> * triggering its security authentication. This is done differently depending >> * on the platform: >> + * >> * - older platforms (from Gen9 to most Gen12s): the load is performed via DMA >> * and the authentication via GuC >> * - DG2: load and authentication are both performed via GSC. >> @@ -33,6 +34,7 @@ >> * not-DG2 older platforms), while the authentication is done in 2-steps, >> * a first auth for clear-media workloads via GuC and a second one for all >> * workloads via GSC. >> + * >> * On platforms where the GuC does the authentication, to correctly do so the >> * HuC binary must be loaded before the GuC one. >> * Loading the HuC is optional; however, not using the HuC might negatively ^ permalink raw reply [flat|nested] 16+ messages in thread
* Re: [PATCH] gpu: drm: i915: fix documentation style @ 2023-08-21 21:00 ` Ceraolo Spurio, Daniele 0 siblings, 0 replies; 16+ messages in thread From: Ceraolo Spurio, Daniele @ 2023-08-21 21:00 UTC (permalink / raw) To: Jani Nikula, Ricardo B. Marliere, joonas.lahtinen, rodrigo.vivi, tvrtko.ursulin, airlied, daniel, John.C.Harrison, alan.previn.teres.alexis, harshit.m.mogalapalli, michal.wajdeczko, gregkh Cc: intel-gfx, dri-devel, linux-kernel, skhan On 8/21/2023 9:22 AM, Jani Nikula wrote: > On Mon, 21 Aug 2023, "Ricardo B. Marliere" <rbmarliere@gmail.com> wrote: >> This patch fixes the following sphinx warnings in the htmldocs make target: >> >> Documentation/gpu/i915:546: ./drivers/gpu/drm/i915/gt/uc/intel_huc.c:29: ERROR: Unexpected indentation. >> Documentation/gpu/i915:546: ./drivers/gpu/drm/i915/gt/uc/intel_huc.c:30: WARNING: Block quote ends without a blank line; unexpected unindent. >> Documentation/gpu/i915:546: ./drivers/gpu/drm/i915/gt/uc/intel_huc.c:35: WARNING: Bullet list ends without a blank line; unexpected unindent. >> >> Signed-off-by: Ricardo B. Marliere <rbmarliere@gmail.com> > Already fixed by commit 175b036472f6 ("drm/i915: fix Sphinx indentation > warning") in drm-next. Should we send this commit through the -fixes path, so it gets included in 6.5? Daniele > BR, > Jani. > >> --- >> drivers/gpu/drm/i915/gt/uc/intel_huc.c | 2 ++ >> 1 file changed, 2 insertions(+) >> >> diff --git a/drivers/gpu/drm/i915/gt/uc/intel_huc.c b/drivers/gpu/drm/i915/gt/uc/intel_huc.c >> index ddd146265beb..fa70defcb5b2 100644 >> --- a/drivers/gpu/drm/i915/gt/uc/intel_huc.c >> +++ b/drivers/gpu/drm/i915/gt/uc/intel_huc.c >> @@ -26,6 +26,7 @@ >> * The kernel driver is only responsible for loading the HuC firmware and >> * triggering its security authentication. This is done differently depending >> * on the platform: >> + * >> * - older platforms (from Gen9 to most Gen12s): the load is performed via DMA >> * and the authentication via GuC >> * - DG2: load and authentication are both performed via GSC. >> @@ -33,6 +34,7 @@ >> * not-DG2 older platforms), while the authentication is done in 2-steps, >> * a first auth for clear-media workloads via GuC and a second one for all >> * workloads via GSC. >> + * >> * On platforms where the GuC does the authentication, to correctly do so the >> * HuC binary must be loaded before the GuC one. >> * Loading the HuC is optional; however, not using the HuC might negatively ^ permalink raw reply [flat|nested] 16+ messages in thread
* Re: [PATCH] gpu: drm: i915: fix documentation style @ 2023-08-21 21:00 ` Ceraolo Spurio, Daniele 0 siblings, 0 replies; 16+ messages in thread From: Ceraolo Spurio, Daniele @ 2023-08-21 21:00 UTC (permalink / raw) To: Jani Nikula, Ricardo B. Marliere, joonas.lahtinen, rodrigo.vivi, tvrtko.ursulin, airlied, daniel, John.C.Harrison, alan.previn.teres.alexis, harshit.m.mogalapalli, michal.wajdeczko, gregkh Cc: intel-gfx, linux-kernel, dri-devel, skhan On 8/21/2023 9:22 AM, Jani Nikula wrote: > On Mon, 21 Aug 2023, "Ricardo B. Marliere" <rbmarliere@gmail.com> wrote: >> This patch fixes the following sphinx warnings in the htmldocs make target: >> >> Documentation/gpu/i915:546: ./drivers/gpu/drm/i915/gt/uc/intel_huc.c:29: ERROR: Unexpected indentation. >> Documentation/gpu/i915:546: ./drivers/gpu/drm/i915/gt/uc/intel_huc.c:30: WARNING: Block quote ends without a blank line; unexpected unindent. >> Documentation/gpu/i915:546: ./drivers/gpu/drm/i915/gt/uc/intel_huc.c:35: WARNING: Bullet list ends without a blank line; unexpected unindent. >> >> Signed-off-by: Ricardo B. Marliere <rbmarliere@gmail.com> > Already fixed by commit 175b036472f6 ("drm/i915: fix Sphinx indentation > warning") in drm-next. Should we send this commit through the -fixes path, so it gets included in 6.5? Daniele > BR, > Jani. > >> --- >> drivers/gpu/drm/i915/gt/uc/intel_huc.c | 2 ++ >> 1 file changed, 2 insertions(+) >> >> diff --git a/drivers/gpu/drm/i915/gt/uc/intel_huc.c b/drivers/gpu/drm/i915/gt/uc/intel_huc.c >> index ddd146265beb..fa70defcb5b2 100644 >> --- a/drivers/gpu/drm/i915/gt/uc/intel_huc.c >> +++ b/drivers/gpu/drm/i915/gt/uc/intel_huc.c >> @@ -26,6 +26,7 @@ >> * The kernel driver is only responsible for loading the HuC firmware and >> * triggering its security authentication. This is done differently depending >> * on the platform: >> + * >> * - older platforms (from Gen9 to most Gen12s): the load is performed via DMA >> * and the authentication via GuC >> * - DG2: load and authentication are both performed via GSC. >> @@ -33,6 +34,7 @@ >> * not-DG2 older platforms), while the authentication is done in 2-steps, >> * a first auth for clear-media workloads via GuC and a second one for all >> * workloads via GSC. >> + * >> * On platforms where the GuC does the authentication, to correctly do so the >> * HuC binary must be loaded before the GuC one. >> * Loading the HuC is optional; however, not using the HuC might negatively ^ permalink raw reply [flat|nested] 16+ messages in thread
* Re: [Intel-gfx] [PATCH] gpu: drm: i915: fix documentation style 2023-08-21 21:00 ` Ceraolo Spurio, Daniele (?) @ 2023-08-22 21:50 ` Vivi, Rodrigo -1 siblings, 0 replies; 16+ messages in thread From: Vivi, Rodrigo @ 2023-08-22 21:50 UTC (permalink / raw) To: harshit.m.mogalapalli@oracle.com, rbmarliere@gmail.com, gregkh@linuxfoundation.org, joonas.lahtinen@linux.intel.com, Harrison, John C, airlied@gmail.com, tvrtko.ursulin@linux.intel.com, Ceraolo Spurio, Daniele, daniel@ffwll.ch, jani.nikula@linux.intel.com, Wajdeczko, Michal, Teres Alexis, Alan Previn Cc: intel-gfx@lists.freedesktop.org, linux-kernel@vger.kernel.org, dri-devel@lists.freedesktop.org, skhan@linuxfoundation.org On Mon, 2023-08-21 at 14:00 -0700, Ceraolo Spurio, Daniele wrote: > > > On 8/21/2023 9:22 AM, Jani Nikula wrote: > > On Mon, 21 Aug 2023, "Ricardo B. Marliere" <rbmarliere@gmail.com> > > wrote: > > > This patch fixes the following sphinx warnings in the htmldocs > > > make target: > > > > > > Documentation/gpu/i915:546: > > > ./drivers/gpu/drm/i915/gt/uc/intel_huc.c:29: ERROR: Unexpected > > > indentation. > > > Documentation/gpu/i915:546: > > > ./drivers/gpu/drm/i915/gt/uc/intel_huc.c:30: WARNING: Block quote > > > ends without a blank line; unexpected unindent. > > > Documentation/gpu/i915:546: > > > ./drivers/gpu/drm/i915/gt/uc/intel_huc.c:35: WARNING: Bullet list > > > ends without a blank line; unexpected unindent. > > > > > > Signed-off-by: Ricardo B. Marliere <rbmarliere@gmail.com> > > Already fixed by commit 175b036472f6 ("drm/i915: fix Sphinx > > indentation > > warning") in drm-next. > > Should we send this commit through the -fixes path, so it gets > included > in 6.5? 175b036472f6 cherry-picked to drm-intel-fixes. Should be in this week's pull request towards 6.5 > > Daniele > > > BR, > > Jani. > > > > > --- > > > drivers/gpu/drm/i915/gt/uc/intel_huc.c | 2 ++ > > > 1 file changed, 2 insertions(+) > > > > > > diff --git a/drivers/gpu/drm/i915/gt/uc/intel_huc.c > > > b/drivers/gpu/drm/i915/gt/uc/intel_huc.c > > > index ddd146265beb..fa70defcb5b2 100644 > > > --- a/drivers/gpu/drm/i915/gt/uc/intel_huc.c > > > +++ b/drivers/gpu/drm/i915/gt/uc/intel_huc.c > > > @@ -26,6 +26,7 @@ > > > * The kernel driver is only responsible for loading the HuC > > > firmware and > > > * triggering its security authentication. This is done > > > differently depending > > > * on the platform: > > > + * > > > * - older platforms (from Gen9 to most Gen12s): the load is > > > performed via DMA > > > * and the authentication via GuC > > > * - DG2: load and authentication are both performed via GSC. > > > @@ -33,6 +34,7 @@ > > > * not-DG2 older platforms), while the authentication is done > > > in 2-steps, > > > * a first auth for clear-media workloads via GuC and a > > > second one for all > > > * workloads via GSC. > > > + * > > > * On platforms where the GuC does the authentication, to > > > correctly do so the > > > * HuC binary must be loaded before the GuC one. > > > * Loading the HuC is optional; however, not using the HuC > > > might negatively > ^ permalink raw reply [flat|nested] 16+ messages in thread
* Re: [PATCH] gpu: drm: i915: fix documentation style @ 2023-08-22 21:50 ` Vivi, Rodrigo 0 siblings, 0 replies; 16+ messages in thread From: Vivi, Rodrigo @ 2023-08-22 21:50 UTC (permalink / raw) To: harshit.m.mogalapalli@oracle.com, rbmarliere@gmail.com, gregkh@linuxfoundation.org, joonas.lahtinen@linux.intel.com, Harrison, John C, airlied@gmail.com, tvrtko.ursulin@linux.intel.com, Ceraolo Spurio, Daniele, daniel@ffwll.ch, jani.nikula@linux.intel.com, Wajdeczko, Michal, Teres Alexis, Alan Previn Cc: dri-devel@lists.freedesktop.org, intel-gfx@lists.freedesktop.org, linux-kernel@vger.kernel.org, skhan@linuxfoundation.org On Mon, 2023-08-21 at 14:00 -0700, Ceraolo Spurio, Daniele wrote: > > > On 8/21/2023 9:22 AM, Jani Nikula wrote: > > On Mon, 21 Aug 2023, "Ricardo B. Marliere" <rbmarliere@gmail.com> > > wrote: > > > This patch fixes the following sphinx warnings in the htmldocs > > > make target: > > > > > > Documentation/gpu/i915:546: > > > ./drivers/gpu/drm/i915/gt/uc/intel_huc.c:29: ERROR: Unexpected > > > indentation. > > > Documentation/gpu/i915:546: > > > ./drivers/gpu/drm/i915/gt/uc/intel_huc.c:30: WARNING: Block quote > > > ends without a blank line; unexpected unindent. > > > Documentation/gpu/i915:546: > > > ./drivers/gpu/drm/i915/gt/uc/intel_huc.c:35: WARNING: Bullet list > > > ends without a blank line; unexpected unindent. > > > > > > Signed-off-by: Ricardo B. Marliere <rbmarliere@gmail.com> > > Already fixed by commit 175b036472f6 ("drm/i915: fix Sphinx > > indentation > > warning") in drm-next. > > Should we send this commit through the -fixes path, so it gets > included > in 6.5? 175b036472f6 cherry-picked to drm-intel-fixes. Should be in this week's pull request towards 6.5 > > Daniele > > > BR, > > Jani. > > > > > --- > > > drivers/gpu/drm/i915/gt/uc/intel_huc.c | 2 ++ > > > 1 file changed, 2 insertions(+) > > > > > > diff --git a/drivers/gpu/drm/i915/gt/uc/intel_huc.c > > > b/drivers/gpu/drm/i915/gt/uc/intel_huc.c > > > index ddd146265beb..fa70defcb5b2 100644 > > > --- a/drivers/gpu/drm/i915/gt/uc/intel_huc.c > > > +++ b/drivers/gpu/drm/i915/gt/uc/intel_huc.c > > > @@ -26,6 +26,7 @@ > > > * The kernel driver is only responsible for loading the HuC > > > firmware and > > > * triggering its security authentication. This is done > > > differently depending > > > * on the platform: > > > + * > > > * - older platforms (from Gen9 to most Gen12s): the load is > > > performed via DMA > > > * and the authentication via GuC > > > * - DG2: load and authentication are both performed via GSC. > > > @@ -33,6 +34,7 @@ > > > * not-DG2 older platforms), while the authentication is done > > > in 2-steps, > > > * a first auth for clear-media workloads via GuC and a > > > second one for all > > > * workloads via GSC. > > > + * > > > * On platforms where the GuC does the authentication, to > > > correctly do so the > > > * HuC binary must be loaded before the GuC one. > > > * Loading the HuC is optional; however, not using the HuC > > > might negatively > ^ permalink raw reply [flat|nested] 16+ messages in thread
* Re: [PATCH] gpu: drm: i915: fix documentation style @ 2023-08-22 21:50 ` Vivi, Rodrigo 0 siblings, 0 replies; 16+ messages in thread From: Vivi, Rodrigo @ 2023-08-22 21:50 UTC (permalink / raw) To: harshit.m.mogalapalli@oracle.com, rbmarliere@gmail.com, gregkh@linuxfoundation.org, joonas.lahtinen@linux.intel.com, Harrison, John C, airlied@gmail.com, tvrtko.ursulin@linux.intel.com, Ceraolo Spurio, Daniele, daniel@ffwll.ch, jani.nikula@linux.intel.com, Wajdeczko, Michal, Teres Alexis, Alan Previn Cc: intel-gfx@lists.freedesktop.org, linux-kernel@vger.kernel.org, dri-devel@lists.freedesktop.org, skhan@linuxfoundation.org On Mon, 2023-08-21 at 14:00 -0700, Ceraolo Spurio, Daniele wrote: > > > On 8/21/2023 9:22 AM, Jani Nikula wrote: > > On Mon, 21 Aug 2023, "Ricardo B. Marliere" <rbmarliere@gmail.com> > > wrote: > > > This patch fixes the following sphinx warnings in the htmldocs > > > make target: > > > > > > Documentation/gpu/i915:546: > > > ./drivers/gpu/drm/i915/gt/uc/intel_huc.c:29: ERROR: Unexpected > > > indentation. > > > Documentation/gpu/i915:546: > > > ./drivers/gpu/drm/i915/gt/uc/intel_huc.c:30: WARNING: Block quote > > > ends without a blank line; unexpected unindent. > > > Documentation/gpu/i915:546: > > > ./drivers/gpu/drm/i915/gt/uc/intel_huc.c:35: WARNING: Bullet list > > > ends without a blank line; unexpected unindent. > > > > > > Signed-off-by: Ricardo B. Marliere <rbmarliere@gmail.com> > > Already fixed by commit 175b036472f6 ("drm/i915: fix Sphinx > > indentation > > warning") in drm-next. > > Should we send this commit through the -fixes path, so it gets > included > in 6.5? 175b036472f6 cherry-picked to drm-intel-fixes. Should be in this week's pull request towards 6.5 > > Daniele > > > BR, > > Jani. > > > > > --- > > > drivers/gpu/drm/i915/gt/uc/intel_huc.c | 2 ++ > > > 1 file changed, 2 insertions(+) > > > > > > diff --git a/drivers/gpu/drm/i915/gt/uc/intel_huc.c > > > b/drivers/gpu/drm/i915/gt/uc/intel_huc.c > > > index ddd146265beb..fa70defcb5b2 100644 > > > --- a/drivers/gpu/drm/i915/gt/uc/intel_huc.c > > > +++ b/drivers/gpu/drm/i915/gt/uc/intel_huc.c > > > @@ -26,6 +26,7 @@ > > > * The kernel driver is only responsible for loading the HuC > > > firmware and > > > * triggering its security authentication. This is done > > > differently depending > > > * on the platform: > > > + * > > > * - older platforms (from Gen9 to most Gen12s): the load is > > > performed via DMA > > > * and the authentication via GuC > > > * - DG2: load and authentication are both performed via GSC. > > > @@ -33,6 +34,7 @@ > > > * not-DG2 older platforms), while the authentication is done > > > in 2-steps, > > > * a first auth for clear-media workloads via GuC and a > > > second one for all > > > * workloads via GSC. > > > + * > > > * On platforms where the GuC does the authentication, to > > > correctly do so the > > > * HuC binary must be loaded before the GuC one. > > > * Loading the HuC is optional; however, not using the HuC > > > might negatively > ^ permalink raw reply [flat|nested] 16+ messages in thread
* [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for gpu: drm: i915: fix documentation style 2023-08-21 15:02 ` Ricardo B. Marliere ` (2 preceding siblings ...) (?) @ 2023-08-23 0:42 ` Patchwork -1 siblings, 0 replies; 16+ messages in thread From: Patchwork @ 2023-08-23 0:42 UTC (permalink / raw) To: Ricardo B. Marliere; +Cc: intel-gfx == Series Details == Series: gpu: drm: i915: fix documentation style URL : https://patchwork.freedesktop.org/series/122747/ State : warning == Summary == Error: dim checkpatch failed /home/kbuild2/linux/maintainer-tools/dim: line 50: /home/kbuild2/.dimrc: No such file or directory ^ permalink raw reply [flat|nested] 16+ messages in thread
* [Intel-gfx] ✗ Fi.CI.SPARSE: warning for gpu: drm: i915: fix documentation style 2023-08-21 15:02 ` Ricardo B. Marliere ` (3 preceding siblings ...) (?) @ 2023-08-23 0:42 ` Patchwork -1 siblings, 0 replies; 16+ messages in thread From: Patchwork @ 2023-08-23 0:42 UTC (permalink / raw) To: Ricardo B. Marliere; +Cc: intel-gfx == Series Details == Series: gpu: drm: i915: fix documentation style URL : https://patchwork.freedesktop.org/series/122747/ State : warning == Summary == Error: dim sparse failed /home/kbuild2/linux/maintainer-tools/dim: line 50: /home/kbuild2/.dimrc: No such file or directory ^ permalink raw reply [flat|nested] 16+ messages in thread
* [Intel-gfx] ✓ Fi.CI.BAT: success for gpu: drm: i915: fix documentation style 2023-08-21 15:02 ` Ricardo B. Marliere ` (4 preceding siblings ...) (?) @ 2023-08-23 0:57 ` Patchwork -1 siblings, 0 replies; 16+ messages in thread From: Patchwork @ 2023-08-23 0:57 UTC (permalink / raw) To: Ricardo B. Marliere; +Cc: intel-gfx [-- Attachment #1: Type: text/plain, Size: 5125 bytes --] == Series Details == Series: gpu: drm: i915: fix documentation style URL : https://patchwork.freedesktop.org/series/122747/ State : success == Summary == CI Bug Log - changes from CI_DRM_13549 -> Patchwork_122747v1 ==================================================== Summary ------- **SUCCESS** No regressions found. External URL: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_122747v1/index.html Participating hosts (41 -> 39) ------------------------------ Missing (2): fi-kbl-soraka fi-snb-2520m Known issues ------------ Here are the changes found in Patchwork_122747v1 that come from known issues: ### IGT changes ### #### Issues hit #### * igt@i915_selftest@live@migrate: - bat-mtlp-6: [PASS][1] -> [DMESG-FAIL][2] ([i915#7699]) [1]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13549/bat-mtlp-6/igt@i915_selftest@live@migrate.html [2]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_122747v1/bat-mtlp-6/igt@i915_selftest@live@migrate.html * igt@i915_selftest@live@mman: - bat-rpls-2: [PASS][3] -> [TIMEOUT][4] ([i915#6794] / [i915#7392]) [3]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13549/bat-rpls-2/igt@i915_selftest@live@mman.html [4]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_122747v1/bat-rpls-2/igt@i915_selftest@live@mman.html * igt@i915_suspend@basic-s2idle-without-i915: - bat-rpls-2: [PASS][5] -> [WARN][6] ([i915#8747]) [5]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13549/bat-rpls-2/igt@i915_suspend@basic-s2idle-without-i915.html [6]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_122747v1/bat-rpls-2/igt@i915_suspend@basic-s2idle-without-i915.html * igt@i915_suspend@basic-s3-without-i915: - bat-adlp-9: NOTRUN -> [INCOMPLETE][7] ([i915#7443]) [7]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_122747v1/bat-adlp-9/igt@i915_suspend@basic-s3-without-i915.html - bat-dg2-11: NOTRUN -> [INCOMPLETE][8] ([i915#4817]) [8]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_122747v1/bat-dg2-11/igt@i915_suspend@basic-s3-without-i915.html * igt@kms_psr@cursor_plane_move: - bat-rplp-1: NOTRUN -> [SKIP][9] ([i915#1072]) [9]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_122747v1/bat-rplp-1/igt@kms_psr@cursor_plane_move.html * igt@kms_psr@sprite_plane_onoff: - bat-rplp-1: NOTRUN -> [ABORT][10] ([i915#8712]) [10]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_122747v1/bat-rplp-1/igt@kms_psr@sprite_plane_onoff.html #### Possible fixes #### * igt@i915_selftest@live@gt_lrc: - bat-adlp-9: [INCOMPLETE][11] ([i915#4983] / [i915#7913]) -> [PASS][12] [11]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13549/bat-adlp-9/igt@i915_selftest@live@gt_lrc.html [12]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_122747v1/bat-adlp-9/igt@i915_selftest@live@gt_lrc.html - bat-dg2-11: [INCOMPLETE][13] ([i915#7609] / [i915#7913]) -> [PASS][14] [13]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13549/bat-dg2-11/igt@i915_selftest@live@gt_lrc.html [14]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_122747v1/bat-dg2-11/igt@i915_selftest@live@gt_lrc.html #### Warnings #### * igt@kms_psr@primary_page_flip: - bat-rplp-1: [ABORT][15] ([i915#8442] / [i915#8668] / [i915#8860]) -> [SKIP][16] ([i915#1072]) [15]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13549/bat-rplp-1/igt@kms_psr@primary_page_flip.html [16]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_122747v1/bat-rplp-1/igt@kms_psr@primary_page_flip.html [i915#1072]: https://gitlab.freedesktop.org/drm/intel/issues/1072 [i915#4817]: https://gitlab.freedesktop.org/drm/intel/issues/4817 [i915#4983]: https://gitlab.freedesktop.org/drm/intel/issues/4983 [i915#6794]: https://gitlab.freedesktop.org/drm/intel/issues/6794 [i915#7392]: https://gitlab.freedesktop.org/drm/intel/issues/7392 [i915#7443]: https://gitlab.freedesktop.org/drm/intel/issues/7443 [i915#7609]: https://gitlab.freedesktop.org/drm/intel/issues/7609 [i915#7699]: https://gitlab.freedesktop.org/drm/intel/issues/7699 [i915#7913]: https://gitlab.freedesktop.org/drm/intel/issues/7913 [i915#8442]: https://gitlab.freedesktop.org/drm/intel/issues/8442 [i915#8668]: https://gitlab.freedesktop.org/drm/intel/issues/8668 [i915#8712]: https://gitlab.freedesktop.org/drm/intel/issues/8712 [i915#8747]: https://gitlab.freedesktop.org/drm/intel/issues/8747 [i915#8860]: https://gitlab.freedesktop.org/drm/intel/issues/8860 Build changes ------------- * Linux: CI_DRM_13549 -> Patchwork_122747v1 CI-20190529: 20190529 CI_DRM_13549: daa7b246575041e069f151cfbc69d07e321bdc01 @ git://anongit.freedesktop.org/gfx-ci/linux IGT_7451: 5d48d1fb231f449fe2f80cda14ea7a1ecfda59fa @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git Patchwork_122747v1: daa7b246575041e069f151cfbc69d07e321bdc01 @ git://anongit.freedesktop.org/gfx-ci/linux ### Linux commits == Logs == For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_122747v1/index.html [-- Attachment #2: Type: text/html, Size: 6075 bytes --] ^ permalink raw reply [flat|nested] 16+ messages in thread
* [Intel-gfx] ✗ Fi.CI.IGT: failure for gpu: drm: i915: fix documentation style 2023-08-21 15:02 ` Ricardo B. Marliere ` (5 preceding siblings ...) (?) @ 2023-08-23 9:50 ` Patchwork -1 siblings, 0 replies; 16+ messages in thread From: Patchwork @ 2023-08-23 9:50 UTC (permalink / raw) To: Ricardo B. Marliere; +Cc: intel-gfx [-- Attachment #1: Type: text/plain, Size: 60201 bytes --] == Series Details == Series: gpu: drm: i915: fix documentation style URL : https://patchwork.freedesktop.org/series/122747/ State : failure == Summary == CI Bug Log - changes from CI_DRM_13549_full -> Patchwork_122747v1_full ==================================================== Summary ------- **FAILURE** Serious unknown changes coming with Patchwork_122747v1_full absolutely need to be verified manually. If you think the reported changes have nothing to do with the changes introduced in Patchwork_122747v1_full, please notify your bug team to allow them to document this new failure mode, which will reduce false positives in CI. Participating hosts (9 -> 9) ------------------------------ No changes in participating hosts Possible new issues ------------------- Here are the unknown changes that may have been introduced in Patchwork_122747v1_full: ### IGT changes ### #### Possible regressions #### * igt@gem_ppgtt@shrink-vs-evict-pinned: - shard-rkl: [PASS][1] -> [ABORT][2] [1]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13549/shard-rkl-2/igt@gem_ppgtt@shrink-vs-evict-pinned.html [2]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_122747v1/shard-rkl-2/igt@gem_ppgtt@shrink-vs-evict-pinned.html Known issues ------------ Here are the changes found in Patchwork_122747v1_full that come from known issues: ### IGT changes ### #### Issues hit #### * igt@api_intel_bb@blit-reloc-keep-cache: - shard-dg2: NOTRUN -> [SKIP][3] ([i915#8411]) [3]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_122747v1/shard-dg2-11/igt@api_intel_bb@blit-reloc-keep-cache.html * igt@api_intel_bb@blit-reloc-purge-cache: - shard-mtlp: NOTRUN -> [SKIP][4] ([i915#8411]) [4]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_122747v1/shard-mtlp-4/igt@api_intel_bb@blit-reloc-purge-cache.html * igt@device_reset@unbind-cold-reset-rebind: - shard-dg2: NOTRUN -> [SKIP][5] ([i915#7701]) [5]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_122747v1/shard-dg2-11/igt@device_reset@unbind-cold-reset-rebind.html * igt@drm_fdinfo@busy-idle-check-all@vcs0: - shard-dg2: NOTRUN -> [SKIP][6] ([i915#8414]) +10 similar issues [6]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_122747v1/shard-dg2-11/igt@drm_fdinfo@busy-idle-check-all@vcs0.html * igt@feature_discovery@display-3x: - shard-dg2: NOTRUN -> [SKIP][7] ([i915#1839]) [7]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_122747v1/shard-dg2-11/igt@feature_discovery@display-3x.html * igt@feature_discovery@display-4x: - shard-mtlp: NOTRUN -> [SKIP][8] ([i915#1839]) [8]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_122747v1/shard-mtlp-4/igt@feature_discovery@display-4x.html * igt@gem_caching@writes: - shard-mtlp: NOTRUN -> [SKIP][9] ([i915#4873]) [9]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_122747v1/shard-mtlp-3/igt@gem_caching@writes.html * igt@gem_ccs@block-multicopy-inplace: - shard-mtlp: NOTRUN -> [SKIP][10] ([i915#5325]) [10]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_122747v1/shard-mtlp-4/igt@gem_ccs@block-multicopy-inplace.html * igt@gem_ctx_sseu@invalid-args: - shard-dg2: NOTRUN -> [SKIP][11] ([i915#280]) [11]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_122747v1/shard-dg2-12/igt@gem_ctx_sseu@invalid-args.html * igt@gem_eio@hibernate: - shard-tglu: [PASS][12] -> [ABORT][13] ([i915#7975] / [i915#8213] / [i915#8398]) [12]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13549/shard-tglu-4/igt@gem_eio@hibernate.html [13]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_122747v1/shard-tglu-10/igt@gem_eio@hibernate.html * igt@gem_exec_balancer@noheartbeat: - shard-mtlp: NOTRUN -> [SKIP][14] ([i915#8555]) [14]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_122747v1/shard-mtlp-4/igt@gem_exec_balancer@noheartbeat.html * igt@gem_exec_capture@pi@ccs0: - shard-mtlp: [PASS][15] -> [FAIL][16] ([i915#7765]) [15]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13549/shard-mtlp-2/igt@gem_exec_capture@pi@ccs0.html [16]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_122747v1/shard-mtlp-8/igt@gem_exec_capture@pi@ccs0.html * igt@gem_exec_fair@basic-none@bcs0: - shard-rkl: [PASS][17] -> [FAIL][18] ([i915#2842]) +1 similar issue [17]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13549/shard-rkl-4/igt@gem_exec_fair@basic-none@bcs0.html [18]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_122747v1/shard-rkl-4/igt@gem_exec_fair@basic-none@bcs0.html * igt@gem_exec_fair@basic-pace: - shard-mtlp: NOTRUN -> [SKIP][19] ([i915#4473] / [i915#4771]) [19]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_122747v1/shard-mtlp-4/igt@gem_exec_fair@basic-pace.html * igt@gem_exec_flush@basic-batch-kernel-default-wb: - shard-mtlp: NOTRUN -> [DMESG-FAIL][20] ([i915#9121]) [20]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_122747v1/shard-mtlp-4/igt@gem_exec_flush@basic-batch-kernel-default-wb.html * igt@gem_exec_gttfill@multigpu-basic: - shard-dg2: NOTRUN -> [SKIP][21] ([i915#7697]) [21]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_122747v1/shard-dg2-12/igt@gem_exec_gttfill@multigpu-basic.html * igt@gem_exec_params@secure-non-root: - shard-dg2: NOTRUN -> [SKIP][22] ([fdo#112283]) [22]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_122747v1/shard-dg2-12/igt@gem_exec_params@secure-non-root.html * igt@gem_exec_reloc@basic-cpu-gtt: - shard-rkl: NOTRUN -> [SKIP][23] ([i915#3281]) +1 similar issue [23]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_122747v1/shard-rkl-1/igt@gem_exec_reloc@basic-cpu-gtt.html * igt@gem_exec_reloc@basic-gtt-cpu-active: - shard-dg2: NOTRUN -> [SKIP][24] ([i915#3281]) +8 similar issues [24]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_122747v1/shard-dg2-6/igt@gem_exec_reloc@basic-gtt-cpu-active.html * igt@gem_exec_reloc@basic-wc-cpu-noreloc: - shard-mtlp: NOTRUN -> [SKIP][25] ([i915#3281]) +5 similar issues [25]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_122747v1/shard-mtlp-4/igt@gem_exec_reloc@basic-wc-cpu-noreloc.html * igt@gem_exec_schedule@reorder-wide: - shard-mtlp: NOTRUN -> [SKIP][26] ([i915#4812]) [26]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_122747v1/shard-mtlp-4/igt@gem_exec_schedule@reorder-wide.html * igt@gem_fence_thrash@bo-copy: - shard-dg2: NOTRUN -> [SKIP][27] ([i915#4860]) +1 similar issue [27]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_122747v1/shard-dg2-11/igt@gem_fence_thrash@bo-copy.html * igt@gem_lmem_swapping@heavy-multi: - shard-mtlp: NOTRUN -> [SKIP][28] ([i915#4613]) [28]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_122747v1/shard-mtlp-4/igt@gem_lmem_swapping@heavy-multi.html * igt@gem_lmem_swapping@massive-random: - shard-rkl: NOTRUN -> [SKIP][29] ([i915#4613]) [29]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_122747v1/shard-rkl-1/igt@gem_lmem_swapping@massive-random.html * igt@gem_mmap@bad-offset: - shard-dg2: NOTRUN -> [SKIP][30] ([i915#4083]) +1 similar issue [30]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_122747v1/shard-dg2-11/igt@gem_mmap@bad-offset.html * igt@gem_mmap_gtt@bad-object: - shard-dg2: NOTRUN -> [SKIP][31] ([i915#4077]) +7 similar issues [31]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_122747v1/shard-dg2-11/igt@gem_mmap_gtt@bad-object.html * igt@gem_mmap_gtt@basic-write-read: - shard-mtlp: NOTRUN -> [SKIP][32] ([i915#4077]) +2 similar issues [32]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_122747v1/shard-mtlp-4/igt@gem_mmap_gtt@basic-write-read.html * igt@gem_mmap_wc@write-cpu-read-wc: - shard-mtlp: NOTRUN -> [SKIP][33] ([i915#4083]) [33]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_122747v1/shard-mtlp-4/igt@gem_mmap_wc@write-cpu-read-wc.html * igt@gem_partial_pwrite_pread@writes-after-reads-snoop: - shard-dg2: NOTRUN -> [SKIP][34] ([i915#3282]) +3 similar issues [34]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_122747v1/shard-dg2-6/igt@gem_partial_pwrite_pread@writes-after-reads-snoop.html * igt@gem_pxp@reject-modify-context-protection-off-3: - shard-dg2: NOTRUN -> [SKIP][35] ([i915#4270]) +1 similar issue [35]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_122747v1/shard-dg2-12/igt@gem_pxp@reject-modify-context-protection-off-3.html * igt@gem_pxp@verify-pxp-stale-buf-optout-execution: - shard-mtlp: NOTRUN -> [SKIP][36] ([i915#4270]) [36]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_122747v1/shard-mtlp-4/igt@gem_pxp@verify-pxp-stale-buf-optout-execution.html * igt@gem_readwrite@read-bad-handle: - shard-rkl: NOTRUN -> [SKIP][37] ([i915#3282]) [37]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_122747v1/shard-rkl-1/igt@gem_readwrite@read-bad-handle.html * igt@gem_render_copy@y-tiled-to-vebox-yf-tiled: - shard-mtlp: NOTRUN -> [SKIP][38] ([i915#8428]) [38]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_122747v1/shard-mtlp-4/igt@gem_render_copy@y-tiled-to-vebox-yf-tiled.html * igt@gem_set_tiling_vs_blt@tiled-to-untiled: - shard-dg2: NOTRUN -> [SKIP][39] ([i915#4079]) [39]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_122747v1/shard-dg2-6/igt@gem_set_tiling_vs_blt@tiled-to-untiled.html * igt@gem_softpin@evict-snoop-interruptible: - shard-dg2: NOTRUN -> [SKIP][40] ([i915#4885]) [40]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_122747v1/shard-dg2-12/igt@gem_softpin@evict-snoop-interruptible.html * igt@gem_userptr_blits@coherency-unsync: - shard-rkl: NOTRUN -> [SKIP][41] ([i915#3297]) [41]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_122747v1/shard-rkl-1/igt@gem_userptr_blits@coherency-unsync.html * igt@gem_userptr_blits@dmabuf-sync: - shard-mtlp: NOTRUN -> [SKIP][42] ([i915#3297]) [42]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_122747v1/shard-mtlp-4/igt@gem_userptr_blits@dmabuf-sync.html * igt@gem_userptr_blits@dmabuf-unsync: - shard-dg2: NOTRUN -> [SKIP][43] ([i915#3297]) [43]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_122747v1/shard-dg2-12/igt@gem_userptr_blits@dmabuf-unsync.html * igt@gem_userptr_blits@map-fixed-invalidate-overlap-busy: - shard-dg2: NOTRUN -> [SKIP][44] ([i915#3297] / [i915#4880]) [44]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_122747v1/shard-dg2-12/igt@gem_userptr_blits@map-fixed-invalidate-overlap-busy.html * igt@gem_userptr_blits@vma-merge: - shard-dg2: NOTRUN -> [FAIL][45] ([i915#3318]) [45]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_122747v1/shard-dg2-12/igt@gem_userptr_blits@vma-merge.html * igt@gen3_render_tiledy_blits: - shard-dg2: NOTRUN -> [SKIP][46] ([fdo#109289]) +1 similar issue [46]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_122747v1/shard-dg2-11/igt@gen3_render_tiledy_blits.html * igt@gen9_exec_parse@bb-start-far: - shard-dg2: NOTRUN -> [SKIP][47] ([i915#2856]) +2 similar issues [47]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_122747v1/shard-dg2-11/igt@gen9_exec_parse@bb-start-far.html * igt@gen9_exec_parse@shadow-peek: - shard-rkl: NOTRUN -> [SKIP][48] ([i915#2527]) [48]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_122747v1/shard-rkl-1/igt@gen9_exec_parse@shadow-peek.html * igt@gen9_exec_parse@valid-registers: - shard-mtlp: NOTRUN -> [SKIP][49] ([i915#2856]) [49]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_122747v1/shard-mtlp-4/igt@gen9_exec_parse@valid-registers.html * igt@i915_fb_tiling: - shard-dg2: NOTRUN -> [SKIP][50] ([i915#4881]) [50]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_122747v1/shard-dg2-12/igt@i915_fb_tiling.html * igt@i915_pm_backlight@fade-with-dpms: - shard-dg2: NOTRUN -> [SKIP][51] ([i915#5354] / [i915#7561]) +1 similar issue [51]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_122747v1/shard-dg2-12/igt@i915_pm_backlight@fade-with-dpms.html * igt@i915_pm_dc@dc6-dpms: - shard-tglu: [PASS][52] -> [FAIL][53] ([i915#3989] / [i915#454]) [52]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13549/shard-tglu-10/igt@i915_pm_dc@dc6-dpms.html [53]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_122747v1/shard-tglu-3/igt@i915_pm_dc@dc6-dpms.html * igt@i915_pm_rpm@modeset-non-lpsp-stress: - shard-rkl: [PASS][54] -> [SKIP][55] ([i915#1397]) [54]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13549/shard-rkl-1/igt@i915_pm_rpm@modeset-non-lpsp-stress.html [55]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_122747v1/shard-rkl-7/igt@i915_pm_rpm@modeset-non-lpsp-stress.html * igt@i915_pm_rpm@modeset-non-lpsp-stress-no-wait: - shard-dg2: NOTRUN -> [SKIP][56] ([i915#1397]) [56]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_122747v1/shard-dg2-12/igt@i915_pm_rpm@modeset-non-lpsp-stress-no-wait.html * igt@i915_pm_rps@thresholds-idle@gt0: - shard-dg2: NOTRUN -> [SKIP][57] ([i915#8925]) [57]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_122747v1/shard-dg2-11/igt@i915_pm_rps@thresholds-idle@gt0.html * igt@i915_query@query-topology-known-pci-ids: - shard-dg2: NOTRUN -> [SKIP][58] ([fdo#109303]) [58]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_122747v1/shard-dg2-11/igt@i915_query@query-topology-known-pci-ids.html * igt@kms_async_flips@alternate-sync-async-flip@pipe-c-edp-1: - shard-mtlp: [PASS][59] -> [FAIL][60] ([i915#2521]) +1 similar issue [59]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13549/shard-mtlp-6/igt@kms_async_flips@alternate-sync-async-flip@pipe-c-edp-1.html [60]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_122747v1/shard-mtlp-3/igt@kms_async_flips@alternate-sync-async-flip@pipe-c-edp-1.html * igt@kms_async_flips@async-flip-with-page-flip-events@pipe-c-hdmi-a-1-4-rc_ccs-cc: - shard-dg2: NOTRUN -> [SKIP][61] ([i915#8502] / [i915#8709]) +11 similar issues [61]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_122747v1/shard-dg2-10/igt@kms_async_flips@async-flip-with-page-flip-events@pipe-c-hdmi-a-1-4-rc_ccs-cc.html * igt@kms_async_flips@crc@pipe-a-hdmi-a-2: - shard-dg2: NOTRUN -> [FAIL][62] ([i915#8247]) +3 similar issues [62]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_122747v1/shard-dg2-2/igt@kms_async_flips@crc@pipe-a-hdmi-a-2.html * igt@kms_atomic_transition@plane-all-modeset-transition-internal-panels: - shard-rkl: NOTRUN -> [SKIP][63] ([i915#1769] / [i915#3555]) [63]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_122747v1/shard-rkl-1/igt@kms_atomic_transition@plane-all-modeset-transition-internal-panels.html * igt@kms_big_fb@4-tiled-64bpp-rotate-90: - shard-rkl: NOTRUN -> [SKIP][64] ([i915#5286]) [64]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_122747v1/shard-rkl-1/igt@kms_big_fb@4-tiled-64bpp-rotate-90.html * igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-0-hflip-async-flip: - shard-mtlp: [PASS][65] -> [FAIL][66] ([i915#3743]) +1 similar issue [65]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13549/shard-mtlp-7/igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-0-hflip-async-flip.html [66]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_122747v1/shard-mtlp-1/igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-0-hflip-async-flip.html * igt@kms_big_fb@x-tiled-32bpp-rotate-270: - shard-dg2: NOTRUN -> [SKIP][67] ([fdo#111614]) +1 similar issue [67]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_122747v1/shard-dg2-12/igt@kms_big_fb@x-tiled-32bpp-rotate-270.html * igt@kms_big_fb@y-tiled-8bpp-rotate-270: - shard-mtlp: NOTRUN -> [SKIP][68] ([fdo#111615]) +2 similar issues [68]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_122747v1/shard-mtlp-4/igt@kms_big_fb@y-tiled-8bpp-rotate-270.html * igt@kms_big_fb@y-tiled-8bpp-rotate-90: - shard-dg2: NOTRUN -> [SKIP][69] ([i915#5190]) +7 similar issues [69]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_122747v1/shard-dg2-12/igt@kms_big_fb@y-tiled-8bpp-rotate-90.html * igt@kms_big_fb@yf-tiled-16bpp-rotate-0: - shard-rkl: NOTRUN -> [SKIP][70] ([fdo#110723]) [70]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_122747v1/shard-rkl-1/igt@kms_big_fb@yf-tiled-16bpp-rotate-0.html * igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-180-hflip-async-flip: - shard-dg2: NOTRUN -> [SKIP][71] ([i915#4538] / [i915#5190]) +3 similar issues [71]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_122747v1/shard-dg2-12/igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-180-hflip-async-flip.html * igt@kms_big_joiner@basic: - shard-dg2: NOTRUN -> [SKIP][72] ([i915#2705]) [72]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_122747v1/shard-dg2-12/igt@kms_big_joiner@basic.html * igt@kms_ccs@pipe-a-bad-pixel-format-y_tiled_gen12_rc_ccs_cc: - shard-mtlp: NOTRUN -> [SKIP][73] ([i915#3886] / [i915#6095]) +4 similar issues [73]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_122747v1/shard-mtlp-4/igt@kms_ccs@pipe-a-bad-pixel-format-y_tiled_gen12_rc_ccs_cc.html * igt@kms_ccs@pipe-b-ccs-on-another-bo-4_tiled_mtl_rc_ccs: - shard-rkl: NOTRUN -> [SKIP][74] ([i915#5354] / [i915#6095]) [74]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_122747v1/shard-rkl-1/igt@kms_ccs@pipe-b-ccs-on-another-bo-4_tiled_mtl_rc_ccs.html * igt@kms_ccs@pipe-b-crc-primary-basic-yf_tiled_ccs: - shard-rkl: NOTRUN -> [SKIP][75] ([i915#3734] / [i915#5354] / [i915#6095]) +3 similar issues [75]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_122747v1/shard-rkl-1/igt@kms_ccs@pipe-b-crc-primary-basic-yf_tiled_ccs.html - shard-mtlp: NOTRUN -> [SKIP][76] ([i915#6095]) +4 similar issues [76]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_122747v1/shard-mtlp-5/igt@kms_ccs@pipe-b-crc-primary-basic-yf_tiled_ccs.html * igt@kms_ccs@pipe-b-crc-sprite-planes-basic-y_tiled_gen12_rc_ccs_cc: - shard-dg2: NOTRUN -> [SKIP][77] ([i915#3689] / [i915#3886] / [i915#5354]) +3 similar issues [77]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_122747v1/shard-dg2-12/igt@kms_ccs@pipe-b-crc-sprite-planes-basic-y_tiled_gen12_rc_ccs_cc.html * igt@kms_ccs@pipe-c-bad-rotation-90-4_tiled_dg2_mc_ccs: - shard-rkl: NOTRUN -> [SKIP][78] ([i915#5354]) +6 similar issues [78]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_122747v1/shard-rkl-1/igt@kms_ccs@pipe-c-bad-rotation-90-4_tiled_dg2_mc_ccs.html * igt@kms_ccs@pipe-c-bad-rotation-90-4_tiled_mtl_mc_ccs: - shard-dg2: NOTRUN -> [SKIP][79] ([i915#5354]) +35 similar issues [79]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_122747v1/shard-dg2-11/igt@kms_ccs@pipe-c-bad-rotation-90-4_tiled_mtl_mc_ccs.html * igt@kms_ccs@pipe-d-crc-primary-basic-y_tiled_gen12_rc_ccs: - shard-dg2: NOTRUN -> [SKIP][80] ([i915#3689] / [i915#5354]) +14 similar issues [80]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_122747v1/shard-dg2-12/igt@kms_ccs@pipe-d-crc-primary-basic-y_tiled_gen12_rc_ccs.html * igt@kms_cdclk@mode-transition: - shard-rkl: NOTRUN -> [SKIP][81] ([i915#3742]) [81]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_122747v1/shard-rkl-1/igt@kms_cdclk@mode-transition.html * igt@kms_cdclk@mode-transition@pipe-a-dp-2: - shard-dg2: NOTRUN -> [SKIP][82] ([i915#4087] / [i915#7213]) +4 similar issues [82]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_122747v1/shard-dg2-12/igt@kms_cdclk@mode-transition@pipe-a-dp-2.html * igt@kms_chamelium_color@ctm-0-75: - shard-dg2: NOTRUN -> [SKIP][83] ([fdo#111827]) [83]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_122747v1/shard-dg2-11/igt@kms_chamelium_color@ctm-0-75.html * igt@kms_chamelium_frames@dp-crc-single: - shard-mtlp: NOTRUN -> [SKIP][84] ([i915#7828]) +2 similar issues [84]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_122747v1/shard-mtlp-4/igt@kms_chamelium_frames@dp-crc-single.html * igt@kms_chamelium_hpd@dp-hpd-after-suspend: - shard-rkl: NOTRUN -> [SKIP][85] ([i915#7828]) [85]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_122747v1/shard-rkl-1/igt@kms_chamelium_hpd@dp-hpd-after-suspend.html * igt@kms_chamelium_hpd@hdmi-hpd-for-each-pipe: - shard-dg2: NOTRUN -> [SKIP][86] ([i915#7828]) +4 similar issues [86]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_122747v1/shard-dg2-11/igt@kms_chamelium_hpd@hdmi-hpd-for-each-pipe.html * igt@kms_color@deep-color: - shard-rkl: NOTRUN -> [SKIP][87] ([i915#3555]) +1 similar issue [87]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_122747v1/shard-rkl-1/igt@kms_color@deep-color.html * igt@kms_content_protection@atomic-dpms@pipe-a-dp-2: - shard-dg2: NOTRUN -> [TIMEOUT][88] ([i915#8628]) [88]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_122747v1/shard-dg2-12/igt@kms_content_protection@atomic-dpms@pipe-a-dp-2.html * igt@kms_content_protection@type1: - shard-dg2: NOTRUN -> [SKIP][89] ([i915#7118] / [i915#7162]) [89]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_122747v1/shard-dg2-12/igt@kms_content_protection@type1.html * igt@kms_content_protection@uevent@pipe-a-dp-4: - shard-dg2: NOTRUN -> [FAIL][90] ([i915#1339]) [90]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_122747v1/shard-dg2-11/igt@kms_content_protection@uevent@pipe-a-dp-4.html * igt@kms_cursor_crc@cursor-random-512x170: - shard-dg2: NOTRUN -> [SKIP][91] ([i915#3359]) +1 similar issue [91]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_122747v1/shard-dg2-12/igt@kms_cursor_crc@cursor-random-512x170.html * igt@kms_cursor_crc@cursor-rapid-movement-32x32: - shard-mtlp: NOTRUN -> [SKIP][92] ([i915#8814]) [92]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_122747v1/shard-mtlp-4/igt@kms_cursor_crc@cursor-rapid-movement-32x32.html * igt@kms_cursor_crc@cursor-sliding-512x170: - shard-rkl: NOTRUN -> [SKIP][93] ([i915#3359]) [93]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_122747v1/shard-rkl-1/igt@kms_cursor_crc@cursor-sliding-512x170.html * igt@kms_cursor_crc@cursor-suspend@pipe-b-vga-1: - shard-snb: NOTRUN -> [DMESG-WARN][94] ([i915#8841]) +3 similar issues [94]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_122747v1/shard-snb5/igt@kms_cursor_crc@cursor-suspend@pipe-b-vga-1.html * igt@kms_cursor_legacy@2x-nonblocking-modeset-vs-cursor-atomic: - shard-mtlp: NOTRUN -> [SKIP][95] ([i915#3546]) +1 similar issue [95]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_122747v1/shard-mtlp-4/igt@kms_cursor_legacy@2x-nonblocking-modeset-vs-cursor-atomic.html * igt@kms_cursor_legacy@cursorb-vs-flipb-varying-size: - shard-dg2: NOTRUN -> [SKIP][96] ([fdo#109274] / [i915#5354]) +2 similar issues [96]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_122747v1/shard-dg2-12/igt@kms_cursor_legacy@cursorb-vs-flipb-varying-size.html * igt@kms_cursor_legacy@short-busy-flip-before-cursor-atomic-transitions: - shard-dg2: NOTRUN -> [SKIP][97] ([i915#4103] / [i915#4213]) +1 similar issue [97]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_122747v1/shard-dg2-12/igt@kms_cursor_legacy@short-busy-flip-before-cursor-atomic-transitions.html * igt@kms_dither@fb-8bpc-vs-panel-6bpc@pipe-a-hdmi-a-1: - shard-rkl: NOTRUN -> [SKIP][98] ([i915#3804]) [98]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_122747v1/shard-rkl-7/igt@kms_dither@fb-8bpc-vs-panel-6bpc@pipe-a-hdmi-a-1.html * igt@kms_dither@fb-8bpc-vs-panel-8bpc: - shard-dg2: NOTRUN -> [SKIP][99] ([i915#3555]) +6 similar issues [99]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_122747v1/shard-dg2-6/igt@kms_dither@fb-8bpc-vs-panel-8bpc.html * igt@kms_dsc@dsc-basic: - shard-dg2: NOTRUN -> [SKIP][100] ([i915#3555] / [i915#3840]) [100]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_122747v1/shard-dg2-11/igt@kms_dsc@dsc-basic.html * igt@kms_flip@2x-flip-vs-wf_vblank-interruptible: - shard-dg2: NOTRUN -> [SKIP][101] ([fdo#109274]) +2 similar issues [101]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_122747v1/shard-dg2-11/igt@kms_flip@2x-flip-vs-wf_vblank-interruptible.html * igt@kms_flip@2x-plain-flip: - shard-mtlp: NOTRUN -> [SKIP][102] ([i915#3637]) +2 similar issues [102]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_122747v1/shard-mtlp-4/igt@kms_flip@2x-plain-flip.html * igt@kms_flip@2x-plain-flip-interruptible: - shard-rkl: NOTRUN -> [SKIP][103] ([fdo#111825]) [103]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_122747v1/shard-rkl-1/igt@kms_flip@2x-plain-flip-interruptible.html * igt@kms_flip@2x-plain-flip-ts-check-interruptible@ab-hdmi-a1-hdmi-a2: - shard-glk: [PASS][104] -> [FAIL][105] ([i915#2122]) [104]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13549/shard-glk8/igt@kms_flip@2x-plain-flip-ts-check-interruptible@ab-hdmi-a1-hdmi-a2.html [105]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_122747v1/shard-glk5/igt@kms_flip@2x-plain-flip-ts-check-interruptible@ab-hdmi-a1-hdmi-a2.html * igt@kms_flip_scaled_crc@flip-32bpp-4tile-to-32bpp-4tiledg2rcccs-downscaling@pipe-a-valid-mode: - shard-rkl: NOTRUN -> [SKIP][106] ([i915#2672]) [106]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_122747v1/shard-rkl-1/igt@kms_flip_scaled_crc@flip-32bpp-4tile-to-32bpp-4tiledg2rcccs-downscaling@pipe-a-valid-mode.html * igt@kms_flip_scaled_crc@flip-32bpp-xtile-to-64bpp-xtile-downscaling@pipe-a-default-mode: - shard-mtlp: NOTRUN -> [SKIP][107] ([i915#8810]) [107]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_122747v1/shard-mtlp-4/igt@kms_flip_scaled_crc@flip-32bpp-xtile-to-64bpp-xtile-downscaling@pipe-a-default-mode.html * igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-32bpp-yftileccs-downscaling@pipe-a-valid-mode: - shard-dg2: NOTRUN -> [SKIP][108] ([i915#2672]) +3 similar issues [108]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_122747v1/shard-dg2-11/igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-32bpp-yftileccs-downscaling@pipe-a-valid-mode.html * igt@kms_force_connector_basic@force-load-detect: - shard-mtlp: NOTRUN -> [SKIP][109] ([fdo#109285]) [109]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_122747v1/shard-mtlp-4/igt@kms_force_connector_basic@force-load-detect.html * igt@kms_frontbuffer_tracking@fbc-1p-primscrn-indfb-pgflip-blt: - shard-dg2: NOTRUN -> [FAIL][110] ([i915#6880]) [110]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_122747v1/shard-dg2-11/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-indfb-pgflip-blt.html * igt@kms_frontbuffer_tracking@fbc-rgb565-draw-pwrite: - shard-dg2: [PASS][111] -> [FAIL][112] ([i915#6880]) [111]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13549/shard-dg2-8/igt@kms_frontbuffer_tracking@fbc-rgb565-draw-pwrite.html [112]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_122747v1/shard-dg2-3/igt@kms_frontbuffer_tracking@fbc-rgb565-draw-pwrite.html * igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-pri-shrfb-draw-mmap-wc: - shard-dg2: NOTRUN -> [SKIP][113] ([i915#8708]) +14 similar issues [113]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_122747v1/shard-dg2-11/igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-pri-shrfb-draw-mmap-wc.html * igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-shrfb-pgflip-blt: - shard-rkl: NOTRUN -> [SKIP][114] ([fdo#111825] / [i915#1825]) +4 similar issues [114]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_122747v1/shard-rkl-1/igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-shrfb-pgflip-blt.html * igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-pri-indfb-draw-blt: - shard-mtlp: NOTRUN -> [SKIP][115] ([i915#1825]) +5 similar issues [115]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_122747v1/shard-mtlp-4/igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-pri-indfb-draw-blt.html * igt@kms_frontbuffer_tracking@fbcpsr-rgb565-draw-mmap-cpu: - shard-rkl: NOTRUN -> [SKIP][116] ([i915#3023]) +6 similar issues [116]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_122747v1/shard-rkl-1/igt@kms_frontbuffer_tracking@fbcpsr-rgb565-draw-mmap-cpu.html * igt@kms_frontbuffer_tracking@fbcpsr-tiling-y: - shard-mtlp: NOTRUN -> [SKIP][117] ([i915#5460]) [117]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_122747v1/shard-mtlp-5/igt@kms_frontbuffer_tracking@fbcpsr-tiling-y.html * igt@kms_frontbuffer_tracking@psr-1p-primscrn-spr-indfb-draw-mmap-gtt: - shard-mtlp: NOTRUN -> [SKIP][118] ([i915#8708]) +3 similar issues [118]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_122747v1/shard-mtlp-4/igt@kms_frontbuffer_tracking@psr-1p-primscrn-spr-indfb-draw-mmap-gtt.html * igt@kms_frontbuffer_tracking@psr-indfb-scaledprimary: - shard-dg2: NOTRUN -> [SKIP][119] ([i915#3458]) +11 similar issues [119]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_122747v1/shard-dg2-12/igt@kms_frontbuffer_tracking@psr-indfb-scaledprimary.html * igt@kms_hdr@static-toggle-suspend: - shard-dg2: NOTRUN -> [SKIP][120] ([i915#3555] / [i915#8228]) +1 similar issue [120]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_122747v1/shard-dg2-10/igt@kms_hdr@static-toggle-suspend.html * igt@kms_multipipe_modeset@basic-max-pipe-crc-check: - shard-mtlp: NOTRUN -> [SKIP][121] ([i915#4816]) [121]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_122747v1/shard-mtlp-4/igt@kms_multipipe_modeset@basic-max-pipe-crc-check.html * igt@kms_pipe_crc_basic@suspend-read-crc@pipe-a-dp-1: - shard-apl: [PASS][122] -> [ABORT][123] ([i915#180]) [122]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13549/shard-apl7/igt@kms_pipe_crc_basic@suspend-read-crc@pipe-a-dp-1.html [123]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_122747v1/shard-apl1/igt@kms_pipe_crc_basic@suspend-read-crc@pipe-a-dp-1.html * igt@kms_plane_multiple@tiling-yf: - shard-dg2: NOTRUN -> [SKIP][124] ([i915#3555] / [i915#8806]) [124]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_122747v1/shard-dg2-11/igt@kms_plane_multiple@tiling-yf.html * igt@kms_plane_scaling@intel-max-src-size: - shard-dg2: NOTRUN -> [SKIP][125] ([i915#6953]) [125]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_122747v1/shard-dg2-6/igt@kms_plane_scaling@intel-max-src-size.html - shard-mtlp: NOTRUN -> [SKIP][126] ([i915#6953]) [126]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_122747v1/shard-mtlp-4/igt@kms_plane_scaling@intel-max-src-size.html * igt@kms_plane_scaling@plane-downscale-with-modifiers-factor-0-25@pipe-d-dp-4: - shard-dg2: NOTRUN -> [SKIP][127] ([i915#5176]) +11 similar issues [127]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_122747v1/shard-dg2-11/igt@kms_plane_scaling@plane-downscale-with-modifiers-factor-0-25@pipe-d-dp-4.html * igt@kms_plane_scaling@plane-downscale-with-pixel-format-factor-0-25@pipe-a-hdmi-a-4: - shard-dg1: NOTRUN -> [SKIP][128] ([i915#5176]) +3 similar issues [128]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_122747v1/shard-dg1-18/igt@kms_plane_scaling@plane-downscale-with-pixel-format-factor-0-25@pipe-a-hdmi-a-4.html * igt@kms_plane_scaling@plane-upscale-with-modifiers-factor-0-25@pipe-b-hdmi-a-1: - shard-snb: NOTRUN -> [SKIP][129] ([fdo#109271]) +41 similar issues [129]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_122747v1/shard-snb1/igt@kms_plane_scaling@plane-upscale-with-modifiers-factor-0-25@pipe-b-hdmi-a-1.html * igt@kms_plane_scaling@plane-upscale-with-rotation-20x20@pipe-a-hdmi-a-2: - shard-rkl: NOTRUN -> [SKIP][130] ([i915#5176]) +7 similar issues [130]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_122747v1/shard-rkl-2/igt@kms_plane_scaling@plane-upscale-with-rotation-20x20@pipe-a-hdmi-a-2.html * igt@kms_plane_scaling@planes-downscale-factor-0-25-upscale-20x20@pipe-b-hdmi-a-2: - shard-rkl: NOTRUN -> [SKIP][131] ([i915#5235]) +3 similar issues [131]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_122747v1/shard-rkl-2/igt@kms_plane_scaling@planes-downscale-factor-0-25-upscale-20x20@pipe-b-hdmi-a-2.html * igt@kms_plane_scaling@planes-downscale-factor-0-25-upscale-factor-0-25@pipe-d-dp-4: - shard-dg2: NOTRUN -> [SKIP][132] ([i915#5235]) +11 similar issues [132]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_122747v1/shard-dg2-11/igt@kms_plane_scaling@planes-downscale-factor-0-25-upscale-factor-0-25@pipe-d-dp-4.html * igt@kms_plane_scaling@planes-upscale-factor-0-25-downscale-factor-0-25@pipe-d-hdmi-a-1: - shard-dg1: NOTRUN -> [SKIP][133] ([i915#5235]) +11 similar issues [133]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_122747v1/shard-dg1-19/igt@kms_plane_scaling@planes-upscale-factor-0-25-downscale-factor-0-25@pipe-d-hdmi-a-1.html * igt@kms_psr2_sf@primary-plane-update-sf-dmg-area-big-fb: - shard-dg2: NOTRUN -> [SKIP][134] ([i915#658]) +2 similar issues [134]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_122747v1/shard-dg2-11/igt@kms_psr2_sf@primary-plane-update-sf-dmg-area-big-fb.html * igt@kms_psr@psr2_primary_blt: - shard-rkl: NOTRUN -> [SKIP][135] ([i915#1072]) [135]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_122747v1/shard-rkl-1/igt@kms_psr@psr2_primary_blt.html * igt@kms_psr@psr2_sprite_mmap_gtt: - shard-dg2: NOTRUN -> [SKIP][136] ([i915#1072]) +5 similar issues [136]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_122747v1/shard-dg2-11/igt@kms_psr@psr2_sprite_mmap_gtt.html * igt@kms_rotation_crc@primary-yf-tiled-reflect-x-270: - shard-rkl: NOTRUN -> [SKIP][137] ([fdo#111615] / [i915#5289]) [137]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_122747v1/shard-rkl-1/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-270.html * igt@kms_rotation_crc@sprite-rotation-90: - shard-dg2: NOTRUN -> [SKIP][138] ([i915#4235]) [138]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_122747v1/shard-dg2-12/igt@kms_rotation_crc@sprite-rotation-90.html * igt@kms_selftest@drm_damage: - shard-rkl: NOTRUN -> [SKIP][139] ([i915#8661]) [139]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_122747v1/shard-rkl-1/igt@kms_selftest@drm_damage.html * igt@kms_selftest@drm_format: - shard-mtlp: NOTRUN -> [SKIP][140] ([i915#8661]) [140]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_122747v1/shard-mtlp-4/igt@kms_selftest@drm_format.html * igt@kms_setmode@basic@pipe-a-vga-1: - shard-snb: NOTRUN -> [FAIL][141] ([i915#5465]) +1 similar issue [141]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_122747v1/shard-snb2/igt@kms_setmode@basic@pipe-a-vga-1.html * igt@kms_sysfs_edid_timing: - shard-dg2: [PASS][142] -> [FAIL][143] ([IGT#2]) [142]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13549/shard-dg2-11/igt@kms_sysfs_edid_timing.html [143]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_122747v1/shard-dg2-6/igt@kms_sysfs_edid_timing.html * igt@kms_tiled_display@basic-test-pattern: - shard-dg2: NOTRUN -> [SKIP][144] ([i915#8623]) [144]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_122747v1/shard-dg2-11/igt@kms_tiled_display@basic-test-pattern.html * igt@kms_universal_plane@universal-plane-pageflip-windowed-pipe-c: - shard-rkl: NOTRUN -> [SKIP][145] ([i915#4070] / [i915#6768]) +2 similar issues [145]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_122747v1/shard-rkl-1/igt@kms_universal_plane@universal-plane-pageflip-windowed-pipe-c.html * igt@kms_vblank@pipe-c-ts-continuation-dpms-suspend: - shard-dg2: [PASS][146] -> [FAIL][147] ([fdo#103375]) [146]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13549/shard-dg2-5/igt@kms_vblank@pipe-c-ts-continuation-dpms-suspend.html [147]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_122747v1/shard-dg2-5/igt@kms_vblank@pipe-c-ts-continuation-dpms-suspend.html * igt@perf@global-sseu-config: - shard-mtlp: NOTRUN -> [SKIP][148] ([i915#7387]) [148]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_122747v1/shard-mtlp-4/igt@perf@global-sseu-config.html * igt@perf@per-context-mode-unprivileged: - shard-rkl: NOTRUN -> [SKIP][149] ([i915#2435]) [149]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_122747v1/shard-rkl-1/igt@perf@per-context-mode-unprivileged.html * igt@perf_pmu@render-node-busy-idle@ccs2: - shard-dg2: NOTRUN -> [FAIL][150] ([i915#4349]) +3 similar issues [150]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_122747v1/shard-dg2-11/igt@perf_pmu@render-node-busy-idle@ccs2.html * igt@perf_pmu@semaphore-busy@vcs1: - shard-mtlp: NOTRUN -> [FAIL][151] ([i915#4349]) +2 similar issues [151]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_122747v1/shard-mtlp-4/igt@perf_pmu@semaphore-busy@vcs1.html * igt@prime_vgem@fence-write-hang: - shard-mtlp: NOTRUN -> [SKIP][152] ([i915#3708]) [152]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_122747v1/shard-mtlp-4/igt@prime_vgem@fence-write-hang.html * igt@syncobj_timeline@invalid-wait-illegal-handle: - shard-mtlp: [PASS][153] -> [DMESG-WARN][154] ([i915#2017]) [153]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13549/shard-mtlp-4/igt@syncobj_timeline@invalid-wait-illegal-handle.html [154]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_122747v1/shard-mtlp-4/igt@syncobj_timeline@invalid-wait-illegal-handle.html * igt@tools_test@sysfs_l3_parity: - shard-dg2: NOTRUN -> [SKIP][155] ([i915#4818]) [155]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_122747v1/shard-dg2-11/igt@tools_test@sysfs_l3_parity.html * igt@v3d/v3d_submit_csd@bad-bo: - shard-mtlp: NOTRUN -> [SKIP][156] ([i915#2575]) [156]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_122747v1/shard-mtlp-4/igt@v3d/v3d_submit_csd@bad-bo.html * igt@v3d/v3d_submit_csd@bad-flag: - shard-rkl: NOTRUN -> [SKIP][157] ([fdo#109315]) +1 similar issue [157]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_122747v1/shard-rkl-1/igt@v3d/v3d_submit_csd@bad-flag.html * igt@v3d/v3d_submit_csd@job-perfmon: - shard-dg2: NOTRUN -> [SKIP][158] ([i915#2575]) +9 similar issues [158]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_122747v1/shard-dg2-11/igt@v3d/v3d_submit_csd@job-perfmon.html * igt@vc4/vc4_perfmon@create-two-perfmon: - shard-rkl: NOTRUN -> [SKIP][159] ([i915#7711]) [159]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_122747v1/shard-rkl-1/igt@vc4/vc4_perfmon@create-two-perfmon.html * igt@vc4/vc4_perfmon@get-values-invalid-pointer: - shard-mtlp: NOTRUN -> [SKIP][160] ([i915#7711]) +3 similar issues [160]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_122747v1/shard-mtlp-4/igt@vc4/vc4_perfmon@get-values-invalid-pointer.html * igt@vc4/vc4_wait_seqno@bad-seqno-1ns: - shard-dg2: NOTRUN -> [SKIP][161] ([i915#7711]) +5 similar issues [161]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_122747v1/shard-dg2-12/igt@vc4/vc4_wait_seqno@bad-seqno-1ns.html #### Possible fixes #### * igt@drm_fdinfo@idle@rcs0: - shard-rkl: [FAIL][162] ([i915#7742]) -> [PASS][163] +1 similar issue [162]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13549/shard-rkl-4/igt@drm_fdinfo@idle@rcs0.html [163]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_122747v1/shard-rkl-4/igt@drm_fdinfo@idle@rcs0.html * igt@gem_ctx_exec@basic-nohangcheck: - shard-tglu: [FAIL][164] ([i915#6268]) -> [PASS][165] [164]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13549/shard-tglu-4/igt@gem_ctx_exec@basic-nohangcheck.html [165]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_122747v1/shard-tglu-10/igt@gem_ctx_exec@basic-nohangcheck.html * igt@gem_ctx_isolation@preservation-s3@bcs0: - shard-dg2: [FAIL][166] ([fdo#103375]) -> [PASS][167] +1 similar issue [166]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13549/shard-dg2-11/igt@gem_ctx_isolation@preservation-s3@bcs0.html [167]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_122747v1/shard-dg2-6/igt@gem_ctx_isolation@preservation-s3@bcs0.html * igt@gem_ctx_isolation@preservation-s3@ccs3: - shard-dg2: [INCOMPLETE][168] ([i915#9162]) -> [PASS][169] [168]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13549/shard-dg2-11/igt@gem_ctx_isolation@preservation-s3@ccs3.html [169]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_122747v1/shard-dg2-6/igt@gem_ctx_isolation@preservation-s3@ccs3.html * igt@gem_eio@hibernate: - shard-dg2: [ABORT][170] ([i915#7975] / [i915#8213]) -> [PASS][171] [170]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13549/shard-dg2-10/igt@gem_eio@hibernate.html [171]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_122747v1/shard-dg2-11/igt@gem_eio@hibernate.html * igt@gem_exec_capture@pi@rcs0: - shard-mtlp: [FAIL][172] ([i915#4475]) -> [PASS][173] [172]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13549/shard-mtlp-2/igt@gem_exec_capture@pi@rcs0.html [173]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_122747v1/shard-mtlp-8/igt@gem_exec_capture@pi@rcs0.html * igt@gem_exec_endless@dispatch@vcs0: - shard-dg1: [TIMEOUT][174] ([i915#3778]) -> [PASS][175] [174]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13549/shard-dg1-14/igt@gem_exec_endless@dispatch@vcs0.html [175]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_122747v1/shard-dg1-16/igt@gem_exec_endless@dispatch@vcs0.html * igt@gem_exec_fair@basic-none-share@rcs0: - shard-glk: [FAIL][176] ([i915#2842]) -> [PASS][177] [176]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13549/shard-glk1/igt@gem_exec_fair@basic-none-share@rcs0.html [177]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_122747v1/shard-glk5/igt@gem_exec_fair@basic-none-share@rcs0.html * igt@gem_exec_fair@basic-pace-share@rcs0: - shard-rkl: [FAIL][178] ([i915#2842]) -> [PASS][179] [178]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13549/shard-rkl-1/igt@gem_exec_fair@basic-pace-share@rcs0.html [179]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_122747v1/shard-rkl-7/igt@gem_exec_fair@basic-pace-share@rcs0.html * igt@gem_ppgtt@shrink-vs-evict-any: - shard-rkl: [ABORT][180] -> [PASS][181] [180]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13549/shard-rkl-4/igt@gem_ppgtt@shrink-vs-evict-any.html [181]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_122747v1/shard-rkl-1/igt@gem_ppgtt@shrink-vs-evict-any.html * igt@i915_module_load@reload-with-fault-injection: - shard-dg2: [DMESG-WARN][182] ([i915#7061] / [i915#8617]) -> [PASS][183] [182]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13549/shard-dg2-5/igt@i915_module_load@reload-with-fault-injection.html [183]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_122747v1/shard-dg2-5/igt@i915_module_load@reload-with-fault-injection.html * igt@i915_pm_lpsp@kms-lpsp@kms-lpsp-hdmi-a: - shard-rkl: [SKIP][184] ([i915#1937]) -> [PASS][185] [184]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13549/shard-rkl-1/igt@i915_pm_lpsp@kms-lpsp@kms-lpsp-hdmi-a.html [185]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_122747v1/shard-rkl-7/igt@i915_pm_lpsp@kms-lpsp@kms-lpsp-hdmi-a.html * igt@i915_pm_rpm@modeset-lpsp-stress-no-wait: - shard-dg2: [SKIP][186] ([i915#1397]) -> [PASS][187] +1 similar issue [186]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13549/shard-dg2-2/igt@i915_pm_rpm@modeset-lpsp-stress-no-wait.html [187]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_122747v1/shard-dg2-12/igt@i915_pm_rpm@modeset-lpsp-stress-no-wait.html - shard-dg1: [SKIP][188] ([i915#1397]) -> [PASS][189] [188]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13549/shard-dg1-18/igt@i915_pm_rpm@modeset-lpsp-stress-no-wait.html [189]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_122747v1/shard-dg1-19/igt@i915_pm_rpm@modeset-lpsp-stress-no-wait.html * igt@i915_pm_rpm@modeset-non-lpsp-stress-no-wait: - shard-rkl: [SKIP][190] ([i915#1397]) -> [PASS][191] [190]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13549/shard-rkl-7/igt@i915_pm_rpm@modeset-non-lpsp-stress-no-wait.html [191]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_122747v1/shard-rkl-4/igt@i915_pm_rpm@modeset-non-lpsp-stress-no-wait.html * igt@i915_suspend@sysfs-reader: - shard-mtlp: [ABORT][192] ([i915#8466]) -> [PASS][193] [192]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13549/shard-mtlp-7/igt@i915_suspend@sysfs-reader.html [193]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_122747v1/shard-mtlp-4/igt@i915_suspend@sysfs-reader.html * igt@kms_big_fb@4-tiled-64bpp-rotate-180: - shard-mtlp: [FAIL][194] ([i915#5138]) -> [PASS][195] [194]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13549/shard-mtlp-5/igt@kms_big_fb@4-tiled-64bpp-rotate-180.html [195]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_122747v1/shard-mtlp-2/igt@kms_big_fb@4-tiled-64bpp-rotate-180.html * igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions: - shard-apl: [FAIL][196] ([i915#2346]) -> [PASS][197] [196]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13549/shard-apl3/igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions.html [197]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_122747v1/shard-apl6/igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions.html * igt@kms_fbcon_fbt@psr-suspend: - shard-mtlp: [FAIL][198] ([i915#4767]) -> [PASS][199] [198]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13549/shard-mtlp-5/igt@kms_fbcon_fbt@psr-suspend.html [199]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_122747v1/shard-mtlp-2/igt@kms_fbcon_fbt@psr-suspend.html * igt@kms_frontbuffer_tracking@fbc-1p-offscren-pri-shrfb-draw-pwrite: - shard-dg2: [FAIL][200] ([i915#6880]) -> [PASS][201] [200]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13549/shard-dg2-3/igt@kms_frontbuffer_tracking@fbc-1p-offscren-pri-shrfb-draw-pwrite.html [201]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_122747v1/shard-dg2-8/igt@kms_frontbuffer_tracking@fbc-1p-offscren-pri-shrfb-draw-pwrite.html * igt@kms_getfb@getfb-addfb-different-handles: - shard-mtlp: [DMESG-WARN][202] ([i915#2017]) -> [PASS][203] [202]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13549/shard-mtlp-4/igt@kms_getfb@getfb-addfb-different-handles.html [203]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_122747v1/shard-mtlp-4/igt@kms_getfb@getfb-addfb-different-handles.html * igt@kms_pipe_crc_basic@suspend-read-crc@pipe-b-dp-1: - shard-apl: [ABORT][204] ([i915#180]) -> [PASS][205] [204]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13549/shard-apl7/igt@kms_pipe_crc_basic@suspend-read-crc@pipe-b-dp-1.html [205]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_122747v1/shard-apl1/igt@kms_pipe_crc_basic@suspend-read-crc@pipe-b-dp-1.html #### Warnings #### * igt@gem_lmem_swapping@smem-oom@lmem0: - shard-dg2: [DMESG-WARN][206] ([i915#4936] / [i915#5493]) -> [TIMEOUT][207] ([i915#5493]) [206]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13549/shard-dg2-8/igt@gem_lmem_swapping@smem-oom@lmem0.html [207]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_122747v1/shard-dg2-2/igt@gem_lmem_swapping@smem-oom@lmem0.html * igt@i915_pm_rc6_residency@rc6-idle@rcs0: - shard-tglu: [FAIL][208] ([i915#2681] / [i915#3591]) -> [WARN][209] ([i915#2681]) +1 similar issue [208]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13549/shard-tglu-9/igt@i915_pm_rc6_residency@rc6-idle@rcs0.html [209]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_122747v1/shard-tglu-9/igt@i915_pm_rc6_residency@rc6-idle@rcs0.html * igt@i915_pm_rps@reset: - shard-dg1: [FAIL][210] -> [FAIL][211] ([i915#8229]) [210]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13549/shard-dg1-14/igt@i915_pm_rps@reset.html [211]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_122747v1/shard-dg1-16/igt@i915_pm_rps@reset.html * igt@kms_content_protection@mei_interface: - shard-dg2: [SKIP][212] ([i915#7118] / [i915#7162]) -> [SKIP][213] ([i915#7118]) [212]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13549/shard-dg2-11/igt@kms_content_protection@mei_interface.html [213]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_122747v1/shard-dg2-6/igt@kms_content_protection@mei_interface.html * igt@kms_psr@sprite_plane_onoff: - shard-dg1: [SKIP][214] ([i915#1072]) -> [SKIP][215] ([i915#1072] / [i915#4078]) +1 similar issue [214]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13549/shard-dg1-15/igt@kms_psr@sprite_plane_onoff.html [215]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_122747v1/shard-dg1-16/igt@kms_psr@sprite_plane_onoff.html [IGT#2]: https://gitlab.freedesktop.org/drm/igt-gpu-tools/issues/2 [fdo#103375]: https://bugs.freedesktop.org/show_bug.cgi?id=103375 [fdo#109271]: https://bugs.freedesktop.org/show_bug.cgi?id=109271 [fdo#109274]: https://bugs.freedesktop.org/show_bug.cgi?id=109274 [fdo#109285]: https://bugs.freedesktop.org/show_bug.cgi?id=109285 [fdo#109289]: https://bugs.freedesktop.org/show_bug.cgi?id=109289 [fdo#109303]: https://bugs.freedesktop.org/show_bug.cgi?id=109303 [fdo#109315]: https://bugs.freedesktop.org/show_bug.cgi?id=109315 [fdo#110723]: https://bugs.freedesktop.org/show_bug.cgi?id=110723 [fdo#111614]: https://bugs.freedesktop.org/show_bug.cgi?id=111614 [fdo#111615]: https://bugs.freedesktop.org/show_bug.cgi?id=111615 [fdo#111825]: https://bugs.freedesktop.org/show_bug.cgi?id=111825 [fdo#111827]: https://bugs.freedesktop.org/show_bug.cgi?id=111827 [fdo#112283]: https://bugs.freedesktop.org/show_bug.cgi?id=112283 [i915#1072]: https://gitlab.freedesktop.org/drm/intel/issues/1072 [i915#1339]: https://gitlab.freedesktop.org/drm/intel/issues/1339 [i915#1397]: https://gitlab.freedesktop.org/drm/intel/issues/1397 [i915#1769]: https://gitlab.freedesktop.org/drm/intel/issues/1769 [i915#180]: https://gitlab.freedesktop.org/drm/intel/issues/180 [i915#1825]: https://gitlab.freedesktop.org/drm/intel/issues/1825 [i915#1839]: https://gitlab.freedesktop.org/drm/intel/issues/1839 [i915#1937]: https://gitlab.freedesktop.org/drm/intel/issues/1937 [i915#2017]: https://gitlab.freedesktop.org/drm/intel/issues/2017 [i915#2122]: https://gitlab.freedesktop.org/drm/intel/issues/2122 [i915#2346]: https://gitlab.freedesktop.org/drm/intel/issues/2346 [i915#2435]: https://gitlab.freedesktop.org/drm/intel/issues/2435 [i915#2521]: https://gitlab.freedesktop.org/drm/intel/issues/2521 [i915#2527]: https://gitlab.freedesktop.org/drm/intel/issues/2527 [i915#2575]: https://gitlab.freedesktop.org/drm/intel/issues/2575 [i915#2672]: https://gitlab.freedesktop.org/drm/intel/issues/2672 [i915#2681]: https://gitlab.freedesktop.org/drm/intel/issues/2681 [i915#2705]: https://gitlab.freedesktop.org/drm/intel/issues/2705 [i915#280]: https://gitlab.freedesktop.org/drm/intel/issues/280 [i915#2842]: https://gitlab.freedesktop.org/drm/intel/issues/2842 [i915#2856]: https://gitlab.freedesktop.org/drm/intel/issues/2856 [i915#3023]: https://gitlab.freedesktop.org/drm/intel/issues/3023 [i915#3281]: https://gitlab.freedesktop.org/drm/intel/issues/3281 [i915#3282]: https://gitlab.freedesktop.org/drm/intel/issues/3282 [i915#3297]: https://gitlab.freedesktop.org/drm/intel/issues/3297 [i915#3318]: https://gitlab.freedesktop.org/drm/intel/issues/3318 [i915#3359]: https://gitlab.freedesktop.org/drm/intel/issues/3359 [i915#3458]: https://gitlab.freedesktop.org/drm/intel/issues/3458 [i915#3546]: https://gitlab.freedesktop.org/drm/intel/issues/3546 [i915#3555]: https://gitlab.freedesktop.org/drm/intel/issues/3555 [i915#3591]: https://gitlab.freedesktop.org/drm/intel/issues/3591 [i915#3637]: https://gitlab.freedesktop.org/drm/intel/issues/3637 [i915#3689]: https://gitlab.freedesktop.org/drm/intel/issues/3689 [i915#3708]: https://gitlab.freedesktop.org/drm/intel/issues/3708 [i915#3734]: https://gitlab.freedesktop.org/drm/intel/issues/3734 [i915#3742]: https://gitlab.freedesktop.org/drm/intel/issues/3742 [i915#3743]: https://gitlab.freedesktop.org/drm/intel/issues/3743 [i915#3778]: https://gitlab.freedesktop.org/drm/intel/issues/3778 [i915#3804]: https://gitlab.freedesktop.org/drm/intel/issues/3804 [i915#3840]: https://gitlab.freedesktop.org/drm/intel/issues/3840 [i915#3886]: https://gitlab.freedesktop.org/drm/intel/issues/3886 [i915#3989]: https://gitlab.freedesktop.org/drm/intel/issues/3989 [i915#4070]: https://gitlab.freedesktop.org/drm/intel/issues/4070 [i915#4077]: https://gitlab.freedesktop.org/drm/intel/issues/4077 [i915#4078]: https://gitlab.freedesktop.org/drm/intel/issues/4078 [i915#4079]: https://gitlab.freedesktop.org/drm/intel/issues/4079 [i915#4083]: https://gitlab.freedesktop.org/drm/intel/issues/4083 [i915#4087]: https://gitlab.freedesktop.org/drm/intel/issues/4087 [i915#4103]: https://gitlab.freedesktop.org/drm/intel/issues/4103 [i915#4213]: https://gitlab.freedesktop.org/drm/intel/issues/4213 [i915#4235]: https://gitlab.freedesktop.org/drm/intel/issues/4235 [i915#4270]: https://gitlab.freedesktop.org/drm/intel/issues/4270 [i915#4349]: https://gitlab.freedesktop.org/drm/intel/issues/4349 [i915#4473]: https://gitlab.freedesktop.org/drm/intel/issues/4473 [i915#4475]: https://gitlab.freedesktop.org/drm/intel/issues/4475 [i915#4538]: https://gitlab.freedesktop.org/drm/intel/issues/4538 [i915#454]: https://gitlab.freedesktop.org/drm/intel/issues/454 [i915#4613]: https://gitlab.freedesktop.org/drm/intel/issues/4613 [i915#4767]: https://gitlab.freedesktop.org/drm/intel/issues/4767 [i915#4771]: https://gitlab.freedesktop.org/drm/intel/issues/4771 [i915#4812]: https://gitlab.freedesktop.org/drm/intel/issues/4812 [i915#4816]: https://gitlab.freedesktop.org/drm/intel/issues/4816 [i915#4818]: https://gitlab.freedesktop.org/drm/intel/issues/4818 [i915#4860]: https://gitlab.freedesktop.org/drm/intel/issues/4860 [i915#4873]: https://gitlab.freedesktop.org/drm/intel/issues/4873 [i915#4880]: https://gitlab.freedesktop.org/drm/intel/issues/4880 [i915#4881]: https://gitlab.freedesktop.org/drm/intel/issues/4881 [i915#4885]: https://gitlab.freedesktop.org/drm/intel/issues/4885 [i915#4936]: https://gitlab.freedesktop.org/drm/intel/issues/4936 [i915#5138]: https://gitlab.freedesktop.org/drm/intel/issues/5138 [i915#5176]: https://gitlab.freedesktop.org/drm/intel/issues/5176 [i915#5190]: https://gitlab.freedesktop.org/drm/intel/issues/5190 [i915#5235]: https://gitlab.freedesktop.org/drm/intel/issues/5235 [i915#5286]: https://gitlab.freedesktop.org/drm/intel/issues/5286 [i915#5289]: https://gitlab.freedesktop.org/drm/intel/issues/5289 [i915#5325]: https://gitlab.freedesktop.org/drm/intel/issues/5325 [i915#5354]: https://gitlab.freedesktop.org/drm/intel/issues/5354 [i915#5460]: https://gitlab.freedesktop.org/drm/intel/issues/5460 [i915#5465]: https://gitlab.freedesktop.org/drm/intel/issues/5465 [i915#5493]: https://gitlab.freedesktop.org/drm/intel/issues/5493 [i915#6095]: https://gitlab.freedesktop.org/drm/intel/issues/6095 [i915#6268]: https://gitlab.freedesktop.org/drm/intel/issues/6268 [i915#658]: https://gitlab.freedesktop.org/drm/intel/issues/658 [i915#6768]: https://gitlab.freedesktop.org/drm/intel/issues/6768 [i915#6880]: https://gitlab.freedesktop.org/drm/intel/issues/6880 [i915#6953]: https://gitlab.freedesktop.org/drm/intel/issues/6953 [i915#7061]: https://gitlab.freedesktop.org/drm/intel/issues/7061 [i915#7118]: https://gitlab.freedesktop.org/drm/intel/issues/7118 [i915#7162]: https://gitlab.freedesktop.org/drm/intel/issues/7162 [i915#7213]: https://gitlab.freedesktop.org/drm/intel/issues/7213 [i915#7387]: https://gitlab.freedesktop.org/drm/intel/issues/7387 [i915#7561]: https://gitlab.freedesktop.org/drm/intel/issues/7561 [i915#7697]: https://gitlab.freedesktop.org/drm/intel/issues/7697 [i915#7701]: https://gitlab.freedesktop.org/drm/intel/issues/7701 [i915#7711]: https://gitlab.freedesktop.org/drm/intel/issues/7711 [i915#7742]: https://gitlab.freedesktop.org/drm/intel/issues/7742 [i915#7765]: https://gitlab.freedesktop.org/drm/intel/issues/7765 [i915#7828]: https://gitlab.freedesktop.org/drm/intel/issues/7828 [i915#7975]: https://gitlab.freedesktop.org/drm/intel/issues/7975 [i915#8213]: https://gitlab.freedesktop.org/drm/intel/issues/8213 [i915#8228]: https://gitlab.freedesktop.org/drm/intel/issues/8228 [i915#8229]: https://gitlab.freedesktop.org/drm/intel/issues/8229 [i915#8247]: https://gitlab.freedesktop.org/drm/intel/issues/8247 [i915#8398]: https://gitlab.freedesktop.org/drm/intel/issues/8398 [i915#8411]: https://gitlab.freedesktop.org/drm/intel/issues/8411 [i915#8414]: https://gitlab.freedesktop.org/drm/intel/issues/8414 [i915#8428]: https://gitlab.freedesktop.org/drm/intel/issues/8428 [i915#8466]: https://gitlab.freedesktop.org/drm/intel/issues/8466 [i915#8502]: https://gitlab.freedesktop.org/drm/intel/issues/8502 [i915#8555]: https://gitlab.freedesktop.org/drm/intel/issues/8555 [i915#8617]: https://gitlab.freedesktop.org/drm/intel/issues/8617 [i915#8623]: https://gitlab.freedesktop.org/drm/intel/issues/8623 [i915#8628]: https://gitlab.freedesktop.org/drm/intel/issues/8628 [i915#8661]: https://gitlab.freedesktop.org/drm/intel/issues/8661 [i915#8708]: https://gitlab.freedesktop.org/drm/intel/issues/8708 [i915#8709]: https://gitlab.freedesktop.org/drm/intel/issues/8709 [i915#8806]: https://gitlab.freedesktop.org/drm/intel/issues/8806 [i915#8810]: https://gitlab.freedesktop.org/drm/intel/issues/8810 [i915#8814]: https://gitlab.freedesktop.org/drm/intel/issues/8814 [i915#8841]: https://gitlab.freedesktop.org/drm/intel/issues/8841 [i915#8925]: https://gitlab.freedesktop.org/drm/intel/issues/8925 [i915#9121]: https://gitlab.freedesktop.org/drm/intel/issues/9121 [i915#9162]: https://gitlab.freedesktop.org/drm/intel/issues/9162 Build changes ------------- * Linux: CI_DRM_13549 -> Patchwork_122747v1 CI-20190529: 20190529 CI_DRM_13549: daa7b246575041e069f151cfbc69d07e321bdc01 @ git://anongit.freedesktop.org/gfx-ci/linux IGT_7451: 5d48d1fb231f449fe2f80cda14ea7a1ecfda59fa @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git Patchwork_122747v1: daa7b246575041e069f151cfbc69d07e321bdc01 @ git://anongit.freedesktop.org/gfx-ci/linux piglit_4509: fdc5a4ca11124ab8413c7988896eec4c97336694 @ git://anongit.freedesktop.org/piglit == Logs == For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_122747v1/index.html [-- Attachment #2: Type: text/html, Size: 69753 bytes --] ^ permalink raw reply [flat|nested] 16+ messages in thread
end of thread, other threads:[~2023-08-23 9:51 UTC | newest] Thread overview: 16+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2023-08-21 15:02 [Intel-gfx] [PATCH] gpu: drm: i915: fix documentation style Ricardo B. Marliere 2023-08-21 15:02 ` Ricardo B. Marliere 2023-08-21 15:02 ` Ricardo B. Marliere 2023-08-21 16:22 ` [Intel-gfx] " Jani Nikula 2023-08-21 16:22 ` Jani Nikula 2023-08-21 16:22 ` Jani Nikula 2023-08-21 21:00 ` [Intel-gfx] " Ceraolo Spurio, Daniele 2023-08-21 21:00 ` Ceraolo Spurio, Daniele 2023-08-21 21:00 ` Ceraolo Spurio, Daniele 2023-08-22 21:50 ` [Intel-gfx] " Vivi, Rodrigo 2023-08-22 21:50 ` Vivi, Rodrigo 2023-08-22 21:50 ` Vivi, Rodrigo 2023-08-23 0:42 ` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for " Patchwork 2023-08-23 0:42 ` [Intel-gfx] ✗ Fi.CI.SPARSE: " Patchwork 2023-08-23 0:57 ` [Intel-gfx] ✓ Fi.CI.BAT: success " Patchwork 2023-08-23 9:50 ` [Intel-gfx] ✗ 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.