Home | Sort by: relevance | last modified time | path |
/src/sys/external/bsd/drm2/dist/drm/i915/display/ | |
intel_dp.c | 966 u32 port_sel = I915_READ(PP_ON_DELAYS(pipe)) & local in function:vlv_initial_pps_pipe 969 if (port_sel != PANEL_PORT_SELECT_VLV(port)) 6879 u32 pp_on, pp_off, port_sel = 0; local in function:intel_dp_init_panel_power_sequencer_registers 6922 port_sel = PANEL_PORT_SELECT_VLV(port); 6926 port_sel = PANEL_PORT_SELECT_DPA; 6929 port_sel = PANEL_PORT_SELECT_DPC; 6932 port_sel = PANEL_PORT_SELECT_DPD; 6940 pp_on |= port_sel; |
intel_display.c | 1220 u32 port_sel; local in function:assert_panel_unlocked 1223 port_sel = I915_READ(PP_ON_DELAYS(0)) & PANEL_PORT_SELECT_MASK; 1225 switch (port_sel) { 1239 MISSING_CASE(port_sel); 1247 u32 port_sel; local in function:assert_panel_unlocked 1250 port_sel = I915_READ(PP_ON_DELAYS(0)) & PANEL_PORT_SELECT_MASK; 1252 WARN_ON(port_sel != PANEL_PORT_SELECT_LVDS); |