[Intel-gfx] [PATCH 3/3] drm/i915/vbt: Add VRR VBT toggle
José Roberto de Souza
jose.souza at intel.com
Tue Sep 29 21:29:12 UTC 2020
This will be used in future but already adding to VBT so we are
updated with VBT changes.
Signed-off-by: José Roberto de Souza <jose.souza at intel.com>
---
drivers/gpu/drm/i915/display/intel_vbt_defs.h | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/gpu/drm/i915/display/intel_vbt_defs.h b/drivers/gpu/drm/i915/display/intel_vbt_defs.h
index 12ec4c0781ce..87f403424719 100644
--- a/drivers/gpu/drm/i915/display/intel_vbt_defs.h
+++ b/drivers/gpu/drm/i915/display/intel_vbt_defs.h
@@ -835,6 +835,7 @@ struct bdb_lfp_power {
u16 lace_enabled_status;
struct agressiveness_profile_entry aggressivenes[16];
u16 hobl; /* 232+ */
+ u16 vrr_feature_enabled; /* 233+ */
} __packed;
/*
--
2.28.0
More information about the Intel-gfx
mailing list