From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by gabe.freedesktop.org (Postfix) with ESMTPS id 5E95510E613 for ; Thu, 20 Jul 2023 23:18:04 +0000 (UTC) From: Ashutosh Dixit To: igt-dev@lists.freedesktop.org Date: Thu, 20 Jul 2023 16:17:51 -0700 Message-ID: <20230720231756.3464641-16-ashutosh.dixit@intel.com> In-Reply-To: <20230720231756.3464641-1-ashutosh.dixit@intel.com> References: <20230720231756.3464641-1-ashutosh.dixit@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [igt-dev] [PATCH i-g-t 15/20] tests/i915/perf: Temporarily skip render_copy for xe List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: igt-dev-bounces@lists.freedesktop.org Sender: "igt-dev" List-ID: Temporarily test xe without render_copy. Signed-off-by: Ashutosh Dixit --- tests/i915/perf.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/i915/perf.c b/tests/i915/perf.c index df6cb7edd017..0efa7f71477d 100644 --- a/tests/i915/perf.c +++ b/tests/i915/perf.c @@ -5995,7 +5995,8 @@ igt_main perf_oa_groups = get_engine_groups(drm_fd, &num_perf_oa_groups); igt_assert(perf_oa_groups && num_perf_oa_groups); - if (has_class_instance(drm_fd, I915_ENGINE_CLASS_RENDER, 0)) + if (has_class_instance(drm_fd, I915_ENGINE_CLASS_RENDER, 0) && + !is_xe_device(drm_fd)) render_copy = igt_get_render_copyfunc(devid); } -- 2.41.0