Home
last modified time | relevance | path

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

/linux-6.15/drivers/gpu/drm/i915/display/
Dintel_dp_mst.h24 bool intel_dp_mst_source_support(struct intel_dp *intel_dp);
Dintel_dp.c4391 if (!intel_dp_mst_source_support(intel_dp)) in intel_dp_mst_mode_choose()
4416 str_yes_no(intel_dp_mst_source_support(intel_dp)), in intel_dp_mst_detect()
4427 if (!intel_dp_mst_source_support(intel_dp)) in intel_dp_mst_configure()
6103 if (intel_dp_mst_source_support(intel_dp)) { in intel_dp_connector_atomic_check()
6638 if (!intel_dp_mst_source_support(intel_dp)) in intel_dp_mst_suspend()
6662 if (!intel_dp_mst_source_support(intel_dp)) in intel_dp_mst_resume()
Dintel_dp_mst.c1910 bool intel_dp_mst_source_support(struct intel_dp *intel_dp) in intel_dp_mst_source_support() function
1920 if (!intel_dp_mst_source_support(intel_dp)) in intel_dp_mst_encoder_cleanup()
Dintel_display_debugfs.c744 if (!intel_dp_mst_source_support(&dig_port->dp)) in i915_dp_mst_info()