Searched refs:hw_crtc_state (Results 1 – 1 of 1) sorted by relevance
168 struct intel_crtc_state *hw_crtc_state; in verify_crtc_state() local172 hw_crtc_state = intel_crtc_state_alloc(crtc); in verify_crtc_state()173 if (!hw_crtc_state) in verify_crtc_state()179 hw_crtc_state->hw.enable = sw_crtc_state->hw.enable; in verify_crtc_state()181 intel_crtc_get_pipe_config(hw_crtc_state); in verify_crtc_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()190 sw_crtc_state->hw.active, hw_crtc_state->hw.active); in verify_crtc_state()213 intel_encoder_get_config(encoder, hw_crtc_state); in verify_crtc_state()[all …]