From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga17.intel.com (mga17.intel.com [192.55.52.151]) by gabe.freedesktop.org (Postfix) with ESMTPS id E48CC10E7FC for ; Thu, 5 Jan 2023 19:49:15 +0000 (UTC) Date: Thu, 05 Jan 2023 11:47:27 -0800 Message-ID: <87a62wg3w0.wl-ashutosh.dixit@intel.com> From: "Dixit, Ashutosh" To: Alan Previn In-Reply-To: <20230105191111.1157494-1-alan.previn.teres.alexis@intel.com> References: <20230105191111.1157494-1-alan.previn.teres.alexis@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 1/1] tests/i915/pxp: Always use igt helper to get the render function 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, 05 Jan 2023 11:11:11 -0800, Alan Previn wrote: > > In preparation for future HW and be consistent with other tests, > add a local helper code to use igt's helper to get the render > function ptr. While here, remove unncessary local variables. > > Signed-off-by: Alan Previn Reviewed-by: Ashutosh Dixit