[Intel-gfx] [PATCH 2/2] x86/gpu: add ElkhartLake to gen11 early quirks
Rodrigo Vivi
rodrigo.vivi at intel.com
Mon Apr 1 17:30:00 UTC 2019
On Sun, Mar 24, 2019 at 03:40:58PM +0100, Borislav Petkov wrote:
> 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 <tglx at linutronix.de>
> > Cc: Ingo Molnar <mingo at redhat.com>
> > Cc: Borislav Petkov <bp at alien8.de>
> > Cc: "H. Peter Anvin" <hpa at zytor.com>
> > Cc: x86 at kernel.org
> > Cc: José Roberto de Souza <jose.souza at intel.com>
> > Signed-off-by: Rodrigo Vivi <rodrigo.vivi at intel.com>
> > ---
> > 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 <bp at suse.de>
Thanks.
pushed to drm-intel-next-queued
>
> Thx.
>
> --
> Regards/Gruss,
> Boris.
>
> Good mailing practices for 400: avoid top-posting and trim the reply.
More information about the Intel-gfx
mailing list