Searched refs:drm_dp_is_branch (Results 1 – 9 of 9) sorted by relevance
808 return drm_dp_is_branch(dpcd) && in drm_dp_downstream_is_type()1054 if (!drm_dp_is_branch(dpcd)) in drm_dp_downstream_max_dotclock()1084 if (!drm_dp_is_branch(dpcd)) in drm_dp_downstream_max_tmds_clock()1149 if (!drm_dp_is_branch(dpcd)) in drm_dp_downstream_min_tmds_clock()1192 if (!drm_dp_is_branch(dpcd)) in drm_dp_downstream_max_bpc()1247 if (!drm_dp_is_branch(dpcd)) in drm_dp_downstream_420_passthrough()1278 if (!drm_dp_is_branch(dpcd)) in drm_dp_downstream_444_to_420_conversion()1310 if (!drm_dp_is_branch(dpcd)) in drm_dp_downstream_rgb_to_ycbcr_conversion()1346 if (!drm_dp_is_branch(dpcd)) in drm_dp_downstream_mode()1419 bool branch_device = drm_dp_is_branch(dpcd); in drm_dp_downstream_debug()[all …]
1037 if (!drm_dp_is_branch(intel_dp->dpcd)) in dfp_can_convert_from_rgb()1054 if (!drm_dp_is_branch(intel_dp->dpcd)) in dfp_can_convert_from_ycbcr444()1092 (!drm_dp_is_branch(intel_dp->dpcd) || in intel_dp_output_format()3190 drm_dp_is_branch(intel_dp->dpcd) && in downstream_hpd_needs_d0()3683 if (drm_dp_is_branch(intel_dp->dpcd) && in intel_dp_is_hdmi_2_1_sink()3849 if (!drm_dp_is_branch(intel_dp->dpcd)) in intel_dp_configure_protocol_converter()4067 drm_dp_is_branch(intel_dp->dpcd)); in intel_edp_init_dpcd()4182 drm_dp_is_branch(intel_dp->dpcd)); in intel_dp_get_dpcd()5704 if (!drm_dp_is_branch(dpcd)) in intel_dp_detect_dpcd()5871 (!drm_dp_is_branch(intel_dp->dpcd) || intel_dp->dfp.ycbcr420_passthrough)) in intel_dp_can_ycbcr420()[all …]
87 if (drm_dp_read_desc(&intel_dp->aux, &intel_dp->desc, drm_dp_is_branch(intel_dp->dpcd))) { in lspcon_detect_vendor()
1673 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(dp_panel->dpcd)) { in dp_panel_read_sink_caps()
481 if (drm_dp_is_branch(dp->panel->dpcd) && dp->link->sink_count == 0) { in 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()
1494 it6505->branch_device = drm_dp_is_branch(it6505->dpcd); in it6505_parse_link_capabilities()
Completed in 49 milliseconds