Home
last modified time | relevance | path

Searched refs:port_pipe (Results 1 – 1 of 1) sorted by relevance

/linux-5.19.10/drivers/gpu/drm/i915/display/
Dintel_pch_display.c38 enum pipe port_pipe; in assert_pch_dp_disabled() local
41 state = g4x_dp_port_enabled(dev_priv, dp_reg, port, &port_pipe); in assert_pch_dp_disabled()
43 I915_STATE_WARN(state && port_pipe == pipe, in assert_pch_dp_disabled()
47 I915_STATE_WARN(HAS_PCH_IBX(dev_priv) && !state && port_pipe == PIPE_B, in assert_pch_dp_disabled()
56 enum pipe port_pipe; in assert_pch_hdmi_disabled() local
59 state = intel_sdvo_port_enabled(dev_priv, hdmi_reg, &port_pipe); in assert_pch_hdmi_disabled()
61 I915_STATE_WARN(state && port_pipe == pipe, in assert_pch_hdmi_disabled()
65 I915_STATE_WARN(HAS_PCH_IBX(dev_priv) && !state && port_pipe == PIPE_B, in assert_pch_hdmi_disabled()
73 enum pipe port_pipe; in assert_pch_ports_disabled() local
79 I915_STATE_WARN(intel_crt_port_enabled(dev_priv, PCH_ADPA, &port_pipe) && in assert_pch_ports_disabled()
[all …]