aboutsummaryrefslogtreecommitdiff
path: root/src/soc/intel/skylake/chip.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/soc/intel/skylake/chip.h')
-rw-r--r--src/soc/intel/skylake/chip.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/soc/intel/skylake/chip.h b/src/soc/intel/skylake/chip.h
index a537165dd9..9c8e2bfaa9 100644
--- a/src/soc/intel/skylake/chip.h
+++ b/src/soc/intel/skylake/chip.h
@@ -48,6 +48,18 @@ struct soc_intel_skylake_config {
/* Common struct containing soc config data required by common code */
struct soc_intel_common_config common_soc_config;
+ /* IGD panel configuration */
+ unsigned int gpu_pp_up_delay_ms;
+ unsigned int gpu_pp_down_delay_ms;
+ unsigned int gpu_pp_cycle_delay_ms;
+ unsigned int gpu_pp_backlight_on_delay_ms;
+ unsigned int gpu_pp_backlight_off_delay_ms;
+ unsigned int gpu_pch_backlight_pwm_hz;
+ enum {
+ GPU_BACKLIGHT_POLARITY_HIGH = 0,
+ GPU_BACKLIGHT_POLARITY_LOW,
+ } gpu_pch_backlight_polarity;
+
/*
* Interrupt Routing configuration
* If bit7 is 1, the interrupt is disabled.