Skip to content
Snippets Groups Projects
Commit d0d7abac authored by Lyude Paul's avatar Lyude Paul
Browse files

wip: drm/dp_mst: Add ->pre_enable/->post_disable() hooks

Some drivers, nouveau in particular, need to perform some hardware setup
before enabling the MST topology. Ideally, we want this setup to always
be done whenever topologies are enabled or disabled, even if it's not
because the driver choose to change the topology state. So, add some
hooks that get called under the main MST topology manager's lock and
implement said hooks in nouveau.

TODO: test this works
parent 6389aaa1
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment