On Fri, Mar 15, 2019 at 12:19:38PM -0700, Rodrigo Vivi wrote: > Let's reserve EHL stolen memory for graphics. > > ElkhartLake is a gen11 platform which is compatible with > ICL changes. > > 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: Rodrigo Vivi <[email protected]> > --- > arch/x86/kernel/early-quirks.c | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/arch/x86/kernel/early-quirks.c b/arch/x86/kernel/early-quirks.c > index 50d5848bf22e..a8d2cde67c41 100644 > --- a/arch/x86/kernel/early-quirks.c > +++ b/arch/x86/kernel/early-quirks.c > @@ -547,6 +547,7 @@ static const struct pci_device_id intel_early_ids[] > __initconst = { > INTEL_GLK_IDS(&gen9_early_ops), > INTEL_CNL_IDS(&gen9_early_ops), > INTEL_ICL_11_IDS(&gen11_early_ops), > + INTEL_EHL_IDS(&gen11_early_ops), > }; > > struct resource intel_graphics_stolen_res __ro_after_init = > DEFINE_RES_MEM(0, 0); > --
Make patch subject prefix start with "x86/early-quirks: ..." With that: Acked-by: Borislav Petkov <[email protected]> Thx. -- Regards/Gruss, Boris. Good mailing practices for 400: avoid top-posting and trim the reply. _______________________________________________ Intel-gfx mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/intel-gfx
