Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/i915/display/
H A Dintel_display_power_well.h14 struct i915_power_well_ops;
91 const struct i915_power_well_ops *ops;
166 extern const struct i915_power_well_ops chv_pipe_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;
174 extern const struct i915_power_well_ops vlv_dpio_power_well_ops;
175 extern const struct i915_power_well_ops icl_aux_power_well_ops;
176 extern const struct i915_power_well_ops icl_ddi_power_well_ops;
177 extern const struct i915_power_well_ops tgl_tc_cold_off_ops;
[all …]
H A Dintel_display_power_well.c39 struct i915_power_well_ops { struct
1849 const struct i915_power_well_ops chv_pipe_power_well_ops = {
1863 const struct i915_power_well_ops i830_pipes_power_well_ops = {
1877 const struct i915_power_well_ops hsw_power_well_ops = {
1885 const struct i915_power_well_ops gen9_dc_off_power_well_ops = {
1899 const struct i915_power_well_ops vlv_display_power_well_ops = {
1913 const struct i915_power_well_ops vlv_dpio_power_well_ops = {
1926 const struct i915_power_well_ops icl_aux_power_well_ops = {
1940 const struct i915_power_well_ops icl_ddi_power_well_ops = {
1948 const struct i915_power_well_ops tgl_tc_cold_off_ops = {
[all …]