Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752769AbdLKQXa (ORCPT ); Mon, 11 Dec 2017 11:23:30 -0500 Received: from mail-wm0-f67.google.com ([74.125.82.67]:37663 "EHLO mail-wm0-f67.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751400AbdLKQX1 (ORCPT ); Mon, 11 Dec 2017 11:23:27 -0500 X-Google-Smtp-Source: ACJfBovQx028eENRzAjtVN38D3LD5lGI19Fu62MBisBE5a0wEMWh0AFNnbsh+5jEYDCqFbsyTNq35A== Date: Mon, 11 Dec 2017 17:23:22 +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 2/9] x86/early-quirks: export the stolen region as a resource Message-ID: <20171211162322.4qgvuhxtj3om6x3c@gmail.com> References: <20171211151822.20953-1-matthew.auld@intel.com> <20171211151822.20953-3-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-3-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: 863 Lines: 27 * Matthew Auld wrote: > We duplicate the stolen discovery code in early-quirks and in i915, > however if we just export the region as a resource from early-quirks we > can nuke the duplication. > > 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 > --- > arch/x86/kernel/early-quirks.c | 11 +++++++++-- > include/drm/i915_drm.h | 3 +++ > 2 files changed, 12 insertions(+), 2 deletions(-) Acked-by: Ingo Molnar Thanks, Ingo