Revision 41ba806f40a9a4c4f4c04a474bf368160f1baa2c authored by Ben Skeggs on 13 January 2021, 07:12:52 UTC, committed by Ben Skeggs on 15 January 2021, 00:25:21 UTC
No VPR scrub.  GA102 and GA104 have a new VRAM size detection method.

Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
1 parent de4781d
Raw File
Makefile
# SPDX-License-Identifier: GPL-2.0

obj-$(CONFIG_PMIC_OPREGION)		+= intel_pmic.o
obj-$(CONFIG_BYTCRC_PMIC_OPREGION)	+= intel_pmic_bytcrc.o
obj-$(CONFIG_CHTCRC_PMIC_OPREGION)	+= intel_pmic_chtcrc.o
obj-$(CONFIG_XPOWER_PMIC_OPREGION)	+= intel_pmic_xpower.o
obj-$(CONFIG_BXT_WC_PMIC_OPREGION)	+= intel_pmic_bxtwc.o
obj-$(CONFIG_CHT_WC_PMIC_OPREGION)	+= intel_pmic_chtwc.o
obj-$(CONFIG_CHT_DC_TI_PMIC_OPREGION)	+= intel_pmic_chtdc_ti.o
obj-$(CONFIG_TPS68470_PMIC_OPREGION)	+= tps68470_pmic.o
back to top