Searched refs:port_pipe (Results 1 – 1 of 1) sorted by relevance
/Linux-v4.19/drivers/gpu/drm/i915/ |
D | intel_display.c | 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() [all …]
|