From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Date: Fri, 15 Oct 2021 15:34:42 -0700 Message-ID: <87bl3pdiil.wl-ashutosh.dixit@intel.com> From: "Dixit, Ashutosh" In-Reply-To: <20211015215434.2036919-1-John.C.Harrison@Intel.com> References: <20211015215434.2036919-1-John.C.Harrison@Intel.com> MIME-Version: 1.0 (generated by SEMI-EPG 1.14.7 - "Harue") Content-Type: text/plain; charset=US-ASCII Subject: Re: [igt-dev] [Intel-gfx] [PATCH v3 i-g-t] tests/i915: Skip gem_exec_fair on GuC based platforms List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: igt-dev-bounces@lists.freedesktop.org Sender: "igt-dev" To: John.C.Harrison@Intel.com Cc: IGT-Dev@Lists.FreeDesktop.Org, Intel-GFX@Lists.FreeDesktop.Org List-ID: On Fri, 15 Oct 2021 14:54:34 -0700, wrote: > > diff --git a/tests/i915/gem_exec_fair.c b/tests/i915/gem_exec_fair.c > index ef5a450f6..5cbb48f5a 100644 > --- a/tests/i915/gem_exec_fair.c > +++ b/tests/i915/gem_exec_fair.c > @@ -1314,6 +1314,12 @@ igt_main > igt_require(gem_scheduler_enabled(i915)); > igt_require(gem_scheduler_has_ctx_priority(i915)); > > + /* > + * These tests are for a specific scheduling model which is > + * not currently implemented by GuC. So skip on GuC platforms. > + */ > + igt_require(!gem_has_guc_submission(i915)); Reviewed-by: Ashutosh Dixit