|
@@ -2748,6 +2748,12 @@ static const struct i915_power_well_desc icl_power_wells[] = {
|
|
|
.hsw.has_fuses = true,
|
|
|
},
|
|
|
},
|
|
|
+ {
|
|
|
+ .name = "DC off",
|
|
|
+ .domains = ICL_DISPLAY_DC_OFF_POWER_DOMAINS,
|
|
|
+ .ops = &gen9_dc_off_power_well_ops,
|
|
|
+ .id = DISP_PW_ID_NONE,
|
|
|
+ },
|
|
|
{
|
|
|
.name = "power well 2",
|
|
|
.domains = ICL_PW_2_POWER_DOMAINS,
|
|
@@ -2759,12 +2765,6 @@ static const struct i915_power_well_desc icl_power_wells[] = {
|
|
|
.hsw.has_fuses = true,
|
|
|
},
|
|
|
},
|
|
|
- {
|
|
|
- .name = "DC off",
|
|
|
- .domains = ICL_DISPLAY_DC_OFF_POWER_DOMAINS,
|
|
|
- .ops = &gen9_dc_off_power_well_ops,
|
|
|
- .id = DISP_PW_ID_NONE,
|
|
|
- },
|
|
|
{
|
|
|
.name = "power well 3",
|
|
|
.domains = ICL_PW_3_POWER_DOMAINS,
|