From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mgamail.intel.com (mgamail.intel.com [192.198.163.8]) by gabe.freedesktop.org (Postfix) with ESMTPS id 8CC1610E3A6 for ; Tue, 9 Jan 2024 08:59:22 +0000 (UTC) From: janga.rahul.kumar@intel.com To: igt-dev@lists.freedesktop.org, ramadevi.gandi@intel.com, janga.rahul.kumar@intel.com Subject: [PATCH i-g-t] tests/intel/xe_live_ktest: Add mocs kunit test Date: Tue, 9 Jan 2024 14:34:22 +0530 Message-Id: <20240109090422.2188202-1-janga.rahul.kumar@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: igt-dev-bounces@lists.freedesktop.org Sender: "igt-dev" List-ID: From: Janga Rahul Kumar Enable mocs kunit execution from IGT. Signed-off-by: Janga Rahul Kumar --- tests/intel/xe_live_ktest.c | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/tests/intel/xe_live_ktest.c b/tests/intel/xe_live_ktest.c index 7170a017c..5f5f1dff7 100644 --- a/tests/intel/xe_live_ktest.c +++ b/tests/intel/xe_live_ktest.c @@ -24,6 +24,11 @@ * Kernel dynamic selftests to check if page table migrations * are working properly. * Functionality: migrate + * + * SUBTEST: mocs + * Description: + * Kernel dynamic selftests to check mocs configuration. + * Functionality: mocs */ struct kunit_tests { @@ -35,6 +40,7 @@ static const struct kunit_tests live_tests[] = { { "xe_bo_test", "bo" }, { "xe_dma_buf_test", "dmabuf" }, { "xe_migrate_test", "migrate" }, + { "xe_mocs_test", "mocs" }, }; igt_main -- 2.25.1