Home
last modified time | relevance | path

Searched refs:DP_ENHANCED_FRAME_CAP (Results 1 – 3 of 3) sorted by relevance

/linux-2.6.39/include/drm/
Ddrm_dp_helper.h56 # define DP_ENHANCED_FRAME_CAP (1 << 7) macro
/linux-2.6.39/drivers/gpu/drm/nouveau/
Dnouveau_dp.c474 nv_encoder->dp.enhanced_frame = (dpcd[2] & DP_ENHANCED_FRAME_CAP); in nouveau_dp_detect()
/linux-2.6.39/drivers/gpu/drm/i915/
Dintel_dp.c779 if (intel_dp->dpcd[0] >= 0x11 && (intel_dp->dpcd[2] & DP_ENHANCED_FRAME_CAP)) { in intel_dp_mode_set()