Searched refs:I915_PW (Results 1 – 1 of 1) sorted by relevance
/Linux-v6.1/drivers/gpu/drm/i915/display/ |
D | intel_display_power_map.c | 37 #define I915_PW(_name, _domain_list, ...) \ macro 54 I915_PW("always-on", &i9xx_pwdoms_always_on), 77 I915_PW("pipes", &i830_pwdoms_pipes), 109 I915_PW("display", &hsw_pwdoms_display, 143 I915_PW("display", &bdw_pwdoms_display, 196 I915_PW("display", &vlv_pwdoms_display, 203 I915_PW("dpio-tx-b-01", &vlv_pwdoms_dpio_tx_bc_lanes, 205 I915_PW("dpio-tx-b-23", &vlv_pwdoms_dpio_tx_bc_lanes, 207 I915_PW("dpio-tx-c-01", &vlv_pwdoms_dpio_tx_bc_lanes, 209 I915_PW("dpio-tx-c-23", &vlv_pwdoms_dpio_tx_bc_lanes, [all …]
|