Message ID | 20191017194203.9645-1-james.ausmus@intel.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | drm/i915/aml: Allow SPT PCH for all AML devices | expand |
Hey! work brought this issue to my attention, so I figured I'd help speed things up and review this :) Anyway-looks fine to me Reviewed-by: Lyude Paul <lyude@redhat.com> On Thu, 2019-10-17 at 12:42 -0700, James Ausmus wrote: > Even the AML devices that behave like CFLs can be paired with an SPT > PCH. Allow this to happen without blowing up dmesg. > > BSpec: 33665 > > Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=112013 > Cc: Quanxian Wang <quanxian.wang@intel.com> > Cc: Rodrigo Vivi <rodrigo.vivi@intel.com> > Signed-off-by: James Ausmus <james.ausmus@intel.com> > --- > drivers/gpu/drm/i915/intel_pch.c | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > > diff --git a/drivers/gpu/drm/i915/intel_pch.c > b/drivers/gpu/drm/i915/intel_pch.c > index 1035d3d46fd8..bb1cb6f12a50 100644 > --- a/drivers/gpu/drm/i915/intel_pch.c > +++ b/drivers/gpu/drm/i915/intel_pch.c > @@ -52,7 +52,8 @@ intel_pch_type(const struct drm_i915_private *dev_priv, > unsigned short id) > return PCH_SPT; > case INTEL_PCH_SPT_LP_DEVICE_ID_TYPE: > DRM_DEBUG_KMS("Found SunrisePoint LP PCH\n"); > - WARN_ON(!IS_SKYLAKE(dev_priv) && !IS_KABYLAKE(dev_priv)); > + WARN_ON(!IS_SKYLAKE(dev_priv) && !IS_KABYLAKE(dev_priv) && > + !IS_COFFEELAKE(dev_priv)); > return PCH_SPT; > case INTEL_PCH_KBP_DEVICE_ID_TYPE: > DRM_DEBUG_KMS("Found Kaby Lake PCH (KBP)\n");
On Fri, Oct 18, 2019 at 01:00:59AM +0000, Patchwork wrote: > == Series Details == > > Series: drm/i915/aml: Allow SPT PCH for all AML devices > URL : https://patchwork.freedesktop.org/series/68176/ > State : failure > > == Summary == > > CI Bug Log - changes from CI_DRM_7125 -> Patchwork_14867 > ==================================================== > > Summary > ------- > > **FAILURE** > > Serious unknown changes coming with Patchwork_14867 absolutely need to be > verified manually. > > If you think the reported changes have nothing to do with the changes > introduced in Patchwork_14867, please notify your bug team to allow them > to document this new failure mode, which will reduce false positives in CI. > > External URL: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_14867/index.html > > Possible new issues > ------------------- > > Here are the unknown changes that may have been introduced in Patchwork_14867: > > ### IGT changes ### > > #### Possible regressions #### > > * igt@i915_selftest@live_execlists: > - fi-icl-u3: NOTRUN -> [DMESG-FAIL][1] > [1]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_14867/fi-icl-u3/igt@i915_selftest@live_execlists.html > - fi-skl-6600u: [PASS][2] -> [DMESG-FAIL][3] > [2]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7125/fi-skl-6600u/igt@i915_selftest@live_execlists.html > [3]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_14867/fi-skl-6600u/igt@i915_selftest@live_execlists.html Not related at all to this patch, hitting the retest button... -James > > > Known issues > ------------ > > Here are the changes found in Patchwork_14867 that come from known issues: > > ### IGT changes ### > > #### Issues hit #### > > * igt@gem_mmap_gtt@basic-read-write: > - fi-icl-u3: [PASS][4] -> [DMESG-WARN][5] ([fdo#107724]) > [4]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7125/fi-icl-u3/igt@gem_mmap_gtt@basic-read-write.html > [5]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_14867/fi-icl-u3/igt@gem_mmap_gtt@basic-read-write.html > > > #### Possible fixes #### > > * igt@gem_mmap_gtt@basic-small-bo: > - fi-icl-u3: [DMESG-WARN][6] ([fdo#107724]) -> [PASS][7] > [6]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7125/fi-icl-u3/igt@gem_mmap_gtt@basic-small-bo.html > [7]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_14867/fi-icl-u3/igt@gem_mmap_gtt@basic-small-bo.html > > * igt@i915_selftest@live_execlists: > - fi-icl-u2: [INCOMPLETE][8] ([fdo#107713]) -> [PASS][9] > [8]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7125/fi-icl-u2/igt@i915_selftest@live_execlists.html > [9]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_14867/fi-icl-u2/igt@i915_selftest@live_execlists.html > - fi-apl-guc: [DMESG-FAIL][10] -> [PASS][11] > [10]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7125/fi-apl-guc/igt@i915_selftest@live_execlists.html > [11]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_14867/fi-apl-guc/igt@i915_selftest@live_execlists.html > - fi-skl-6260u: [DMESG-FAIL][12] -> [PASS][13] > [12]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7125/fi-skl-6260u/igt@i915_selftest@live_execlists.html > [13]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_14867/fi-skl-6260u/igt@i915_selftest@live_execlists.html > > * igt@i915_selftest@live_hangcheck: > - fi-icl-u3: [INCOMPLETE][14] ([fdo#107713] / [fdo#108569]) -> [PASS][15] > [14]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7125/fi-icl-u3/igt@i915_selftest@live_hangcheck.html > [15]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_14867/fi-icl-u3/igt@i915_selftest@live_hangcheck.html > - {fi-icl-u4}: [INCOMPLETE][16] ([fdo#107713] / [fdo#108569]) -> [PASS][17] > [16]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7125/fi-icl-u4/igt@i915_selftest@live_hangcheck.html > [17]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_14867/fi-icl-u4/igt@i915_selftest@live_hangcheck.html > > * igt@kms_chamelium@common-hpd-after-suspend: > - fi-icl-u2: [DMESG-WARN][18] ([fdo#102505] / [fdo#110390]) -> [PASS][19] > [18]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7125/fi-icl-u2/igt@kms_chamelium@common-hpd-after-suspend.html > [19]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_14867/fi-icl-u2/igt@kms_chamelium@common-hpd-after-suspend.html > > > #### Warnings #### > > * igt@kms_chamelium@common-hpd-after-suspend: > - fi-kbl-7500u: [DMESG-WARN][20] ([fdo#102505] / [fdo#103558] / [fdo#105079] / [fdo#105602]) -> [DMESG-FAIL][21] ([fdo#102505] / [fdo#103375] / [fdo#105079]) > [20]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7125/fi-kbl-7500u/igt@kms_chamelium@common-hpd-after-suspend.html > [21]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_14867/fi-kbl-7500u/igt@kms_chamelium@common-hpd-after-suspend.html > > > {name}: This element is suppressed. This means it is ignored when computing > the status of the difference (SUCCESS, WARNING, or FAILURE). > > [fdo#102505]: https://bugs.freedesktop.org/show_bug.cgi?id=102505 > [fdo#103375]: https://bugs.freedesktop.org/show_bug.cgi?id=103375 > [fdo#103558]: https://bugs.freedesktop.org/show_bug.cgi?id=103558 > [fdo#105079]: https://bugs.freedesktop.org/show_bug.cgi?id=105079 > [fdo#105602]: https://bugs.freedesktop.org/show_bug.cgi?id=105602 > [fdo#107713]: https://bugs.freedesktop.org/show_bug.cgi?id=107713 > [fdo#107724]: https://bugs.freedesktop.org/show_bug.cgi?id=107724 > [fdo#108569]: https://bugs.freedesktop.org/show_bug.cgi?id=108569 > [fdo#110390]: https://bugs.freedesktop.org/show_bug.cgi?id=110390 > [fdo#111647]: https://bugs.freedesktop.org/show_bug.cgi?id=111647 > > > Participating hosts (53 -> 45) > ------------------------------ > > Missing (8): fi-ilk-m540 fi-hsw-4200u fi-byt-squawks fi-bsw-cyan fi-icl-y fi-byt-clapper fi-bdw-samus fi-snb-2600 > > > Build changes > ------------- > > * CI: CI-20190529 -> None > * Linux: CI_DRM_7125 -> Patchwork_14867 > > CI-20190529: 20190529 > CI_DRM_7125: f1ac92f5feb18678a3191a45be0ee4a4d255fc61 @ git://anongit.freedesktop.org/gfx-ci/linux > IGT_5232: bb5735423eaf6fdbf6b2f94ef0b8520e74eab993 @ git://anongit.freedesktop.org/xorg/app/intel-gpu-tools > Patchwork_14867: 2d3d083cee010d24d991664ea60d313149ff3259 @ git://anongit.freedesktop.org/gfx-ci/linux > > > == Linux commits == > > 2d3d083cee01 drm/i915/aml: Allow SPT PCH for all AML devices > > == Logs == > > For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_14867/index.html
Hi, > -----Original Message----- > From: Intel-gfx <intel-gfx-bounces@lists.freedesktop.org> On Behalf Of James > Ausmus > Sent: perjantai 18. lokakuuta 2019 4.19 > To: intel-gfx@lists.freedesktop.org > Subject: Re: [Intel-gfx] ✗ Fi.CI.BAT: failure for drm/i915/aml: Allow SPT PCH for all > AML devices > > On Fri, Oct 18, 2019 at 01:00:59AM +0000, Patchwork wrote: > > == Series Details == > > > > Series: drm/i915/aml: Allow SPT PCH for all AML devices > > URL : https://patchwork.freedesktop.org/series/68176/ > > State : failure > > > > == Summary == > > > > CI Bug Log - changes from CI_DRM_7125 -> Patchwork_14867 > > ==================================================== > > > > Summary > > ------- > > > > **FAILURE** > > > > Serious unknown changes coming with Patchwork_14867 absolutely need to be > > verified manually. > > > > If you think the reported changes have nothing to do with the changes > > introduced in Patchwork_14867, please notify your bug team to allow them > > to document this new failure mode, which will reduce false positives in CI. > > > > External URL: > > https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_14867/index.html > > > > Possible new issues > > ------------------- > > > > Here are the unknown changes that may have been introduced in > Patchwork_14867: > > > > ### IGT changes ### > > > > #### Possible regressions #### > > > > * igt@i915_selftest@live_execlists: > > - fi-icl-u3: NOTRUN -> [DMESG-FAIL][1] > > [1]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_14867/fi-icl- > u3/igt@i915_selftest@live_execlists.html > > - fi-skl-6600u: [PASS][2] -> [DMESG-FAIL][3] > > [2]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7125/fi-skl- > 6600u/igt@i915_selftest@live_execlists.html > > [3]: > > https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_14867/fi-skl-6600u/ > > igt@i915_selftest@live_execlists.html > > Not related at all to this patch, hitting the retest button... Yes, and if you look pretty much all series on BAT these igt@i915_selftest@live_execlists and @live_gem_contexts seems to blow lately, Chris, do we know reason why? > > -James > > > > > > > Known issues > > ------------ > > > > Here are the changes found in Patchwork_14867 that come from known issues: > > > > ### IGT changes ### > > > > #### Issues hit #### > > > > * igt@gem_mmap_gtt@basic-read-write: > > - fi-icl-u3: [PASS][4] -> [DMESG-WARN][5] ([fdo#107724]) > > [4]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7125/fi-icl- > u3/igt@gem_mmap_gtt@basic-read-write.html > > [5]: > > https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_14867/fi-icl-u3/igt > > @gem_mmap_gtt@basic-read-write.html > > > > > > #### Possible fixes #### > > > > * igt@gem_mmap_gtt@basic-small-bo: > > - fi-icl-u3: [DMESG-WARN][6] ([fdo#107724]) -> [PASS][7] > > [6]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7125/fi-icl- > u3/igt@gem_mmap_gtt@basic-small-bo.html > > [7]: > > https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_14867/fi-icl-u3/igt > > @gem_mmap_gtt@basic-small-bo.html > > > > * igt@i915_selftest@live_execlists: > > - fi-icl-u2: [INCOMPLETE][8] ([fdo#107713]) -> [PASS][9] > > [8]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7125/fi-icl- > u2/igt@i915_selftest@live_execlists.html > > [9]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_14867/fi-icl- > u2/igt@i915_selftest@live_execlists.html > > - fi-apl-guc: [DMESG-FAIL][10] -> [PASS][11] > > [10]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7125/fi-apl- > guc/igt@i915_selftest@live_execlists.html > > [11]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_14867/fi-apl- > guc/igt@i915_selftest@live_execlists.html > > - fi-skl-6260u: [DMESG-FAIL][12] -> [PASS][13] > > [12]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7125/fi-skl- > 6260u/igt@i915_selftest@live_execlists.html > > [13]: > > https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_14867/fi-skl-6260u/ > > igt@i915_selftest@live_execlists.html > > > > * igt@i915_selftest@live_hangcheck: > > - fi-icl-u3: [INCOMPLETE][14] ([fdo#107713] / [fdo#108569]) -> [PASS][15] > > [14]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7125/fi-icl- > u3/igt@i915_selftest@live_hangcheck.html > > [15]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_14867/fi-icl- > u3/igt@i915_selftest@live_hangcheck.html > > - {fi-icl-u4}: [INCOMPLETE][16] ([fdo#107713] / [fdo#108569]) -> [PASS][17] > > [16]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7125/fi-icl- > u4/igt@i915_selftest@live_hangcheck.html > > [17]: > > https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_14867/fi-icl-u4/igt > > @i915_selftest@live_hangcheck.html > > > > * igt@kms_chamelium@common-hpd-after-suspend: > > - fi-icl-u2: [DMESG-WARN][18] ([fdo#102505] / [fdo#110390]) -> [PASS][19] > > [18]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7125/fi-icl- > u2/igt@kms_chamelium@common-hpd-after-suspend.html > > [19]: > > https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_14867/fi-icl-u2/igt > > @kms_chamelium@common-hpd-after-suspend.html > > > > > > #### Warnings #### > > > > * igt@kms_chamelium@common-hpd-after-suspend: > > - fi-kbl-7500u: [DMESG-WARN][20] ([fdo#102505] / [fdo#103558] / > [fdo#105079] / [fdo#105602]) -> [DMESG-FAIL][21] ([fdo#102505] / [fdo#103375] / > [fdo#105079]) > > [20]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7125/fi-kbl- > 7500u/igt@kms_chamelium@common-hpd-after-suspend.html > > [21]: > > https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_14867/fi-kbl-7500u/ > > igt@kms_chamelium@common-hpd-after-suspend.html > > > > > > {name}: This element is suppressed. This means it is ignored when computing > > the status of the difference (SUCCESS, WARNING, or FAILURE). > > > > [fdo#102505]: https://bugs.freedesktop.org/show_bug.cgi?id=102505 > > [fdo#103375]: https://bugs.freedesktop.org/show_bug.cgi?id=103375 > > [fdo#103558]: https://bugs.freedesktop.org/show_bug.cgi?id=103558 > > [fdo#105079]: https://bugs.freedesktop.org/show_bug.cgi?id=105079 > > [fdo#105602]: https://bugs.freedesktop.org/show_bug.cgi?id=105602 > > [fdo#107713]: https://bugs.freedesktop.org/show_bug.cgi?id=107713 > > [fdo#107724]: https://bugs.freedesktop.org/show_bug.cgi?id=107724 > > [fdo#108569]: https://bugs.freedesktop.org/show_bug.cgi?id=108569 > > [fdo#110390]: https://bugs.freedesktop.org/show_bug.cgi?id=110390 > > [fdo#111647]: https://bugs.freedesktop.org/show_bug.cgi?id=111647 > > > > > > Participating hosts (53 -> 45) > > ------------------------------ > > > > Missing (8): fi-ilk-m540 fi-hsw-4200u fi-byt-squawks fi-bsw-cyan fi-icl-y fi-byt- > clapper fi-bdw-samus fi-snb-2600 > > > > > > Build changes > > ------------- > > > > * CI: CI-20190529 -> None > > * Linux: CI_DRM_7125 -> Patchwork_14867 > > > > CI-20190529: 20190529 > > CI_DRM_7125: f1ac92f5feb18678a3191a45be0ee4a4d255fc61 @ > git://anongit.freedesktop.org/gfx-ci/linux > > IGT_5232: bb5735423eaf6fdbf6b2f94ef0b8520e74eab993 @ > git://anongit.freedesktop.org/xorg/app/intel-gpu-tools > > Patchwork_14867: 2d3d083cee010d24d991664ea60d313149ff3259 @ > > git://anongit.freedesktop.org/gfx-ci/linux > > > > > > == Linux commits == > > > > 2d3d083cee01 drm/i915/aml: Allow SPT PCH for all AML devices > > > > == Logs == > > > > For more details see: > > https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_14867/index.html > _______________________________________________ > Intel-gfx mailing list > Intel-gfx@lists.freedesktop.org > https://lists.freedesktop.org/mailman/listinfo/intel-gfx
> -----Original Message----- > From: Intel-gfx <intel-gfx-bounces@lists.freedesktop.org> On Behalf Of Patchwork > Sent: perjantai 18. lokakuuta 2019 6.33 > To: Ausmus, James <james.ausmus@intel.com> > Cc: intel-gfx@lists.freedesktop.org > Subject: [Intel-gfx] ✓ Fi.CI.BAT: success for drm/i915/aml: Allow SPT PCH for all AML > devices (rev2) > > == Series Details == > > Series: drm/i915/aml: Allow SPT PCH for all AML devices (rev2) > URL : https://patchwork.freedesktop.org/series/68176/ > State : success > > == Summary == > > CI Bug Log - changes from CI_DRM_7125 -> Patchwork_14872 > ==================================================== > > Summary > ------- > > **SUCCESS** > > No regressions found. > > External URL: https://intel-gfx-ci.01.org/tree/drm- > tip/Patchwork_14872/index.html > > Known issues > ------------ > > Here are the changes found in Patchwork_14872 that come from known issues: > > ### IGT changes ### > > #### Issues hit #### > > * igt@i915_selftest@live_execlists: > - fi-skl-lmem: [PASS][1] -> [INCOMPLETE][2] ([fdo#111934]) > [1]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7125/fi-skl- > lmem/igt@i915_selftest@live_execlists.html > [2]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_14872/fi-skl- > lmem/igt@i915_selftest@live_execlists.html If 111934 is fixed (resolved) how this can be happening? @Vudum, Lakshminarayana > > * igt@prime_vgem@basic-fence-flip: > - fi-icl-u3: [PASS][3] -> [DMESG-WARN][4] ([fdo#107724]) +1 similar issue > [3]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7125/fi-icl- > u3/igt@prime_vgem@basic-fence-flip.html > [4]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_14872/fi-icl- > u3/igt@prime_vgem@basic-fence-flip.html > > > #### Possible fixes #### > > * igt@gem_exec_suspend@basic-s4-devices: > - fi-icl-u3: [DMESG-WARN][5] ([fdo#107724]) -> [PASS][6] +1 similar issue > [5]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7125/fi-icl- > u3/igt@gem_exec_suspend@basic-s4-devices.html > [6]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_14872/fi-icl- > u3/igt@gem_exec_suspend@basic-s4-devices.html > > * igt@i915_selftest@live_execlists: > - fi-icl-u2: [INCOMPLETE][7] ([fdo#107713]) -> [PASS][8] > [7]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7125/fi-icl- > u2/igt@i915_selftest@live_execlists.html > [8]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_14872/fi-icl- > u2/igt@i915_selftest@live_execlists.html > - fi-apl-guc: [DMESG-FAIL][9] -> [PASS][10] > [9]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7125/fi-apl- > guc/igt@i915_selftest@live_execlists.html > [10]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_14872/fi-apl- > guc/igt@i915_selftest@live_execlists.html > > * igt@i915_selftest@live_hangcheck: > - fi-icl-u3: [INCOMPLETE][11] ([fdo#107713] / [fdo#108569]) -> [PASS][12] > [11]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7125/fi-icl- > u3/igt@i915_selftest@live_hangcheck.html > [12]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_14872/fi-icl- > u3/igt@i915_selftest@live_hangcheck.html > > > {name}: This element is suppressed. This means it is ignored when computing > the status of the difference (SUCCESS, WARNING, or FAILURE). > > [fdo#107713]: https://bugs.freedesktop.org/show_bug.cgi?id=107713 > [fdo#107724]: https://bugs.freedesktop.org/show_bug.cgi?id=107724 > [fdo#108569]: https://bugs.freedesktop.org/show_bug.cgi?id=108569 > [fdo#109100]: https://bugs.freedesktop.org/show_bug.cgi?id=109100 > [fdo#111887]: https://bugs.freedesktop.org/show_bug.cgi?id=111887 > [fdo#111934]: https://bugs.freedesktop.org/show_bug.cgi?id=111934 > > > Participating hosts (53 -> 44) > ------------------------------ > > Missing (9): fi-icl-u4 fi-ilk-m540 fi-hsw-4200u fi-byt-squawks fi-bsw-cyan fi-byt- > clapper fi-icl-y fi-icl-dsi fi-bdw-samus > > > Build changes > ------------- > > * CI: CI-20190529 -> None > * Linux: CI_DRM_7125 -> Patchwork_14872 > > CI-20190529: 20190529 > CI_DRM_7125: f1ac92f5feb18678a3191a45be0ee4a4d255fc61 @ > git://anongit.freedesktop.org/gfx-ci/linux > IGT_5232: bb5735423eaf6fdbf6b2f94ef0b8520e74eab993 @ > git://anongit.freedesktop.org/xorg/app/intel-gpu-tools > Patchwork_14872: 22a8727caa6d0720da77b693cdf317d8fc1b4054 @ > git://anongit.freedesktop.org/gfx-ci/linux > > > == Linux commits == > > 22a8727caa6d drm/i915/aml: Allow SPT PCH for all AML devices > > == Logs == > > For more details see: https://intel-gfx-ci.01.org/tree/drm- > tip/Patchwork_14872/index.html > _______________________________________________ > Intel-gfx mailing list > Intel-gfx@lists.freedesktop.org > https://lists.freedesktop.org/mailman/listinfo/intel-gfx
On Fri, Oct 18, 2019 at 08:20:44AM +0000, Patchwork wrote: > == Series Details == > > Series: drm/i915/aml: Allow SPT PCH for all AML devices (rev2) > URL : https://patchwork.freedesktop.org/series/68176/ > State : success > > == Summary == > > CI Bug Log - changes from CI_DRM_7125_full -> Patchwork_14872_full > ==================================================== > > Summary > ------- > > **SUCCESS** > > No regressions found. > Anyone mind merging? :) Thanks! -James > > > Possible new issues > ------------------- > > Here are the unknown changes that may have been introduced in Patchwork_14872_full: > > ### IGT changes ### > > #### Suppressed #### > > The following results come from untrusted machines, tests, or statuses. > They do not affect the overall result. > > * igt@gem_render_copy@yf-tiled-ccs-to-x-tiled: > - {shard-tglb}: NOTRUN -> [INCOMPLETE][1] +1 similar issue > [1]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_14872/shard-tglb2/igt@gem_render_copy@yf-tiled-ccs-to-x-tiled.html > > * igt@kms_color@pipe-d-ctm-0-25: > - {shard-tglb}: NOTRUN -> [FAIL][2] > [2]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_14872/shard-tglb6/igt@kms_color@pipe-d-ctm-0-25.html > > * {igt@kms_cursor_crc@pipe-d-cursor-512x512-onscreen}: > - {shard-tglb}: NOTRUN -> [SKIP][3] +3 similar issues > [3]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_14872/shard-tglb2/igt@kms_cursor_crc@pipe-d-cursor-512x512-onscreen.html > > > Known issues > ------------ > > Here are the changes found in Patchwork_14872_full that come from known issues: > > ### IGT changes ### > > #### Issues hit #### > > * igt@gem_exec_schedule@preemptive-hang-bsd: > - shard-iclb: [PASS][4] -> [SKIP][5] ([fdo#111325]) +3 similar issues > [4]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7125/shard-iclb8/igt@gem_exec_schedule@preemptive-hang-bsd.html > [5]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_14872/shard-iclb4/igt@gem_exec_schedule@preemptive-hang-bsd.html > > * igt@gem_exec_schedule@promotion-bsd1: > - shard-iclb: [PASS][6] -> [SKIP][7] ([fdo#109276]) +5 similar issues > [6]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7125/shard-iclb2/igt@gem_exec_schedule@promotion-bsd1.html > [7]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_14872/shard-iclb6/igt@gem_exec_schedule@promotion-bsd1.html > > * igt@gem_userptr_blits@map-fixed-invalidate-overlap-busy-gup: > - shard-snb: [PASS][8] -> [DMESG-WARN][9] ([fdo#111870]) > [8]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7125/shard-snb1/igt@gem_userptr_blits@map-fixed-invalidate-overlap-busy-gup.html > [9]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_14872/shard-snb1/igt@gem_userptr_blits@map-fixed-invalidate-overlap-busy-gup.html > > * igt@gem_workarounds@suspend-resume: > - shard-skl: [PASS][10] -> [INCOMPLETE][11] ([fdo#104108]) > [10]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7125/shard-skl7/igt@gem_workarounds@suspend-resume.html > [11]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_14872/shard-skl6/igt@gem_workarounds@suspend-resume.html > > * igt@gem_workarounds@suspend-resume-context: > - shard-apl: [PASS][12] -> [DMESG-WARN][13] ([fdo#108566]) +3 similar issues > [12]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7125/shard-apl8/igt@gem_workarounds@suspend-resume-context.html > [13]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_14872/shard-apl6/igt@gem_workarounds@suspend-resume-context.html > > * igt@i915_pm_rc6_residency@rc6-accuracy: > - shard-kbl: [PASS][14] -> [SKIP][15] ([fdo#109271]) > [14]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7125/shard-kbl3/igt@i915_pm_rc6_residency@rc6-accuracy.html > [15]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_14872/shard-kbl7/igt@i915_pm_rc6_residency@rc6-accuracy.html > > * igt@kms_cursor_crc@pipe-a-cursor-128x42-sliding: > - shard-iclb: [PASS][16] -> [INCOMPLETE][17] ([fdo#107713]) > [16]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7125/shard-iclb1/igt@kms_cursor_crc@pipe-a-cursor-128x42-sliding.html > [17]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_14872/shard-iclb7/igt@kms_cursor_crc@pipe-a-cursor-128x42-sliding.html > > * igt@kms_flip@flip-vs-expired-vblank-interruptible: > - shard-glk: [PASS][18] -> [FAIL][19] ([fdo#105363]) > [18]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7125/shard-glk7/igt@kms_flip@flip-vs-expired-vblank-interruptible.html > [19]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_14872/shard-glk9/igt@kms_flip@flip-vs-expired-vblank-interruptible.html > > * igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-pri-indfb-draw-pwrite: > - shard-iclb: [PASS][20] -> [FAIL][21] ([fdo#103167]) +5 similar issues > [20]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7125/shard-iclb6/igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-pri-indfb-draw-pwrite.html > [21]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_14872/shard-iclb8/igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-pri-indfb-draw-pwrite.html > > * igt@kms_plane_alpha_blend@pipe-c-coverage-7efc: > - shard-skl: [PASS][22] -> [FAIL][23] ([fdo#108145] / [fdo#110403]) > [22]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7125/shard-skl2/igt@kms_plane_alpha_blend@pipe-c-coverage-7efc.html > [23]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_14872/shard-skl1/igt@kms_plane_alpha_blend@pipe-c-coverage-7efc.html > > * igt@kms_plane_lowres@pipe-a-tiling-y: > - shard-iclb: [PASS][24] -> [FAIL][25] ([fdo#103166]) > [24]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7125/shard-iclb2/igt@kms_plane_lowres@pipe-a-tiling-y.html > [25]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_14872/shard-iclb1/igt@kms_plane_lowres@pipe-a-tiling-y.html > > * igt@kms_psr2_su@frontbuffer: > - shard-iclb: [PASS][26] -> [SKIP][27] ([fdo#109642] / [fdo#111068]) > [26]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7125/shard-iclb2/igt@kms_psr2_su@frontbuffer.html > [27]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_14872/shard-iclb1/igt@kms_psr2_su@frontbuffer.html > > * igt@kms_psr@no_drrs: > - shard-iclb: [PASS][28] -> [FAIL][29] ([fdo#108341]) > [28]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7125/shard-iclb4/igt@kms_psr@no_drrs.html > [29]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_14872/shard-iclb1/igt@kms_psr@no_drrs.html > > * igt@kms_psr@psr2_sprite_mmap_gtt: > - shard-iclb: [PASS][30] -> [SKIP][31] ([fdo#109441]) > [30]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7125/shard-iclb2/igt@kms_psr@psr2_sprite_mmap_gtt.html > [31]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_14872/shard-iclb1/igt@kms_psr@psr2_sprite_mmap_gtt.html > > * igt@kms_setmode@basic: > - shard-apl: [PASS][32] -> [FAIL][33] ([fdo#99912]) > [32]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7125/shard-apl4/igt@kms_setmode@basic.html > [33]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_14872/shard-apl8/igt@kms_setmode@basic.html > - shard-hsw: [PASS][34] -> [FAIL][35] ([fdo#99912]) > [34]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7125/shard-hsw6/igt@kms_setmode@basic.html > [35]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_14872/shard-hsw1/igt@kms_setmode@basic.html > > > #### Possible fixes #### > > * igt@gem_eio@in-flight-contexts-1us: > - shard-snb: [FAIL][36] -> [PASS][37] > [36]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7125/shard-snb4/igt@gem_eio@in-flight-contexts-1us.html > [37]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_14872/shard-snb4/igt@gem_eio@in-flight-contexts-1us.html > > * igt@gem_eio@reset-stress: > - shard-snb: [FAIL][38] ([fdo#109661]) -> [PASS][39] > [38]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7125/shard-snb1/igt@gem_eio@reset-stress.html > [39]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_14872/shard-snb1/igt@gem_eio@reset-stress.html > > * igt@gem_exec_balancer@smoke: > - shard-iclb: [SKIP][40] ([fdo#110854]) -> [PASS][41] > [40]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7125/shard-iclb3/igt@gem_exec_balancer@smoke.html > [41]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_14872/shard-iclb4/igt@gem_exec_balancer@smoke.html > > * igt@gem_exec_schedule@preempt-other-chain-bsd: > - shard-iclb: [SKIP][42] ([fdo#111325]) -> [PASS][43] +3 similar issues > [42]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7125/shard-iclb4/igt@gem_exec_schedule@preempt-other-chain-bsd.html > [43]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_14872/shard-iclb3/igt@gem_exec_schedule@preempt-other-chain-bsd.html > > * igt@gem_linear_blits@normal: > - shard-apl: [INCOMPLETE][44] ([fdo#103927]) -> [PASS][45] > [44]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7125/shard-apl2/igt@gem_linear_blits@normal.html > [45]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_14872/shard-apl8/igt@gem_linear_blits@normal.html > > * igt@gem_softpin@noreloc-s3: > - shard-skl: [INCOMPLETE][46] ([fdo#104108]) -> [PASS][47] > [46]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7125/shard-skl2/igt@gem_softpin@noreloc-s3.html > [47]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_14872/shard-skl8/igt@gem_softpin@noreloc-s3.html > > * igt@gem_userptr_blits@sync-unmap: > - shard-snb: [DMESG-WARN][48] ([fdo#111870]) -> [PASS][49] +1 similar issue > [48]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7125/shard-snb6/igt@gem_userptr_blits@sync-unmap.html > [49]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_14872/shard-snb5/igt@gem_userptr_blits@sync-unmap.html > > * igt@kms_cursor_crc@pipe-b-cursor-256x85-sliding: > - shard-skl: [FAIL][50] ([fdo#103232]) -> [PASS][51] > [50]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7125/shard-skl3/igt@kms_cursor_crc@pipe-b-cursor-256x85-sliding.html > [51]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_14872/shard-skl10/igt@kms_cursor_crc@pipe-b-cursor-256x85-sliding.html > > * igt@kms_draw_crc@draw-method-xrgb8888-blt-ytiled: > - shard-iclb: [FAIL][52] ([fdo#103184] / [fdo#103232]) -> [PASS][53] > [52]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7125/shard-iclb6/igt@kms_draw_crc@draw-method-xrgb8888-blt-ytiled.html > [53]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_14872/shard-iclb8/igt@kms_draw_crc@draw-method-xrgb8888-blt-ytiled.html > > * igt@kms_flip@flip-vs-blocking-wf-vblank: > - shard-skl: [FAIL][54] -> [PASS][55] > [54]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7125/shard-skl9/igt@kms_flip@flip-vs-blocking-wf-vblank.html > [55]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_14872/shard-skl2/igt@kms_flip@flip-vs-blocking-wf-vblank.html > > * igt@kms_flip@flip-vs-expired-vblank: > - shard-skl: [FAIL][56] ([fdo#105363]) -> [PASS][57] > [56]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7125/shard-skl10/igt@kms_flip@flip-vs-expired-vblank.html > [57]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_14872/shard-skl5/igt@kms_flip@flip-vs-expired-vblank.html > - shard-glk: [FAIL][58] ([fdo#105363]) -> [PASS][59] > [58]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7125/shard-glk1/igt@kms_flip@flip-vs-expired-vblank.html > [59]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_14872/shard-glk5/igt@kms_flip@flip-vs-expired-vblank.html > > * igt@kms_flip@plain-flip-fb-recreate: > - shard-skl: [FAIL][60] ([fdo#100368]) -> [PASS][61] > [60]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7125/shard-skl3/igt@kms_flip@plain-flip-fb-recreate.html > [61]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_14872/shard-skl6/igt@kms_flip@plain-flip-fb-recreate.html > > * igt@kms_flip_tiling@flip-x-tiled: > - shard-skl: [FAIL][62] ([fdo#108145] / [fdo#108303]) -> [PASS][63] > [62]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7125/shard-skl3/igt@kms_flip_tiling@flip-x-tiled.html > [63]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_14872/shard-skl10/igt@kms_flip_tiling@flip-x-tiled.html > > * igt@kms_frontbuffer_tracking@fbc-1p-primscrn-shrfb-msflip-blt: > - shard-iclb: [FAIL][64] ([fdo#103167]) -> [PASS][65] +5 similar issues > [64]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7125/shard-iclb2/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-shrfb-msflip-blt.html > [65]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_14872/shard-iclb2/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-shrfb-msflip-blt.html > > * igt@kms_frontbuffer_tracking@fbc-suspend: > - shard-apl: [DMESG-WARN][66] ([fdo#108566]) -> [PASS][67] +4 similar issues > [66]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7125/shard-apl4/igt@kms_frontbuffer_tracking@fbc-suspend.html > [67]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_14872/shard-apl2/igt@kms_frontbuffer_tracking@fbc-suspend.html > > * igt@kms_plane_alpha_blend@pipe-a-constant-alpha-min: > - shard-skl: [FAIL][68] ([fdo#108145]) -> [PASS][69] +2 similar issues > [68]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7125/shard-skl4/igt@kms_plane_alpha_blend@pipe-a-constant-alpha-min.html > [69]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_14872/shard-skl2/igt@kms_plane_alpha_blend@pipe-a-constant-alpha-min.html > > * igt@kms_plane_alpha_blend@pipe-b-coverage-7efc: > - shard-skl: [FAIL][70] ([fdo#108145] / [fdo#110403]) -> [PASS][71] > [70]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7125/shard-skl1/igt@kms_plane_alpha_blend@pipe-b-coverage-7efc.html > [71]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_14872/shard-skl2/igt@kms_plane_alpha_blend@pipe-b-coverage-7efc.html > > * igt@kms_psr@psr2_sprite_plane_onoff: > - shard-iclb: [SKIP][72] ([fdo#109441]) -> [PASS][73] > [72]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7125/shard-iclb4/igt@kms_psr@psr2_sprite_plane_onoff.html > [73]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_14872/shard-iclb2/igt@kms_psr@psr2_sprite_plane_onoff.html > > * igt@prime_vgem@fence-wait-bsd2: > - shard-iclb: [SKIP][74] ([fdo#109276]) -> [PASS][75] +11 similar issues > [74]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7125/shard-iclb8/igt@prime_vgem@fence-wait-bsd2.html > [75]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_14872/shard-iclb4/igt@prime_vgem@fence-wait-bsd2.html > > > #### Warnings #### > > * igt@gem_mocs_settings@mocs-isolation-bsd2: > - shard-iclb: [FAIL][76] ([fdo#111330]) -> [SKIP][77] ([fdo#109276]) > [76]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7125/shard-iclb1/igt@gem_mocs_settings@mocs-isolation-bsd2.html > [77]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_14872/shard-iclb3/igt@gem_mocs_settings@mocs-isolation-bsd2.html > > * igt@gem_mocs_settings@mocs-settings-bsd2: > - shard-iclb: [SKIP][78] ([fdo#109276]) -> [FAIL][79] ([fdo#111330]) +1 similar issue > [78]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7125/shard-iclb5/igt@gem_mocs_settings@mocs-settings-bsd2.html > [79]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_14872/shard-iclb1/igt@gem_mocs_settings@mocs-settings-bsd2.html > > * igt@kms_cursor_crc@pipe-b-cursor-suspend: > - shard-skl: [FAIL][80] ([fdo#103232]) -> [INCOMPLETE][81] ([fdo#110741]) > [80]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7125/shard-skl1/igt@kms_cursor_crc@pipe-b-cursor-suspend.html > [81]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_14872/shard-skl2/igt@kms_cursor_crc@pipe-b-cursor-suspend.html > > * igt@runner@aborted: > - shard-snb: [FAIL][82] ([fdo#111249]) -> ([FAIL][83], [FAIL][84]) ([fdo#111249] / [fdo#111757]) > [82]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7125/shard-snb2/igt@runner@aborted.html > [83]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_14872/shard-snb7/igt@runner@aborted.html > [84]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_14872/shard-snb2/igt@runner@aborted.html > > > {name}: This element is suppressed. This means it is ignored when computing > the status of the difference (SUCCESS, WARNING, or FAILURE). > > [fdo#100368]: https://bugs.freedesktop.org/show_bug.cgi?id=100368 > [fdo#103166]: https://bugs.freedesktop.org/show_bug.cgi?id=103166 > [fdo#103167]: https://bugs.freedesktop.org/show_bug.cgi?id=103167 > [fdo#103184]: https://bugs.freedesktop.org/show_bug.cgi?id=103184 > [fdo#103232]: https://bugs.freedesktop.org/show_bug.cgi?id=103232 > [fdo#103927]: https://bugs.freedesktop.org/show_bug.cgi?id=103927 > [fdo#104108]: https://bugs.freedesktop.org/show_bug.cgi?id=104108 > [fdo#105363]: https://bugs.freedesktop.org/show_bug.cgi?id=105363 > [fdo#105411]: https://bugs.freedesktop.org/show_bug.cgi?id=105411 > [fdo#107713]: https://bugs.freedesktop.org/show_bug.cgi?id=107713 > [fdo#108145]: https://bugs.freedesktop.org/show_bug.cgi?id=108145 > [fdo#108303]: https://bugs.freedesktop.org/show_bug.cgi?id=108303 > [fdo#108341]: https://bugs.freedesktop.org/show_bug.cgi?id=108341 > [fdo#108566]: https://bugs.freedesktop.org/show_bug.cgi?id=108566 > [fdo#109271]: https://bugs.freedesktop.org/show_bug.cgi?id=109271 > [fdo#109276]: https://bugs.freedesktop.org/show_bug.cgi?id=109276 > [fdo#109441]: https://bugs.freedesktop.org/show_bug.cgi?id=109441 > [fdo#109642]: https://bugs.freedesktop.org/show_bug.cgi?id=109642 > [fdo#109661]: https://bugs.freedesktop.org/show_bug.cgi?id=109661 > [fdo#110403]: https://bugs.freedesktop.org/show_bug.cgi?id=110403 > [fdo#110741]: https://bugs.freedesktop.org/show_bug.cgi?id=110741 > [fdo#110854]: https://bugs.freedesktop.org/show_bug.cgi?id=110854 > [fdo#111068]: https://bugs.freedesktop.org/show_bug.cgi?id=111068 > [fdo#111249]: https://bugs.freedesktop.org/show_bug.cgi?id=111249 > [fdo#111325]: https://bugs.freedesktop.org/show_bug.cgi?id=111325 > [fdo#111330]: https://bugs.freedesktop.org/show_bug.cgi?id=111330 > [fdo#111757]: https://bugs.freedesktop.org/show_bug.cgi?id=111757 > [fdo#111781]: https://bugs.freedesktop.org/show_bug.cgi?id=111781 > [fdo#111832]: https://bugs.freedesktop.org/show_bug.cgi?id=111832 > [fdo#111850]: https://bugs.freedesktop.org/show_bug.cgi?id=111850 > [fdo#111870]: https://bugs.freedesktop.org/show_bug.cgi?id=111870 > [fdo#99912]: https://bugs.freedesktop.org/show_bug.cgi?id=99912 > > > Participating hosts (11 -> 11) > ------------------------------ > > No changes in participating hosts > > > Build changes > ------------- > > * CI: CI-20190529 -> None > * Linux: CI_DRM_7125 -> Patchwork_14872 > > CI-20190529: 20190529 > CI_DRM_7125: f1ac92f5feb18678a3191a45be0ee4a4d255fc61 @ git://anongit.freedesktop.org/gfx-ci/linux > IGT_5232: bb5735423eaf6fdbf6b2f94ef0b8520e74eab993 @ git://anongit.freedesktop.org/xorg/app/intel-gpu-tools > Patchwork_14872: 22a8727caa6d0720da77b693cdf317d8fc1b4054 @ 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_14872/index.html
On Mon, Oct 21, 2019 at 09:59:58AM -0700, James Ausmus wrote: > On Fri, Oct 18, 2019 at 08:20:44AM +0000, Patchwork wrote: > > == Series Details == > > > > Series: drm/i915/aml: Allow SPT PCH for all AML devices (rev2) > > URL : https://patchwork.freedesktop.org/series/68176/ > > State : success > > > > == Summary == > > > > CI Bug Log - changes from CI_DRM_7125_full -> Patchwork_14872_full > > ==================================================== > > > > Summary > > ------- > > > > **SUCCESS** > > > > No regressions found. > > > > Anyone mind merging? :) > > Thanks! > > -James Applied to dinq. Thanks for the patch and review. Matt > > > > > > > Possible new issues > > ------------------- > > > > Here are the unknown changes that may have been introduced in Patchwork_14872_full: > > > > ### IGT changes ### > > > > #### Suppressed #### > > > > The following results come from untrusted machines, tests, or statuses. > > They do not affect the overall result. > > > > * igt@gem_render_copy@yf-tiled-ccs-to-x-tiled: > > - {shard-tglb}: NOTRUN -> [INCOMPLETE][1] +1 similar issue > > [1]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_14872/shard-tglb2/igt@gem_render_copy@yf-tiled-ccs-to-x-tiled.html > > > > * igt@kms_color@pipe-d-ctm-0-25: > > - {shard-tglb}: NOTRUN -> [FAIL][2] > > [2]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_14872/shard-tglb6/igt@kms_color@pipe-d-ctm-0-25.html > > > > * {igt@kms_cursor_crc@pipe-d-cursor-512x512-onscreen}: > > - {shard-tglb}: NOTRUN -> [SKIP][3] +3 similar issues > > [3]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_14872/shard-tglb2/igt@kms_cursor_crc@pipe-d-cursor-512x512-onscreen.html > > > > > > Known issues > > ------------ > > > > Here are the changes found in Patchwork_14872_full that come from known issues: > > > > ### IGT changes ### > > > > #### Issues hit #### > > > > * igt@gem_exec_schedule@preemptive-hang-bsd: > > - shard-iclb: [PASS][4] -> [SKIP][5] ([fdo#111325]) +3 similar issues > > [4]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7125/shard-iclb8/igt@gem_exec_schedule@preemptive-hang-bsd.html > > [5]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_14872/shard-iclb4/igt@gem_exec_schedule@preemptive-hang-bsd.html > > > > * igt@gem_exec_schedule@promotion-bsd1: > > - shard-iclb: [PASS][6] -> [SKIP][7] ([fdo#109276]) +5 similar issues > > [6]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7125/shard-iclb2/igt@gem_exec_schedule@promotion-bsd1.html > > [7]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_14872/shard-iclb6/igt@gem_exec_schedule@promotion-bsd1.html > > > > * igt@gem_userptr_blits@map-fixed-invalidate-overlap-busy-gup: > > - shard-snb: [PASS][8] -> [DMESG-WARN][9] ([fdo#111870]) > > [8]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7125/shard-snb1/igt@gem_userptr_blits@map-fixed-invalidate-overlap-busy-gup.html > > [9]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_14872/shard-snb1/igt@gem_userptr_blits@map-fixed-invalidate-overlap-busy-gup.html > > > > * igt@gem_workarounds@suspend-resume: > > - shard-skl: [PASS][10] -> [INCOMPLETE][11] ([fdo#104108]) > > [10]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7125/shard-skl7/igt@gem_workarounds@suspend-resume.html > > [11]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_14872/shard-skl6/igt@gem_workarounds@suspend-resume.html > > > > * igt@gem_workarounds@suspend-resume-context: > > - shard-apl: [PASS][12] -> [DMESG-WARN][13] ([fdo#108566]) +3 similar issues > > [12]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7125/shard-apl8/igt@gem_workarounds@suspend-resume-context.html > > [13]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_14872/shard-apl6/igt@gem_workarounds@suspend-resume-context.html > > > > * igt@i915_pm_rc6_residency@rc6-accuracy: > > - shard-kbl: [PASS][14] -> [SKIP][15] ([fdo#109271]) > > [14]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7125/shard-kbl3/igt@i915_pm_rc6_residency@rc6-accuracy.html > > [15]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_14872/shard-kbl7/igt@i915_pm_rc6_residency@rc6-accuracy.html > > > > * igt@kms_cursor_crc@pipe-a-cursor-128x42-sliding: > > - shard-iclb: [PASS][16] -> [INCOMPLETE][17] ([fdo#107713]) > > [16]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7125/shard-iclb1/igt@kms_cursor_crc@pipe-a-cursor-128x42-sliding.html > > [17]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_14872/shard-iclb7/igt@kms_cursor_crc@pipe-a-cursor-128x42-sliding.html > > > > * igt@kms_flip@flip-vs-expired-vblank-interruptible: > > - shard-glk: [PASS][18] -> [FAIL][19] ([fdo#105363]) > > [18]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7125/shard-glk7/igt@kms_flip@flip-vs-expired-vblank-interruptible.html > > [19]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_14872/shard-glk9/igt@kms_flip@flip-vs-expired-vblank-interruptible.html > > > > * igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-pri-indfb-draw-pwrite: > > - shard-iclb: [PASS][20] -> [FAIL][21] ([fdo#103167]) +5 similar issues > > [20]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7125/shard-iclb6/igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-pri-indfb-draw-pwrite.html > > [21]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_14872/shard-iclb8/igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-pri-indfb-draw-pwrite.html > > > > * igt@kms_plane_alpha_blend@pipe-c-coverage-7efc: > > - shard-skl: [PASS][22] -> [FAIL][23] ([fdo#108145] / [fdo#110403]) > > [22]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7125/shard-skl2/igt@kms_plane_alpha_blend@pipe-c-coverage-7efc.html > > [23]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_14872/shard-skl1/igt@kms_plane_alpha_blend@pipe-c-coverage-7efc.html > > > > * igt@kms_plane_lowres@pipe-a-tiling-y: > > - shard-iclb: [PASS][24] -> [FAIL][25] ([fdo#103166]) > > [24]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7125/shard-iclb2/igt@kms_plane_lowres@pipe-a-tiling-y.html > > [25]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_14872/shard-iclb1/igt@kms_plane_lowres@pipe-a-tiling-y.html > > > > * igt@kms_psr2_su@frontbuffer: > > - shard-iclb: [PASS][26] -> [SKIP][27] ([fdo#109642] / [fdo#111068]) > > [26]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7125/shard-iclb2/igt@kms_psr2_su@frontbuffer.html > > [27]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_14872/shard-iclb1/igt@kms_psr2_su@frontbuffer.html > > > > * igt@kms_psr@no_drrs: > > - shard-iclb: [PASS][28] -> [FAIL][29] ([fdo#108341]) > > [28]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7125/shard-iclb4/igt@kms_psr@no_drrs.html > > [29]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_14872/shard-iclb1/igt@kms_psr@no_drrs.html > > > > * igt@kms_psr@psr2_sprite_mmap_gtt: > > - shard-iclb: [PASS][30] -> [SKIP][31] ([fdo#109441]) > > [30]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7125/shard-iclb2/igt@kms_psr@psr2_sprite_mmap_gtt.html > > [31]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_14872/shard-iclb1/igt@kms_psr@psr2_sprite_mmap_gtt.html > > > > * igt@kms_setmode@basic: > > - shard-apl: [PASS][32] -> [FAIL][33] ([fdo#99912]) > > [32]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7125/shard-apl4/igt@kms_setmode@basic.html > > [33]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_14872/shard-apl8/igt@kms_setmode@basic.html > > - shard-hsw: [PASS][34] -> [FAIL][35] ([fdo#99912]) > > [34]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7125/shard-hsw6/igt@kms_setmode@basic.html > > [35]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_14872/shard-hsw1/igt@kms_setmode@basic.html > > > > > > #### Possible fixes #### > > > > * igt@gem_eio@in-flight-contexts-1us: > > - shard-snb: [FAIL][36] -> [PASS][37] > > [36]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7125/shard-snb4/igt@gem_eio@in-flight-contexts-1us.html > > [37]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_14872/shard-snb4/igt@gem_eio@in-flight-contexts-1us.html > > > > * igt@gem_eio@reset-stress: > > - shard-snb: [FAIL][38] ([fdo#109661]) -> [PASS][39] > > [38]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7125/shard-snb1/igt@gem_eio@reset-stress.html > > [39]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_14872/shard-snb1/igt@gem_eio@reset-stress.html > > > > * igt@gem_exec_balancer@smoke: > > - shard-iclb: [SKIP][40] ([fdo#110854]) -> [PASS][41] > > [40]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7125/shard-iclb3/igt@gem_exec_balancer@smoke.html > > [41]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_14872/shard-iclb4/igt@gem_exec_balancer@smoke.html > > > > * igt@gem_exec_schedule@preempt-other-chain-bsd: > > - shard-iclb: [SKIP][42] ([fdo#111325]) -> [PASS][43] +3 similar issues > > [42]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7125/shard-iclb4/igt@gem_exec_schedule@preempt-other-chain-bsd.html > > [43]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_14872/shard-iclb3/igt@gem_exec_schedule@preempt-other-chain-bsd.html > > > > * igt@gem_linear_blits@normal: > > - shard-apl: [INCOMPLETE][44] ([fdo#103927]) -> [PASS][45] > > [44]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7125/shard-apl2/igt@gem_linear_blits@normal.html > > [45]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_14872/shard-apl8/igt@gem_linear_blits@normal.html > > > > * igt@gem_softpin@noreloc-s3: > > - shard-skl: [INCOMPLETE][46] ([fdo#104108]) -> [PASS][47] > > [46]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7125/shard-skl2/igt@gem_softpin@noreloc-s3.html > > [47]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_14872/shard-skl8/igt@gem_softpin@noreloc-s3.html > > > > * igt@gem_userptr_blits@sync-unmap: > > - shard-snb: [DMESG-WARN][48] ([fdo#111870]) -> [PASS][49] +1 similar issue > > [48]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7125/shard-snb6/igt@gem_userptr_blits@sync-unmap.html > > [49]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_14872/shard-snb5/igt@gem_userptr_blits@sync-unmap.html > > > > * igt@kms_cursor_crc@pipe-b-cursor-256x85-sliding: > > - shard-skl: [FAIL][50] ([fdo#103232]) -> [PASS][51] > > [50]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7125/shard-skl3/igt@kms_cursor_crc@pipe-b-cursor-256x85-sliding.html > > [51]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_14872/shard-skl10/igt@kms_cursor_crc@pipe-b-cursor-256x85-sliding.html > > > > * igt@kms_draw_crc@draw-method-xrgb8888-blt-ytiled: > > - shard-iclb: [FAIL][52] ([fdo#103184] / [fdo#103232]) -> [PASS][53] > > [52]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7125/shard-iclb6/igt@kms_draw_crc@draw-method-xrgb8888-blt-ytiled.html > > [53]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_14872/shard-iclb8/igt@kms_draw_crc@draw-method-xrgb8888-blt-ytiled.html > > > > * igt@kms_flip@flip-vs-blocking-wf-vblank: > > - shard-skl: [FAIL][54] -> [PASS][55] > > [54]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7125/shard-skl9/igt@kms_flip@flip-vs-blocking-wf-vblank.html > > [55]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_14872/shard-skl2/igt@kms_flip@flip-vs-blocking-wf-vblank.html > > > > * igt@kms_flip@flip-vs-expired-vblank: > > - shard-skl: [FAIL][56] ([fdo#105363]) -> [PASS][57] > > [56]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7125/shard-skl10/igt@kms_flip@flip-vs-expired-vblank.html > > [57]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_14872/shard-skl5/igt@kms_flip@flip-vs-expired-vblank.html > > - shard-glk: [FAIL][58] ([fdo#105363]) -> [PASS][59] > > [58]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7125/shard-glk1/igt@kms_flip@flip-vs-expired-vblank.html > > [59]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_14872/shard-glk5/igt@kms_flip@flip-vs-expired-vblank.html > > > > * igt@kms_flip@plain-flip-fb-recreate: > > - shard-skl: [FAIL][60] ([fdo#100368]) -> [PASS][61] > > [60]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7125/shard-skl3/igt@kms_flip@plain-flip-fb-recreate.html > > [61]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_14872/shard-skl6/igt@kms_flip@plain-flip-fb-recreate.html > > > > * igt@kms_flip_tiling@flip-x-tiled: > > - shard-skl: [FAIL][62] ([fdo#108145] / [fdo#108303]) -> [PASS][63] > > [62]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7125/shard-skl3/igt@kms_flip_tiling@flip-x-tiled.html > > [63]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_14872/shard-skl10/igt@kms_flip_tiling@flip-x-tiled.html > > > > * igt@kms_frontbuffer_tracking@fbc-1p-primscrn-shrfb-msflip-blt: > > - shard-iclb: [FAIL][64] ([fdo#103167]) -> [PASS][65] +5 similar issues > > [64]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7125/shard-iclb2/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-shrfb-msflip-blt.html > > [65]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_14872/shard-iclb2/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-shrfb-msflip-blt.html > > > > * igt@kms_frontbuffer_tracking@fbc-suspend: > > - shard-apl: [DMESG-WARN][66] ([fdo#108566]) -> [PASS][67] +4 similar issues > > [66]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7125/shard-apl4/igt@kms_frontbuffer_tracking@fbc-suspend.html > > [67]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_14872/shard-apl2/igt@kms_frontbuffer_tracking@fbc-suspend.html > > > > * igt@kms_plane_alpha_blend@pipe-a-constant-alpha-min: > > - shard-skl: [FAIL][68] ([fdo#108145]) -> [PASS][69] +2 similar issues > > [68]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7125/shard-skl4/igt@kms_plane_alpha_blend@pipe-a-constant-alpha-min.html > > [69]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_14872/shard-skl2/igt@kms_plane_alpha_blend@pipe-a-constant-alpha-min.html > > > > * igt@kms_plane_alpha_blend@pipe-b-coverage-7efc: > > - shard-skl: [FAIL][70] ([fdo#108145] / [fdo#110403]) -> [PASS][71] > > [70]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7125/shard-skl1/igt@kms_plane_alpha_blend@pipe-b-coverage-7efc.html > > [71]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_14872/shard-skl2/igt@kms_plane_alpha_blend@pipe-b-coverage-7efc.html > > > > * igt@kms_psr@psr2_sprite_plane_onoff: > > - shard-iclb: [SKIP][72] ([fdo#109441]) -> [PASS][73] > > [72]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7125/shard-iclb4/igt@kms_psr@psr2_sprite_plane_onoff.html > > [73]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_14872/shard-iclb2/igt@kms_psr@psr2_sprite_plane_onoff.html > > > > * igt@prime_vgem@fence-wait-bsd2: > > - shard-iclb: [SKIP][74] ([fdo#109276]) -> [PASS][75] +11 similar issues > > [74]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7125/shard-iclb8/igt@prime_vgem@fence-wait-bsd2.html > > [75]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_14872/shard-iclb4/igt@prime_vgem@fence-wait-bsd2.html > > > > > > #### Warnings #### > > > > * igt@gem_mocs_settings@mocs-isolation-bsd2: > > - shard-iclb: [FAIL][76] ([fdo#111330]) -> [SKIP][77] ([fdo#109276]) > > [76]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7125/shard-iclb1/igt@gem_mocs_settings@mocs-isolation-bsd2.html > > [77]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_14872/shard-iclb3/igt@gem_mocs_settings@mocs-isolation-bsd2.html > > > > * igt@gem_mocs_settings@mocs-settings-bsd2: > > - shard-iclb: [SKIP][78] ([fdo#109276]) -> [FAIL][79] ([fdo#111330]) +1 similar issue > > [78]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7125/shard-iclb5/igt@gem_mocs_settings@mocs-settings-bsd2.html > > [79]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_14872/shard-iclb1/igt@gem_mocs_settings@mocs-settings-bsd2.html > > > > * igt@kms_cursor_crc@pipe-b-cursor-suspend: > > - shard-skl: [FAIL][80] ([fdo#103232]) -> [INCOMPLETE][81] ([fdo#110741]) > > [80]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7125/shard-skl1/igt@kms_cursor_crc@pipe-b-cursor-suspend.html > > [81]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_14872/shard-skl2/igt@kms_cursor_crc@pipe-b-cursor-suspend.html > > > > * igt@runner@aborted: > > - shard-snb: [FAIL][82] ([fdo#111249]) -> ([FAIL][83], [FAIL][84]) ([fdo#111249] / [fdo#111757]) > > [82]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7125/shard-snb2/igt@runner@aborted.html > > [83]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_14872/shard-snb7/igt@runner@aborted.html > > [84]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_14872/shard-snb2/igt@runner@aborted.html > > > > > > {name}: This element is suppressed. This means it is ignored when computing > > the status of the difference (SUCCESS, WARNING, or FAILURE). > > > > [fdo#100368]: https://bugs.freedesktop.org/show_bug.cgi?id=100368 > > [fdo#103166]: https://bugs.freedesktop.org/show_bug.cgi?id=103166 > > [fdo#103167]: https://bugs.freedesktop.org/show_bug.cgi?id=103167 > > [fdo#103184]: https://bugs.freedesktop.org/show_bug.cgi?id=103184 > > [fdo#103232]: https://bugs.freedesktop.org/show_bug.cgi?id=103232 > > [fdo#103927]: https://bugs.freedesktop.org/show_bug.cgi?id=103927 > > [fdo#104108]: https://bugs.freedesktop.org/show_bug.cgi?id=104108 > > [fdo#105363]: https://bugs.freedesktop.org/show_bug.cgi?id=105363 > > [fdo#105411]: https://bugs.freedesktop.org/show_bug.cgi?id=105411 > > [fdo#107713]: https://bugs.freedesktop.org/show_bug.cgi?id=107713 > > [fdo#108145]: https://bugs.freedesktop.org/show_bug.cgi?id=108145 > > [fdo#108303]: https://bugs.freedesktop.org/show_bug.cgi?id=108303 > > [fdo#108341]: https://bugs.freedesktop.org/show_bug.cgi?id=108341 > > [fdo#108566]: https://bugs.freedesktop.org/show_bug.cgi?id=108566 > > [fdo#109271]: https://bugs.freedesktop.org/show_bug.cgi?id=109271 > > [fdo#109276]: https://bugs.freedesktop.org/show_bug.cgi?id=109276 > > [fdo#109441]: https://bugs.freedesktop.org/show_bug.cgi?id=109441 > > [fdo#109642]: https://bugs.freedesktop.org/show_bug.cgi?id=109642 > > [fdo#109661]: https://bugs.freedesktop.org/show_bug.cgi?id=109661 > > [fdo#110403]: https://bugs.freedesktop.org/show_bug.cgi?id=110403 > > [fdo#110741]: https://bugs.freedesktop.org/show_bug.cgi?id=110741 > > [fdo#110854]: https://bugs.freedesktop.org/show_bug.cgi?id=110854 > > [fdo#111068]: https://bugs.freedesktop.org/show_bug.cgi?id=111068 > > [fdo#111249]: https://bugs.freedesktop.org/show_bug.cgi?id=111249 > > [fdo#111325]: https://bugs.freedesktop.org/show_bug.cgi?id=111325 > > [fdo#111330]: https://bugs.freedesktop.org/show_bug.cgi?id=111330 > > [fdo#111757]: https://bugs.freedesktop.org/show_bug.cgi?id=111757 > > [fdo#111781]: https://bugs.freedesktop.org/show_bug.cgi?id=111781 > > [fdo#111832]: https://bugs.freedesktop.org/show_bug.cgi?id=111832 > > [fdo#111850]: https://bugs.freedesktop.org/show_bug.cgi?id=111850 > > [fdo#111870]: https://bugs.freedesktop.org/show_bug.cgi?id=111870 > > [fdo#99912]: https://bugs.freedesktop.org/show_bug.cgi?id=99912 > > > > > > Participating hosts (11 -> 11) > > ------------------------------ > > > > No changes in participating hosts > > > > > > Build changes > > ------------- > > > > * CI: CI-20190529 -> None > > * Linux: CI_DRM_7125 -> Patchwork_14872 > > > > CI-20190529: 20190529 > > CI_DRM_7125: f1ac92f5feb18678a3191a45be0ee4a4d255fc61 @ git://anongit.freedesktop.org/gfx-ci/linux > > IGT_5232: bb5735423eaf6fdbf6b2f94ef0b8520e74eab993 @ git://anongit.freedesktop.org/xorg/app/intel-gpu-tools > > Patchwork_14872: 22a8727caa6d0720da77b693cdf317d8fc1b4054 @ 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_14872/index.html > _______________________________________________ > Intel-gfx mailing list > Intel-gfx@lists.freedesktop.org > https://lists.freedesktop.org/mailman/listinfo/intel-gfx
diff --git a/drivers/gpu/drm/i915/intel_pch.c b/drivers/gpu/drm/i915/intel_pch.c index 1035d3d46fd8..bb1cb6f12a50 100644 --- a/drivers/gpu/drm/i915/intel_pch.c +++ b/drivers/gpu/drm/i915/intel_pch.c @@ -52,7 +52,8 @@ intel_pch_type(const struct drm_i915_private *dev_priv, unsigned short id) return PCH_SPT; case INTEL_PCH_SPT_LP_DEVICE_ID_TYPE: DRM_DEBUG_KMS("Found SunrisePoint LP PCH\n"); - WARN_ON(!IS_SKYLAKE(dev_priv) && !IS_KABYLAKE(dev_priv)); + WARN_ON(!IS_SKYLAKE(dev_priv) && !IS_KABYLAKE(dev_priv) && + !IS_COFFEELAKE(dev_priv)); return PCH_SPT; case INTEL_PCH_KBP_DEVICE_ID_TYPE: DRM_DEBUG_KMS("Found Kaby Lake PCH (KBP)\n");
Even the AML devices that behave like CFLs can be paired with an SPT PCH. Allow this to happen without blowing up dmesg. BSpec: 33665 Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=112013 Cc: Quanxian Wang <quanxian.wang@intel.com> Cc: Rodrigo Vivi <rodrigo.vivi@intel.com> Signed-off-by: James Ausmus <james.ausmus@intel.com> --- drivers/gpu/drm/i915/intel_pch.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-)