Home
last modified time | relevance | path

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

/linux-6.15/drivers/gpu/drm/display/
H A Ddrm_dp_helper.c989 return drm_dp_is_branch(dpcd) && in drm_dp_downstream_is_type()
1235 if (!drm_dp_is_branch(dpcd)) in drm_dp_downstream_max_dotclock()
1265 if (!drm_dp_is_branch(dpcd)) in drm_dp_downstream_max_tmds_clock()
1330 if (!drm_dp_is_branch(dpcd)) in drm_dp_downstream_min_tmds_clock()
1373 if (!drm_dp_is_branch(dpcd)) in drm_dp_downstream_max_bpc()
1428 if (!drm_dp_is_branch(dpcd)) in drm_dp_downstream_420_passthrough()
1459 if (!drm_dp_is_branch(dpcd)) in drm_dp_downstream_444_to_420_conversion()
1491 if (!drm_dp_is_branch(dpcd)) in drm_dp_downstream_rgb_to_ycbcr_conversion()
1527 if (!drm_dp_is_branch(dpcd)) in drm_dp_downstream_mode()
1600 bool branch_device = drm_dp_is_branch(dpcd); in drm_dp_downstream_debug()
[all …]
/linux-6.15/drivers/gpu/drm/i915/display/
H A Dintel_dp.c1115 if (!drm_dp_is_branch(intel_dp->dpcd)) in dfp_can_convert_from_rgb()
1132 if (!drm_dp_is_branch(intel_dp->dpcd)) in dfp_can_convert_from_ycbcr444()
1170 (!drm_dp_is_branch(intel_dp->dpcd) || in intel_dp_output_format()
3284 drm_dp_is_branch(intel_dp->dpcd) && in downstream_hpd_needs_d0()
3794 if (drm_dp_is_branch(intel_dp->dpcd) && in intel_dp_is_hdmi_2_1_sink()
3964 if (!drm_dp_is_branch(intel_dp->dpcd)) in intel_dp_configure_protocol_converter()
4257 drm_dp_is_branch(intel_dp->dpcd)); in intel_edp_init_dpcd()
4335 drm_dp_is_branch(intel_dp->dpcd)); in intel_dp_get_dpcd()
5423 if (!drm_dp_is_branch(dpcd)) in intel_dp_detect_dpcd()
5590 (!drm_dp_is_branch(intel_dp->dpcd) || intel_dp->dfp.ycbcr420_passthrough)) in intel_dp_can_ycbcr420()
[all …]
H A Dintel_lspcon.c93 if (drm_dp_read_desc(&intel_dp->aux, &intel_dp->desc, drm_dp_is_branch(intel_dp->dpcd))) { in lspcon_detect_vendor()
H A Dintel_dp_mst.c1705 if (drm_dp_read_desc(aux, &desc, drm_dp_is_branch(dpcd)) < 0) in detect_dsc_hblank_expansion_quirk()
/linux-6.15/drivers/gpu/drm/msm/dp/
H A Ddp_panel.c143 if (drm_dp_is_branch(msm_dp_panel->dpcd)) { in msm_dp_panel_read_sink_caps()
H A Ddp_display.c505 if (drm_dp_is_branch(dp->panel->dpcd) && dp->link->sink_count == 0) { in msm_dp_display_handle_port_status_changed()
/linux-6.15/include/drm/display/
H A Ddrm_dp_helper.h194 drm_dp_is_branch(const u8 dpcd[DP_RECEIVER_CAP_SIZE]) in drm_dp_is_branch() function
/linux-6.15/drivers/gpu/drm/nouveau/
H A Dnouveau_dp.c164 ret = drm_dp_read_desc(aux, &outp->dp.desc, drm_dp_is_branch(dpcd)); in nouveau_dp_probe_dpcd()
/linux-6.15/drivers/gpu/drm/bridge/
H A Dite-it6505.c1709 it6505->branch_device = drm_dp_is_branch(it6505->dpcd); in it6505_parse_link_capabilities()