Home
last modified time | relevance | path

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

/gfx-drm/usr/src/uts/intel/io/i915/
H A Dintel_dp.c860 intel_dp->DP |= DP_PORT_WIDTH(intel_dp->lane_count); in intel_dp_mode_set()
H A Di915_reg.h2821 #define DP_PORT_WIDTH(width) (((width) - 1) << 19) macro