From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by gabe.freedesktop.org (Postfix) with ESMTPS id 59F6310E328 for ; Fri, 22 Apr 2022 16:24:08 +0000 (UTC) Date: Fri, 22 Apr 2022 09:24:07 -0700 Message-ID: <87wnfh6q8o.wl-ashutosh.dixit@intel.com> From: "Dixit, Ashutosh" To: Nirmoy Das In-Reply-To: <20220422151923.24435-1-nirmoy.das@intel.com> References: <20220422151923.24435-1-nirmoy.das@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] lib/i915: remove use of debugfs/i915_next_seqno List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: igt-dev@lists.freedesktop.org, chris@chris-wilson.co.uk Errors-To: igt-dev-bounces@lists.freedesktop.org Sender: "igt-dev" List-ID: On Fri, 22 Apr 2022 08:19:23 -0700, Nirmoy Das wrote: > > The patch "95898ed6856e drm/i915: Drop debugfs/i915_next_seqno" > removed this file so remove the use of this in igt as well. > Signed-off-by: Nirmoy Das Reviewed-by: Ashutosh Dixit > --- > lib/i915/gem.c | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/lib/i915/gem.c b/lib/i915/gem.c > index 93ef4073b..27b872c28 100644 > --- a/lib/i915/gem.c > +++ b/lib/i915/gem.c > @@ -125,7 +125,6 @@ static void reset_device(int i915) > igt_info("Found wedged device, trying to reset and continue\n"); > igt_sysfs_printf(dir, "i915_wedged", "%llu", -1ull); > } > - igt_sysfs_set(dir, "i915_next_seqno", "1"); > > close(dir); > } > -- > 2.35.1 >