Igt-dev Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Ashutosh Dixit <ashutosh.dixit@intel.com>
To: igt-dev@lists.freedesktop.org
Subject: [igt-dev] [PATCH i-g-t 20/20] HAX: Add OA tests to xe-fast-feedback.testlist
Date: Thu, 20 Jul 2023 16:17:56 -0700	[thread overview]
Message-ID: <20230720231756.3464641-21-ashutosh.dixit@intel.com> (raw)
In-Reply-To: <20230720231756.3464641-1-ashutosh.dixit@intel.com>

Signed-off-by: Ashutosh Dixit <ashutosh.dixit@intel.com>
---
 tests/intel-ci/xe-fast-feedback.testlist | 43 ++++++++++++++++++++++++
 tests/intel-ci/xe.blocklist.txt          |  1 -
 2 files changed, 43 insertions(+), 1 deletion(-)

diff --git a/tests/intel-ci/xe-fast-feedback.testlist b/tests/intel-ci/xe-fast-feedback.testlist
index 2799d9cfb6b2..027f0d38b60c 100644
--- a/tests/intel-ci/xe-fast-feedback.testlist
+++ b/tests/intel-ci/xe-fast-feedback.testlist
@@ -1,6 +1,49 @@
 # Should be the first test
 igt@xe_module_load@load
 
+# oa tests
+igt@perf@i915-ref-count
+igt@perf@sysctl-defaults
+igt@perf@non-system-wide-paranoid
+igt@perf@invalid-open-flags
+igt@perf@invalid-oa-metric-set-id
+igt@perf@invalid-oa-format-id
+igt@perf@missing-sample-flags
+igt@perf@oa-formats
+igt@perf@invalid-oa-exponent
+igt@perf@low-oa-exponent-permissions
+igt@perf@oa-exponents
+igt@perf@per-context-mode-unprivileged
+igt@perf@buffer-fill
+igt@perf@non-zero-reason
+igt@perf@disabled-read-error
+igt@perf@non-sampling-read-error
+igt@perf@enable-disable
+igt@perf@blocking
+igt@perf@blocking-parameterized
+igt@perf@polling
+igt@perf@polling-parameterized
+igt@perf@polling-small-buf
+igt@perf@short-reads
+igt@perf@mi-rpc
+igt@perf@unprivileged-single-ctx-counters
+igt@perf@gen8-unprivileged-single-ctx-counters
+igt@perf@gen12-mi-rpc
+igt@perf@gen12-oa-tlb-invalidate
+igt@perf@gen12-unprivileged-single-ctx-counters
+igt@perf@gen12-invalid-class-instance
+igt@perf@gen12-group-exclusive-stream-sample-oa
+igt@perf@gen12-group-exclusive-stream-ctx-handle
+igt@perf@gen12-group-concurrent-oa-buffer-read
+igt@perf@rc6-disable
+igt@perf@stress-open-close
+igt@perf@global-sseu-config-invalid
+igt@perf@global-sseu-config
+igt@perf@invalid-create-userspace-config
+igt@perf@invalid-remove-userspace-config
+igt@perf@create-destroy-userspace-config
+igt@perf@whitelisted-registers-userspace-config
+
 igt@xe_compute@compute-square
 igt@xe_create@create-engines-noleak
 igt@xe_create@create-engines-leak
diff --git a/tests/intel-ci/xe.blocklist.txt b/tests/intel-ci/xe.blocklist.txt
index ab3945f76b70..1b4568efd446 100644
--- a/tests/intel-ci/xe.blocklist.txt
+++ b/tests/intel-ci/xe.blocklist.txt
@@ -18,7 +18,6 @@ igt@vmwgfx.*
 igt@api.*
 igt@gem.*
 igt@gen.*
-igt@perf.*
 igt@sysfs_.*
 ##################################################################
 # Exclude kselftest
-- 
2.41.0

  parent reply	other threads:[~2023-07-20 23:18 UTC|newest]

Thread overview: 26+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-07-20 23:17 [igt-dev] [PATCH i-g-t 00/20] Extend i915/perf for testing Xe OA Ashutosh Dixit
2023-07-20 23:17 ` [igt-dev] [PATCH i-g-t 01/20] drm-uapi/xe_drm: OA changes Ashutosh Dixit
2023-07-20 23:17 ` [igt-dev] [PATCH i-g-t 02/20] lib/xe/xe_query: Add xe_gts interface Ashutosh Dixit
2023-07-20 23:17 ` [igt-dev] [PATCH i-g-t 03/20] lib/i915/perf: Add xe_perf_for_fd Ashutosh Dixit
2023-07-20 23:17 ` [igt-dev] [PATCH i-g-t 04/20] lib/i915/perf: Derive topology info for xe devices Ashutosh Dixit
2023-07-20 23:17 ` [igt-dev] [PATCH i-g-t 05/20] tests/i915/perf: Track variables across i915 and xe Ashutosh Dixit
2023-07-20 23:17 ` [igt-dev] [PATCH i-g-t 06/20] tests/i915/perf: Skip not ready tests for xe Ashutosh Dixit
2023-07-20 23:17 ` [igt-dev] [PATCH i-g-t 07/20] tests/i915/perf: Fix i915_perf_revision for use with xe Ashutosh Dixit
2023-07-20 23:17 ` [igt-dev] [PATCH i-g-t 08/20] tests/i915/perf: Fix sysfs functions for xe Ashutosh Dixit
2023-07-20 23:17 ` [igt-dev] [PATCH i-g-t 09/20] tests/i915/perf: Fix test_i915_ref_count " Ashutosh Dixit
2023-07-20 23:17 ` [igt-dev] [PATCH i-g-t 10/20] tests/i915/perf: Support only default_engine_group " Ashutosh Dixit
2023-07-20 23:17 ` [igt-dev] [PATCH i-g-t 11/20] tests/i915/perf: Only iterate over render engines " Ashutosh Dixit
2023-07-20 23:17 ` [igt-dev] [PATCH i-g-t 12/20] tests/i915/perf: Don't load module Ashutosh Dixit
2023-07-20 23:17 ` [igt-dev] [PATCH i-g-t 13/20] tests/i915/perf: Move test_sysctl_defaults after the fixture Ashutosh Dixit
2023-07-20 23:17 ` [igt-dev] [PATCH i-g-t 14/20] tests/i915/perf: Fix has_class_instance for xe Ashutosh Dixit
2023-07-20 23:17 ` [igt-dev] [PATCH i-g-t 15/20] tests/i915/perf: Temporarily skip render_copy " Ashutosh Dixit
2023-07-20 23:17 ` [igt-dev] [PATCH i-g-t 16/20] tests/i915/perf: Skip intel_ctx_create_all_physical " Ashutosh Dixit
2023-07-20 23:17 ` [igt-dev] [PATCH i-g-t 17/20] tests/i915/perf: Skip __for_each_render_engine " Ashutosh Dixit
2023-07-20 23:17 ` [igt-dev] [PATCH i-g-t 18/20] tests/i915/perf: Fix buf_map " Ashutosh Dixit
2023-07-21  5:17   ` Zbigniew Kempczyński
2023-07-20 23:17 ` [igt-dev] [PATCH i-g-t 19/20] tests/i915/perf: Use engine_id in gen12_test_mi_rpc " Ashutosh Dixit
2023-07-20 23:17 ` Ashutosh Dixit [this message]
2023-07-21  0:11 ` [igt-dev] ✓ Fi.CI.BAT: success for Extend i915/perf for testing Xe OA Patchwork
2023-07-21  0:19 ` [igt-dev] ○ CI.xeBAT: info " Patchwork
2023-07-21  5:19 ` [igt-dev] ✗ Fi.CI.IGT: failure " Patchwork
  -- strict thread matches above, loose matches on Subject: below --
2023-08-08  0:59 [igt-dev] [PATCH i-g-t 00/20] " Ashutosh Dixit
2023-08-08  1:00 ` [igt-dev] [PATCH i-g-t 20/20] HAX: Add OA tests to xe-fast-feedback.testlist Ashutosh Dixit

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=20230720231756.3464641-21-ashutosh.dixit@intel.com \
    --to=ashutosh.dixit@intel.com \
    --cc=igt-dev@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox