All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH i-g-t] perf_pmu: Stop skipping hotplug test on Broxton
@ 2018-05-31 11:20 ` Tvrtko Ursulin
  0 siblings, 0 replies; 8+ messages in thread
From: Tvrtko Ursulin @ 2018-05-31 11:20 UTC (permalink / raw)
  To: igt-dev; +Cc: intel-gfx

From: Tvrtko Ursulin <tvrtko.ursulin@intel.com>

There is a chance new kernel or new firmware fixed the CPU0 hotplug hang
issue. Remove the skip to check if that's true.

Signed-off-by: Tvrtko Ursulin <tvrtko.ursulin@intel.com>
---
 tests/perf_pmu.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/tests/perf_pmu.c b/tests/perf_pmu.c
index 9af192dd8232..4570f926d7fe 100644
--- a/tests/perf_pmu.c
+++ b/tests/perf_pmu.c
@@ -1037,7 +1037,6 @@ static void cpu_hotplug(int gem_fd)
 	int cur = 0;
 	char buf;
 
-	igt_skip_on(IS_BROXTON(intel_get_drm_devid(gem_fd)));
 	igt_require(cpu0_hotplug_support());
 
 	fd = open_pmu(I915_PMU_ENGINE_BUSY(I915_ENGINE_CLASS_RENDER, 0));
-- 
2.17.0

_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx

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

* [Intel-gfx] [PATCH i-g-t] perf_pmu: Stop skipping hotplug test on Broxton
@ 2018-05-31 11:20 ` Tvrtko Ursulin
  0 siblings, 0 replies; 8+ messages in thread
From: Tvrtko Ursulin @ 2018-05-31 11:20 UTC (permalink / raw)
  To: igt-dev; +Cc: intel-gfx

From: Tvrtko Ursulin <tvrtko.ursulin@intel.com>

There is a chance new kernel or new firmware fixed the CPU0 hotplug hang
issue. Remove the skip to check if that's true.

Signed-off-by: Tvrtko Ursulin <tvrtko.ursulin@intel.com>
---
 tests/perf_pmu.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/tests/perf_pmu.c b/tests/perf_pmu.c
index 9af192dd8232..4570f926d7fe 100644
--- a/tests/perf_pmu.c
+++ b/tests/perf_pmu.c
@@ -1037,7 +1037,6 @@ static void cpu_hotplug(int gem_fd)
 	int cur = 0;
 	char buf;
 
-	igt_skip_on(IS_BROXTON(intel_get_drm_devid(gem_fd)));
 	igt_require(cpu0_hotplug_support());
 
 	fd = open_pmu(I915_PMU_ENGINE_BUSY(I915_ENGINE_CLASS_RENDER, 0));
-- 
2.17.0

_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx

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

* [igt-dev] ✓ Fi.CI.BAT: success for perf_pmu: Stop skipping hotplug test on Broxton
  2018-05-31 11:20 ` [Intel-gfx] " Tvrtko Ursulin
  (?)
@ 2018-05-31 11:48 ` Patchwork
  -1 siblings, 0 replies; 8+ messages in thread
From: Patchwork @ 2018-05-31 11:48 UTC (permalink / raw)
  To: Tvrtko Ursulin; +Cc: igt-dev

== Series Details ==

Series: perf_pmu: Stop skipping hotplug test on Broxton
URL   : https://patchwork.freedesktop.org/series/44020/
State : success

== Summary ==

= CI Bug Log - changes from CI_DRM_4263 -> IGTPW_1410 =

== Summary - WARNING ==

  Minor unknown changes coming with IGTPW_1410 need to be verified
  manually.
  
  If you think the reported changes have nothing to do with the changes
  introduced in IGTPW_1410, 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/44020/revisions/1/mbox/

== Possible new issues ==

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

  === IGT changes ===

    ==== Warnings ====

    igt@gem_exec_gttfill@basic:
      fi-pnv-d510:        SKIP -> PASS

    
== Known issues ==

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

  === IGT changes ===

    ==== Issues hit ====

    igt@gem_mmap_gtt@basic-small-bo-tiledx:
      fi-gdg-551:         PASS -> FAIL (fdo#102575)

    igt@kms_chamelium@hdmi-hpd-fast:
      fi-kbl-7500u:       SKIP -> FAIL (fdo#103841, fdo#102672)

    igt@kms_flip@basic-flip-vs-wf_vblank:
      fi-glk-j4005:       PASS -> FAIL (fdo#100368)

    igt@pm_rpm@basic-rte:
      fi-glk-j4005:       PASS -> DMESG-WARN (fdo#106097) +1

    
    ==== Possible fixes ====

    igt@kms_flip@basic-flip-vs-wf_vblank:
      fi-cnl-psr:         FAIL (fdo#100368) -> PASS

    
  fdo#100368 https://bugs.freedesktop.org/show_bug.cgi?id=100368
  fdo#102575 https://bugs.freedesktop.org/show_bug.cgi?id=102575
  fdo#102672 https://bugs.freedesktop.org/show_bug.cgi?id=102672
  fdo#103841 https://bugs.freedesktop.org/show_bug.cgi?id=103841
  fdo#106097 https://bugs.freedesktop.org/show_bug.cgi?id=106097


== Participating hosts (44 -> 38) ==

  Missing    (6): fi-ilk-m540 fi-bxt-dsi fi-byt-squawks fi-bsw-cyan fi-ctg-p8600 fi-skl-6700hq 


== Build changes ==

    * IGT: IGT_4501 -> IGTPW_1410

  CI_DRM_4263: 39699bf819b30b093c584b81d59480d769389d3d @ git://anongit.freedesktop.org/gfx-ci/linux
  IGTPW_1410: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_1410/
  IGT_4501: 6796a604bab6df9c84af149e799902360afdd157 @ git://anongit.freedesktop.org/xorg/app/intel-gpu-tools

== Logs ==

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

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

* [igt-dev] ✗ Fi.CI.IGT: failure for perf_pmu: Stop skipping hotplug test on Broxton
  2018-05-31 11:20 ` [Intel-gfx] " Tvrtko Ursulin
  (?)
  (?)
@ 2018-05-31 14:46 ` Patchwork
  -1 siblings, 0 replies; 8+ messages in thread
From: Patchwork @ 2018-05-31 14:46 UTC (permalink / raw)
  To: Tvrtko Ursulin; +Cc: igt-dev

== Series Details ==

Series: perf_pmu: Stop skipping hotplug test on Broxton
URL   : https://patchwork.freedesktop.org/series/44020/
State : failure

== Summary ==

= CI Bug Log - changes from IGT_4501_full -> IGTPW_1410_full =

== Summary - FAILURE ==

  Serious unknown changes coming with IGTPW_1410_full absolutely need to be
  verified manually.
  
  If you think the reported changes have nothing to do with the changes
  introduced in IGTPW_1410_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/44020/revisions/1/mbox/

== Possible new issues ==

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

  === IGT changes ===

    ==== Possible regressions ====

    igt@gem_tiled_blits@normal:
      shard-glk:          PASS -> FAIL

    
    ==== Warnings ====

    igt@gem_exec_schedule@deep-blt:
      shard-kbl:          PASS -> SKIP

    igt@perf_pmu@cpu-hotplug:
      shard-apl:          SKIP -> PASS

    
== Known issues ==

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

  === IGT changes ===

    ==== Issues hit ====

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

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

    igt@kms_flip@plain-flip-fb-recreate-interruptible:
      shard-glk:          PASS -> FAIL (fdo#100368) +1

    igt@kms_flip_tiling@flip-to-x-tiled:
      shard-glk:          PASS -> FAIL (fdo#103822, fdo#104724)

    igt@kms_plane_multiple@atomic-pipe-a-tiling-x:
      shard-snb:          PASS -> FAIL (fdo#104724, fdo#103166)

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

    
    ==== Possible fixes ====

    igt@gem_exec_parallel@render-fds:
      shard-snb:          INCOMPLETE (fdo#105411) -> PASS

    igt@kms_atomic_transition@1x-modeset-transitions-nonblocking-fencing:
      shard-glk:          FAIL (fdo#105703) -> PASS

    igt@kms_cursor_crc@cursor-64x64-suspend:
      shard-glk:          INCOMPLETE (fdo#103359, k.org#198133) -> PASS

    igt@kms_flip@2x-flip-vs-expired-vblank-interruptible:
      shard-hsw:          FAIL (fdo#102887) -> PASS

    igt@kms_flip@plain-flip-ts-check:
      shard-glk:          FAIL (fdo#100368) -> PASS +1

    igt@kms_flip@plain-flip-ts-check-interruptible:
      shard-hsw:          FAIL (fdo#103928) -> PASS

    igt@kms_frontbuffer_tracking@fbc-2p-primscrn-spr-indfb-onoff:
      shard-glk:          FAIL (fdo#103167, fdo#104724) -> PASS

    igt@kms_frontbuffer_tracking@fbc-suspend:
      shard-glk:          DMESG-WARN (fdo#106728) -> PASS

    igt@kms_rotation_crc@cursor-rotation-180:
      shard-hsw:          FAIL (fdo#103925, fdo#104724) -> PASS

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

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

    igt@perf@polling:
      shard-hsw:          FAIL (fdo#102252) -> PASS

    igt@pm_rpm@drm-resources-equal:
      shard-glk:          FAIL (fdo#106539) -> PASS +1

    
  fdo#100368 https://bugs.freedesktop.org/show_bug.cgi?id=100368
  fdo#102252 https://bugs.freedesktop.org/show_bug.cgi?id=102252
  fdo#102887 https://bugs.freedesktop.org/show_bug.cgi?id=102887
  fdo#103166 https://bugs.freedesktop.org/show_bug.cgi?id=103166
  fdo#103167 https://bugs.freedesktop.org/show_bug.cgi?id=103167
  fdo#103359 https://bugs.freedesktop.org/show_bug.cgi?id=103359
  fdo#103822 https://bugs.freedesktop.org/show_bug.cgi?id=103822
  fdo#103925 https://bugs.freedesktop.org/show_bug.cgi?id=103925
  fdo#103928 https://bugs.freedesktop.org/show_bug.cgi?id=103928
  fdo#104724 https://bugs.freedesktop.org/show_bug.cgi?id=104724
  fdo#105363 https://bugs.freedesktop.org/show_bug.cgi?id=105363
  fdo#105411 https://bugs.freedesktop.org/show_bug.cgi?id=105411
  fdo#105703 https://bugs.freedesktop.org/show_bug.cgi?id=105703
  fdo#106539 https://bugs.freedesktop.org/show_bug.cgi?id=106539
  fdo#106728 https://bugs.freedesktop.org/show_bug.cgi?id=106728
  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_4501 -> IGTPW_1410
    * Linux: CI_DRM_4256 -> CI_DRM_4263

  CI_DRM_4256: 02a9ddab7c0319d16af25f22f9b15b271e6bbc8f @ git://anongit.freedesktop.org/gfx-ci/linux
  CI_DRM_4263: 39699bf819b30b093c584b81d59480d769389d3d @ git://anongit.freedesktop.org/gfx-ci/linux
  IGTPW_1410: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_1410/
  IGT_4501: 6796a604bab6df9c84af149e799902360afdd157 @ git://anongit.freedesktop.org/xorg/app/intel-gpu-tools

== Logs ==

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

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

* Re: [igt-dev] [PATCH i-g-t] perf_pmu: Stop skipping hotplug test on Broxton
  2018-05-31 11:20 ` [Intel-gfx] " Tvrtko Ursulin
@ 2018-06-01  6:17   ` Saarinen, Jani
  -1 siblings, 0 replies; 8+ messages in thread
From: Saarinen, Jani @ 2018-06-01  6:17 UTC (permalink / raw)
  To: Tvrtko Ursulin, igt-dev; +Cc: intel-gfx



> -----Original Message-----
> From: igt-dev [mailto:igt-dev-bounces@lists.freedesktop.org] On Behalf Of
> Tvrtko Ursulin
> Sent: torstai 31. toukokuuta 2018 14.20
> To: igt-dev@lists.freedesktop.org
> Cc: intel-gfx@lists.freedesktop.org; Ursulin, Tvrtko <tvrtko.ursulin@intel.com>
> Subject: [igt-dev] [PATCH i-g-t] perf_pmu: Stop skipping hotplug test on Broxton
> 
> From: Tvrtko Ursulin <tvrtko.ursulin@intel.com>
> 
> There is a chance new kernel or new firmware fixed the CPU0 hotplug hang
> issue. Remove the skip to check if that's true.
Based on trybot and this run on shards
Not sure if it was BIOS or BIOS+latest tip but,

Acked-by: Jani Saarinen <jani.saarinen@intel.com>

> 
> Signed-off-by: Tvrtko Ursulin <tvrtko.ursulin@intel.com>
> ---
>  tests/perf_pmu.c | 1 -
>  1 file changed, 1 deletion(-)
> 
> diff --git a/tests/perf_pmu.c b/tests/perf_pmu.c index
> 9af192dd8232..4570f926d7fe 100644
> --- a/tests/perf_pmu.c
> +++ b/tests/perf_pmu.c
> @@ -1037,7 +1037,6 @@ static void cpu_hotplug(int gem_fd)
>  	int cur = 0;
>  	char buf;
> 
> -	igt_skip_on(IS_BROXTON(intel_get_drm_devid(gem_fd)));
>  	igt_require(cpu0_hotplug_support());
> 
>  	fd =
> open_pmu(I915_PMU_ENGINE_BUSY(I915_ENGINE_CLASS_RENDER, 0));
> --
> 2.17.0
> 
> _______________________________________________
> igt-dev mailing list
> igt-dev@lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/igt-dev
_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx

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

* Re: [igt-dev] [PATCH i-g-t] perf_pmu: Stop skipping hotplug test on Broxton
@ 2018-06-01  6:17   ` Saarinen, Jani
  0 siblings, 0 replies; 8+ messages in thread
From: Saarinen, Jani @ 2018-06-01  6:17 UTC (permalink / raw)
  To: Tvrtko Ursulin, igt-dev; +Cc: intel-gfx, Ursulin, Tvrtko



> -----Original Message-----
> From: igt-dev [mailto:igt-dev-bounces@lists.freedesktop.org] On Behalf Of
> Tvrtko Ursulin
> Sent: torstai 31. toukokuuta 2018 14.20
> To: igt-dev@lists.freedesktop.org
> Cc: intel-gfx@lists.freedesktop.org; Ursulin, Tvrtko <tvrtko.ursulin@intel.com>
> Subject: [igt-dev] [PATCH i-g-t] perf_pmu: Stop skipping hotplug test on Broxton
> 
> From: Tvrtko Ursulin <tvrtko.ursulin@intel.com>
> 
> There is a chance new kernel or new firmware fixed the CPU0 hotplug hang
> issue. Remove the skip to check if that's true.
Based on trybot and this run on shards
Not sure if it was BIOS or BIOS+latest tip but,

Acked-by: Jani Saarinen <jani.saarinen@intel.com>

> 
> Signed-off-by: Tvrtko Ursulin <tvrtko.ursulin@intel.com>
> ---
>  tests/perf_pmu.c | 1 -
>  1 file changed, 1 deletion(-)
> 
> diff --git a/tests/perf_pmu.c b/tests/perf_pmu.c index
> 9af192dd8232..4570f926d7fe 100644
> --- a/tests/perf_pmu.c
> +++ b/tests/perf_pmu.c
> @@ -1037,7 +1037,6 @@ static void cpu_hotplug(int gem_fd)
>  	int cur = 0;
>  	char buf;
> 
> -	igt_skip_on(IS_BROXTON(intel_get_drm_devid(gem_fd)));
>  	igt_require(cpu0_hotplug_support());
> 
>  	fd =
> open_pmu(I915_PMU_ENGINE_BUSY(I915_ENGINE_CLASS_RENDER, 0));
> --
> 2.17.0
> 
> _______________________________________________
> 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] 8+ messages in thread

* Re: [igt-dev] [PATCH i-g-t] perf_pmu: Stop skipping hotplug test on Broxton
  2018-06-01  6:17   ` Saarinen, Jani
@ 2018-06-01  8:18     ` Tvrtko Ursulin
  -1 siblings, 0 replies; 8+ messages in thread
From: Tvrtko Ursulin @ 2018-06-01  8:18 UTC (permalink / raw)
  To: Saarinen, Jani, Tvrtko Ursulin, igt-dev; +Cc: intel-gfx


On 01/06/2018 07:17, Saarinen, Jani wrote:
> 
> 
>> -----Original Message-----
>> From: igt-dev [mailto:igt-dev-bounces@lists.freedesktop.org] On Behalf Of
>> Tvrtko Ursulin
>> Sent: torstai 31. toukokuuta 2018 14.20
>> To: igt-dev@lists.freedesktop.org
>> Cc: intel-gfx@lists.freedesktop.org; Ursulin, Tvrtko <tvrtko.ursulin@intel.com>
>> Subject: [igt-dev] [PATCH i-g-t] perf_pmu: Stop skipping hotplug test on Broxton
>>
>> From: Tvrtko Ursulin <tvrtko.ursulin@intel.com>
>>
>> There is a chance new kernel or new firmware fixed the CPU0 hotplug hang
>> issue. Remove the skip to check if that's true.
> Based on trybot and this run on shards
> Not sure if it was BIOS or BIOS+latest tip but,
> 
> Acked-by: Jani Saarinen <jani.saarinen@intel.com>

Thanks, pushed!

Regards,

Tvrtko
_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx

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

* Re: [igt-dev] [PATCH i-g-t] perf_pmu: Stop skipping hotplug test on Broxton
@ 2018-06-01  8:18     ` Tvrtko Ursulin
  0 siblings, 0 replies; 8+ messages in thread
From: Tvrtko Ursulin @ 2018-06-01  8:18 UTC (permalink / raw)
  To: Saarinen, Jani, Tvrtko Ursulin, igt-dev; +Cc: intel-gfx, Ursulin, Tvrtko


On 01/06/2018 07:17, Saarinen, Jani wrote:
> 
> 
>> -----Original Message-----
>> From: igt-dev [mailto:igt-dev-bounces@lists.freedesktop.org] On Behalf Of
>> Tvrtko Ursulin
>> Sent: torstai 31. toukokuuta 2018 14.20
>> To: igt-dev@lists.freedesktop.org
>> Cc: intel-gfx@lists.freedesktop.org; Ursulin, Tvrtko <tvrtko.ursulin@intel.com>
>> Subject: [igt-dev] [PATCH i-g-t] perf_pmu: Stop skipping hotplug test on Broxton
>>
>> From: Tvrtko Ursulin <tvrtko.ursulin@intel.com>
>>
>> There is a chance new kernel or new firmware fixed the CPU0 hotplug hang
>> issue. Remove the skip to check if that's true.
> Based on trybot and this run on shards
> Not sure if it was BIOS or BIOS+latest tip but,
> 
> Acked-by: Jani Saarinen <jani.saarinen@intel.com>

Thanks, pushed!

Regards,

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

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

end of thread, other threads:[~2018-06-01  8:18 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-05-31 11:20 [PATCH i-g-t] perf_pmu: Stop skipping hotplug test on Broxton Tvrtko Ursulin
2018-05-31 11:20 ` [Intel-gfx] " Tvrtko Ursulin
2018-05-31 11:48 ` [igt-dev] ✓ Fi.CI.BAT: success for " Patchwork
2018-05-31 14:46 ` [igt-dev] ✗ Fi.CI.IGT: failure " Patchwork
2018-06-01  6:17 ` [igt-dev] [PATCH i-g-t] " Saarinen, Jani
2018-06-01  6:17   ` Saarinen, Jani
2018-06-01  8:18   ` Tvrtko Ursulin
2018-06-01  8:18     ` Tvrtko Ursulin

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.