Skip to content

Commit bc384c7

Browse files
pzanoni-inteljnikula
authored andcommitted
x86/gpu: GLK uses the same GMS values as SKL
So don't forget to reserve its stolen memory bits. Cc: Ingo Molnar <[email protected]> Cc: H. Peter Anvin <[email protected]> Cc: Ander Conselvan de Oliveira <[email protected]> Cc: [email protected] Reviewed-by: Ander Conselvan de Oliveira <[email protected]> Signed-off-by: Paulo Zanoni <[email protected]> Acked-by: Ingo Molnar <[email protected]> Signed-off-by: Jani Nikula <[email protected]> Link: http://patchwork.freedesktop.org/patch/msgid/[email protected]
1 parent ed576a5 commit bc384c7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

arch/x86/kernel/early-quirks.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -526,6 +526,7 @@ static const struct pci_device_id intel_early_ids[] __initconst = {
526526
INTEL_SKL_IDS(&gen9_early_ops),
527527
INTEL_BXT_IDS(&gen9_early_ops),
528528
INTEL_KBL_IDS(&gen9_early_ops),
529+
INTEL_GLK_IDS(&gen9_early_ops),
529530
};
530531

531532
static void __init

0 commit comments

Comments
 (0)