Lines Matching full:active
44 I915_STATE_WARN(i915, !crtc_state->hw.active, in intel_connector_verify_state()
45 "connector is active, but attached crtc isn't\n"); in intel_connector_verify_state()
57 I915_STATE_WARN(i915, crtc_state && crtc_state->hw.active, in intel_connector_verify_state()
58 "attached crtc is active, but connector isn't\n"); in intel_connector_verify_state()
148 bool active; in verify_encoder_state() local
150 active = encoder->get_hw_state(encoder, &pipe); in verify_encoder_state()
151 I915_STATE_WARN(dev_priv, active, in verify_encoder_state()
183 if (IS_I830(dev_priv) && pipe_config->hw.active) in verify_crtc_state()
184 pipe_config->hw.active = new_crtc_state->hw.active; in verify_crtc_state()
187 new_crtc_state->hw.active != pipe_config->hw.active, in verify_crtc_state()
188 "crtc active state doesn't match with hw state (expected %i, found %i)\n", in verify_crtc_state()
189 new_crtc_state->hw.active, pipe_config->hw.active); in verify_crtc_state()
191 I915_STATE_WARN(dev_priv, crtc->active != new_crtc_state->hw.active, in verify_crtc_state()
192 "transitional active state does not match atomic hw state (expected %i, found %i)\n", in verify_crtc_state()
193 new_crtc_state->hw.active, crtc->active); in verify_crtc_state()
199 bool active; in verify_crtc_state() local
201 active = encoder->get_hw_state(encoder, &pipe); in verify_crtc_state()
202 I915_STATE_WARN(dev_priv, active != new_crtc_state->hw.active, in verify_crtc_state()
203 "[ENCODER:%i] active %i with crtc active %i\n", in verify_crtc_state()
204 encoder->base.base.id, active, in verify_crtc_state()
205 new_crtc_state->hw.active); in verify_crtc_state()
207 I915_STATE_WARN(dev_priv, active && master_crtc->pipe != pipe, in verify_crtc_state()
211 if (active) in verify_crtc_state()
215 if (!new_crtc_state->hw.active) in verify_crtc_state()