From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by gabe.freedesktop.org (Postfix) with ESMTPS id DB0FD10E5B5 for ; Wed, 9 Nov 2022 12:40:13 +0000 (UTC) Message-ID: <0aa82aea-cabe-0ea5-ea0c-809d619c335e@intel.com> Date: Wed, 9 Nov 2022 12:40:08 +0000 MIME-Version: 1.0 Content-Language: en-GB To: Niranjana Vishwanathapura , igt-dev@lists.freedesktop.org References: <20221107085256.17293-1-niranjana.vishwanathapura@intel.com> <20221107085256.17293-2-niranjana.vishwanathapura@intel.com> From: Matthew Auld In-Reply-To: <20221107085256.17293-2-niranjana.vishwanathapura@intel.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [igt-dev] [PATCH i-g-t v6 01/13] lib/i915: memory region gtt_alignment support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: tvrtko.ursulin@intel.com, thomas.hellstrom@intel.com, daniel.vetter@intel.com, petri.latvala@intel.com Errors-To: igt-dev-bounces@lists.freedesktop.org Sender: "igt-dev" List-ID: On 07/11/2022 08:52, Niranjana Vishwanathapura wrote: > Update library to include gtt_alignment field to support > platforms with 64K device memory pages. > > v2: Do not pull in gtt_alignment uapi > > Signed-off-by: Niranjana Vishwanathapura Reviewed-by: Matthew Auld