|
@@ -2013,6 +2013,7 @@ static struct i915_power_well i9xx_always_on_power_well[] = {
|
|
|
.always_on = 1,
|
|
|
.domains = POWER_DOMAIN_MASK,
|
|
|
.ops = &i9xx_always_on_power_well_ops,
|
|
|
+ .id = I915_DISP_PW_ALWAYS_ON,
|
|
|
},
|
|
|
};
|
|
|
|
|
@@ -2029,6 +2030,7 @@ static struct i915_power_well i830_power_wells[] = {
|
|
|
.always_on = 1,
|
|
|
.domains = POWER_DOMAIN_MASK,
|
|
|
.ops = &i9xx_always_on_power_well_ops,
|
|
|
+ .id = I915_DISP_PW_ALWAYS_ON,
|
|
|
},
|
|
|
{
|
|
|
.name = "pipes",
|
|
@@ -2071,6 +2073,7 @@ static struct i915_power_well hsw_power_wells[] = {
|
|
|
.always_on = 1,
|
|
|
.domains = POWER_DOMAIN_MASK,
|
|
|
.ops = &i9xx_always_on_power_well_ops,
|
|
|
+ .id = I915_DISP_PW_ALWAYS_ON,
|
|
|
},
|
|
|
{
|
|
|
.name = "display",
|
|
@@ -2085,6 +2088,7 @@ static struct i915_power_well bdw_power_wells[] = {
|
|
|
.always_on = 1,
|
|
|
.domains = POWER_DOMAIN_MASK,
|
|
|
.ops = &i9xx_always_on_power_well_ops,
|
|
|
+ .id = I915_DISP_PW_ALWAYS_ON,
|
|
|
},
|
|
|
{
|
|
|
.name = "display",
|
|
@@ -2178,6 +2182,7 @@ static struct i915_power_well chv_power_wells[] = {
|
|
|
.always_on = 1,
|
|
|
.domains = POWER_DOMAIN_MASK,
|
|
|
.ops = &i9xx_always_on_power_well_ops,
|
|
|
+ .id = I915_DISP_PW_ALWAYS_ON,
|
|
|
},
|
|
|
{
|
|
|
.name = "display",
|
|
@@ -2282,6 +2287,7 @@ static struct i915_power_well bxt_power_wells[] = {
|
|
|
.always_on = 1,
|
|
|
.domains = POWER_DOMAIN_MASK,
|
|
|
.ops = &i9xx_always_on_power_well_ops,
|
|
|
+ .id = I915_DISP_PW_ALWAYS_ON,
|
|
|
},
|
|
|
{
|
|
|
.name = "power well 1",
|
|
@@ -2323,6 +2329,7 @@ static struct i915_power_well glk_power_wells[] = {
|
|
|
.always_on = 1,
|
|
|
.domains = POWER_DOMAIN_MASK,
|
|
|
.ops = &i9xx_always_on_power_well_ops,
|
|
|
+ .id = I915_DISP_PW_ALWAYS_ON,
|
|
|
},
|
|
|
{
|
|
|
.name = "power well 1",
|
|
@@ -2408,6 +2415,7 @@ static struct i915_power_well cnl_power_wells[] = {
|
|
|
.always_on = 1,
|
|
|
.domains = POWER_DOMAIN_MASK,
|
|
|
.ops = &i9xx_always_on_power_well_ops,
|
|
|
+ .id = I915_DISP_PW_ALWAYS_ON,
|
|
|
},
|
|
|
{
|
|
|
.name = "power well 1",
|