Home
last modified time | relevance | path

Searched refs:intel_dp_mst_source_support (Results 1 – 4 of 4) sorted by relevance

/linux-6.8/drivers/gpu/drm/i915/display/
Dintel_dp_mst.h23 bool intel_dp_mst_source_support(struct intel_dp *intel_dp);
Dintel_dp_mst.c1697 bool intel_dp_mst_source_support(struct intel_dp *intel_dp) in intel_dp_mst_source_support() function
1707 if (!intel_dp_mst_source_support(intel_dp)) in intel_dp_mst_encoder_cleanup()
Dintel_dp.c4042 intel_dp_mst_source_support(intel_dp) && in intel_dp_can_mst()
4057 str_yes_no(intel_dp_mst_source_support(intel_dp)), in intel_dp_configure_mst()
4061 if (!intel_dp_mst_source_support(intel_dp)) in intel_dp_configure_mst()
6032 if (intel_dp_mst_source_support(intel_dp)) { in intel_dp_connector_atomic_check()
6578 if (!intel_dp_mst_source_support(intel_dp)) in intel_dp_mst_suspend()
6602 if (!intel_dp_mst_source_support(intel_dp)) in intel_dp_mst_resume()
Dintel_display_debugfs.c802 if (!intel_dp_mst_source_support(&dig_port->dp)) in i915_dp_mst_info()