Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/gpu/drm/i915/display/
Dintel_dp_mst.c660 intel_dp->can_mst = true; in intel_dp_mst_encoder_init()
668 intel_dp->can_mst = false; in intel_dp_mst_encoder_init()
679 if (!intel_dp->can_mst) in intel_dp_mst_encoder_cleanup()
Dintel_display_types.h1212 bool can_mst; /* this port supports mst */ member
Dintel_dp.c4388 intel_dp->can_mst && in intel_dp_can_mst()
4400 port_name(encoder->port), yesno(intel_dp->can_mst), in intel_dp_configure_mst()
4403 if (!intel_dp->can_mst) in intel_dp_configure_mst()
7357 if (!intel_dp->can_mst) in intel_dp_mst_suspend()
7378 if (!intel_dp->can_mst) in intel_dp_mst_resume()
/Linux-v5.4/drivers/gpu/drm/radeon/
Dradeon_mode.h481 bool can_mst; member
/Linux-v5.4/drivers/gpu/drm/i915/
Di915_debugfs.c3110 if (!intel_dig_port->dp.can_mst) in i915_dp_mst_info()