All of lore.kernel.org
 help / color / mirror / Atom feed
From: Patchwork <patchwork@emeril.freedesktop.org>
To: Matt Roper <matthew.d.roper@intel.com>
Cc: intel-gfx@lists.freedesktop.org
Subject: ✗ Fi.CI.BAT: warning for Pre-calculate SKL-style atomic watermarks
Date: Fri, 01 Apr 2016 09:36:26 -0000	[thread overview]
Message-ID: <20160401093626.1338.88962@emeril.freedesktop.org> (raw)
In-Reply-To: <1459475198-30094-1-git-send-email-matthew.d.roper@intel.com>

== Series Details ==

Series: Pre-calculate SKL-style atomic watermarks
URL   : https://patchwork.freedesktop.org/series/5158/
State : warning

== Summary ==

Series 5158v1 Pre-calculate SKL-style atomic watermarks
http://patchwork.freedesktop.org/api/1.0/series/5158/revisions/1/mbox/

Test drv_module_reload_basic:
                skip       -> PASS       (skl-nuci5)
Test kms_pipe_crc_basic:
        Subgroup suspend-read-crc-pipe-a:
                pass       -> DMESG-WARN (skl-i7k-2)

bdw-nuci7        total:196  pass:184  dwarn:0   dfail:0   fail:0   skip:12 
bdw-ultra        total:196  pass:175  dwarn:0   dfail:0   fail:0   skip:21 
bsw-nuc-2        total:196  pass:159  dwarn:0   dfail:0   fail:0   skip:37 
byt-nuc          total:196  pass:161  dwarn:0   dfail:0   fail:0   skip:35 
hsw-brixbox      total:196  pass:174  dwarn:0   dfail:0   fail:0   skip:22 
hsw-gt2          total:1    pass:0    dwarn:0   dfail:0   fail:0   skip:0  
skl-i7k-2        total:196  pass:172  dwarn:1   dfail:0   fail:0   skip:23 
skl-nuci5        total:196  pass:185  dwarn:0   dfail:0   fail:0   skip:11 
snb-dellxps      total:58   pass:48   dwarn:0   dfail:0   fail:0   skip:9  

Results at /archive/results/CI_IGT_test/Patchwork_1771/

e8d1e8123ef907fc23b53554af9cb99c7f380fb9 drm-intel-nightly: 2016y-04m-01d-07h-26m-00s UTC integration manifest
42a9a414dc6849774f15e64bd0fc9f430e5ffaab drm/i915: Remove wm_config from dev_priv/intel_atomic_state
73c6b5b499d3f7935116986b4c76cbc40520ebd5 drm/i915/gen9: Reject display updates that exceed wm limitations
a202b3d05337a2a146337b7e1791cd2728084a39 drm/i915/gen9: Calculate watermarks during atomic 'check'
430af616cd83f70ed825545101d45facf895ca53 drm/i915/gen9: Propagate watermark calculation failures up the call chain
810ed52d63e0408f5e2a1044e3734e1cf36086f8 drm/i915/gen9: Use a bitmask to track dirty pipe watermarks
0113e600820079cad48bf16ad889a6202a565ace drm/i915/gen9: Allow watermark calculation on in-flight atomic state
011e10c6a2dbcd4e401d362ec4aaf9962732cd45 drm/i915/gen9: Calculate plane WM's from state
95b414b32840b6582f539286287adf635a730939 drm/i915/gen9: Drop re-allocation of DDB at atomic commit
a88f61662f33708ff259ac937ea32d4cdeb3f8da drm/i915/gen9: Compute DDB allocation at atomic check time
cd744977c4d0c8bc5478b8785e37b5a8e89ba93c drm/i915/gen9: Allow skl_allocate_pipe_ddb() to operate on in-flight state
3da06009c3643c86472aaf8509e50feaf0394f17 drm/i915: Ensure intel_state->active_crtcs is always set
3a7985f34a63e5a6873e11ca334568db74dfd870 drm/i915/gen9: Allow calculation of data rate for in-flight state
55e1f320ad17a6e04b26fc91ba3b7209f22c3c75 drm/i915/skl+: Use plane size for relative data rate calculation
2611a4351db67518706e1e384133c17bef37c077 drm/i915: Rename s/skl_compute_pipe_wm/skl_build_pipe_wm/
99017ab2b073fe69467f09b18036222157abf59f drm/i915: Make skl_plane_relative_data_rate use passed CRTC state
2a16b40a85792ed4b372f30fb265e90b261aa7c1 drm/i915: Reorganize WM structs/unions in CRTC state

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

      parent reply	other threads:[~2016-04-01  9:36 UTC|newest]

Thread overview: 28+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-04-01  1:46 [PATCH 00/16] Pre-calculate SKL-style atomic watermarks Matt Roper
2016-04-01  1:46 ` [PATCH 01/16] drm/i915: Reorganize WM structs/unions in CRTC state Matt Roper
2016-04-01  1:46 ` [PATCH 02/16] drm/i915: Make skl_plane_relative_data_rate use passed " Matt Roper
2016-04-01  1:46 ` [PATCH 03/16] drm/i915: Rename s/skl_compute_pipe_wm/skl_build_pipe_wm/ Matt Roper
2016-04-01  1:46 ` [PATCH 04/16] drm/i915/skl+: Use plane size for relative data rate calculation Matt Roper
2016-04-06 15:09   ` Imre Deak
2016-04-06 18:05     ` Matt Roper
2016-04-01  1:46 ` [PATCH 05/16] drm/i915/gen9: Allow calculation of data rate for in-flight state Matt Roper
2016-04-01  1:46 ` [PATCH 06/16] drm/i915: Ensure intel_state->active_crtcs is always set Matt Roper
2016-04-05  9:29   ` Maarten Lankhorst
2016-04-01  1:46 ` [PATCH 07/16] drm/i915/gen9: Allow skl_allocate_pipe_ddb() to operate on in-flight state Matt Roper
2016-04-05  9:35   ` Maarten Lankhorst
2016-04-14  1:58     ` Matt Roper
2016-04-18 12:56       ` Maarten Lankhorst
2016-04-01  1:46 ` [PATCH 08/16] drm/i915/gen9: Compute DDB allocation at atomic check time Matt Roper
2016-04-05  9:45   ` Maarten Lankhorst
2016-04-01  1:46 ` [PATCH 09/16] drm/i915/gen9: Drop re-allocation of DDB at atomic commit Matt Roper
2016-04-01  1:46 ` [PATCH 10/16] drm/i915/gen9: Calculate plane WM's from state Matt Roper
2016-04-01  1:46 ` [PATCH 11/16] drm/i915/gen9: Allow watermark calculation on in-flight atomic state Matt Roper
2016-04-05  9:52   ` Maarten Lankhorst
2016-04-01  1:46 ` [PATCH 12/16] drm/i915/gen9: Use a bitmask to track dirty pipe watermarks Matt Roper
2016-04-01  1:46 ` [PATCH 13/16] drm/i915/gen9: Propagate watermark calculation failures up the call chain Matt Roper
2016-04-01  1:46 ` [PATCH 14/16] drm/i915/gen9: Calculate watermarks during atomic 'check' Matt Roper
2016-04-05 13:01   ` Patrik Jakobsson
2016-04-01  1:46 ` [PATCH 15/16] drm/i915/gen9: Reject display updates that exceed wm limitations Matt Roper
2016-04-01  1:46 ` [PATCH 16/16] drm/i915: Remove wm_config from dev_priv/intel_atomic_state Matt Roper
2016-04-05 10:14   ` Maarten Lankhorst
2016-04-01  9:36 ` Patchwork [this message]

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=20160401093626.1338.88962@emeril.freedesktop.org \
    --to=patchwork@emeril.freedesktop.org \
    --cc=intel-gfx@lists.freedesktop.org \
    --cc=matthew.d.roper@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.