From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga18.intel.com (mga18.intel.com [134.134.136.126]) by gabe.freedesktop.org (Postfix) with ESMTPS id 88E4A10E3E9 for ; Thu, 10 Mar 2022 21:16:05 +0000 (UTC) Date: Thu, 10 Mar 2022 13:06:13 -0800 Message-ID: <874k45y0u2.wl-ashutosh.dixit@intel.com> From: "Dixit, Ashutosh" To: Anshuman Gupta In-Reply-To: <20220310133551.5096-2-anshuman.gupta@intel.com> References: <20220310133551.5096-1-anshuman.gupta@intel.com> <20220310133551.5096-2-anshuman.gupta@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 v3 1/2] i915/gem_eio: Exercise object creation while wedged 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 Thu, 10 Mar 2022 05:35:50 -0800, Anshuman Gupta wrote: > > From: Chris Wilson > > Make sure that we can continue to create buffers, primarily to service as > framebuffers for scanout, even while the device is wedged. > > v2: > - Deleted gem_memory_topology.[ch] and moved it's content > to intel_memory_region.[ch]. [Ashutosh] > - Fixed checkpatch.pl warning. > v3: > - Added igt_describe() for new added tests. [Kamil] Thanks, series is merged.