Searched refs:DP_PORT_WIDTH (Results 1 – 3 of 3) sorted by relevance
126 intel_dp->DP |= DP_PORT_WIDTH(pipe_config->lane_count); in intel_dp_prepare()
120 DP |= DP_PORT_WIDTH(1); in vlv_power_sequencer_kick()
1500 #define DP_PORT_WIDTH(width) (((width) - 1) << 19) macro