From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mgamail.intel.com (mgamail.intel.com [134.134.136.126]) by gabe.freedesktop.org (Postfix) with ESMTPS id 7757A10E0A1 for ; Thu, 19 Oct 2023 04:37:29 +0000 (UTC) Date: Wed, 18 Oct 2023 21:37:22 -0700 From: Niranjana Vishwanathapura To: Matthew Auld Message-ID: References: <20231016141450.55936-1-matthew.auld@intel.com> <20231016141450.55936-13-matthew.auld@intel.com> Content-Type: text/plain; charset="iso-8859-1"; format=flowed Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20231016141450.55936-13-matthew.auld@intel.com> MIME-Version: 1.0 Subject: Re: [igt-dev] [PATCH i-g-t v3 12/12] tests/intel-ci/xe: add pat and caching related tests List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: igt-dev@lists.freedesktop.org Errors-To: igt-dev-bounces@lists.freedesktop.org Sender: "igt-dev" List-ID: On Mon, Oct 16, 2023 at 03:14:50PM +0100, Matthew Auld wrote: >Add the various pat_index, coh_mode and cpu_caching related tests to >BAT. > >Signed-off-by: Matthew Auld >Cc: José Roberto de Souza >Cc: Pallavi Mishra >--- > tests/intel-ci/xe-fast-feedback.testlist | 7 +++++++ > 1 file changed, 7 insertions(+) > >diff --git a/tests/intel-ci/xe-fast-feedback.testlist b/tests/intel-ci/xe-fast-feedback.testlist >index 610cc958c..86f197110 100644 >--- a/tests/intel-ci/xe-fast-feedback.testlist >+++ b/tests/intel-ci/xe-fast-feedback.testlist >@@ -138,6 +138,7 @@ igt@xe_intel_bb@simple-bb-ctx > igt@xe_mmap@bad-extensions > igt@xe_mmap@bad-flags > igt@xe_mmap@bad-object >+igt@xe_mmap@cpu-caching-coh > igt@xe_mmap@system > igt@xe_mmap@vram > igt@xe_mmap@vram-system >@@ -180,6 +181,12 @@ igt@xe_vm@munmap-style-unbind-userptr-end > igt@xe_vm@munmap-style-unbind-userptr-front > igt@xe_vm@munmap-style-unbind-userptr-inval-end > igt@xe_vm@munmap-style-unbind-userptr-inval-front >+igt@xe_pat@pat-index-all >+igt@xe_pat@pat-index-common-blt >+igt@xe_pat@pat-index-common-render >+igt@xe_pat@pat-index-xe2-blt >+igt@xe_pat@pat-index-xe2-render >+igt@xe_pat@userptr-coh-none > igt@xe_waitfence@abstime > igt@xe_waitfence@reltime > igt@kms_addfb_basic@addfb25-4-tiled LGTM. Reviewed-by: Niranjana Vishwanathapura >-- >2.41.0 >