Home
last modified time | relevance | path

Searched refs:i915_power_well_ops (Results 1 – 2 of 2) sorted by relevance

/Linux-v6.6/drivers/gpu/drm/i915/display/
Dintel_display_power_well.h14 struct i915_power_well_ops;
91 const struct i915_power_well_ops *ops;
165 extern const struct i915_power_well_ops i9xx_always_on_power_well_ops;
166 extern const struct i915_power_well_ops chv_pipe_power_well_ops;
167 extern const struct i915_power_well_ops chv_dpio_cmn_power_well_ops;
168 extern const struct i915_power_well_ops i830_pipes_power_well_ops;
169 extern const struct i915_power_well_ops hsw_power_well_ops;
170 extern const struct i915_power_well_ops gen9_dc_off_power_well_ops;
171 extern const struct i915_power_well_ops bxt_dpio_cmn_power_well_ops;
172 extern const struct i915_power_well_ops vlv_display_power_well_ops;
[all …]
Dintel_display_power_well.c39 struct i915_power_well_ops { struct
1831 const struct i915_power_well_ops i9xx_always_on_power_well_ops = {
1838 const struct i915_power_well_ops chv_pipe_power_well_ops = {
1845 const struct i915_power_well_ops chv_dpio_cmn_power_well_ops = {
1852 const struct i915_power_well_ops i830_pipes_power_well_ops = {
1866 const struct i915_power_well_ops hsw_power_well_ops = {
1874 const struct i915_power_well_ops gen9_dc_off_power_well_ops = {
1881 const struct i915_power_well_ops bxt_dpio_cmn_power_well_ops = {
1888 const struct i915_power_well_ops vlv_display_power_well_ops = {
1895 const struct i915_power_well_ops vlv_dpio_cmn_power_well_ops = {
[all …]