aboutsummaryrefslogtreecommitdiff
path: root/src/soc/intel/alderlake/chip.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/soc/intel/alderlake/chip.h')
-rw-r--r--src/soc/intel/alderlake/chip.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/soc/intel/alderlake/chip.h b/src/soc/intel/alderlake/chip.h
index 18429b8236..5173b1cf03 100644
--- a/src/soc/intel/alderlake/chip.h
+++ b/src/soc/intel/alderlake/chip.h
@@ -674,6 +674,11 @@ struct soc_intel_alderlake_config {
/* i915 struct for GMA backlight control */
struct i915_gpu_controller_info gfx;
+
+ /*
+ * IGD panel configuration
+ */
+ struct i915_gpu_panel_config panel_cfg;
};
typedef struct soc_intel_alderlake_config config_t;