Lines Matching refs:active
45 INTEL_DISPLAY_STATE_WARN(display, !crtc_state->hw.active, in intel_connector_verify_state()
58 INTEL_DISPLAY_STATE_WARN(display, crtc_state && crtc_state->hw.active, in intel_connector_verify_state()
152 bool active; in verify_encoder_state() local
154 active = encoder->get_hw_state(encoder, &pipe); in verify_encoder_state()
155 INTEL_DISPLAY_STATE_WARN(display, active, in verify_encoder_state()
185 if (display->platform.i830 && hw_crtc_state->hw.active) in verify_crtc_state()
186 hw_crtc_state->hw.active = sw_crtc_state->hw.active; in verify_crtc_state()
189 sw_crtc_state->hw.active != hw_crtc_state->hw.active, in verify_crtc_state()
191 sw_crtc_state->hw.active, hw_crtc_state->hw.active); in verify_crtc_state()
193 INTEL_DISPLAY_STATE_WARN(display, crtc->active != sw_crtc_state->hw.active, in verify_crtc_state()
195 sw_crtc_state->hw.active, crtc->active); in verify_crtc_state()
201 bool active; in verify_crtc_state() local
203 active = encoder->get_hw_state(encoder, &pipe); in verify_crtc_state()
204 INTEL_DISPLAY_STATE_WARN(display, active != sw_crtc_state->hw.active, in verify_crtc_state()
206 encoder->base.base.id, active, in verify_crtc_state()
207 sw_crtc_state->hw.active); in verify_crtc_state()
209 INTEL_DISPLAY_STATE_WARN(display, active && primary_crtc->pipe != pipe, in verify_crtc_state()
213 if (active) in verify_crtc_state()
217 if (!sw_crtc_state->hw.active) in verify_crtc_state()