Home
last modified time | relevance | path

Searched refs:can_mst (Results 1 – 8 of 8) sorted by relevance

/Linux-v5.10/drivers/gpu/drm/nouveau/
Dnouveau_dp.c68 mstm->can_mst = drm_dp_read_mst_cap(aux, dpcd); in nouveau_dp_probe_dpcd()
141 if (mstm && mstm->can_mst && mstm->is_mst) { in nouveau_dp_detect()
165 if (mstm && mstm->can_mst) { in nouveau_dp_detect()
Dnouveau_encoder.h98 bool can_mst; member
/Linux-v5.10/drivers/gpu/drm/i915/display/
Dintel_dp_mst.c945 intel_dp->can_mst = true; in intel_dp_mst_encoder_init()
955 if (!intel_dp->can_mst) in intel_dp_mst_encoder_cleanup()
Dintel_display_types.h1335 bool can_mst; /* this port supports mst */ member
Dintel_dp.c4783 intel_dp->can_mst && in intel_dp_can_mst()
4798 yesno(intel_dp->can_mst), yesno(sink_can_mst), in intel_dp_configure_mst()
4801 if (!intel_dp->can_mst) in intel_dp_configure_mst()
8006 if (!intel_dp->can_mst) in intel_dp_mst_suspend()
8027 if (!intel_dp->can_mst) in intel_dp_mst_resume()
Dintel_display_debugfs.c1224 if (!dig_port->dp.can_mst) in i915_dp_mst_info()
/Linux-v5.10/drivers/gpu/drm/radeon/
Dradeon_mode.h480 bool can_mst; member
/Linux-v5.10/drivers/gpu/drm/nouveau/dispnv50/
Ddisp.c1489 if (!mstm || !mstm->can_mst) in nv50_mstm_detect()