Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/gpu/drm/
Ddrm_dp_helper.c479 return drm_dp_is_branch(dpcd) && in drm_dp_downstream_is_type()
688 if (!drm_dp_is_branch(dpcd) || dpcd[DP_DPCD_REV] == DP_DPCD_REV_10) in drm_dp_read_downstream_info()
725 if (!drm_dp_is_branch(dpcd)) in drm_dp_downstream_max_dotclock()
755 if (!drm_dp_is_branch(dpcd)) in drm_dp_downstream_max_tmds_clock()
820 if (!drm_dp_is_branch(dpcd)) in drm_dp_downstream_min_tmds_clock()
863 if (!drm_dp_is_branch(dpcd)) in drm_dp_downstream_max_bpc()
918 if (!drm_dp_is_branch(dpcd)) in drm_dp_downstream_420_passthrough()
949 if (!drm_dp_is_branch(dpcd)) in drm_dp_downstream_444_to_420_conversion()
981 if (!drm_dp_is_branch(dpcd)) in drm_dp_downstream_rgb_to_ycbcr_conversion()
1017 if (!drm_dp_is_branch(dpcd)) in drm_dp_downstream_mode()
[all …]
/Linux-v5.15/drivers/gpu/drm/nouveau/
Dnouveau_dp.c61 ret = drm_dp_read_desc(aux, &outp->dp.desc, drm_dp_is_branch(dpcd)); in nouveau_dp_probe_dpcd()
/Linux-v5.15/drivers/gpu/drm/i915/display/
Dintel_lspcon.c84 if (drm_dp_read_desc(&dp->aux, &dp->desc, drm_dp_is_branch(dp->dpcd))) { in lspcon_detect_vendor()
Dintel_dp.c1812 drm_dp_is_branch(intel_dp->dpcd) && in downstream_hpd_needs_d0()
2116 if (drm_dp_is_branch(intel_dp->dpcd) && in intel_dp_is_hdmi_2_1_sink()
2258 if (!drm_dp_is_branch(intel_dp->dpcd)) in intel_dp_configure_protocol_converter()
2438 drm_dp_is_branch(intel_dp->dpcd)); in intel_edp_init_dpcd()
2541 drm_dp_is_branch(intel_dp->dpcd)); in intel_dp_get_dpcd()
3959 if (!drm_dp_is_branch(dpcd)) in intel_dp_detect_dpcd()
4100 is_branch = drm_dp_is_branch(intel_dp->dpcd); in intel_dp_update_420()
/Linux-v5.15/include/drm/
Ddrm_dp_helper.h1758 drm_dp_is_branch(const u8 dpcd[DP_RECEIVER_CAP_SIZE]) in drm_dp_is_branch() function
/Linux-v5.15/drivers/gpu/drm/msm/dp/
Ddp_ctrl.c1415 if (drm_dp_is_branch(dpcd)) in dp_ctrl_use_fixed_nvid()