Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/gpu/drm/i915/display/
A Dintel_pch_display.c39 enum pipe port_pipe; in assert_pch_dp_disabled() local
42 state = g4x_dp_port_enabled(dev_priv, dp_reg, port, &port_pipe); in assert_pch_dp_disabled()
44 I915_STATE_WARN(state && port_pipe == pipe, in assert_pch_dp_disabled()
48 I915_STATE_WARN(HAS_PCH_IBX(dev_priv) && !state && port_pipe == PIPE_B, in assert_pch_dp_disabled()
57 enum pipe port_pipe; in assert_pch_hdmi_disabled() local
60 state = intel_sdvo_port_enabled(dev_priv, hdmi_reg, &port_pipe); in assert_pch_hdmi_disabled()
62 I915_STATE_WARN(state && port_pipe == pipe, in assert_pch_hdmi_disabled()
66 I915_STATE_WARN(HAS_PCH_IBX(dev_priv) && !state && port_pipe == PIPE_B, in assert_pch_hdmi_disabled()
74 enum pipe port_pipe; in assert_pch_ports_disabled() local
81 port_pipe == pipe, in assert_pch_ports_disabled()
[all …]

Completed in 7 milliseconds