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()
150 bool active; in verify_encoder_state() local
152 active = encoder->get_hw_state(encoder, &pipe); in verify_encoder_state()
153 I915_STATE_WARN(i915, active, in verify_encoder_state()
184 if (IS_I830(i915) && hw_crtc_state->hw.active) in verify_crtc_state()
185 hw_crtc_state->hw.active = sw_crtc_state->hw.active; in verify_crtc_state()
188 sw_crtc_state->hw.active != hw_crtc_state->hw.active, in verify_crtc_state()
189 "crtc active state doesn't match with hw state (expected %i, found %i)\n", in verify_crtc_state()
190 sw_crtc_state->hw.active, hw_crtc_state->hw.active); in verify_crtc_state()
192 I915_STATE_WARN(i915, crtc->active != sw_crtc_state->hw.active, in verify_crtc_state()
193 "transitional active state does not match atomic hw state (expected %i, found %i)\n", in verify_crtc_state()
194 sw_crtc_state->hw.active, crtc->active); in verify_crtc_state()
200 bool active; in verify_crtc_state() local
202 active = encoder->get_hw_state(encoder, &pipe); in verify_crtc_state()
203 I915_STATE_WARN(i915, active != sw_crtc_state->hw.active, in verify_crtc_state()
204 "[ENCODER:%i] active %i with crtc active %i\n", in verify_crtc_state()
205 encoder->base.base.id, active, in verify_crtc_state()
206 sw_crtc_state->hw.active); in verify_crtc_state()
208 I915_STATE_WARN(i915, active && primary_crtc->pipe != pipe, in verify_crtc_state()
212 if (active) in verify_crtc_state()
216 if (!sw_crtc_state->hw.active) in verify_crtc_state()