From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by gabe.freedesktop.org (Postfix) with ESMTPS id 8DA966E20B for ; Mon, 4 Oct 2021 23:23:42 +0000 (UTC) Date: Mon, 04 Oct 2021 16:09:00 -0700 Message-ID: <87czokz8tv.wl-ashutosh.dixit@intel.com> From: "Dixit, Ashutosh" In-Reply-To: <20211004054056.24346-2-zbigniew.kempczynski@intel.com> References: <20211004054056.24346-1-zbigniew.kempczynski@intel.com> <20211004054056.24346-2-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 1/2] lib/intel_bufops: Rename intel_buf_bo_size() -> intel_buf_size() 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 List-ID: On Sun, 03 Oct 2021 22:40:55 -0700, Zbigniew Kempczy=F1ski wrote: > > To avoid confusion with intel_buf_bo_size() which for some buffers > can return size not equal to underlying gem bo size rename it to > intel_buf_size(). This patch is a simple change so: Reviewed-by: Ashutosh Dixit