All of lore.kernel.org
 help / color / mirror / Atom feed
* [igt-dev] [PATCH i-g-t] igt/pm_backlight: Skip if pm is not supported
@ 2018-09-05  9:17 Chris Wilson
  2018-09-05 12:29 ` [igt-dev] ✓ Fi.CI.BAT: success for " Patchwork
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Chris Wilson @ 2018-09-05  9:17 UTC (permalink / raw)
  To: igt-dev

If we cannot do runtime suspend, testing it's impact on the backlight is
moot. Simply skip on systems that cannot runtime suspend.

Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=107789
Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=107790
Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=107794
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
---
 tests/pm_backlight.c | 36 +++++++++++++++++++++++++-----------
 1 file changed, 25 insertions(+), 11 deletions(-)

diff --git a/tests/pm_backlight.c b/tests/pm_backlight.c
index 4c0399d46..e94340a2b 100644
--- a/tests/pm_backlight.c
+++ b/tests/pm_backlight.c
@@ -151,23 +151,37 @@ static void test_fade(struct context *context)
 		nanosleep(&ts, NULL);
 	}
 }
-static void test_fade_with_dpms(struct context *context, igt_output_t *output)
+
+static void
+test_fade_with_dpms(struct context *context, igt_output_t *output)
 {
-	bool has_runtime_pm;
-	has_runtime_pm = igt_setup_runtime_pm();
-	igt_info("Runtime PM support: %d\n", has_runtime_pm);
-	igt_assert(has_runtime_pm);
-	kmstest_set_connector_dpms(output->display->drm_fd, output->config.connector, DRM_MODE_DPMS_OFF);
-	igt_assert(igt_wait_for_pm_status(IGT_RUNTIME_PM_STATUS_SUSPENDED));
-	kmstest_set_connector_dpms(output->display->drm_fd, output->config.connector, DRM_MODE_DPMS_ON);
+	igt_require(igt_setup_runtime_pm());
+
+	kmstest_set_connector_dpms(output->display->drm_fd,
+				   output->config.connector,
+				   DRM_MODE_DPMS_OFF);
+	igt_require(igt_wait_for_pm_status(IGT_RUNTIME_PM_STATUS_SUSPENDED));
+
+	kmstest_set_connector_dpms(output->display->drm_fd,
+				   output->config.connector,
+				   DRM_MODE_DPMS_ON);
 	igt_assert(igt_wait_for_pm_status(IGT_RUNTIME_PM_STATUS_ACTIVE));
+
 	test_fade(context);
 }
-static void test_fade_with_suspend(struct context *context, igt_output_t *output)
+
+static void
+test_fade_with_suspend(struct context *context, igt_output_t *output)
 {
-	kmstest_set_connector_dpms(output->display->drm_fd, output->config.connector, DRM_MODE_DPMS_OFF);
-	igt_assert(igt_wait_for_pm_status(IGT_RUNTIME_PM_STATUS_SUSPENDED));
+	igt_require(igt_setup_runtime_pm());
+
+	kmstest_set_connector_dpms(output->display->drm_fd,
+				   output->config.connector,
+				   DRM_MODE_DPMS_OFF);
+	igt_require(igt_wait_for_pm_status(IGT_RUNTIME_PM_STATUS_SUSPENDED));
+
 	igt_system_suspend_autoresume(SUSPEND_STATE_MEM, SUSPEND_TEST_NONE);
+
 	test_fade(context);
 }
 
-- 
2.19.0.rc1

_______________________________________________
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 igt/pm_backlight: Skip if pm is not supported
  2018-09-05  9:17 [igt-dev] [PATCH i-g-t] igt/pm_backlight: Skip if pm is not supported Chris Wilson
@ 2018-09-05 12:29 ` Patchwork
  2018-09-05 12:34 ` [igt-dev] [PATCH i-g-t] " Ville Syrjälä
  2018-09-05 16:19 ` [igt-dev] ✓ Fi.CI.IGT: success for " Patchwork
  2 siblings, 0 replies; 6+ messages in thread
From: Patchwork @ 2018-09-05 12:29 UTC (permalink / raw)
  To: Chris Wilson; +Cc: igt-dev

== Series Details ==

Series: igt/pm_backlight: Skip if pm is not supported
URL   : https://patchwork.freedesktop.org/series/49172/
State : success

== Summary ==

= CI Bug Log - changes from CI_DRM_4770 -> IGTPW_1789 =

== Summary - WARNING ==

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

== Possible new issues ==

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

  === IGT changes ===

    ==== Warnings ====

    igt@pm_rpm@module-reload:
      fi-hsw-4770r:       SKIP -> PASS

    
== Known issues ==

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

  === IGT changes ===

    ==== Issues hit ====

    igt@gem_exec_suspend@basic-s3:
      fi-skl-caroline:    NOTRUN -> INCOMPLETE (fdo#107556, fdo#104108)

    igt@gem_exec_suspend@basic-s4-devices:
      fi-blb-e6850:       PASS -> INCOMPLETE (fdo#107718)

    igt@gem_sync@basic-many-each:
      fi-byt-clapper:     PASS -> FAIL (fdo#107715)

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

    igt@kms_psr@primary_page_flip:
      fi-icl-u:           NOTRUN -> FAIL (fdo#107383) +3

    
    ==== Possible fixes ====

    igt@drv_module_reload@basic-reload-inject:
      fi-hsw-4770r:       DMESG-WARN (fdo#107425) -> PASS

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

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

    
  fdo#103191 https://bugs.freedesktop.org/show_bug.cgi?id=103191
  fdo#104008 https://bugs.freedesktop.org/show_bug.cgi?id=104008
  fdo#104108 https://bugs.freedesktop.org/show_bug.cgi?id=104108
  fdo#105128 https://bugs.freedesktop.org/show_bug.cgi?id=105128
  fdo#107139 https://bugs.freedesktop.org/show_bug.cgi?id=107139
  fdo#107362 https://bugs.freedesktop.org/show_bug.cgi?id=107362
  fdo#107383 https://bugs.freedesktop.org/show_bug.cgi?id=107383
  fdo#107425 https://bugs.freedesktop.org/show_bug.cgi?id=107425
  fdo#107556 https://bugs.freedesktop.org/show_bug.cgi?id=107556
  fdo#107715 https://bugs.freedesktop.org/show_bug.cgi?id=107715
  fdo#107718 https://bugs.freedesktop.org/show_bug.cgi?id=107718


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

  Additional (4): fi-glk-j4005 fi-skl-caroline fi-icl-u fi-elk-e7500 
  Missing    (5): fi-ctg-p8600 fi-ilk-m540 fi-byt-squawks fi-bsw-cyan fi-hsw-4200u 


== Build changes ==

    * IGT: IGT_4627 -> IGTPW_1789

  CI_DRM_4770: 0c3535cf60140d017a5df73d84d06e8b1a5b5d3b @ git://anongit.freedesktop.org/gfx-ci/linux
  IGTPW_1789: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_1789/
  IGT_4627: e0c3033a57d85c0d2eb33af0451afa16edc79f10 @ git://anongit.freedesktop.org/xorg/app/intel-gpu-tools

== Logs ==

For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_1789/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

* Re: [igt-dev] [PATCH i-g-t] igt/pm_backlight: Skip if pm is not supported
  2018-09-05  9:17 [igt-dev] [PATCH i-g-t] igt/pm_backlight: Skip if pm is not supported Chris Wilson
  2018-09-05 12:29 ` [igt-dev] ✓ Fi.CI.BAT: success for " Patchwork
@ 2018-09-05 12:34 ` Ville Syrjälä
  2018-09-05 13:07   ` Chris Wilson
  2018-09-05 16:19 ` [igt-dev] ✓ Fi.CI.IGT: success for " Patchwork
  2 siblings, 1 reply; 6+ messages in thread
From: Ville Syrjälä @ 2018-09-05 12:34 UTC (permalink / raw)
  To: Chris Wilson; +Cc: igt-dev

On Wed, Sep 05, 2018 at 10:17:47AM +0100, Chris Wilson wrote:
> If we cannot do runtime suspend, testing it's impact on the backlight is
> moot. Simply skip on systems that cannot runtime suspend.
> 
> Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=107789
> Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=107790
> Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=107794
> Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
> ---
>  tests/pm_backlight.c | 36 +++++++++++++++++++++++++-----------
>  1 file changed, 25 insertions(+), 11 deletions(-)
> 
> diff --git a/tests/pm_backlight.c b/tests/pm_backlight.c
> index 4c0399d46..e94340a2b 100644
> --- a/tests/pm_backlight.c
> +++ b/tests/pm_backlight.c
> @@ -151,23 +151,37 @@ static void test_fade(struct context *context)
>  		nanosleep(&ts, NULL);
>  	}
>  }
> -static void test_fade_with_dpms(struct context *context, igt_output_t *output)
> +
> +static void
> +test_fade_with_dpms(struct context *context, igt_output_t *output)
>  {
> -	bool has_runtime_pm;
> -	has_runtime_pm = igt_setup_runtime_pm();
> -	igt_info("Runtime PM support: %d\n", has_runtime_pm);
> -	igt_assert(has_runtime_pm);
> -	kmstest_set_connector_dpms(output->display->drm_fd, output->config.connector, DRM_MODE_DPMS_OFF);
> -	igt_assert(igt_wait_for_pm_status(IGT_RUNTIME_PM_STATUS_SUSPENDED));
> -	kmstest_set_connector_dpms(output->display->drm_fd, output->config.connector, DRM_MODE_DPMS_ON);
> +	igt_require(igt_setup_runtime_pm());
> +
> +	kmstest_set_connector_dpms(output->display->drm_fd,
> +				   output->config.connector,
> +				   DRM_MODE_DPMS_OFF);
> +	igt_require(igt_wait_for_pm_status(IGT_RUNTIME_PM_STATUS_SUSPENDED));

Should this stays as igt_assert() or is the earlier
igt_require(igt_setup_runtime_pm()) not good enough to
detect that runtime PM is supported?

> +
> +	kmstest_set_connector_dpms(output->display->drm_fd,
> +				   output->config.connector,
> +				   DRM_MODE_DPMS_ON);
>  	igt_assert(igt_wait_for_pm_status(IGT_RUNTIME_PM_STATUS_ACTIVE));
> +
>  	test_fade(context);
>  }
> -static void test_fade_with_suspend(struct context *context, igt_output_t *output)
> +
> +static void
> +test_fade_with_suspend(struct context *context, igt_output_t *output)
>  {
> -	kmstest_set_connector_dpms(output->display->drm_fd, output->config.connector, DRM_MODE_DPMS_OFF);
> -	igt_assert(igt_wait_for_pm_status(IGT_RUNTIME_PM_STATUS_SUSPENDED));
> +	igt_require(igt_setup_runtime_pm());
> +
> +	kmstest_set_connector_dpms(output->display->drm_fd,
> +				   output->config.connector,
> +				   DRM_MODE_DPMS_OFF);
> +	igt_require(igt_wait_for_pm_status(IGT_RUNTIME_PM_STATUS_SUSPENDED));
> +
>  	igt_system_suspend_autoresume(SUSPEND_STATE_MEM, SUSPEND_TEST_NONE);
> +
>  	test_fade(context);
>  }
>  
> -- 
> 2.19.0.rc1
> 
> _______________________________________________
> igt-dev mailing list
> igt-dev@lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/igt-dev

-- 
Ville Syrjälä
Intel
_______________________________________________
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] igt/pm_backlight: Skip if pm is not supported
  2018-09-05 12:34 ` [igt-dev] [PATCH i-g-t] " Ville Syrjälä
@ 2018-09-05 13:07   ` Chris Wilson
  2018-09-05 13:18     ` Ville Syrjälä
  0 siblings, 1 reply; 6+ messages in thread
From: Chris Wilson @ 2018-09-05 13:07 UTC (permalink / raw)
  To: Ville Syrjälä; +Cc: igt-dev

Quoting Ville Syrjälä (2018-09-05 13:34:39)
> On Wed, Sep 05, 2018 at 10:17:47AM +0100, Chris Wilson wrote:
> > If we cannot do runtime suspend, testing it's impact on the backlight is
> > moot. Simply skip on systems that cannot runtime suspend.
> > 
> > Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=107789
> > Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=107790
> > Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=107794
> > Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
> > ---
> >  tests/pm_backlight.c | 36 +++++++++++++++++++++++++-----------
> >  1 file changed, 25 insertions(+), 11 deletions(-)
> > 
> > diff --git a/tests/pm_backlight.c b/tests/pm_backlight.c
> > index 4c0399d46..e94340a2b 100644
> > --- a/tests/pm_backlight.c
> > +++ b/tests/pm_backlight.c
> > @@ -151,23 +151,37 @@ static void test_fade(struct context *context)
> >               nanosleep(&ts, NULL);
> >       }
> >  }
> > -static void test_fade_with_dpms(struct context *context, igt_output_t *output)
> > +
> > +static void
> > +test_fade_with_dpms(struct context *context, igt_output_t *output)
> >  {
> > -     bool has_runtime_pm;
> > -     has_runtime_pm = igt_setup_runtime_pm();
> > -     igt_info("Runtime PM support: %d\n", has_runtime_pm);
> > -     igt_assert(has_runtime_pm);
> > -     kmstest_set_connector_dpms(output->display->drm_fd, output->config.connector, DRM_MODE_DPMS_OFF);
> > -     igt_assert(igt_wait_for_pm_status(IGT_RUNTIME_PM_STATUS_SUSPENDED));
> > -     kmstest_set_connector_dpms(output->display->drm_fd, output->config.connector, DRM_MODE_DPMS_ON);
> > +     igt_require(igt_setup_runtime_pm());
> > +
> > +     kmstest_set_connector_dpms(output->display->drm_fd,
> > +                                output->config.connector,
> > +                                DRM_MODE_DPMS_OFF);
> > +     igt_require(igt_wait_for_pm_status(IGT_RUNTIME_PM_STATUS_SUSPENDED));
> 
> Should this stays as igt_assert() or is the earlier
> igt_require(igt_setup_runtime_pm()) not good enough to
> detect that runtime PM is supported?

The setup only tells us if the runtime pm iface exists. What it doesn't
establish is if there is a raised wakeref (e.g. no DMC) preventing us
from entering runtime suspend. To do that we have to try and fail. I
haven't spotted a better way.
-Chris
_______________________________________________
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] igt/pm_backlight: Skip if pm is not supported
  2018-09-05 13:07   ` Chris Wilson
@ 2018-09-05 13:18     ` Ville Syrjälä
  0 siblings, 0 replies; 6+ messages in thread
From: Ville Syrjälä @ 2018-09-05 13:18 UTC (permalink / raw)
  To: Chris Wilson; +Cc: igt-dev

On Wed, Sep 05, 2018 at 02:07:00PM +0100, Chris Wilson wrote:
> Quoting Ville Syrjälä (2018-09-05 13:34:39)
> > On Wed, Sep 05, 2018 at 10:17:47AM +0100, Chris Wilson wrote:
> > > If we cannot do runtime suspend, testing it's impact on the backlight is
> > > moot. Simply skip on systems that cannot runtime suspend.
> > > 
> > > Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=107789
> > > Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=107790
> > > Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=107794
> > > Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
> > > ---
> > >  tests/pm_backlight.c | 36 +++++++++++++++++++++++++-----------
> > >  1 file changed, 25 insertions(+), 11 deletions(-)
> > > 
> > > diff --git a/tests/pm_backlight.c b/tests/pm_backlight.c
> > > index 4c0399d46..e94340a2b 100644
> > > --- a/tests/pm_backlight.c
> > > +++ b/tests/pm_backlight.c
> > > @@ -151,23 +151,37 @@ static void test_fade(struct context *context)
> > >               nanosleep(&ts, NULL);
> > >       }
> > >  }
> > > -static void test_fade_with_dpms(struct context *context, igt_output_t *output)
> > > +
> > > +static void
> > > +test_fade_with_dpms(struct context *context, igt_output_t *output)
> > >  {
> > > -     bool has_runtime_pm;
> > > -     has_runtime_pm = igt_setup_runtime_pm();
> > > -     igt_info("Runtime PM support: %d\n", has_runtime_pm);
> > > -     igt_assert(has_runtime_pm);
> > > -     kmstest_set_connector_dpms(output->display->drm_fd, output->config.connector, DRM_MODE_DPMS_OFF);
> > > -     igt_assert(igt_wait_for_pm_status(IGT_RUNTIME_PM_STATUS_SUSPENDED));
> > > -     kmstest_set_connector_dpms(output->display->drm_fd, output->config.connector, DRM_MODE_DPMS_ON);
> > > +     igt_require(igt_setup_runtime_pm());
> > > +
> > > +     kmstest_set_connector_dpms(output->display->drm_fd,
> > > +                                output->config.connector,
> > > +                                DRM_MODE_DPMS_OFF);
> > > +     igt_require(igt_wait_for_pm_status(IGT_RUNTIME_PM_STATUS_SUSPENDED));
> > 
> > Should this stays as igt_assert() or is the earlier
> > igt_require(igt_setup_runtime_pm()) not good enough to
> > detect that runtime PM is supported?
> 
> The setup only tells us if the runtime pm iface exists. What it doesn't
> establish is if there is a raised wakeref (e.g. no DMC) preventing us
> from entering runtime suspend. To do that we have to try and fail. I
> haven't spotted a better way.

Ah. OK, I guess there's no better way without eg. changing the kernel to
disable runtime pm entirely in such cases.

Reviewed-by: Ville Syrjälä <ville.syrjala@linux.intel.com>

-- 
Ville Syrjälä
Intel
_______________________________________________
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: success for igt/pm_backlight: Skip if pm is not supported
  2018-09-05  9:17 [igt-dev] [PATCH i-g-t] igt/pm_backlight: Skip if pm is not supported Chris Wilson
  2018-09-05 12:29 ` [igt-dev] ✓ Fi.CI.BAT: success for " Patchwork
  2018-09-05 12:34 ` [igt-dev] [PATCH i-g-t] " Ville Syrjälä
@ 2018-09-05 16:19 ` Patchwork
  2 siblings, 0 replies; 6+ messages in thread
From: Patchwork @ 2018-09-05 16:19 UTC (permalink / raw)
  To: Chris Wilson; +Cc: igt-dev

== Series Details ==

Series: igt/pm_backlight: Skip if pm is not supported
URL   : https://patchwork.freedesktop.org/series/49172/
State : success

== Summary ==

= CI Bug Log - changes from IGT_4627_full -> IGTPW_1789_full =

== Summary - SUCCESS ==

  No regressions found.

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

== Known issues ==

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

  === IGT changes ===

    ==== Issues hit ====

    igt@gem_eio@hibernate:
      shard-kbl:          PASS -> DMESG-WARN (fdo#103558, fdo#105602) +1

    igt@gem_ppgtt@blt-vs-render-ctx0:
      shard-kbl:          PASS -> INCOMPLETE (fdo#103665, fdo#106023)

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

    igt@kms_color@pipe-b-ctm-green-to-red:
      shard-kbl:          NOTRUN -> DMESG-WARN (fdo#103558, fdo#105602)

    igt@kms_cursor_legacy@2x-long-nonblocking-modeset-vs-cursor-atomic:
      shard-glk:          NOTRUN -> FAIL (fdo#105454)

    igt@kms_frontbuffer_tracking@fbc-2p-primscrn-cur-indfb-draw-mmap-gtt:
      shard-glk:          PASS -> FAIL (fdo#103167)

    igt@kms_vblank@pipe-b-wait-forked-hang:
      shard-snb:          NOTRUN -> INCOMPLETE (fdo#105411)

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

    
    ==== Possible fixes ====

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

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

    igt@prime_vgem@basic-write:
      shard-snb:          INCOMPLETE (fdo#105411) -> PASS

    
  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#103558 https://bugs.freedesktop.org/show_bug.cgi?id=103558
  fdo#103665 https://bugs.freedesktop.org/show_bug.cgi?id=103665
  fdo#105411 https://bugs.freedesktop.org/show_bug.cgi?id=105411
  fdo#105454 https://bugs.freedesktop.org/show_bug.cgi?id=105454
  fdo#105602 https://bugs.freedesktop.org/show_bug.cgi?id=105602
  fdo#106023 https://bugs.freedesktop.org/show_bug.cgi?id=106023
  fdo#106641 https://bugs.freedesktop.org/show_bug.cgi?id=106641
  fdo#107093 https://bugs.freedesktop.org/show_bug.cgi?id=107093
  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_4627 -> IGTPW_1789
    * Linux: CI_DRM_4767 -> CI_DRM_4770

  CI_DRM_4767: e9b69bafd3c2c13a8b9fa8e7a410f5d5ef32e328 @ git://anongit.freedesktop.org/gfx-ci/linux
  CI_DRM_4770: 0c3535cf60140d017a5df73d84d06e8b1a5b5d3b @ git://anongit.freedesktop.org/gfx-ci/linux
  IGTPW_1789: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_1789/
  IGT_4627: e0c3033a57d85c0d2eb33af0451afa16edc79f10 @ git://anongit.freedesktop.org/xorg/app/intel-gpu-tools

== Logs ==

For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_1789/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

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

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-09-05  9:17 [igt-dev] [PATCH i-g-t] igt/pm_backlight: Skip if pm is not supported Chris Wilson
2018-09-05 12:29 ` [igt-dev] ✓ Fi.CI.BAT: success for " Patchwork
2018-09-05 12:34 ` [igt-dev] [PATCH i-g-t] " Ville Syrjälä
2018-09-05 13:07   ` Chris Wilson
2018-09-05 13:18     ` Ville Syrjälä
2018-09-05 16:19 ` [igt-dev] ✓ Fi.CI.IGT: success for " Patchwork

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.