Searched refs:pmdemand_state (Results 1 - 3 of 3) sorted by relevance

/openbsd-current/sys/dev/pci/drm/i915/display/
H A Dintel_pmdemand.c21 struct intel_pmdemand_state *pmdemand_state; local
23 pmdemand_state = kmemdup(obj->state, sizeof(*pmdemand_state), GFP_KERNEL);
24 if (!pmdemand_state)
27 return &pmdemand_state->base;
45 struct intel_global_state *pmdemand_state = local
49 if (IS_ERR(pmdemand_state))
50 return ERR_CAST(pmdemand_state);
52 return to_intel_pmdemand_state(pmdemand_state);
59 struct intel_global_state *pmdemand_state local
73 struct intel_global_state *pmdemand_state = local
85 struct intel_pmdemand_state *pmdemand_state; local
109 intel_pmdemand_update_phys_mask(struct drm_i915_private *i915, struct intel_encoder *encoder, struct intel_pmdemand_state *pmdemand_state, bool set_bit) argument
133 intel_pmdemand_update_port_clock(struct drm_i915_private *i915, struct intel_pmdemand_state *pmdemand_state, enum pipe pipe, int port_clock) argument
144 intel_pmdemand_update_max_ddiclk(struct drm_i915_private *i915, struct intel_atomic_state *state, struct intel_pmdemand_state *pmdemand_state) argument
165 intel_pmdemand_update_connector_phys(struct drm_i915_private *i915, struct intel_atomic_state *state, struct drm_connector_state *conn_state, bool set_bit, struct intel_pmdemand_state *pmdemand_state) argument
191 intel_pmdemand_update_active_non_tc_phys(struct drm_i915_private *i915, struct intel_atomic_state *state, struct intel_pmdemand_state *pmdemand_state) argument
384 intel_pmdemand_init_pmdemand_params(struct drm_i915_private *i915, struct intel_pmdemand_state *pmdemand_state) argument
[all...]
H A Dintel_pmdemand.h53 struct intel_pmdemand_state *pmdemand_state);
55 struct intel_pmdemand_state *pmdemand_state,
59 struct intel_pmdemand_state *pmdemand_state,
H A Dintel_modeset_setup.c120 struct intel_pmdemand_state *pmdemand_state = local
132 pmdemand_state, false);
162 struct intel_pmdemand_state *pmdemand_state = local
188 intel_pmdemand_update_port_clock(i915, pmdemand_state, pipe, 0);
567 struct intel_pmdemand_state *pmdemand_state = local
594 pmdemand_state, false);
682 struct intel_pmdemand_state *pmdemand_state = local
749 pmdemand_state,
753 pmdemand_state,
872 intel_pmdemand_update_port_clock(i915, pmdemand_state, pip
[all...]

Completed in 97 milliseconds