igt-dev.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
* [igt-dev] [PATCH i-g-t] drm/i915/cfl: Add a new CFL PCI ID.
@ 2018-08-09  5:34 Rodrigo Vivi
  2018-08-09  6:15 ` [igt-dev] ✓ Fi.CI.BAT: success for " Patchwork
                   ` (5 more replies)
  0 siblings, 6 replies; 9+ messages in thread
From: Rodrigo Vivi @ 2018-08-09  5:34 UTC (permalink / raw)
  To: igt-dev; +Cc: Rodrigo Vivi

One more CFL ID added to spec.

Align with kernel commit d0e062ebb3a4 ("drm/i915/cfl:
Add a new CFL PCI ID.")

Cc: José Roberto de Souza <jose.souza@intel.com>
Signed-off-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
---
 lib/i915_pciids.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/lib/i915_pciids.h b/lib/i915_pciids.h
index fbf5cfc9..fd965ffb 100644
--- a/lib/i915_pciids.h
+++ b/lib/i915_pciids.h
@@ -386,6 +386,7 @@
 	INTEL_VGA_DEVICE(0x3E91, info), /* SRV GT2 */ \
 	INTEL_VGA_DEVICE(0x3E92, info), /* SRV GT2 */ \
 	INTEL_VGA_DEVICE(0x3E96, info), /* SRV GT2 */ \
+	INTEL_VGA_DEVICE(0x3E98, info), /* SRV GT2 */ \
 	INTEL_VGA_DEVICE(0x3E9A, info)  /* SRV GT2 */
 
 /* CFL H */
-- 
2.17.1

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

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

* [igt-dev] ✓ Fi.CI.BAT: success for drm/i915/cfl: Add a new CFL PCI ID.
  2018-08-09  5:34 [igt-dev] [PATCH i-g-t] drm/i915/cfl: Add a new CFL PCI ID Rodrigo Vivi
@ 2018-08-09  6:15 ` Patchwork
  2018-08-09  7:28 ` [igt-dev] [PATCH i-g-t] " Petri Latvala
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 9+ messages in thread
From: Patchwork @ 2018-08-09  6:15 UTC (permalink / raw)
  To: Rodrigo Vivi; +Cc: igt-dev

== Series Details ==

Series: drm/i915/cfl: Add a new CFL PCI ID.
URL   : https://patchwork.freedesktop.org/series/47924/
State : success

== Summary ==

= CI Bug Log - changes from CI_DRM_4635 -> IGTPW_1695 =

== Summary - SUCCESS ==

  No regressions found.

  External URL: https://patchwork.freedesktop.org/api/1.0/series/47924/revisions/1/mbox/

== Known issues ==

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

  === IGT changes ===

    ==== Issues hit ====

    {igt@amdgpu/amd_prime@amd-to-i915}:
      {fi-kbl-8809g}:     NOTRUN -> FAIL (fdo#107341)

    igt@kms_pipe_crc_basic@suspend-read-crc-pipe-b:
      fi-snb-2520m:       PASS -> INCOMPLETE (fdo#103713)

    igt@kms_pipe_crc_basic@suspend-read-crc-pipe-c:
      fi-bxt-dsi:         PASS -> INCOMPLETE (fdo#103927)

    
    ==== Possible fixes ====

    {igt@amdgpu/amd_basic@userptr}:
      {fi-kbl-8809g}:     INCOMPLETE (fdo#107402) -> PASS

    igt@drv_selftest@live_hangcheck:
      fi-cnl-psr:         DMESG-FAIL (fdo#106560) -> PASS
      fi-skl-guc:         DMESG-FAIL (fdo#107174) -> PASS

    igt@kms_pipe_crc_basic@read-crc-pipe-b:
      {fi-byt-clapper}:   FAIL (fdo#107362) -> PASS

    
  {name}: This element is suppressed. This means it is ignored when computing
          the status of the difference (SUCCESS, WARNING, or FAILURE).

  fdo#103713 https://bugs.freedesktop.org/show_bug.cgi?id=103713
  fdo#103927 https://bugs.freedesktop.org/show_bug.cgi?id=103927
  fdo#106560 https://bugs.freedesktop.org/show_bug.cgi?id=106560
  fdo#107174 https://bugs.freedesktop.org/show_bug.cgi?id=107174
  fdo#107341 https://bugs.freedesktop.org/show_bug.cgi?id=107341
  fdo#107362 https://bugs.freedesktop.org/show_bug.cgi?id=107362
  fdo#107402 https://bugs.freedesktop.org/show_bug.cgi?id=107402


== Participating hosts (50 -> 47) ==

  Additional (1): fi-hsw-peppy 
  Missing    (4): fi-ilk-m540 fi-byt-squawks fi-bsw-cyan fi-hsw-4200u 


== Build changes ==

    * IGT: IGT_4589 -> IGTPW_1695

  CI_DRM_4635: a9f34f7e3bab765e2b1320a1b154a76be38602a7 @ git://anongit.freedesktop.org/gfx-ci/linux
  IGTPW_1695: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_1695/
  IGT_4589: 779d2d42f9db6a2797d1ef50036af6fac4e62e73 @ git://anongit.freedesktop.org/xorg/app/intel-gpu-tools

== Logs ==

For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_1695/issues.html
_______________________________________________
igt-dev mailing list
igt-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/igt-dev

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

* Re: [igt-dev] [PATCH i-g-t] drm/i915/cfl: Add a new CFL PCI ID.
  2018-08-09  5:34 [igt-dev] [PATCH i-g-t] drm/i915/cfl: Add a new CFL PCI ID Rodrigo Vivi
  2018-08-09  6:15 ` [igt-dev] ✓ Fi.CI.BAT: success for " Patchwork
@ 2018-08-09  7:28 ` Petri Latvala
  2018-08-14 22:46   ` [igt-dev] [PATCH i-g-t] lib: sync with the newer i915_pciids.h from the kernel (CFL) Rodrigo Vivi
  2018-08-09  7:38 ` [igt-dev] ✗ Fi.CI.IGT: failure for drm/i915/cfl: Add a new CFL PCI ID Patchwork
                   ` (3 subsequent siblings)
  5 siblings, 1 reply; 9+ messages in thread
From: Petri Latvala @ 2018-08-09  7:28 UTC (permalink / raw)
  To: Rodrigo Vivi; +Cc: igt-dev

On Wed, Aug 08, 2018 at 10:34:43PM -0700, Rodrigo Vivi wrote:

> Subject: [igt-dev] [PATCH i-g-t] drm/i915/cfl: Add a new CFL PCI ID.

Make that:

lib: sync with the newer i915_pciids.h from the kernel (CFL)



Reviewed-by: Petri Latvala <petri.latvala@intel.com>




> One more CFL ID added to spec.
> 
> Align with kernel commit d0e062ebb3a4 ("drm/i915/cfl:
> Add a new CFL PCI ID.")
> 
> Cc: José Roberto de Souza <jose.souza@intel.com>
> Signed-off-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
> ---
>  lib/i915_pciids.h | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/lib/i915_pciids.h b/lib/i915_pciids.h
> index fbf5cfc9..fd965ffb 100644
> --- a/lib/i915_pciids.h
> +++ b/lib/i915_pciids.h
> @@ -386,6 +386,7 @@
>  	INTEL_VGA_DEVICE(0x3E91, info), /* SRV GT2 */ \
>  	INTEL_VGA_DEVICE(0x3E92, info), /* SRV GT2 */ \
>  	INTEL_VGA_DEVICE(0x3E96, info), /* SRV GT2 */ \
> +	INTEL_VGA_DEVICE(0x3E98, info), /* SRV GT2 */ \
>  	INTEL_VGA_DEVICE(0x3E9A, info)  /* SRV GT2 */
>  
>  /* CFL H */
> -- 
> 2.17.1
> 
> _______________________________________________
> igt-dev mailing list
> igt-dev@lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/igt-dev
_______________________________________________
igt-dev mailing list
igt-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/igt-dev

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

* [igt-dev] ✗ Fi.CI.IGT: failure for drm/i915/cfl: Add a new CFL PCI ID.
  2018-08-09  5:34 [igt-dev] [PATCH i-g-t] drm/i915/cfl: Add a new CFL PCI ID Rodrigo Vivi
  2018-08-09  6:15 ` [igt-dev] ✓ Fi.CI.BAT: success for " Patchwork
  2018-08-09  7:28 ` [igt-dev] [PATCH i-g-t] " Petri Latvala
@ 2018-08-09  7:38 ` Patchwork
  2018-08-09 19:58 ` [igt-dev] [PATCH i-g-t] " Souza, Jose
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 9+ messages in thread
From: Patchwork @ 2018-08-09  7:38 UTC (permalink / raw)
  To: Rodrigo Vivi; +Cc: igt-dev

== Series Details ==

Series: drm/i915/cfl: Add a new CFL PCI ID.
URL   : https://patchwork.freedesktop.org/series/47924/
State : failure

== Summary ==

= CI Bug Log - changes from IGT_4589_full -> IGTPW_1695_full =

== Summary - FAILURE ==

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

  External URL: https://patchwork.freedesktop.org/api/1.0/series/47924/revisions/1/mbox/

== Possible new issues ==

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

  === IGT changes ===

    ==== Possible regressions ====

    igt@kms_draw_crc@draw-method-xrgb8888-blt-ytiled:
      shard-glk:          PASS -> FAIL

    
    ==== Warnings ====

    igt@pm_rc6_residency@rc6-accuracy:
      shard-kbl:          PASS -> SKIP

    
== Known issues ==

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

  === IGT changes ===

    ==== Issues hit ====

    igt@kms_available_modes_crc@available_mode_test_crc:
      shard-snb:          PASS -> FAIL (fdo#106641)

    igt@kms_setmode@basic:
      shard-apl:          PASS -> FAIL (fdo#99912)

    igt@kms_sysfs_edid_timing:
      shard-glk:          NOTRUN -> WARN (fdo#100047)

    igt@perf@rc6-disable:
      shard-kbl:          PASS -> FAIL (fdo#103179)

    igt@prime_busy@wait-hang-render:
      shard-snb:          PASS -> INCOMPLETE (fdo#105411)

    
    ==== Possible fixes ====

    igt@gem_eio@wait-10ms:
      shard-hsw:          FAIL -> PASS

    igt@gem_exec_reuse@single:
      shard-snb:          INCOMPLETE (fdo#105411) -> PASS

    igt@kms_rotation_crc@sprite-rotation-180:
      shard-snb:          FAIL (fdo#103925) -> PASS

    igt@perf_pmu@rc6-runtime-pm:
      shard-glk:          FAIL (fdo#105010) -> PASS
      shard-apl:          FAIL (fdo#105010) -> PASS

    igt@testdisplay:
      shard-glk:          INCOMPLETE (fdo#107093, fdo#103359, k.org#198133) -> PASS

    
  fdo#100047 https://bugs.freedesktop.org/show_bug.cgi?id=100047
  fdo#103179 https://bugs.freedesktop.org/show_bug.cgi?id=103179
  fdo#103359 https://bugs.freedesktop.org/show_bug.cgi?id=103359
  fdo#103925 https://bugs.freedesktop.org/show_bug.cgi?id=103925
  fdo#105010 https://bugs.freedesktop.org/show_bug.cgi?id=105010
  fdo#105411 https://bugs.freedesktop.org/show_bug.cgi?id=105411
  fdo#106641 https://bugs.freedesktop.org/show_bug.cgi?id=106641
  fdo#107093 https://bugs.freedesktop.org/show_bug.cgi?id=107093
  fdo#99912 https://bugs.freedesktop.org/show_bug.cgi?id=99912
  k.org#198133 https://bugzilla.kernel.org/show_bug.cgi?id=198133


== Participating hosts (5 -> 5) ==

  No changes in participating hosts


== Build changes ==

    * IGT: IGT_4589 -> IGTPW_1695
    * Linux: CI_DRM_4633 -> CI_DRM_4635

  CI_DRM_4633: ea6e3f703e4d234c9c8eaec6c533355c7454ecb6 @ git://anongit.freedesktop.org/gfx-ci/linux
  CI_DRM_4635: a9f34f7e3bab765e2b1320a1b154a76be38602a7 @ git://anongit.freedesktop.org/gfx-ci/linux
  IGTPW_1695: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_1695/
  IGT_4589: 779d2d42f9db6a2797d1ef50036af6fac4e62e73 @ git://anongit.freedesktop.org/xorg/app/intel-gpu-tools

== Logs ==

For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_1695/shards.html
_______________________________________________
igt-dev mailing list
igt-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/igt-dev

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

* Re: [igt-dev] [PATCH i-g-t] drm/i915/cfl: Add a new CFL PCI ID.
  2018-08-09  5:34 [igt-dev] [PATCH i-g-t] drm/i915/cfl: Add a new CFL PCI ID Rodrigo Vivi
                   ` (2 preceding siblings ...)
  2018-08-09  7:38 ` [igt-dev] ✗ Fi.CI.IGT: failure for drm/i915/cfl: Add a new CFL PCI ID Patchwork
@ 2018-08-09 19:58 ` Souza, Jose
  2018-08-14 23:20 ` [igt-dev] ✓ Fi.CI.BAT: success for drm/i915/cfl: Add a new CFL PCI ID. (rev2) Patchwork
  2018-08-15  7:37 ` [igt-dev] ✗ Fi.CI.IGT: failure " Patchwork
  5 siblings, 0 replies; 9+ messages in thread
From: Souza, Jose @ 2018-08-09 19:58 UTC (permalink / raw)
  To: Vivi, Rodrigo, igt-dev@lists.freedesktop.org

On Wed, 2018-08-08 at 22:34 -0700, Rodrigo Vivi wrote:
> One more CFL ID added to spec.
> 
> Align with kernel commit d0e062ebb3a4 ("drm/i915/cfl:
> Add a new CFL PCI ID.")
> 

Reviewed-by: José Roberto de Souza <jose.souza@intel.com>

> Cc: José Roberto de Souza <jose.souza@intel.com>
> Signed-off-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
> ---
>  lib/i915_pciids.h | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/lib/i915_pciids.h b/lib/i915_pciids.h
> index fbf5cfc9..fd965ffb 100644
> --- a/lib/i915_pciids.h
> +++ b/lib/i915_pciids.h
> @@ -386,6 +386,7 @@
>  	INTEL_VGA_DEVICE(0x3E91, info), /* SRV GT2 */ \
>  	INTEL_VGA_DEVICE(0x3E92, info), /* SRV GT2 */ \
>  	INTEL_VGA_DEVICE(0x3E96, info), /* SRV GT2 */ \
> +	INTEL_VGA_DEVICE(0x3E98, info), /* SRV GT2 */ \
>  	INTEL_VGA_DEVICE(0x3E9A, info)  /* SRV GT2 */
>  
>  /* CFL H */
_______________________________________________
igt-dev mailing list
igt-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/igt-dev

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

* [igt-dev] [PATCH i-g-t] lib: sync with the newer i915_pciids.h from the kernel (CFL)
  2018-08-09  7:28 ` [igt-dev] [PATCH i-g-t] " Petri Latvala
@ 2018-08-14 22:46   ` Rodrigo Vivi
  2018-08-14 23:23     ` Rodrigo Vivi
  0 siblings, 1 reply; 9+ messages in thread
From: Rodrigo Vivi @ 2018-08-14 22:46 UTC (permalink / raw)
  To: igt-dev; +Cc: Rodrigo Vivi

One more CFL ID added to spec.

Align with kernel commit d0e062ebb3a4 ("drm/i915/cfl:
Add a new CFL PCI ID.")

v2: Fixed commit subject per Petri request.

Cc: José Roberto de Souza <jose.souza@intel.com>
Signed-off-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
Reviewed-by: Petri Latvala <petri.latvala@intel.com>
Reviewed-by: José Roberto de Souza <jose.souza@intel.com>
---
 lib/i915_pciids.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/lib/i915_pciids.h b/lib/i915_pciids.h
index fbf5cfc9..fd965ffb 100644
--- a/lib/i915_pciids.h
+++ b/lib/i915_pciids.h
@@ -386,6 +386,7 @@
 	INTEL_VGA_DEVICE(0x3E91, info), /* SRV GT2 */ \
 	INTEL_VGA_DEVICE(0x3E92, info), /* SRV GT2 */ \
 	INTEL_VGA_DEVICE(0x3E96, info), /* SRV GT2 */ \
+	INTEL_VGA_DEVICE(0x3E98, info), /* SRV GT2 */ \
 	INTEL_VGA_DEVICE(0x3E9A, info)  /* SRV GT2 */
 
 /* CFL H */
-- 
2.17.1

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

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

* [igt-dev] ✓ Fi.CI.BAT: success for drm/i915/cfl: Add a new CFL PCI ID. (rev2)
  2018-08-09  5:34 [igt-dev] [PATCH i-g-t] drm/i915/cfl: Add a new CFL PCI ID Rodrigo Vivi
                   ` (3 preceding siblings ...)
  2018-08-09 19:58 ` [igt-dev] [PATCH i-g-t] " Souza, Jose
@ 2018-08-14 23:20 ` Patchwork
  2018-08-15  7:37 ` [igt-dev] ✗ Fi.CI.IGT: failure " Patchwork
  5 siblings, 0 replies; 9+ messages in thread
From: Patchwork @ 2018-08-14 23:20 UTC (permalink / raw)
  To: Rodrigo Vivi; +Cc: igt-dev

== Series Details ==

Series: drm/i915/cfl: Add a new CFL PCI ID. (rev2)
URL   : https://patchwork.freedesktop.org/series/47924/
State : success

== Summary ==

= CI Bug Log - changes from CI_DRM_4667 -> IGTPW_1713 =

== Summary - SUCCESS ==

  No regressions found.

  External URL: https://patchwork.freedesktop.org/api/1.0/series/47924/revisions/2/mbox/

== Known issues ==

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

  === IGT changes ===

    ==== Issues hit ====

    igt@drv_selftest@live_hangcheck:
      fi-cfl-s3:          PASS -> DMESG-FAIL (fdo#106560)

    igt@drv_selftest@live_workarounds:
      fi-skl-6600u:       PASS -> DMESG-FAIL (fdo#107292)

    igt@gem_mmap@basic-small-bo:
      fi-glk-dsi:         PASS -> INCOMPLETE (k.org#198133, fdo#103359)

    igt@kms_chamelium@dp-crc-fast:
      fi-kbl-7500u:       PASS -> DMESG-FAIL (fdo#103841)

    igt@kms_pipe_crc_basic@suspend-read-crc-pipe-a:
      {fi-byt-clapper}:   PASS -> FAIL (fdo#103191, fdo#107362)

    
    ==== Possible fixes ====

    igt@kms_pipe_crc_basic@read-crc-pipe-a:
      {fi-byt-clapper}:   FAIL (fdo#107362) -> PASS

    
    ==== Warnings ====

    {igt@kms_psr@primary_page_flip}:
      fi-cnl-psr:         DMESG-FAIL (fdo#107372) -> DMESG-WARN (fdo#107372)

    
  {name}: This element is suppressed. This means it is ignored when computing
          the status of the difference (SUCCESS, WARNING, or FAILURE).

  fdo#103191 https://bugs.freedesktop.org/show_bug.cgi?id=103191
  fdo#103359 https://bugs.freedesktop.org/show_bug.cgi?id=103359
  fdo#103841 https://bugs.freedesktop.org/show_bug.cgi?id=103841
  fdo#106560 https://bugs.freedesktop.org/show_bug.cgi?id=106560
  fdo#107292 https://bugs.freedesktop.org/show_bug.cgi?id=107292
  fdo#107362 https://bugs.freedesktop.org/show_bug.cgi?id=107362
  fdo#107372 https://bugs.freedesktop.org/show_bug.cgi?id=107372
  k.org#198133 https://bugzilla.kernel.org/show_bug.cgi?id=198133


== Participating hosts (54 -> 47) ==

  Missing    (7): fi-ilk-m540 fi-hsw-4200u fi-hsw-peppy fi-byt-squawks fi-bsw-cyan fi-ctg-p8600 fi-icl-u 


== Build changes ==

    * IGT: IGT_4595 -> IGTPW_1713

  CI_DRM_4667: 2bb5608eb5f2d13a8a6a7b696e314dab8557b2d3 @ git://anongit.freedesktop.org/gfx-ci/linux
  IGTPW_1713: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_1713/
  IGT_4595: 5d1c82954995b36943ed7f812bf9637ce3fbd47d @ git://anongit.freedesktop.org/xorg/app/intel-gpu-tools

== Logs ==

For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_1713/issues.html
_______________________________________________
igt-dev mailing list
igt-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/igt-dev

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

* Re: [igt-dev] [PATCH i-g-t] lib: sync with the newer i915_pciids.h from the kernel (CFL)
  2018-08-14 22:46   ` [igt-dev] [PATCH i-g-t] lib: sync with the newer i915_pciids.h from the kernel (CFL) Rodrigo Vivi
@ 2018-08-14 23:23     ` Rodrigo Vivi
  0 siblings, 0 replies; 9+ messages in thread
From: Rodrigo Vivi @ 2018-08-14 23:23 UTC (permalink / raw)
  To: igt-dev

On Tue, Aug 14, 2018 at 03:46:01PM -0700, Rodrigo Vivi wrote:
> One more CFL ID added to spec.
> 
> Align with kernel commit d0e062ebb3a4 ("drm/i915/cfl:
> Add a new CFL PCI ID.")
> 
> v2: Fixed commit subject per Petri request.
> 
> Cc: José Roberto de Souza <jose.souza@intel.com>
> Signed-off-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
> Reviewed-by: Petri Latvala <petri.latvala@intel.com>
> Reviewed-by: José Roberto de Souza <jose.souza@intel.com>

and pushed. thanks!

> ---
>  lib/i915_pciids.h | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/lib/i915_pciids.h b/lib/i915_pciids.h
> index fbf5cfc9..fd965ffb 100644
> --- a/lib/i915_pciids.h
> +++ b/lib/i915_pciids.h
> @@ -386,6 +386,7 @@
>  	INTEL_VGA_DEVICE(0x3E91, info), /* SRV GT2 */ \
>  	INTEL_VGA_DEVICE(0x3E92, info), /* SRV GT2 */ \
>  	INTEL_VGA_DEVICE(0x3E96, info), /* SRV GT2 */ \
> +	INTEL_VGA_DEVICE(0x3E98, info), /* SRV GT2 */ \
>  	INTEL_VGA_DEVICE(0x3E9A, info)  /* SRV GT2 */
>  
>  /* CFL H */
> -- 
> 2.17.1
> 
> _______________________________________________
> igt-dev mailing list
> igt-dev@lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/igt-dev
_______________________________________________
igt-dev mailing list
igt-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/igt-dev

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

* [igt-dev] ✗ Fi.CI.IGT: failure for drm/i915/cfl: Add a new CFL PCI ID. (rev2)
  2018-08-09  5:34 [igt-dev] [PATCH i-g-t] drm/i915/cfl: Add a new CFL PCI ID Rodrigo Vivi
                   ` (4 preceding siblings ...)
  2018-08-14 23:20 ` [igt-dev] ✓ Fi.CI.BAT: success for drm/i915/cfl: Add a new CFL PCI ID. (rev2) Patchwork
@ 2018-08-15  7:37 ` Patchwork
  5 siblings, 0 replies; 9+ messages in thread
From: Patchwork @ 2018-08-15  7:37 UTC (permalink / raw)
  To: Rodrigo Vivi; +Cc: igt-dev

== Series Details ==

Series: drm/i915/cfl: Add a new CFL PCI ID. (rev2)
URL   : https://patchwork.freedesktop.org/series/47924/
State : failure

== Summary ==

= CI Bug Log - changes from IGT_4595_full -> IGTPW_1713_full =

== Summary - FAILURE ==

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

  External URL: https://patchwork.freedesktop.org/api/1.0/series/47924/revisions/2/mbox/

== Possible new issues ==

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

  === IGT changes ===

    ==== Possible regressions ====

    igt@kms_frontbuffer_tracking@fbc-1p-primscrn-pri-shrfb-draw-pwrite:
      shard-snb:          PASS -> DMESG-WARN

    {igt@pm_rpm@module-reload}:
      shard-hsw:          NOTRUN -> FAIL
      shard-glk:          NOTRUN -> FAIL
      shard-apl:          NOTRUN -> FAIL
      shard-kbl:          NOTRUN -> FAIL

    
    ==== Warnings ====

    igt@gem_exec_params@invalid-bsd2-flag-on-render:
      shard-snb:          PASS -> SKIP +2

    igt@pm_rc6_residency@rc6-accuracy:
      shard-kbl:          SKIP -> PASS

    
== Known issues ==

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

  === IGT changes ===

    ==== Issues hit ====

    igt@kms_flip@2x-flip-vs-expired-vblank:
      shard-glk:          PASS -> FAIL (fdo#105363)

    igt@kms_frontbuffer_tracking@psr-modesetfrombusy:
      shard-snb:          SKIP -> INCOMPLETE (fdo#105411)

    igt@kms_rotation_crc@sprite-rotation-180:
      shard-snb:          PASS -> FAIL (fdo#103925) +1

    igt@kms_setmode@basic:
      shard-kbl:          PASS -> FAIL (fdo#99912)

    igt@perf@buffer-fill:
      shard-kbl:          PASS -> INCOMPLETE (fdo#103665)

    
    ==== Possible fixes ====

    igt@kms_busy@extended-pageflip-hang-newfb-render-a:
      shard-snb:          INCOMPLETE (fdo#105411) -> PASS

    igt@perf@short-reads:
      shard-kbl:          FAIL (fdo#103183) -> PASS

    
  {name}: This element is suppressed. This means it is ignored when computing
          the status of the difference (SUCCESS, WARNING, or FAILURE).

  fdo#103183 https://bugs.freedesktop.org/show_bug.cgi?id=103183
  fdo#103665 https://bugs.freedesktop.org/show_bug.cgi?id=103665
  fdo#103925 https://bugs.freedesktop.org/show_bug.cgi?id=103925
  fdo#105363 https://bugs.freedesktop.org/show_bug.cgi?id=105363
  fdo#105411 https://bugs.freedesktop.org/show_bug.cgi?id=105411
  fdo#99912 https://bugs.freedesktop.org/show_bug.cgi?id=99912


== Participating hosts (5 -> 5) ==

  No changes in participating hosts


== Build changes ==

    * IGT: IGT_4595 -> IGTPW_1713
    * Linux: CI_DRM_4666 -> CI_DRM_4667

  CI_DRM_4666: 26f5eeef80e4332958ea855e90a4d015a9481e3f @ git://anongit.freedesktop.org/gfx-ci/linux
  CI_DRM_4667: 2bb5608eb5f2d13a8a6a7b696e314dab8557b2d3 @ git://anongit.freedesktop.org/gfx-ci/linux
  IGTPW_1713: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_1713/
  IGT_4595: 5d1c82954995b36943ed7f812bf9637ce3fbd47d @ git://anongit.freedesktop.org/xorg/app/intel-gpu-tools

== Logs ==

For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_1713/shards.html
_______________________________________________
igt-dev mailing list
igt-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/igt-dev

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

end of thread, other threads:[~2018-08-15  7:37 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-08-09  5:34 [igt-dev] [PATCH i-g-t] drm/i915/cfl: Add a new CFL PCI ID Rodrigo Vivi
2018-08-09  6:15 ` [igt-dev] ✓ Fi.CI.BAT: success for " Patchwork
2018-08-09  7:28 ` [igt-dev] [PATCH i-g-t] " Petri Latvala
2018-08-14 22:46   ` [igt-dev] [PATCH i-g-t] lib: sync with the newer i915_pciids.h from the kernel (CFL) Rodrigo Vivi
2018-08-14 23:23     ` Rodrigo Vivi
2018-08-09  7:38 ` [igt-dev] ✗ Fi.CI.IGT: failure for drm/i915/cfl: Add a new CFL PCI ID Patchwork
2018-08-09 19:58 ` [igt-dev] [PATCH i-g-t] " Souza, Jose
2018-08-14 23:20 ` [igt-dev] ✓ Fi.CI.BAT: success for drm/i915/cfl: Add a new CFL PCI ID. (rev2) Patchwork
2018-08-15  7:37 ` [igt-dev] ✗ Fi.CI.IGT: failure " Patchwork

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).