From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: From: Rodrigo Vivi To: Date: Tue, 25 Jul 2023 16:56:25 -0400 Message-ID: <20230725205626.346256-2-rodrigo.vivi@intel.com> In-Reply-To: <20230725205626.346256-1-rodrigo.vivi@intel.com> References: <20230725205626.346256-1-rodrigo.vivi@intel.com> Content-Transfer-Encoding: 8bit Content-Type: text/plain MIME-Version: 1.0 Subject: [igt-dev] [PATCH i-g-t 2/2] xe_debugfs: Remove guc_enable check. List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: intel-xe@lists.freedesktop.org, Rodrigo Vivi Errors-To: igt-dev-bounces@lists.freedesktop.org Sender: "igt-dev" List-ID: drm-xe-next commit "drm/xe: Invert guc vs execlists parameters and info.") inverted the param to expose the status of the non-default config. And commit ("drm/xe/uapi: Remove XE_QUERY_CONFIG_FLAGS_USE_GUC") entirely removed the query check. So, let's simply stop doing this debugfs check here. Signed-off-by: Rodrigo Vivi --- tests/xe/xe_debugfs.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/tests/xe/xe_debugfs.c b/tests/xe/xe_debugfs.c index 5e16a71a0..5434d4645 100644 --- a/tests/xe/xe_debugfs.c +++ b/tests/xe/xe_debugfs.c @@ -104,10 +104,6 @@ test_base(int fd, struct drm_xe_query_config *config) igt_assert(igt_debugfs_search(fd, "info", reference)); - sprintf(reference, "enable_guc %s", config->info[XE_QUERY_CONFIG_FLAGS] & - XE_QUERY_CONFIG_FLAGS_USE_GUC ? "yes" : "no"); - igt_assert(igt_debugfs_search(fd, "info", reference)); - sprintf(reference, "tile_count %lld", config->info[XE_QUERY_CONFIG_GT_COUNT]); igt_assert(igt_debugfs_search(fd, "info", reference)); -- 2.41.0