Lines Matching refs:cur_state
30 bool cur_state;
40 cur_state = intel_de_read(display,
43 cur_state = intel_de_read(display, FDI_TX_CTL(pipe)) & FDI_TX_ENABLE;
45 INTEL_DISPLAY_STATE_WARN(display, cur_state != state,
47 str_on_off(state), str_on_off(cur_state));
63 bool cur_state;
65 cur_state = intel_de_read(display, FDI_RX_CTL(pipe)) & FDI_RX_ENABLE;
66 INTEL_DISPLAY_STATE_WARN(display, cur_state != state,
68 str_on_off(state), str_on_off(cur_state));
83 bool cur_state;
93 cur_state = intel_de_read(display, FDI_TX_CTL(pipe)) & FDI_TX_PLL_ENABLE;
94 INTEL_DISPLAY_STATE_WARN(display, !cur_state,
101 bool cur_state;
103 cur_state = intel_de_read(display, FDI_RX_CTL(pipe)) & FDI_RX_PLL_ENABLE;
104 INTEL_DISPLAY_STATE_WARN(display, cur_state != state,
106 str_on_off(state), str_on_off(cur_state));