All of lore.kernel.org
 help / color / mirror / Atom feed
From: Patchwork <patchwork@emeril.freedesktop.org>
To: "Lyude Paul" <lyude@redhat.com>
Cc: intel-gfx@lists.freedesktop.org
Subject: [Intel-gfx] ✓ Fi.CI.BAT: success for drm: Extract DPCD backlight helpers from i915, add support in nouveau (rev4)
Date: Tue, 26 Jan 2021 02:49:05 -0000	[thread overview]
Message-ID: <161162934564.9813.1044934256563988292@emeril.freedesktop.org> (raw)
In-Reply-To: <20210126001031.881048-1-lyude@redhat.com>


[-- Attachment #1.1: Type: text/plain, Size: 3234 bytes --]

== Series Details ==

Series: drm: Extract DPCD backlight helpers from i915, add support in nouveau (rev4)
URL   : https://patchwork.freedesktop.org/series/84754/
State : success

== Summary ==

CI Bug Log - changes from CI_DRM_9682 -> Patchwork_19499
====================================================

Summary
-------

  **WARNING**

  Minor unknown changes coming with Patchwork_19499 need to be verified
  manually.
  
  If you think the reported changes have nothing to do with the changes
  introduced in Patchwork_19499, 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_19499/index.html

Possible new issues
-------------------

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

### IGT changes ###

#### Warnings ####

  * igt@i915_pm_rpm@basic-pci-d3-state:
    - fi-kbl-guc:         [SKIP][1] ([fdo#109271]) -> [FAIL][2]
   [1]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9682/fi-kbl-guc/igt@i915_pm_rpm@basic-pci-d3-state.html
   [2]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_19499/fi-kbl-guc/igt@i915_pm_rpm@basic-pci-d3-state.html

  
Known issues
------------

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

### IGT changes ###

#### Issues hit ####

  * igt@gem_close_race@basic-threads:
    - fi-tgl-y:           [PASS][3] -> [DMESG-WARN][4] ([i915#402])
   [3]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9682/fi-tgl-y/igt@gem_close_race@basic-threads.html
   [4]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_19499/fi-tgl-y/igt@gem_close_race@basic-threads.html

  
#### Possible fixes ####

  * igt@gem_ctx_create@basic:
    - fi-tgl-y:           [DMESG-WARN][5] ([i915#402]) -> [PASS][6]
   [5]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9682/fi-tgl-y/igt@gem_ctx_create@basic.html
   [6]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_19499/fi-tgl-y/igt@gem_ctx_create@basic.html

  
  [fdo#109271]: https://bugs.freedesktop.org/show_bug.cgi?id=109271
  [i915#402]: https://gitlab.freedesktop.org/drm/intel/issues/402


Participating hosts (40 -> 35)
------------------------------

  Missing    (5): fi-jsl-1 fi-ilk-m540 fi-hsw-4200u fi-tgl-u2 fi-ctg-p8600 


Build changes
-------------

  * Linux: CI_DRM_9682 -> Patchwork_19499

  CI-20190529: 20190529
  CI_DRM_9682: 35ee6d505b478462c04952da1a4fbc03991af114 @ git://anongit.freedesktop.org/gfx-ci/linux
  IGT_5971: abef2b7d6ff30f3b948b3e5d39653debb73083f3 @ git://anongit.freedesktop.org/xorg/app/intel-gpu-tools
  Patchwork_19499: c574a4addb610e2f648096ccc191fd29041a5317 @ git://anongit.freedesktop.org/gfx-ci/linux


== Linux commits ==

c574a4addb61 drm/nouveau/kms/nv50-: Add basic DPCD backlight support for nouveau
72f9fc4aadbe drm/dp: Extract i915's eDP backlight code into DRM helpers
ff5e1e98cbc2 drm/i915/dp: Remove redundant AUX backlight frequency calculations
13a7a2e26126 drm/nouveau/kms: Don't probe eDP connectors more then once
fe77c1e29c45 drm/nouveau/kms/nv40-/backlight: Assign prop type once

== Logs ==

For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_19499/index.html

[-- Attachment #1.2: Type: text/html, Size: 3981 bytes --]

[-- Attachment #2: Type: text/plain, Size: 160 bytes --]

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

  parent reply	other threads:[~2021-01-26  2:49 UTC|newest]

Thread overview: 35+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-01-26  0:10 [RFC v2 0/5] drm: Extract DPCD backlight helpers from i915, add support in nouveau Lyude Paul
2021-01-26  0:10 ` [Intel-gfx] " Lyude Paul
2021-01-26  0:10 ` Lyude Paul
2021-01-26  0:10 ` [RFC v2 1/5] drm/nouveau/kms/nv40-/backlight: Assign prop type once Lyude Paul
2021-01-26  0:10   ` [Intel-gfx] " Lyude Paul
2021-01-26  0:10   ` Lyude Paul
2021-01-26  0:10   ` Lyude Paul
2021-01-26  0:10 ` [RFC v2 2/5] drm/nouveau/kms: Don't probe eDP connectors more then once Lyude Paul
2021-01-26  0:10   ` [Intel-gfx] " Lyude Paul
2021-01-26  0:10   ` Lyude Paul
2021-01-26  0:10   ` Lyude Paul
2021-01-26  0:10 ` [RFC v2 3/5] drm/i915/dp: Remove redundant AUX backlight frequency calculations Lyude Paul
2021-01-26  0:10   ` [Intel-gfx] " Lyude Paul
2021-01-26  0:10   ` Lyude Paul
2021-01-26  0:10   ` Lyude Paul
2021-01-26  0:10 ` [RFC v2 4/5] drm/dp: Extract i915's eDP backlight code into DRM helpers Lyude Paul
2021-01-26  0:10   ` [Intel-gfx] " Lyude Paul
2021-01-26  0:10   ` Lyude Paul
2021-01-26  0:10   ` Lyude Paul
2021-02-03 20:58   ` Rodrigo Vivi
2021-02-03 20:58     ` [Intel-gfx] " Rodrigo Vivi
2021-02-03 20:58     ` Rodrigo Vivi
2021-02-03 20:58     ` [Nouveau] " Rodrigo Vivi
2021-02-03 21:29     ` Lyude Paul
2021-02-03 21:29       ` [Intel-gfx] " Lyude Paul
2021-02-03 21:29       ` Lyude Paul
2021-02-03 21:29       ` [Nouveau] " Lyude Paul
2021-01-26  0:10 ` [RFC v2 5/5] drm/nouveau/kms/nv50-: Add basic DPCD backlight support for nouveau Lyude Paul
2021-01-26  0:10   ` [Intel-gfx] " Lyude Paul
2021-01-26  0:10   ` Lyude Paul
2021-01-26  0:10   ` Lyude Paul
2021-01-26  2:18 ` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for drm: Extract DPCD backlight helpers from i915, add support in nouveau (rev4) Patchwork
2021-01-26  2:20 ` [Intel-gfx] ✗ Fi.CI.SPARSE: " Patchwork
2021-01-26  2:49 ` Patchwork [this message]
2021-01-26  8:49 ` [Intel-gfx] ✓ Fi.CI.IGT: success " Patchwork

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=161162934564.9813.1044934256563988292@emeril.freedesktop.org \
    --to=patchwork@emeril.freedesktop.org \
    --cc=intel-gfx@lists.freedesktop.org \
    --cc=lyude@redhat.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.