Home
last modified time | relevance | path

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

/linux-4.4.14/include/drm/
Ddrm_dp_helper.h66 #define DP_DPCD_REV 0x000 macro
637 return dpcd[DP_DPCD_REV] >= 0x11 && in drm_dp_enhanced_frame_cap()
644 return dpcd[DP_DPCD_REV] >= 0x12 && in drm_dp_tps3_supported()
/linux-4.4.14/drivers/gpu/drm/nouveau/
Dnouveau_dp.c65 ret = nvkm_rdaux(aux, DP_DPCD_REV, dpcd, 8); in nouveau_dp_detect()
/linux-4.4.14/drivers/gpu/drm/gma500/
Dcdv_intel_dp.c328 if (intel_dp->dpcd[DP_DPCD_REV] >= 0x11) { in cdv_intel_dp_max_lane_count()
1078 if (intel_dp->dpcd[DP_DPCD_REV] >= 0x11 && in cdv_intel_dp_mode_set()
1114 if (intel_dp->dpcd[DP_DPCD_REV] < 0x11) in cdv_intel_dp_sink_dpms()
1711 if (intel_dp->dpcd[DP_DPCD_REV] != 0) in cdv_dp_detect()
2119 ret = cdv_intel_dp_aux_native_read(gma_encoder, DP_DPCD_REV, in cdv_intel_dp_init()
/linux-4.4.14/drivers/gpu/drm/i915/
Dintel_dp.c2203 if (intel_dp->dpcd[DP_DPCD_REV] < 0x11) in intel_dp_sink_dpms()
3030 drm_dp_dpcd_read(aux, DP_DPCD_REV, buffer, 1); in intel_dp_dpcd_read_wake()
3985 if (intel_dp->dpcd[DP_DPCD_REV] == 0) in intel_dp_get_dpcd()
4050 if (intel_dp->dpcd[DP_DPCD_REV] == 0x10) in intel_dp_get_dpcd()
4086 if (intel_dp->dpcd[DP_DPCD_REV] < 0x12) in intel_dp_probe_mst()
4456 if (intel_dp->dpcd[DP_DPCD_REV] >= 0x11 && in intel_dp_check_link_status()
4492 if (intel_dp->dpcd[DP_DPCD_REV] >= 0x11 && in intel_dp_detect_dpcd()
4509 if (intel_dp->dpcd[DP_DPCD_REV] >= 0x11) { in intel_dp_detect_dpcd()
4820 if (intel_dp->dpcd[DP_DPCD_REV] >= 0x11 && in intel_dp_detect()
5908 if (intel_dp->dpcd[DP_DPCD_REV] >= 0x11) in intel_edp_init_connector()
Di915_debugfs.c2862 seq_printf(m, "\tDPCD rev: %x\n", intel_dp->dpcd[DP_DPCD_REV]); in intel_dp_info()
5355 { .offset = DP_DPCD_REV, .size = DP_RECEIVER_CAP_SIZE },
/linux-4.4.14/drivers/gpu/drm/
Ddrm_dp_helper.c310 err = drm_dp_dpcd_read(aux, DP_DPCD_REV, values, sizeof(values)); in drm_dp_link_probe()
Ddrm_dp_mst_topology.c2024 ret = drm_dp_dpcd_read(mgr->aux, DP_DPCD_REV, mgr->dpcd, DP_RECEIVER_CAP_SIZE); in drm_dp_mst_topology_mgr_set_mst()
2129 sret = drm_dp_dpcd_read(mgr->aux, DP_DPCD_REV, mgr->dpcd, DP_RECEIVER_CAP_SIZE); in drm_dp_mst_topology_mgr_resume()
2791 ret = drm_dp_dpcd_read(mgr->aux, DP_DPCD_REV, buf, DP_RECEIVER_CAP_SIZE); in drm_dp_mst_dump_topology()
/linux-4.4.14/drivers/gpu/drm/amd/amdgpu/
Datombios_dp.c365 ret = drm_dp_dpcd_read(&amdgpu_connector->ddc_bus->aux, DP_DPCD_REV, msg, in amdgpu_atombios_dp_get_dpcd()
/linux-4.4.14/drivers/gpu/drm/radeon/
Dradeon_dp_mst.c683 if (dig_connector->dpcd[DP_DPCD_REV] < 0x12) in radeon_dp_mst_probe()
Datombios_dp.c429 ret = drm_dp_dpcd_read(&radeon_connector->ddc_bus->aux, DP_DPCD_REV, msg, in radeon_dp_getdpcd()
/linux-4.4.14/drivers/gpu/drm/exynos/
Dexynos_dp_core.c210 retval = exynos_dp_read_bytes_from_dpcd(dp, DP_DPCD_REV, in exynos_dp_handle_edid()
/linux-4.4.14/drivers/gpu/drm/msm/edp/
Dedp_ctrl.c1201 if (drm_dp_dpcd_read(ctrl->drm_aux, DP_DPCD_REV, ctrl->dpcd, in msm_edp_ctrl_panel_connected()