diff options
author | Imre Deak <imre.deak@intel.com> | 2024-07-22 18:54:51 +0200 |
---|---|---|
committer | Imre Deak <imre.deak@intel.com> | 2024-07-31 17:45:56 +0200 |
commit | dbaeef363ea54f4c18112874b77503c72ba60fec (patch) | |
tree | b5ed1142ef94ae8fb36002c431d6c7373b68f7cf /include/drm/display | |
parent | drm/dp_mst: Factor out function to queue a topology probe work (diff) | |
download | linux-dbaeef363ea54f4c18112874b77503c72ba60fec.tar.xz linux-dbaeef363ea54f4c18112874b77503c72ba60fec.zip |
drm/dp_mst: Add a helper to queue a topology probe
A follow up i915 patch will need to reprobe the MST topology after the
initial probing, add a helper for this.
Cc: Lyude Paul <lyude@redhat.com>
Cc: dri-devel@lists.freedesktop.org
Reviewed-by: Lyude Paul <lyude@redhat.com>
Signed-off-by: Imre Deak <imre.deak@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20240722165503.2084999-3-imre.deak@intel.com
Diffstat (limited to 'include/drm/display')
-rw-r--r-- | include/drm/display/drm_dp_mst_helper.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/drm/display/drm_dp_mst_helper.h b/include/drm/display/drm_dp_mst_helper.h index cfe096389d94..02b037d3a93f 100644 --- a/include/drm/display/drm_dp_mst_helper.h +++ b/include/drm/display/drm_dp_mst_helper.h @@ -885,6 +885,8 @@ int drm_dp_check_act_status(struct drm_dp_mst_topology_mgr *mgr); void drm_dp_mst_dump_topology(struct seq_file *m, struct drm_dp_mst_topology_mgr *mgr); +void drm_dp_mst_topology_queue_probe(struct drm_dp_mst_topology_mgr *mgr); + void drm_dp_mst_topology_mgr_suspend(struct drm_dp_mst_topology_mgr *mgr); int __must_check drm_dp_mst_topology_mgr_resume(struct drm_dp_mst_topology_mgr *mgr, |