Lines Matching refs:drm_connector
44 struct drm_connector *drm_connector; in intel_dp_mst_compute_config() local
67 for_each_connector_in_state(state, drm_connector, connector_state, i) { in intel_dp_mst_compute_config()
68 connector = to_intel_connector(drm_connector); in intel_dp_mst_compute_config()
290 static int intel_dp_mst_get_ddc_modes(struct drm_connector *connector) in intel_dp_mst_get_ddc_modes()
308 intel_dp_mst_detect(struct drm_connector *connector, bool force) in intel_dp_mst_detect()
317 intel_dp_mst_set_property(struct drm_connector *connector, in intel_dp_mst_set_property()
325 intel_dp_mst_connector_destroy(struct drm_connector *connector) in intel_dp_mst_connector_destroy()
347 static int intel_dp_mst_get_modes(struct drm_connector *connector) in intel_dp_mst_get_modes()
353 intel_dp_mst_mode_valid(struct drm_connector *connector, in intel_dp_mst_mode_valid()
366 static struct drm_encoder *intel_mst_atomic_best_encoder(struct drm_connector *connector, in intel_mst_atomic_best_encoder()
376 static struct drm_encoder *intel_mst_best_encoder(struct drm_connector *connector) in intel_mst_best_encoder()
429 static struct drm_connector *intel_dp_add_mst_connector(struct drm_dp_mst_topology_mgr *mgr, struct… in intel_dp_add_mst_connector()
435 struct drm_connector *connector; in intel_dp_add_mst_connector()
464 static void intel_dp_register_mst_connector(struct drm_connector *connector) in intel_dp_register_mst_connector()
475 struct drm_connector *connector) in intel_dp_destroy_mst_connector()