Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/gpu/drm/i915/display/
Dintel_lspcon.c79 if (drm_dp_read_desc(&dp->aux, &dp->desc, drm_dp_is_branch(dp->dpcd))) { in lspcon_detect_vendor()
Dintel_dp.c4240 drm_dp_is_branch(intel_dp->dpcd)); in intel_edp_init_dpcd()
4319 drm_dp_is_branch(intel_dp->dpcd)); in intel_dp_get_dpcd()
4356 if (!drm_dp_is_branch(intel_dp->dpcd)) in intel_dp_get_dpcd()
5008 if (!drm_dp_is_branch(dpcd)) in intel_dp_detect_dpcd()
/Linux-v5.4/include/drm/
Ddrm_dp_helper.h1168 drm_dp_is_branch(const u8 dpcd[DP_RECEIVER_CAP_SIZE]) in drm_dp_is_branch() function