From: Damien Lespiau Date: Tue, 17 Mar 2015 09:39:30 +0000 (+0200) Subject: drm/i915/bxt: Broxton uses the same GMS values as Skylake X-Git-Tag: v4.2-rc1~13^2~58^2~65^2~21 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=31d4dcf705c33da28e3688bfb1f11889cf8b29f9;p=karo-tx-linux.git drm/i915/bxt: Broxton uses the same GMS values as Skylake v2: Rebase on top of the early-quirks rework from Ville. Signed-off-by: Damien Lespiau (v1) Reviewed-by: Sivakumar Thulasimani Signed-off-by: Daniel Vetter --- diff --git a/arch/x86/kernel/early-quirks.c b/arch/x86/kernel/early-quirks.c index fe9f0b79a18b..ab470e475199 100644 --- a/arch/x86/kernel/early-quirks.c +++ b/arch/x86/kernel/early-quirks.c @@ -546,6 +546,7 @@ static const struct pci_device_id intel_stolen_ids[] __initconst = { INTEL_BDW_D_IDS(&gen8_stolen_funcs), INTEL_CHV_IDS(&chv_stolen_funcs), INTEL_SKL_IDS(&gen9_stolen_funcs), + INTEL_BXT_IDS(&gen9_stolen_funcs), }; static void __init intel_graphics_stolen(int num, int slot, int func)