Home
last modified time | relevance | path

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

/netbsd-src/sys/external/bsd/drm2/dist/drm/i915/display/
H A Dintel_display.c1341 enum pipe port_pipe; in assert_pch_dp_disabled() local
1344 state = intel_dp_port_enabled(dev_priv, dp_reg, port, &port_pipe); in assert_pch_dp_disabled()
1346 I915_STATE_WARN(state && port_pipe == pipe, in assert_pch_dp_disabled()
1350 I915_STATE_WARN(HAS_PCH_IBX(dev_priv) && !state && port_pipe == PIPE_B, in assert_pch_dp_disabled()
1359 enum pipe port_pipe; in assert_pch_hdmi_disabled() local
1362 state = intel_sdvo_port_enabled(dev_priv, hdmi_reg, &port_pipe); in assert_pch_hdmi_disabled()
1364 I915_STATE_WARN(state && port_pipe == pipe, in assert_pch_hdmi_disabled()
1368 I915_STATE_WARN(HAS_PCH_IBX(dev_priv) && !state && port_pipe == PIPE_B, in assert_pch_hdmi_disabled()
1376 enum pipe port_pipe; in assert_pch_ports_disabled() local
1382 I915_STATE_WARN(intel_crt_port_enabled(dev_priv, PCH_ADPA, &port_pipe) && in assert_pch_ports_disabled()
[all …]