From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from youngberry.canonical.com ([91.189.89.112]:35646 "EHLO youngberry.canonical.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933386AbeAKM7n (ORCPT ); Thu, 11 Jan 2018 07:59:43 -0500 Subject: Re: [Intel-gfx] [PATCH v2] x86/gpu: add CFL to early quirks To: Rodrigo Vivi , Ingo Molnar Cc: David Airlie , intel-gfx@lists.freedesktop.org, Lucas De Marchi , x86@kernel.org, dri-devel@lists.freedesktop.org, "H . Peter Anvin" , stable@vger.kernel.org, Thomas Gleixner References: <20171213200425.2954-1-lucas.demarchi@intel.com> <20171215163925.harred3ei4ew6gca@gmail.com> <20171215211943.enktaerpipdpqykl@intel.com> From: Timo Aaltonen Message-ID: <82487014-77f3-5434-e9cf-13ad228024fc@ubuntu.com> Date: Thu, 11 Jan 2018 14:59:40 +0200 MIME-Version: 1.0 In-Reply-To: <20171215211943.enktaerpipdpqykl@intel.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Sender: stable-owner@vger.kernel.org List-ID: On 15.12.2017 23:19, Rodrigo Vivi wrote: > On Fri, Dec 15, 2017 at 04:39:25PM +0000, Ingo Molnar wrote: >> >> * 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 > > Merged to drm-intel-next-queued. > Thanks for the patches, suggestions and acks. Shouldn't this go to v4.15 as well, because CFL is enabled there? I don't see it in rc8.