Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/i915/display/
H A Dintel_dp_mst.h23 bool intel_dp_mst_source_support(struct intel_dp *intel_dp);
H A Dintel_dp.c4238 if (!intel_dp_mst_source_support(intel_dp)) in intel_dp_mst_mode_choose()
4263 str_yes_no(intel_dp_mst_source_support(intel_dp)), in intel_dp_mst_detect()
4274 if (!intel_dp_mst_source_support(intel_dp)) in intel_dp_mst_configure()
6393 if (intel_dp_mst_source_support(intel_dp)) { in intel_dp_connector_atomic_check()
6969 if (!intel_dp_mst_source_support(intel_dp)) in intel_dp_mst_suspend()
6993 if (!intel_dp_mst_source_support(intel_dp)) in intel_dp_mst_resume()
H A Dintel_dp_mst.c1877 bool intel_dp_mst_source_support(struct intel_dp *intel_dp) in intel_dp_mst_source_support() function
1887 if (!intel_dp_mst_source_support(intel_dp)) in intel_dp_mst_encoder_cleanup()
H A Dintel_display_debugfs.c763 if (!intel_dp_mst_source_support(&dig_port->dp)) in i915_dp_mst_info()