Lines Matching refs:cur_state
896 bool cur_state;
900 cur_state = !!(val & DPLL_VCO_ENABLE);
901 if (cur_state != state)
903 state_string(state), state_string(cur_state));
924 bool cur_state;
937 cur_state = pll->get_hw_state(dev_priv, pll, &hw_state);
938 if (cur_state != state)
940 pll->name, state_string(state), state_string(cur_state));
950 bool cur_state;
958 cur_state = !!(val & TRANS_DDI_FUNC_ENABLE);
962 cur_state = !!(val & FDI_TX_ENABLE);
964 if(cur_state != state)
966 state_string(state), state_string(cur_state));
976 bool cur_state;
980 cur_state = !!(val & FDI_RX_ENABLE);
981 if(cur_state != state)
983 state_string(state), state_string(cur_state));
1054 bool cur_state;
1064 cur_state = false;
1068 cur_state = !!(val & PIPECONF_ENABLE);
1071 if(cur_state != state)
1073 pipe_name(pipe), state_string(state), state_string(cur_state));
1081 bool cur_state;
1085 cur_state = !!(val & DISPLAY_PLANE_ENABLE);
1086 if(cur_state != state)