Searched refs:drm_dp_is_branch (Results 1 – 9 of 9) sorted by relevance
931 return drm_dp_is_branch(dpcd) && in drm_dp_downstream_is_type()1140 if (!drm_dp_is_branch(dpcd) || dpcd[DP_DPCD_REV] == DP_DPCD_REV_10) in drm_dp_read_downstream_info()1177 if (!drm_dp_is_branch(dpcd)) in drm_dp_downstream_max_dotclock()1207 if (!drm_dp_is_branch(dpcd)) in drm_dp_downstream_max_tmds_clock()1272 if (!drm_dp_is_branch(dpcd)) in drm_dp_downstream_min_tmds_clock()1315 if (!drm_dp_is_branch(dpcd)) in drm_dp_downstream_max_bpc()1370 if (!drm_dp_is_branch(dpcd)) in drm_dp_downstream_420_passthrough()1401 if (!drm_dp_is_branch(dpcd)) in drm_dp_downstream_444_to_420_conversion()1433 if (!drm_dp_is_branch(dpcd)) in drm_dp_downstream_rgb_to_ycbcr_conversion()1469 if (!drm_dp_is_branch(dpcd)) in drm_dp_downstream_mode()[all …]
1096 if (!drm_dp_is_branch(intel_dp->dpcd)) in dfp_can_convert_from_rgb()1113 if (!drm_dp_is_branch(intel_dp->dpcd)) in dfp_can_convert_from_ycbcr444()1151 (!drm_dp_is_branch(intel_dp->dpcd) || in intel_dp_output_format()3283 drm_dp_is_branch(intel_dp->dpcd) && in downstream_hpd_needs_d0()3793 if (drm_dp_is_branch(intel_dp->dpcd) && in intel_dp_is_hdmi_2_1_sink()3963 if (!drm_dp_is_branch(intel_dp->dpcd)) in intel_dp_configure_protocol_converter()4239 drm_dp_is_branch(intel_dp->dpcd)); in intel_edp_init_dpcd()4317 drm_dp_is_branch(intel_dp->dpcd)); in intel_dp_get_dpcd()5406 if (!drm_dp_is_branch(dpcd)) in intel_dp_detect_dpcd()5573 (!drm_dp_is_branch(intel_dp->dpcd) || intel_dp->dfp.ycbcr420_passthrough)) in intel_dp_can_ycbcr420()[all …]
88 if (drm_dp_read_desc(&intel_dp->aux, &intel_dp->desc, drm_dp_is_branch(intel_dp->dpcd))) { in lspcon_detect_vendor()
1671 if (drm_dp_read_desc(aux, &desc, drm_dp_is_branch(dpcd)) < 0) in detect_dsc_hblank_expansion_quirk()
143 if (drm_dp_is_branch(msm_dp_panel->dpcd)) { in msm_dp_panel_read_sink_caps()
490 if (drm_dp_is_branch(dp->panel->dpcd) && dp->link->sink_count == 0) { in msm_dp_display_handle_port_status_changed()
194 drm_dp_is_branch(const u8 dpcd[DP_RECEIVER_CAP_SIZE]) in drm_dp_is_branch() function
177 ret = drm_dp_read_desc(aux, &outp->dp.desc, drm_dp_is_branch(dpcd)); in nouveau_dp_probe_dpcd()
1709 it6505->branch_device = drm_dp_is_branch(it6505->dpcd); in it6505_parse_link_capabilities()