drm/i915/kbl: Kabylake uses the same GMS values as Skylake
authorDeepak S <[email protected]>
Thu, 29 Oct 2015 17:22:01 +0000 (10:22 -0700)
committerJani Nikula <[email protected]>
Thu, 5 Nov 2015 13:13:58 +0000 (15:13 +0200)
Reviewed-by: Damien Lespiau <[email protected]>
Signed-off-by: Deepak S <[email protected]>
Signed-off-by: Damien Lespiau <[email protected]>
Signed-off-by: Rodrigo Vivi <[email protected]>
Link: http://patchwork.freedesktop.org/patch/msgid/[email protected]
Signed-off-by: Jani Nikula <[email protected]>
arch/x86/kernel/early-quirks.c

index 9f9cc682e561e2427152314b544dd387b0c27922..5b85bf0e23fe3c92c656aec7aeb5ef66d1a1b38e 100644 (file)
@@ -547,6 +547,7 @@ static const struct pci_device_id intel_stolen_ids[] __initconst = {
        INTEL_CHV_IDS(&chv_stolen_funcs),
        INTEL_SKL_IDS(&gen9_stolen_funcs),
        INTEL_BXT_IDS(&gen9_stolen_funcs),
+       INTEL_KBL_IDS(&gen9_stolen_funcs),
 };
 
 static void __init intel_graphics_stolen(int num, int slot, int func)