All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] x86/gpu: add TGL stolen memory support
@ 2019-07-12 21:02 Lucas De Marchi
  2019-07-12 21:55 ` ✓ Fi.CI.BAT: success for " Patchwork
                   ` (3 more replies)
  0 siblings, 4 replies; 7+ messages in thread
From: Lucas De Marchi @ 2019-07-12 21:02 UTC (permalink / raw)
  To: intel-gfx
  Cc: Michel Thierry, x86, Ingo Molnar, Borislav Petkov,
	H. Peter Anvin, Thomas Gleixner

From: Michel Thierry <michel.thierry@intel.com>

Reuse Gen11 stolen memory changes since Tiger Lake uses the same BSM
register (and format).

Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: Ingo Molnar <mingo@redhat.com>
Cc: Borislav Petkov <bp@alien8.de>
Cc: "H. Peter Anvin" <hpa@zytor.com>
Cc: x86@kernel.org
Signed-off-by: Michel Thierry <michel.thierry@intel.com>
Signed-off-by: Lucas De Marchi <lucas.demarchi@intel.com>
Reviewed-by: Rodrigo Vivi <rodrigo.vivi@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 6c4f01540833..6f6b1d04dadf 100644
--- a/arch/x86/kernel/early-quirks.c
+++ b/arch/x86/kernel/early-quirks.c
@@ -549,6 +549,7 @@ static const struct pci_device_id intel_early_ids[] __initconst = {
 	INTEL_CNL_IDS(&gen9_early_ops),
 	INTEL_ICL_11_IDS(&gen11_early_ops),
 	INTEL_EHL_IDS(&gen11_early_ops),
+	INTEL_TGL_12_IDS(&gen11_early_ops),
 };
 
 struct resource intel_graphics_stolen_res __ro_after_init = DEFINE_RES_MEM(0, 0);
-- 
2.21.0

_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx

^ permalink raw reply related	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2019-07-17  6:48 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-07-12 21:02 [PATCH] x86/gpu: add TGL stolen memory support Lucas De Marchi
2019-07-12 21:55 ` ✓ Fi.CI.BAT: success for " Patchwork
2019-07-14 16:59 ` ✓ Fi.CI.IGT: " Patchwork
2019-07-16 21:22 ` [tip:x86/urgent] x86/gpu: Add " tip-bot for Michel Thierry
2019-07-16 22:46 ` [PATCH] x86/gpu: add " Thomas Gleixner
2019-07-17  1:28   ` Lucas De Marchi
2019-07-17  6:48     ` Thomas Gleixner

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.