All of lore.kernel.org
 help / color / mirror / Atom feed
* [igt-dev] [PATCH i-g-t] tools/vbt_decode: Print DRRS and PSR flags
@ 2018-05-09  0:48 Dhinakaran Pandiyan
  2018-05-09  1:26 ` [igt-dev] ✓ Fi.CI.BAT: success for " Patchwork
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Dhinakaran Pandiyan @ 2018-05-09  0:48 UTC (permalink / raw)
  To: igt-dev; +Cc: Dhinakaran Pandiyan, Rodrigo Vivi

These bits are useful for debug.

Cc: Rodrigo Vivi <rodrigo.vivi@intel.com>
Signed-off-by: Dhinakaran Pandiyan <dhinakaran.pandiyan@intel.com>
---
 tools/intel_vbt_decode.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/tools/intel_vbt_decode.c b/tools/intel_vbt_decode.c
index d7cbc436..e61f0a8c 100644
--- a/tools/intel_vbt_decode.c
+++ b/tools/intel_vbt_decode.c
@@ -721,6 +721,8 @@ static void dump_driver_feature(struct context *context,
 	printf("\tLegacy CRT max Y: %d\n", feature->legacy_crt_max_y);
 	printf("\tLegacy CRT max refresh: %d\n",
 	       feature->legacy_crt_max_refresh);
+	printf("\tEnable DRRS: %s\n", YESNO(feature->drrs_enabled));
+	printf("\tEnable PSR: %s\n", YESNO(feature->psr_enabled));
 }
 
 static void dump_edp(struct context *context,
-- 
2.14.1

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

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

* [igt-dev] ✓ Fi.CI.BAT: success for tools/vbt_decode: Print DRRS and PSR flags
  2018-05-09  0:48 [igt-dev] [PATCH i-g-t] tools/vbt_decode: Print DRRS and PSR flags Dhinakaran Pandiyan
@ 2018-05-09  1:26 ` Patchwork
  2018-05-09  5:15 ` [igt-dev] ✗ Fi.CI.IGT: failure " Patchwork
  2018-05-09  7:57 ` [igt-dev] [PATCH i-g-t] " Jani Nikula
  2 siblings, 0 replies; 6+ messages in thread
From: Patchwork @ 2018-05-09  1:26 UTC (permalink / raw)
  To: Dhinakaran Pandiyan; +Cc: igt-dev

== Series Details ==

Series: tools/vbt_decode: Print DRRS and PSR flags
URL   : https://patchwork.freedesktop.org/series/42913/
State : success

== Summary ==

= CI Bug Log - changes from CI_DRM_4160 -> IGTPW_1330 =

== Summary - SUCCESS ==

  No regressions found.

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

== Known issues ==

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

  === IGT changes ===

    ==== Issues hit ====

    igt@kms_frontbuffer_tracking@basic:
      fi-hsw-4200u:       PASS -> DMESG-FAIL (fdo#106103, fdo#102614)

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

    
    ==== Possible fixes ====

    igt@gem_exec_suspend@basic-s4-devices:
      fi-kbl-7500u:       DMESG-WARN (fdo#105128) -> PASS

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

    igt@kms_pipe_crc_basic@nonblocking-crc-pipe-b-frame-sequence:
      fi-glk-j4005:       DMESG-WARN (fdo#106235) -> PASS +1

    igt@pm_rpm@basic-pci-d3-state:
      fi-glk-j4005:       DMESG-WARN (fdo#106097) -> PASS

    igt@prime_vgem@basic-fence-flip:
      fi-ilk-650:         FAIL (fdo#104008) -> PASS

    
  fdo#102614 https://bugs.freedesktop.org/show_bug.cgi?id=102614
  fdo#102672 https://bugs.freedesktop.org/show_bug.cgi?id=102672
  fdo#103713 https://bugs.freedesktop.org/show_bug.cgi?id=103713
  fdo#103841 https://bugs.freedesktop.org/show_bug.cgi?id=103841
  fdo#104008 https://bugs.freedesktop.org/show_bug.cgi?id=104008
  fdo#105128 https://bugs.freedesktop.org/show_bug.cgi?id=105128
  fdo#106097 https://bugs.freedesktop.org/show_bug.cgi?id=106097
  fdo#106103 https://bugs.freedesktop.org/show_bug.cgi?id=106103
  fdo#106235 https://bugs.freedesktop.org/show_bug.cgi?id=106235


== Participating hosts (41 -> 37) ==

  Missing    (4): fi-ctg-p8600 fi-ilk-m540 fi-byt-squawks fi-skl-6700hq 


== Build changes ==

    * IGT: IGT_4467 -> IGTPW_1330

  CI_DRM_4160: 6d9a2ccf9fca7c006f24b7ff6193ee356b6d3503 @ git://anongit.freedesktop.org/gfx-ci/linux
  IGTPW_1330: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_1330/
  IGT_4467: 548a894dc904c4628522dbbc77cb179a4c965ebc @ git://anongit.freedesktop.org/xorg/app/intel-gpu-tools
  piglit_4467: dd20daa579c816498f61e08c819117ad6eb4b4a5 @ git://anongit.freedesktop.org/piglit

== Logs ==

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

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

* [igt-dev] ✗ Fi.CI.IGT: failure for tools/vbt_decode: Print DRRS and PSR flags
  2018-05-09  0:48 [igt-dev] [PATCH i-g-t] tools/vbt_decode: Print DRRS and PSR flags Dhinakaran Pandiyan
  2018-05-09  1:26 ` [igt-dev] ✓ Fi.CI.BAT: success for " Patchwork
@ 2018-05-09  5:15 ` Patchwork
  2018-05-09 18:38   ` Dhinakaran Pandiyan
  2018-05-09  7:57 ` [igt-dev] [PATCH i-g-t] " Jani Nikula
  2 siblings, 1 reply; 6+ messages in thread
From: Patchwork @ 2018-05-09  5:15 UTC (permalink / raw)
  To: Dhinakaran Pandiyan; +Cc: igt-dev

== Series Details ==

Series: tools/vbt_decode: Print DRRS and PSR flags
URL   : https://patchwork.freedesktop.org/series/42913/
State : failure

== Summary ==

= CI Bug Log - changes from IGT_4467_full -> IGTPW_1330_full =

== Summary - FAILURE ==

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

== Possible new issues ==

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

  === IGT changes ===

    ==== Possible regressions ====

    igt@drv_selftest@live_hangcheck:
      shard-kbl:          PASS -> DMESG-FAIL
      shard-glk:          PASS -> DMESG-FAIL

    igt@drv_selftest@mock_breadcrumbs:
      shard-hsw:          PASS -> DMESG-WARN +7

    igt@drv_selftest@mock_dmabuf:
      shard-glk:          PASS -> DMESG-WARN +7

    igt@drv_selftest@mock_evict:
      shard-snb:          PASS -> DMESG-WARN +7

    igt@drv_selftest@mock_requests:
      shard-kbl:          PASS -> DMESG-WARN +7

    igt@drv_selftest@mock_vma:
      shard-apl:          PASS -> DMESG-WARN +8

    
    ==== Warnings ====

    igt@drv_selftest@live_execlists:
      shard-glk:          PASS -> SKIP +1

    igt@drv_selftest@live_guc:
      shard-kbl:          PASS -> SKIP +5

    igt@gem_mocs_settings@mocs-rc6-dirty-render:
      shard-kbl:          SKIP -> PASS

    
== Known issues ==

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

  === IGT changes ===

    ==== Issues hit ====

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

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

    
    ==== Possible fixes ====

    igt@kms_flip@dpms-vs-vblank-race:
      shard-glk:          FAIL (fdo#103060) -> PASS

    igt@kms_flip@wf_vblank-ts-check-interruptible:
      shard-glk:          FAIL (fdo#100368) -> PASS

    igt@kms_rotation_crc@primary-rotation-90:
      shard-apl:          FAIL (fdo#103925, fdo#104724) -> PASS +1

    
  fdo#100368 https://bugs.freedesktop.org/show_bug.cgi?id=100368
  fdo#103060 https://bugs.freedesktop.org/show_bug.cgi?id=103060
  fdo#103925 https://bugs.freedesktop.org/show_bug.cgi?id=103925
  fdo#104724 https://bugs.freedesktop.org/show_bug.cgi?id=104724
  fdo#99912 https://bugs.freedesktop.org/show_bug.cgi?id=99912


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

  No changes in participating hosts


== Build changes ==

    * IGT: IGT_4467 -> IGTPW_1330
    * Linux: CI_DRM_4158 -> CI_DRM_4160

  CI_DRM_4158: b4cf5831333d423c2420f167111c03e4c1729672 @ git://anongit.freedesktop.org/gfx-ci/linux
  CI_DRM_4160: 6d9a2ccf9fca7c006f24b7ff6193ee356b6d3503 @ git://anongit.freedesktop.org/gfx-ci/linux
  IGTPW_1330: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_1330/
  IGT_4467: 548a894dc904c4628522dbbc77cb179a4c965ebc @ git://anongit.freedesktop.org/xorg/app/intel-gpu-tools
  piglit_4467: dd20daa579c816498f61e08c819117ad6eb4b4a5 @ git://anongit.freedesktop.org/piglit

== Logs ==

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

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

* Re: [igt-dev] [PATCH i-g-t] tools/vbt_decode: Print DRRS and PSR flags
  2018-05-09  0:48 [igt-dev] [PATCH i-g-t] tools/vbt_decode: Print DRRS and PSR flags Dhinakaran Pandiyan
  2018-05-09  1:26 ` [igt-dev] ✓ Fi.CI.BAT: success for " Patchwork
  2018-05-09  5:15 ` [igt-dev] ✗ Fi.CI.IGT: failure " Patchwork
@ 2018-05-09  7:57 ` Jani Nikula
  2018-05-09 18:20   ` Rodrigo Vivi
  2 siblings, 1 reply; 6+ messages in thread
From: Jani Nikula @ 2018-05-09  7:57 UTC (permalink / raw)
  To: Dhinakaran Pandiyan, igt-dev; +Cc: Dhinakaran Pandiyan, Rodrigo Vivi

On Tue, 08 May 2018, Dhinakaran Pandiyan <dhinakaran.pandiyan@intel.com> wrote:
> These bits are useful for debug.
>
> Cc: Rodrigo Vivi <rodrigo.vivi@intel.com>
> Signed-off-by: Dhinakaran Pandiyan <dhinakaran.pandiyan@intel.com>

Reviewed-by: Jani Nikula <jani.nikula@intel.com>

> ---
>  tools/intel_vbt_decode.c | 2 ++
>  1 file changed, 2 insertions(+)
>
> diff --git a/tools/intel_vbt_decode.c b/tools/intel_vbt_decode.c
> index d7cbc436..e61f0a8c 100644
> --- a/tools/intel_vbt_decode.c
> +++ b/tools/intel_vbt_decode.c
> @@ -721,6 +721,8 @@ static void dump_driver_feature(struct context *context,
>  	printf("\tLegacy CRT max Y: %d\n", feature->legacy_crt_max_y);
>  	printf("\tLegacy CRT max refresh: %d\n",
>  	       feature->legacy_crt_max_refresh);
> +	printf("\tEnable DRRS: %s\n", YESNO(feature->drrs_enabled));
> +	printf("\tEnable PSR: %s\n", YESNO(feature->psr_enabled));
>  }
>  
>  static void dump_edp(struct context *context,

-- 
Jani Nikula, Intel Open Source Technology Center
_______________________________________________
igt-dev mailing list
igt-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/igt-dev

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

* Re: [igt-dev] [PATCH i-g-t] tools/vbt_decode: Print DRRS and PSR flags
  2018-05-09  7:57 ` [igt-dev] [PATCH i-g-t] " Jani Nikula
@ 2018-05-09 18:20   ` Rodrigo Vivi
  0 siblings, 0 replies; 6+ messages in thread
From: Rodrigo Vivi @ 2018-05-09 18:20 UTC (permalink / raw)
  To: Jani Nikula; +Cc: igt-dev, Dhinakaran Pandiyan

On Wed, May 09, 2018 at 10:57:36AM +0300, Jani Nikula wrote:
> On Tue, 08 May 2018, Dhinakaran Pandiyan <dhinakaran.pandiyan@intel.com> wrote:
> > These bits are useful for debug.
> >
> > Cc: Rodrigo Vivi <rodrigo.vivi@intel.com>
> > Signed-off-by: Dhinakaran Pandiyan <dhinakaran.pandiyan@intel.com>
> 
> Reviewed-by: Jani Nikula <jani.nikula@intel.com>

pushed, thanks for the patch.

btw:
intel_vbt_decode --file=/sys/kernel/debug/dri/0/i915_vbt | grep -i psr
BDB block 9 - PSR block:
		Idle frames to for PSR enable: 0
	Enable PSR: yes

Thanks,
Rodrigo.

> 
> > ---
> >  tools/intel_vbt_decode.c | 2 ++
> >  1 file changed, 2 insertions(+)
> >
> > diff --git a/tools/intel_vbt_decode.c b/tools/intel_vbt_decode.c
> > index d7cbc436..e61f0a8c 100644
> > --- a/tools/intel_vbt_decode.c
> > +++ b/tools/intel_vbt_decode.c
> > @@ -721,6 +721,8 @@ static void dump_driver_feature(struct context *context,
> >  	printf("\tLegacy CRT max Y: %d\n", feature->legacy_crt_max_y);
> >  	printf("\tLegacy CRT max refresh: %d\n",
> >  	       feature->legacy_crt_max_refresh);
> > +	printf("\tEnable DRRS: %s\n", YESNO(feature->drrs_enabled));
> > +	printf("\tEnable PSR: %s\n", YESNO(feature->psr_enabled));
> >  }
> >  
> >  static void dump_edp(struct context *context,
> 
> -- 
> Jani Nikula, Intel Open Source Technology Center
_______________________________________________
igt-dev mailing list
igt-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/igt-dev

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

* Re: [igt-dev] ✗ Fi.CI.IGT: failure for tools/vbt_decode: Print DRRS and PSR flags
  2018-05-09  5:15 ` [igt-dev] ✗ Fi.CI.IGT: failure " Patchwork
@ 2018-05-09 18:38   ` Dhinakaran Pandiyan
  0 siblings, 0 replies; 6+ messages in thread
From: Dhinakaran Pandiyan @ 2018-05-09 18:38 UTC (permalink / raw)
  To: igt-dev; +Cc: Rodrigo Vivi

On Wed, 2018-05-09 at 05:15 +0000, Patchwork wrote:
> == Series Details ==
> 
> Series: tools/vbt_decode: Print DRRS and PSR flags
> URL   : https://patchwork.freedesktop.org/series/42913/
> State : failure
> 
> == Summary ==
> 
> = CI Bug Log - changes from IGT_4467_full -> IGTPW_1330_full =
> 
> == Summary - FAILURE ==
> 
>   Serious unknown changes coming with IGTPW_1330_full absolutely need
> to be
>   verified manually.
>   
>   If you think the reported changes have nothing to do with the
> changes
>   introduced in IGTPW_1330_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/4291
> 3/revisions/1/mbox/
> 
> == Possible new issues ==
> 
>   Here are the unknown changes that may have been introduced in
> IGTPW_1330_full:
> 
>   === IGT changes ===
> 
>     ==== Possible regressions ====
> 
>     igt@drv_selftest@live_hangcheck:
>       shard-kbl:          PASS -> DMESG-FAIL
>       shard-glk:          PASS -> DMESG-FAIL
> 
>     igt@drv_selftest@mock_breadcrumbs:
>       shard-hsw:          PASS -> DMESG-WARN +7
> 
>     igt@drv_selftest@mock_dmabuf:
>       shard-glk:          PASS -> DMESG-WARN +7
> 
>     igt@drv_selftest@mock_evict:
>       shard-snb:          PASS -> DMESG-WARN +7
> 
>     igt@drv_selftest@mock_requests:
>       shard-kbl:          PASS -> DMESG-WARN +7
> 
>     igt@drv_selftest@mock_vma:
>       shard-apl:          PASS -> DMESG-WARN +8
> 
>     
>     ==== Warnings ====
> 
>     igt@drv_selftest@live_execlists:
>       shard-glk:          PASS -> SKIP +1
> 
>     igt@drv_selftest@live_guc:
>       shard-kbl:          PASS -> SKIP +5
> 
>     igt@gem_mocs_settings@mocs-rc6-dirty-render:
>       shard-kbl:          SKIP -> PASS
> 

None of these failures/skips are because of the patch. The test results
for both CI_DRM_4160 and IGTPW_1330 are the same.
_______________________________________________
igt-dev mailing list
igt-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/igt-dev

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

end of thread, other threads:[~2018-05-09 18:20 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-05-09  0:48 [igt-dev] [PATCH i-g-t] tools/vbt_decode: Print DRRS and PSR flags Dhinakaran Pandiyan
2018-05-09  1:26 ` [igt-dev] ✓ Fi.CI.BAT: success for " Patchwork
2018-05-09  5:15 ` [igt-dev] ✗ Fi.CI.IGT: failure " Patchwork
2018-05-09 18:38   ` Dhinakaran Pandiyan
2018-05-09  7:57 ` [igt-dev] [PATCH i-g-t] " Jani Nikula
2018-05-09 18:20   ` Rodrigo Vivi

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.