diff options
author | Paulo Zanoni <paulo.r.zanoni@intel.com> | 2017-07-06 03:00:45 +0200 |
---|---|---|
committer | Rodrigo Vivi <rodrigo.vivi@intel.com> | 2017-07-06 22:22:14 +0200 |
commit | 2e1e9d48939edad49a9f06762ecfc9c73666d489 (patch) | |
tree | 414592de33fcc40cc4289c8ebc9532c9f8133f4c /arch/x86/kernel/early-quirks.c | |
parent | drm/i915/cnl: Fix comment about AUX IO power well enable/disable (diff) | |
download | linux-2e1e9d48939edad49a9f06762ecfc9c73666d489.tar.xz linux-2e1e9d48939edad49a9f06762ecfc9c73666d489.zip |
x86/gpu: CNL uses the same GMS values as SKL
So don't forget to reserve its stolen memory bits.
v2: Add ack and remove "TODO" from commit message.
Signed-off-by: Paulo Zanoni <paulo.r.zanoni@intel.com>
Signed-off-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
Acked-by: Thomas Gleixner <tglx@linutronix.de>
Link: http://patchwork.freedesktop.org/patch/msgid/1499302845-17856-1-git-send-email-rodrigo.vivi@intel.com
Diffstat (limited to 'arch/x86/kernel/early-quirks.c')
-rw-r--r-- | arch/x86/kernel/early-quirks.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/x86/kernel/early-quirks.c b/arch/x86/kernel/early-quirks.c index d907c3d8633f..a4516ca4c4f3 100644 --- a/arch/x86/kernel/early-quirks.c +++ b/arch/x86/kernel/early-quirks.c @@ -527,6 +527,7 @@ static const struct pci_device_id intel_early_ids[] __initconst = { INTEL_BXT_IDS(&gen9_early_ops), INTEL_KBL_IDS(&gen9_early_ops), INTEL_GLK_IDS(&gen9_early_ops), + INTEL_CNL_IDS(&gen9_early_ops), }; static void __init |