aboutsummaryrefslogtreecommitdiff
path: root/src/soc/intel/jasperlake/chip.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/soc/intel/jasperlake/chip.h')
-rw-r--r--src/soc/intel/jasperlake/chip.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/soc/intel/jasperlake/chip.h b/src/soc/intel/jasperlake/chip.h
index 6b5f599911..5a87a91037 100644
--- a/src/soc/intel/jasperlake/chip.h
+++ b/src/soc/intel/jasperlake/chip.h
@@ -136,6 +136,10 @@ struct soc_intel_jasperlake_config {
/* Heci related */
uint8_t Heci3Enabled;
+ /* VR Config Settings for IA Core */
+ uint16_t ImonSlope;
+ uint16_t ImonOffset;
+
/* Gfx related */
uint8_t IgdDvmt50PreAlloc;
uint8_t InternalGfx;