Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/gpu/drm/nouveau/
H A 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()
H A Dnouveau_encoder.h98 bool can_mst; member
/OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/display/
H A Dintel_dp_mst.c948 intel_dp->can_mst = true; in intel_dp_mst_encoder_init()
958 if (!intel_dp->can_mst) in intel_dp_mst_encoder_cleanup()
H A Dintel_display_types.h1335 bool can_mst; /* this port supports mst */ member
H A Dintel_dp.c4797 intel_dp->can_mst && in intel_dp_can_mst()
4812 yesno(intel_dp->can_mst), yesno(sink_can_mst), in intel_dp_configure_mst()
4815 if (!intel_dp->can_mst) in intel_dp_configure_mst()
8033 if (!intel_dp->can_mst) in intel_dp_mst_suspend()
8054 if (!intel_dp->can_mst) in intel_dp_mst_resume()
H A Dintel_display_debugfs.c1224 if (!dig_port->dp.can_mst) in i915_dp_mst_info()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/radeon/
H A Dradeon_mode.h480 bool can_mst; member
/OK3568_Linux_fs/kernel/drivers/gpu/drm/nouveau/dispnv50/
H A Ddisp.c1489 if (!mstm || !mstm->can_mst) in nv50_mstm_detect()