Searched refs:sw_crtc_state (Results 1 – 1 of 1) sorted by relevance
166 const struct intel_crtc_state *sw_crtc_state = in verify_crtc_state() local179 hw_crtc_state->hw.enable = sw_crtc_state->hw.enable; 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()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()194 sw_crtc_state->hw.active, crtc->active); in verify_crtc_state()196 primary_crtc = intel_primary_crtc(sw_crtc_state); in verify_crtc_state()203 I915_STATE_WARN(i915, active != sw_crtc_state->hw.active, in verify_crtc_state()206 sw_crtc_state->hw.active); in verify_crtc_state()[all …]