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

drm/dp_mst: Don't open code modeset checks for releasing VC slots


I'm not sure why, but at the time I originally wrote the find/release VC
slot helpers I thought we should avoid keeping modeset tracking out of the
MST helpers. In retrospect though there's no actual good reason to do
this, and the logic has ended up being identical across all the drivers
using the helpers. Also, it needs to be fixed anyway so we don't break
things when going atomic-only with MST.

So, let's just move this code into drm_dp_atomic_release_vcpi_slots() and
stop open coding it.

Signed-off-by: Lyude Paul's avatarLyude Paul <lyude@redhat.com>
parent b1ff338c
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment