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 C171E6E97B for ; Tue, 3 Aug 2021 23:34:17 +0000 (UTC) Date: Tue, 03 Aug 2021 16:34:15 -0700 Message-ID: <87fsvqksqw.wl-ashutosh.dixit@intel.com> From: "Dixit, Ashutosh" In-Reply-To: <20210726200026.4815-5-zbigniew.kempczynski@intel.com> References: <20210726200026.4815-1-zbigniew.kempczynski@intel.com> <20210726200026.4815-5-zbigniew.kempczynski@intel.com> MIME-Version: 1.0 (generated by SEMI-EPG 1.14.7 - "Harue") Content-Type: text/plain; charset=ISO-8859-2 Content-Transfer-Encoding: quoted-printable Subject: Re: [igt-dev] [PATCH i-g-t v3 04/52] lib/intel_batchbuffer: Ensure relocation code will be called List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: igt-dev-bounces@lists.freedesktop.org Sender: "igt-dev" To: Zbigniew =?ISO-8859-2?Q?Kempczy=F1ski?= Cc: igt-dev@lists.freedesktop.org, Petri Latvala , Chris Wilson List-ID: On Mon, 26 Jul 2021 12:59:38 -0700, Zbigniew Kempczy=F1ski wrote: > > Currently we're not sure relocations code will be called (presumed_offset > =3D=3D offset =3D=3D 0) so enforce them. Passing presumed_offset and offs= et to > auxiliary functions will prepare code to switch to no-reloc mode. Reviewed-by: Ashutosh Dixit