Searched refs:power_well (Results 1 – 3 of 3) sorted by relevance
68 struct i915_power_well *power_well);75 struct i915_power_well *power_well);81 struct i915_power_well *power_well);84 struct i915_power_well *power_well);88 i915_power_well_instance(const struct i915_power_well *power_well) in i915_power_well_instance() argument90 return &power_well->desc->instances->list[power_well->instance_idx]; in i915_power_well_instance()97 struct i915_power_well *power_well; in lookup_power_well() local99 for_each_power_well(display, power_well) in lookup_power_well()100 if (i915_power_well_instance(power_well)->id == power_well_id) in lookup_power_well()101 return power_well; in lookup_power_well()[all …]
133 struct i915_power_well *power_well);135 struct i915_power_well *power_well);137 struct i915_power_well *power_well);139 struct i915_power_well *power_well);141 struct i915_power_well *power_well);143 struct i915_power_well *power_well);144 bool intel_power_well_is_enabled_cached(struct i915_power_well *power_well);147 bool intel_power_well_is_always_on(struct i915_power_well *power_well);148 const char *intel_power_well_name(struct i915_power_well *power_well);149 struct intel_power_domain_mask *intel_power_well_domains(struct i915_power_well *power_well);[all …]
1776 struct i915_power_well *power_well) in init_power_well_domains() argument1784 bitmap_fill(power_well->domains.bits, POWER_DOMAIN_NUM); in init_power_well_domains()1790 set_bit(inst->domain_list->list[j], power_well->domains.bits); in init_power_well_domains()