Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/gpu/drm/i915/
Dintel_runtime_pm.c991 static const struct i915_power_well_ops i9xx_always_on_power_well_ops = {
998 static const struct i915_power_well_ops chv_pipe_power_well_ops = {
1005 static const struct i915_power_well_ops chv_dpio_cmn_power_well_ops = {
1021 static const struct i915_power_well_ops hsw_power_well_ops = {
1028 static const struct i915_power_well_ops skl_power_well_ops = {
1063 static const struct i915_power_well_ops vlv_display_power_well_ops = {
1070 static const struct i915_power_well_ops vlv_dpio_cmn_power_well_ops = {
1077 static const struct i915_power_well_ops vlv_dpio_power_well_ops = {
Di915_drv.h1078 struct i915_power_well_ops { struct
1115 const struct i915_power_well_ops *ops; argument