All of lore.kernel.org
 help / color / mirror / Atom feed
From: Damien Lespiau <damien.lespiau@intel.com>
To: shuang.he@intel.com
Cc: intel-gfx@lists.freedesktop.org
Subject: Re: [PATCH 9/9] drm/i915: Make all plane disables use
Date: Thu, 27 Nov 2014 15:57:46 +0000	[thread overview]
Message-ID: <20141127155746.GC2674@strange.ger.corp.intel.com> (raw)
In-Reply-To: <84c8a8$i951dp@orsmga001.jf.intel.com>

Hi Shuang,

The threading is still broken in some MUAs. I believe we also need the
References: header in addition to in-reply-to: to solve that.

HTH,

-- 
Damien

On Mon, Nov 24, 2014 at 11:39:48PM -0800, shuang.he@intel.com wrote:
> Tested-By: PRC QA PRTS (Patch Regression Test System Contact: shuang.he@intel.com)
> -------------------------------------Summary-------------------------------------
> Platform          Delta          drm-intel-nightly          Series Applied
> PNV                 -1              367/367              366/367
> ILK                 -5              375/375              370/375
> SNB                 -1              450/450              449/450
> IVB                 -4              503/503              499/503
> BYT                                  289/289              289/289
> HSW                 -3              567/567              564/567
> BDW                                  417/417              417/417
> -------------------------------------Detailed-------------------------------------
> Platform  Test                                drm-intel-nightly          Series Applied
> *PNV  igt_gen3_mixed_blits      PASS(6, M23)      CRASH(1, M23)
>  ILK  igt_gem_reset_stats_close-pending-fork-render      TIMEOUT(11, M37M26)PASS(1, M26)      TIMEOUT(1, M26)
>  ILK  igt_kms_3d      DMESG_WARN(1, M26)PASS(3, M37M26)      DMESG_WARN(1, M26)
> *ILK  igt_kms_render_direct-render      PASS(4, M37M26)      DMESG_WARN(1, M26)
>  ILK  igt_kms_flip_rcs-flip-vs-modeset      DMESG_WARN(2, M26)PASS(1, M37)      DMESG_WARN(1, M26)
>  ILK  igt_kms_flip_vblank-vs-hang      TIMEOUT(11, M37M26)PASS(1, M26)      TIMEOUT(1, M26)
> *SNB  igt_kms_3d      PASS(2, M22M35)      DMESG_WARN(1, M35)
>  IVB  igt_gem_bad_reloc_negative-reloc      NSPT(14, M34M21M4)PASS(1, M21)      NSPT(1, M21)
>  IVB  igt_gem_bad_reloc_negative-reloc-lut      NSPT(3, M21M34M4)PASS(15, M21M34M4)      NSPT(1, M21)
> *IVB  igt_kms_3d      PASS(2, M21)      DMESG_WARN(1, M21)
> *IVB  igt_kms_cursor_crc_cursor-64x64-offscreen      PASS(2, M21)      DMESG_WARN(1, M21)
>  HSW  igt_gem_bad_reloc_negative-reloc-lut      NSPT(24, M40M20M19)PASS(1, M20)      NSPT(1, M19)
> *HSW  igt_kms_rotation_crc_primary-rotation      PASS(23, M20M40M19)      DMESG_WARN(1, M19)
> *HSW  igt_pm_rc6_residency_rc6-accuracy      PASS(25, M20M40M19)      FAIL(1, M19)
> Note: You need to pay more attention to line start with '*'
> _______________________________________________
> Intel-gfx mailing list
> Intel-gfx@lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/intel-gfx
_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/intel-gfx

  reply	other threads:[~2014-11-27 15:57 UTC|newest]

Thread overview: 27+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-11-24 19:52 [PATCH 0/9] i915 display refactoring (v3) Matt Roper
2014-11-24 19:52 ` [PATCH 1/9] drm: add helper to get crtc timings (v4) Matt Roper
2014-11-27 14:19   ` [Intel-gfx] " Ander Conselvan de Oliveira
2014-11-24 19:52 ` [PATCH 2/9] drm/i915: remove intel_crtc_cursor_set_obj() (v5) Matt Roper
2014-11-24 19:53 ` [PATCH 3/9] drm/i915: remove intel_pipe_set_base() (v4) Matt Roper
2014-11-27 14:20   ` Ander Conselvan de Oliveira
2014-11-24 19:53 ` [PATCH 4/9] drm/i915: Introduce intel_prepare_cursor_plane() Matt Roper
2014-11-28 12:15   ` Ander Conselvan de Oliveira
2014-11-28 13:12     ` Ander Conselvan de Oliveira
2014-11-28 18:10     ` Daniel Vetter
2014-12-01  8:26   ` Ander Conselvan de Oliveira
2014-11-24 19:53 ` [PATCH 5/9] drm/i915: Make intel_plane_state subclass drm_plane_state Matt Roper
2014-11-24 19:53 ` [PATCH 6/9] drm/i915: Consolidate plane 'prepare' functions Matt Roper
2014-11-28 13:00   ` Ander Conselvan de Oliveira
2014-12-01  8:29   ` Ander Conselvan de Oliveira
2014-12-01 21:25     ` Matt Roper
2014-11-24 19:53 ` [PATCH 7/9] drm/i915: Consolidate plane 'cleanup' operations Matt Roper
2014-12-01 13:46   ` Ander Conselvan de Oliveira
2014-11-24 19:53 ` [PATCH 8/9] drm/i915: Consolidate top-level .update_plane() handlers Matt Roper
2014-11-24 19:53 ` [PATCH 9/9] drm/i915: Make all plane disables use 'update_plane' Matt Roper
2014-11-25  7:39   ` [PATCH 9/9] drm/i915: Make all plane disables use shuang.he
2014-11-27 15:57     ` Damien Lespiau [this message]
2014-11-28  0:53       ` He, Shuang
2014-11-28 12:21         ` Damien Lespiau
2014-11-28 12:55           ` Jani Nikula
2014-12-01 14:04   ` [PATCH 9/9] drm/i915: Make all plane disables use 'update_plane' Ander Conselvan de Oliveira
2014-12-01 16:46     ` Daniel Vetter

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=20141127155746.GC2674@strange.ger.corp.intel.com \
    --to=damien.lespiau@intel.com \
    --cc=intel-gfx@lists.freedesktop.org \
    --cc=shuang.he@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.