Searched refs:port_pipe (Results 1 – 1 of 1) sorted by relevance
| /Linux-v5.4/drivers/gpu/drm/i915/display/ |
| D | intel_display.c | 1318 enum pipe port_pipe; in assert_pch_dp_disabled() local 1321 state = intel_dp_port_enabled(dev_priv, dp_reg, port, &port_pipe); in assert_pch_dp_disabled() 1323 I915_STATE_WARN(state && port_pipe == pipe, in assert_pch_dp_disabled() 1327 I915_STATE_WARN(HAS_PCH_IBX(dev_priv) && !state && port_pipe == PIPE_B, in assert_pch_dp_disabled() 1336 enum pipe port_pipe; in assert_pch_hdmi_disabled() local 1339 state = intel_sdvo_port_enabled(dev_priv, hdmi_reg, &port_pipe); in assert_pch_hdmi_disabled() 1341 I915_STATE_WARN(state && port_pipe == pipe, in assert_pch_hdmi_disabled() 1345 I915_STATE_WARN(HAS_PCH_IBX(dev_priv) && !state && port_pipe == PIPE_B, in assert_pch_hdmi_disabled() 1353 enum pipe port_pipe; in assert_pch_ports_disabled() local 1359 I915_STATE_WARN(intel_crt_port_enabled(dev_priv, PCH_ADPA, &port_pipe) && in assert_pch_ports_disabled() [all …]
|