Lines Matching refs:port_pipe
696 enum pipe port_pipe; in assert_pch_dp_disabled() local
699 state = g4x_dp_port_enabled(dev_priv, dp_reg, port, &port_pipe); in assert_pch_dp_disabled()
701 I915_STATE_WARN(state && port_pipe == pipe, in assert_pch_dp_disabled()
705 I915_STATE_WARN(HAS_PCH_IBX(dev_priv) && !state && port_pipe == PIPE_B, in assert_pch_dp_disabled()
714 enum pipe port_pipe; in assert_pch_hdmi_disabled() local
717 state = intel_sdvo_port_enabled(dev_priv, hdmi_reg, &port_pipe); in assert_pch_hdmi_disabled()
719 I915_STATE_WARN(state && port_pipe == pipe, in assert_pch_hdmi_disabled()
723 I915_STATE_WARN(HAS_PCH_IBX(dev_priv) && !state && port_pipe == PIPE_B, in assert_pch_hdmi_disabled()
731 enum pipe port_pipe; in assert_pch_ports_disabled() local
737 I915_STATE_WARN(intel_crt_port_enabled(dev_priv, PCH_ADPA, &port_pipe) && in assert_pch_ports_disabled()
738 port_pipe == pipe, in assert_pch_ports_disabled()
742 I915_STATE_WARN(intel_lvds_port_enabled(dev_priv, PCH_LVDS, &port_pipe) && in assert_pch_ports_disabled()
743 port_pipe == pipe, in assert_pch_ports_disabled()