Skip to content

Commit 31b77c7

Browse files
tejaskuxmlankhorst
authored andcommitted
x86/gpu: add JasperLake to gen11 early quirks
Let's reserve JSL stolen memory for graphics. JasperLake is a gen11 platform which is compatible with ICL/EHL changes. This was missed in commit 24ea098 ("drm/i915/jsl: Split EHL/JSL platform info and PCI ids") V2: - Added maintainer list in cc - Added patch ref in commit message V1: - Added Cc: [email protected] Fixes: 24ea098 ("drm/i915/jsl: Split EHL/JSL platform info and PCI ids") Cc: <[email protected]> # v5.11+ Cc: Thomas Gleixner <[email protected]> Cc: Ingo Molnar <[email protected]> Cc: Borislav Petkov <[email protected]> Cc: "H. Peter Anvin" <[email protected]> Cc: [email protected] Cc: José Roberto de Souza <[email protected]> Signed-off-by: Tejas Upadhyay <[email protected]> Signed-off-by: Maarten Lankhorst <[email protected]> Link: https://patchwork.freedesktop.org/patch/msgid/20210608053411.394166-1-tejaskumarx.surendrakumar.upadhyay@intel.com
1 parent 3f409e4 commit 31b77c7

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
@@ -549,6 +549,7 @@ static const struct pci_device_id intel_early_ids[] __initconst = {
549549
INTEL_CNL_IDS(&gen9_early_ops),
550550
INTEL_ICL_11_IDS(&gen11_early_ops),
551551
INTEL_EHL_IDS(&gen11_early_ops),
552+
INTEL_JSL_IDS(&gen11_early_ops),
552553
INTEL_TGL_12_IDS(&gen11_early_ops),
553554
INTEL_RKL_IDS(&gen11_early_ops),
554555
INTEL_ADLS_IDS(&gen11_early_ops),

0 commit comments

Comments
 (0)