Home
last modified time | relevance | path

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

/netbsd/sys/external/bsd/drm2/dist/drm/i915/display/
H A Dintel_dp.c783 DP |= DP_PORT_WIDTH(1); in vlv_power_sequencer_kick()
2549 intel_dp->DP |= DP_PORT_WIDTH(pipe_config->lane_count); in intel_dp_prepare()
/netbsd/sys/external/bsd/drm2/dist/drm/i915/
H A Di915_reg.h5608 #define DP_PORT_WIDTH(width) (((width) - 1) << 19) macro