Lines Matching refs:hw_state
925 struct intel_dpll_hw_state hw_state;
937 cur_state = pll->get_hw_state(dev_priv, pll, &hw_state);
3107 memcpy(&pll->hw_state, &crtc->config.dpll_hw_state,
3108 sizeof(pll->hw_state));
8392 if(pll->on && memcmp(&pll->hw_state, &dpll_hw_state,
8856 struct intel_dpll_hw_state *hw_state)
8861 hw_state->dpll = val;
8862 hw_state->fp0 = I915_READ(PCH_FP0(pll->id));
8863 hw_state->fp1 = I915_READ(PCH_FP1(pll->id));
9891 pll->on = pll->get_hw_state(dev_priv, pll, &pll->hw_state);