From: shuang.he@intel.com
To: shuang.he@intel.com, intel-gfx@lists.freedesktop.org,
michael.h.nguyen@intel.com
Subject: Re: [PATCH v6 5/5] drm/i915: Tidy up execbuffer command parsing code
Date: 08 Dec 2014 18:05:07 -0800 [thread overview]
Message-ID: <71e320$eoq3gs@orsmga003.jf.intel.com> (raw)
In-Reply-To: <1418078030-17690-6-git-send-email-michael.h.nguyen@intel.com>
Tested-By: PRC QA PRTS (Patch Regression Test System Contact: shuang.he@intel.com)
-------------------------------------Summary-------------------------------------
Platform Delta drm-intel-nightly Series Applied
PNV 364/364 364/364
ILK +1 365/366 366/366
SNB 450/450 450/450
IVB -17 498/498 481/498
BYT 289/289 289/289
HSW 564/564 564/564
BDW 417/417 417/417
-------------------------------------Detailed-------------------------------------
Platform Test drm-intel-nightly Series Applied
ILK igt_kms_flip_wf_vblank-ts-check DMESG_WARN(2, M26)PASS(18, M26M37) PASS(1, M37)
IVB igt_kms_3d DMESG_WARN(4, M34)PASS(1, M34) DMESG_WARN(1, M34)
IVB igt_kms_cursor_crc_cursor-128x128-onscreen NSPT(4, M34)PASS(1, M34) NSPT(1, M34)
IVB igt_kms_cursor_crc_cursor-128x128-random NSPT(4, M34)PASS(1, M34) NSPT(1, M34)
IVB igt_kms_cursor_crc_cursor-128x128-sliding NSPT(4, M34)PASS(1, M34) NSPT(1, M34)
IVB igt_kms_cursor_crc_cursor-256x256-offscreen NSPT(4, M34)PASS(1, M34) NSPT(1, M34)
IVB igt_kms_cursor_crc_cursor-256x256-onscreen NSPT(4, M34)PASS(1, M34) NSPT(1, M34)
IVB igt_kms_cursor_crc_cursor-256x256-sliding NSPT(4, M34)PASS(1, M34) NSPT(1, M34)
IVB igt_kms_cursor_crc_cursor-64x64-offscreen NSPT(4, M34)PASS(2, M34M21) NSPT(1, M34)
IVB igt_kms_cursor_crc_cursor-64x64-onscreen NSPT(4, M34)PASS(1, M34) NSPT(1, M34)
IVB igt_kms_cursor_crc_cursor-64x64-random NSPT(4, M34)PASS(1, M34) NSPT(1, M34)
IVB igt_kms_cursor_crc_cursor-64x64-sliding FAIL(1, M21)NSPT(4, M34)PASS(2, M34M21) NSPT(1, M34)
IVB igt_kms_cursor_crc_cursor-size-change NSPT(4, M34)PASS(1, M34) NSPT(1, M34)
IVB igt_kms_fence_pin_leak NSPT(4, M34)PASS(1, M34) NSPT(1, M34)
IVB igt_kms_mmio_vs_cs_flip_setcrtc_vs_cs_flip NSPT(4, M34)PASS(1, M34) NSPT(1, M34)
IVB igt_kms_mmio_vs_cs_flip_setplane_vs_cs_flip NSPT(4, M34)PASS(1, M34) NSPT(1, M34)
IVB igt_kms_rotation_crc_primary-rotation NSPT(4, M34)PASS(1, M34) NSPT(1, M34)
IVB igt_kms_rotation_crc_sprite-rotation NSPT(4, M34)PASS(1, M34) NSPT(1, M34)
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
next prev parent reply other threads:[~2014-12-09 2:08 UTC|newest]
Thread overview: 21+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-12-08 22:33 [PATCH v6 0/5] Command parser batch buffer copy michael.h.nguyen
2014-12-08 22:33 ` [PATCH v6 1/5] drm/i915: Implement a framework for batch buffer pools michael.h.nguyen
2014-12-09 13:18 ` Daniel Vetter
2014-12-09 19:42 ` Michael H. Nguyen
2014-12-10 11:06 ` Bloomfield, Jon
2014-12-10 16:33 ` Michael H. Nguyen
2014-12-10 16:41 ` Bloomfield, Jon
2014-12-10 17:05 ` Michael H. Nguyen
2014-12-08 22:33 ` [PATCH v6 2/5] drm/i915: Use batch pools with the command parser michael.h.nguyen
2014-12-08 22:33 ` [PATCH v6 3/5] drm/i915: Use batch length instead of object size in " michael.h.nguyen
2014-12-08 22:33 ` [PATCH v6 4/5] drm/i915: Mark shadow batch buffers as purgeable michael.h.nguyen
2014-12-09 13:21 ` Daniel Vetter
2014-12-09 21:34 ` Michael H. Nguyen
2014-12-11 13:26 ` Bloomfield, Jon
2014-12-11 18:56 ` Michael H. Nguyen
2014-12-08 22:33 ` [PATCH v6 5/5] drm/i915: Tidy up execbuffer command parsing code michael.h.nguyen
2014-12-09 2:05 ` shuang.he [this message]
2014-12-09 13:22 ` Daniel Vetter
2014-12-09 21:35 ` Michael H. Nguyen
2014-12-11 13:49 ` Bloomfield, Jon
2014-12-11 18:56 ` Michael H. Nguyen
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='71e320$eoq3gs@orsmga003.jf.intel.com' \
--to=shuang.he@intel.com \
--cc=intel-gfx@lists.freedesktop.org \
--cc=michael.h.nguyen@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.