Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752681AbdLKQWi (ORCPT ); Mon, 11 Dec 2017 11:22:38 -0500 Received: from mail-wr0-f193.google.com ([209.85.128.193]:35355 "EHLO mail-wr0-f193.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752599AbdLKQWe (ORCPT ); Mon, 11 Dec 2017 11:22:34 -0500 X-Google-Smtp-Source: ACJfBottrFPA3Q/sNi3SAj5rHThRVdkpty7x/i+mR1PqX1ww0fOXzkxWXcYJPSMWQ1MMoSlxh93UrA== Date: Mon, 11 Dec 2017 17:22:31 +0100 From: Ingo Molnar To: Matthew Auld Cc: intel-gfx@lists.freedesktop.org, Joonas Lahtinen , Ville =?iso-8859-1?Q?Syrj=E4l=E4?= , Chris Wilson , Paulo Zanoni , Thomas Gleixner , "H . Peter Anvin" , x86@kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v8 1/9] x86/early-quirks: Extend Intel graphics stolen memory placement to 64bit Message-ID: <20171211162230.m4a52ycky6kzo2wy@gmail.com> References: <20171211151822.20953-1-matthew.auld@intel.com> <20171211151822.20953-2-matthew.auld@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20171211151822.20953-2-matthew.auld@intel.com> User-Agent: NeoMutt/20170609 (1.8.3) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 901 Lines: 27 * Matthew Auld wrote: > From: Joonas Lahtinen > > To give upcoming SKU BIOSes more flexibility in placing the Intel > graphics stolen memory, make all variables storing the placement or size > compatible with full 64 bit range. > > Signed-off-by: Joonas Lahtinen > Signed-off-by: Matthew Auld > Cc: Joonas Lahtinen > Cc: Ville Syrj?l? > Cc: Chris Wilson > Cc: Paulo Zanoni > Cc: Thomas Gleixner > Cc: Ingo Molnar > Cc: H. Peter Anvin > Cc: x86@kernel.org > Cc: linux-kernel@vger.kernel.org > Reviewed-by: Chris Wilson Acked-by: Ingo Molnar Thanks, Ingo