From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wm0-f65.google.com ([74.125.82.65]:44081 "EHLO mail-wm0-f65.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756697AbdLOQja (ORCPT ); Fri, 15 Dec 2017 11:39:30 -0500 Received: by mail-wm0-f65.google.com with SMTP id t8so18589081wmc.3 for ; Fri, 15 Dec 2017 08:39:29 -0800 (PST) Date: Fri, 15 Dec 2017 17:39:25 +0100 From: Ingo Molnar To: Lucas De Marchi Cc: intel-gfx@lists.freedesktop.org, Rodrigo Vivi , Anusha Srivatsa , Jani Nikula , Joonas Lahtinen , David Airlie , dri-devel@lists.freedesktop.org, "H . Peter Anvin" , Thomas Gleixner , x86@kernel.org, stable@vger.kernel.org Subject: Re: [PATCH v2] x86/gpu: add CFL to early quirks Message-ID: <20171215163925.harred3ei4ew6gca@gmail.com> References: <20171213200425.2954-1-lucas.demarchi@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20171213200425.2954-1-lucas.demarchi@intel.com> Sender: stable-owner@vger.kernel.org List-ID: * Lucas De Marchi wrote: > CFL was missing from intel_early_ids[]. The PCI ID needs to be there to > allow the memory region to be stolen, otherwise we could have RAM being > arbitrarily overwritten if for example we keep using the UEFI framebuffer, > depending on how BIOS has set up the e820 map. > > Fixes: b056f8f3d6b9 ("drm/i915/cfl: Add Coffee Lake PCI IDs for S Skus.") > Signed-off-by: Lucas De Marchi > Cc: Rodrigo Vivi > Cc: Anusha Srivatsa > Cc: Jani Nikula > Cc: Joonas Lahtinen > Cc: David Airlie > Cc: intel-gfx@lists.freedesktop.org > Cc: dri-devel@lists.freedesktop.org > Cc: Ingo Molnar > Cc: H. Peter Anvin > Cc: Thomas Gleixner > Cc: x86@kernel.org > Cc: # v4.13+ 0890540e21cf drm/i915: add GT number to intel_device_info > Cc: # v4.13+ 41693fd52373 drm/i915/kbl: Change a KBL pci id to GT2 from GT1.5 > Cc: # v4.13+ > Reviewed-by: Rodrigo Vivi > --- > > v2: improve commit message, add Fixes tag and CC stable > > arch/x86/kernel/early-quirks.c | 1 + > include/drm/i915_pciids.h | 6 ++++++ > 2 files changed, 7 insertions(+) Acked-by: Ingo Molnar Thanks, Ingo