Searched refs:port_pipe (Results 1 – 1 of 1) sorted by relevance
/linux-6.6.21/drivers/gpu/drm/i915/display/ |
D | intel_pch_display.c | 41 enum pipe port_pipe; in assert_pch_dp_disabled() local 44 state = g4x_dp_port_enabled(dev_priv, dp_reg, port, &port_pipe); in assert_pch_dp_disabled() 46 I915_STATE_WARN(dev_priv, state && port_pipe == pipe, in assert_pch_dp_disabled() 51 HAS_PCH_IBX(dev_priv) && !state && port_pipe == PIPE_B, in assert_pch_dp_disabled() 60 enum pipe port_pipe; in assert_pch_hdmi_disabled() local 63 state = intel_sdvo_port_enabled(dev_priv, hdmi_reg, &port_pipe); in assert_pch_hdmi_disabled() 65 I915_STATE_WARN(dev_priv, state && port_pipe == pipe, in assert_pch_hdmi_disabled() 70 HAS_PCH_IBX(dev_priv) && !state && port_pipe == PIPE_B, in assert_pch_hdmi_disabled() 78 enum pipe port_pipe; in assert_pch_ports_disabled() local 85 intel_crt_port_enabled(dev_priv, PCH_ADPA, &port_pipe) && port_pipe == pipe, in assert_pch_ports_disabled() [all …]
|