Lines Matching refs:port_pipe
1332 enum pipe port_pipe; in assert_pch_dp_disabled() local
1335 state = intel_dp_port_enabled(dev_priv, dp_reg, port, &port_pipe); in assert_pch_dp_disabled()
1337 I915_STATE_WARN(state && port_pipe == pipe, in assert_pch_dp_disabled()
1341 I915_STATE_WARN(HAS_PCH_IBX(dev_priv) && !state && port_pipe == PIPE_B, in assert_pch_dp_disabled()
1350 enum pipe port_pipe; in assert_pch_hdmi_disabled() local
1353 state = intel_sdvo_port_enabled(dev_priv, hdmi_reg, &port_pipe); in assert_pch_hdmi_disabled()
1355 I915_STATE_WARN(state && port_pipe == pipe, in assert_pch_hdmi_disabled()
1359 I915_STATE_WARN(HAS_PCH_IBX(dev_priv) && !state && port_pipe == PIPE_B, in assert_pch_hdmi_disabled()
1367 enum pipe port_pipe; in assert_pch_ports_disabled() local
1373 I915_STATE_WARN(intel_crt_port_enabled(dev_priv, PCH_ADPA, &port_pipe) && in assert_pch_ports_disabled()
1374 port_pipe == pipe, in assert_pch_ports_disabled()
1378 I915_STATE_WARN(intel_lvds_port_enabled(dev_priv, PCH_LVDS, &port_pipe) && in assert_pch_ports_disabled()
1379 port_pipe == pipe, in assert_pch_ports_disabled()