Home
last modified time | relevance | path

Searched refs:DP_DPCD_REV (Results 1 – 4 of 4) sorted by relevance

/linux-3.4.99/include/drm/
Ddrm_dp_helper.h50 #define DP_DPCD_REV 0x000 macro
/linux-3.4.99/drivers/gpu/drm/i915/
Dintel_dp.c908 if (intel_dp->dpcd[DP_DPCD_REV] >= 0x11 && in intel_dp_mode_set()
1254 if (intel_dp->dpcd[DP_DPCD_REV] < 0x11) in intel_dp_sink_dpms()
1965 (intel_dp->dpcd[DP_DPCD_REV] != 0)) { in intel_dp_get_dpcd()
2027 if (intel_dp->dpcd[DP_DPCD_REV] >= 0x11 && in intel_dp_check_link_status()
2540 if (intel_dp->dpcd[DP_DPCD_REV] >= 0x11) in intel_dp_init()
/linux-3.4.99/drivers/gpu/drm/radeon/
Datombios_dp.c578 ret = radeon_dp_aux_native_read(radeon_connector, DP_DPCD_REV, msg, 8, 0); in radeon_dp_getdpcd()
787 if (dp_info->dpcd[DP_DPCD_REV] >= 0x11 && in radeon_dp_link_train_init()
/linux-3.4.99/drivers/gpu/drm/nouveau/
Dnouveau_dp.c526 ret = auxch_tx(dev, auxch->drive, 9, DP_DPCD_REV, dpcd, 8); in nouveau_dp_detect()