All of lore.kernel.org
 help / color / mirror / Atom feed
From: Patchwork <patchwork@emeril.freedesktop.org>
To: "Ville Syrjälä" <ville.syrjala@linux.intel.com>
Cc: intel-gfx@lists.freedesktop.org
Subject: [Intel-gfx] ✓ Fi.CI.BAT: success for drm/i915: Remainder of dbuf state stuff (rev2)
Date: Fri, 22 Jan 2021 03:50:54 -0000	[thread overview]
Message-ID: <161128745459.14038.2955467566513848815@emeril.freedesktop.org> (raw)
In-Reply-To: <20210121205302.24897-1-ville.syrjala@linux.intel.com>


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

== Series Details ==

Series: drm/i915: Remainder of dbuf state stuff (rev2)
URL   : https://patchwork.freedesktop.org/series/83114/
State : success

== Summary ==

CI Bug Log - changes from CI_DRM_9666 -> Patchwork_19450
====================================================

Summary
-------

  **SUCCESS**

  No regressions found.

  External URL: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_19450/index.html

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

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

### IGT changes ###

#### Issues hit ####

  * igt@amdgpu/amd_cs_nop@sync-gfx0:
    - fi-bsw-n3050:       NOTRUN -> [SKIP][1] ([fdo#109271]) +17 similar issues
   [1]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_19450/fi-bsw-n3050/igt@amdgpu/amd_cs_nop@sync-gfx0.html

  * igt@i915_getparams_basic@basic-subslice-total:
    - fi-tgl-y:           [PASS][2] -> [DMESG-WARN][3] ([i915#402]) +1 similar issue
   [2]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9666/fi-tgl-y/igt@i915_getparams_basic@basic-subslice-total.html
   [3]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_19450/fi-tgl-y/igt@i915_getparams_basic@basic-subslice-total.html

  
#### Possible fixes ####

  * igt@gem_tiled_blits@basic:
    - fi-tgl-y:           [DMESG-WARN][4] ([i915#402]) -> [PASS][5] +1 similar issue
   [4]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9666/fi-tgl-y/igt@gem_tiled_blits@basic.html
   [5]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_19450/fi-tgl-y/igt@gem_tiled_blits@basic.html

  * igt@i915_selftest@live@execlists:
    - fi-bsw-n3050:       [INCOMPLETE][6] ([i915#2940]) -> [PASS][7]
   [6]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9666/fi-bsw-n3050/igt@i915_selftest@live@execlists.html
   [7]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_19450/fi-bsw-n3050/igt@i915_selftest@live@execlists.html

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


Participating hosts (41 -> 35)
------------------------------

  Missing    (6): fi-ilk-m540 fi-hsw-4200u fi-byt-j1900 fi-glk-dsi fi-bsw-cyan fi-bdw-samus 


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

  * Linux: CI_DRM_9666 -> Patchwork_19450

  CI-20190529: 20190529
  CI_DRM_9666: 9ccbc653bf2948d1f7e9ff300dd7679b888ffa25 @ git://anongit.freedesktop.org/gfx-ci/linux
  IGT_5962: 22e3daaed82ab7890018a2f2aabf5082cd536023 @ git://anongit.freedesktop.org/xorg/app/intel-gpu-tools
  Patchwork_19450: d84666eef93ac7e494ec45e508f79af3a11ccfd0 @ git://anongit.freedesktop.org/gfx-ci/linux


== Linux commits ==

d84666eef93a drm/i915: Do a bit more initial readout for dbuf
e011d05c8e25 drm/i915: Encapsulate dbuf state handling harder
bddcc4002334 drm/i915: Extract intel_crtc_dbuf_weights()
b6a98cda3d0b drm/i915: Move pipe ddb entries into the dbuf state
5d3f88f7bbfb drm/i915: Introduce skl_ddb_entry_for_slices()
dfd548b2316c drm/i915: Introduce intel_dbuf_slice_size()
db465d5905c9 drm/i915: Pass the crtc to skl_compute_dbuf_slices()
53ec3d1a4afe drm/i915: Extract intel_crtc_ddb_weight()

== Logs ==

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

[-- Attachment #1.2: Type: text/html, Size: 4059 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-22  3:50 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-01-21 20:52 [Intel-gfx] [PATCH v2 0/8] drm/i915: Remainder of dbuf state stuff Ville Syrjala
2021-01-21 20:52 ` [Intel-gfx] [PATCH v2 1/8] drm/i915: Extract intel_crtc_ddb_weight() Ville Syrjala
2021-01-21 20:52 ` [Intel-gfx] [PATCH v2 2/8] drm/i915: Pass the crtc to skl_compute_dbuf_slices() Ville Syrjala
2021-01-21 20:52 ` [Intel-gfx] [PATCH v2 3/8] drm/i915: Introduce intel_dbuf_slice_size() Ville Syrjala
2021-01-21 20:52 ` [Intel-gfx] [PATCH v2 4/8] drm/i915: Introduce skl_ddb_entry_for_slices() Ville Syrjala
2021-01-21 20:52 ` [Intel-gfx] [PATCH v2 5/8] drm/i915: Move pipe ddb entries into the dbuf state Ville Syrjala
2021-01-21 20:53 ` [Intel-gfx] [PATCH v2 6/8] drm/i915: Extract intel_crtc_dbuf_weights() Ville Syrjala
2021-01-21 20:53 ` [Intel-gfx] [PATCH v2 7/8] drm/i915: Encapsulate dbuf state handling harder Ville Syrjala
2021-01-21 20:53 ` [Intel-gfx] [PATCH v2 8/8] drm/i915: Do a bit more initial readout for dbuf Ville Syrjala
2021-01-22  3:21 ` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for drm/i915: Remainder of dbuf state stuff (rev2) Patchwork
2021-01-22  3:23 ` [Intel-gfx] ✗ Fi.CI.SPARSE: " Patchwork
2021-01-22  3:50 ` Patchwork [this message]
2021-01-22  7:23 ` [Intel-gfx] ✗ Fi.CI.IGT: failure " 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=161128745459.14038.2955467566513848815@emeril.freedesktop.org \
    --to=patchwork@emeril.freedesktop.org \
    --cc=intel-gfx@lists.freedesktop.org \
    --cc=ville.syrjala@linux.intel.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.