Searched refs:I915_PW (Results 1 – 1 of 1) sorted by relevance
/linux/drivers/gpu/drm/i915/display/ |
H A D | intel_display_power_map.c | 38 #define I915_PW(_name, _domain_list, ...) \ macro 55 I915_PW("always-on", &i9xx_pwdoms_always_on), 78 I915_PW("pipes", &i830_pwdoms_pipes), 110 I915_PW("display", &hsw_pwdoms_display, 144 I915_PW("display", &bdw_pwdoms_display, 203 I915_PW("display", &vlv_pwdoms_display, 210 I915_PW("dpio-tx-b-01", &vlv_pwdoms_dpio_tx_bc_lanes, 212 I915_PW("dpio-tx-b-23", &vlv_pwdoms_dpio_tx_bc_lanes, 214 I915_PW("dpio-tx-c-01", &vlv_pwdoms_dpio_tx_bc_lanes, 216 I915_PW("dpio-tx-c-23", &vlv_pwdoms_dpio_tx_bc_lanes, [all …]
|