Searched defs:port_sel (Results 1 - 2 of 2) sorted by relevance

/solaris-x11-s11/open-src/kernel/i915/src/
H A Dintel_dp.c2950 u32 pp_on, pp_off, pp_div, port_sel = 0; local
2978 port_sel = I915_READ(pp_on_reg) & 0xc0000000;
2981 port_sel = PANEL_POWER_PORT_DP_A;
2983 port_sel = PANEL_POWER_PORT_DP_D;
2986 pp_on |= port_sel;
H A Dintel_display.c1187 enum pipe pipe, u32 port_sel, u32 val)
1195 if ((trans_dp_ctl & TRANS_DP_PORT_SEL_MASK) != port_sel)
1252 enum pipe pipe, int reg, u32 port_sel)
1255 if(dp_pipe_enabled(dev_priv, pipe, port_sel, val))
1186 dp_pipe_enabled(struct drm_i915_private *dev_priv, enum pipe pipe, u32 port_sel, u32 val) argument
1251 assert_pch_dp_disabled(struct drm_i915_private *dev_priv, enum pipe pipe, int reg, u32 port_sel) argument

Completed in 43 milliseconds