From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) by gabe.freedesktop.org (Postfix) with ESMTPS id 29B1810E8D2 for ; Thu, 24 Feb 2022 02:52:01 +0000 (UTC) Date: Wed, 23 Feb 2022 18:51:58 -0800 Message-ID: <871qztasdt.wl-ashutosh.dixit@intel.com> From: "Dixit, Ashutosh" To: Jasmine Newsome In-Reply-To: <20220224004220.3898959-3-jasmine.newsome@intel.com> References: <20220224004220.3898959-1-jasmine.newsome@intel.com> <20220224004220.3898959-3-jasmine.newsome@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] [PATCH i-g-t 2/2] tests/i915/gem_spin_batch: Removing context persistence 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 Wed, 23 Feb 2022 16:42:20 -0800, Jasmine Newsome wrote: > > The spin all test relied on context persistence unecessarily by trying > to destroy contexts while keeping spinners active. > The current implementation of context persistence in i915 can cause > failures with GuC enabled, and persistence is not needed for this test. > > Moving intel_ctx_destroy after igt_spin_end. Reviewed-by: Ashutosh Dixit