All of lore.kernel.org
 help / color / mirror / Atom feed
From: Rodrigo Vivi <rodrigo.vivi@intel.com>
To: intel-gfx@lists.freedesktop.org
Cc: Daniel Vetter <daniel.vetter@ffwll.ch>,
	Rodrigo Vivi <rodrigo.vivi@intel.com>
Subject: [PATCH i-g-t 2/2] kms_psr_sink_crc: Add basic check for PSR active.
Date: Mon,  7 Dec 2015 02:06:50 -0800	[thread overview]
Message-ID: <1449482810-22540-2-git-send-email-rodrigo.vivi@intel.com> (raw)
In-Reply-To: <1449482810-22540-1-git-send-email-rodrigo.vivi@intel.com>

It takes from 2 to 5 seconds to run.

Cc: Daniel Vetter <daniel.vetter@ffwll.ch>
Signed-off-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
---
 tests/kms_psr_sink_crc.c | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/tests/kms_psr_sink_crc.c b/tests/kms_psr_sink_crc.c
index 28ba5c2..4baf131 100644
--- a/tests/kms_psr_sink_crc.c
+++ b/tests/kms_psr_sink_crc.c
@@ -605,6 +605,11 @@ int main(int argc, char *argv[])
 		}
 	}
 
+	igt_subtest("psr_active_basic") {
+		setup_test_plane(&data);
+		igt_assert(wait_psr_entry(&data));
+	}
+
 	for (op = PAGE_FLIP; op <= RENDER; op++) {
 		igt_subtest_f("primary_%s", op_str(op)) {
 			data.test_plane = PRIMARY;
-- 
2.4.3

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

  reply	other threads:[~2015-12-07 18:07 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-12-07 10:06 [PATCH i-g-t 1/2] kms_psr_sink_crc: Introduce PSR BAT test Rodrigo Vivi
2015-12-07 10:06 ` Rodrigo Vivi [this message]
2015-12-08 10:45   ` [PATCH i-g-t 2/2] kms_psr_sink_crc: Add basic check for PSR active Daniel Vetter
2015-12-08 15:32     ` Rodrigo Vivi
2015-12-10  9:39       ` Daniel Vetter
2015-12-08 10:44 ` [PATCH i-g-t 1/2] kms_psr_sink_crc: Introduce PSR BAT test 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=1449482810-22540-2-git-send-email-rodrigo.vivi@intel.com \
    --to=rodrigo.vivi@intel.com \
    --cc=daniel.vetter@ffwll.ch \
    --cc=intel-gfx@lists.freedesktop.org \
    /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.