]> git.baikalelectronics.ru Git - kernel.git/commit
drm/dp_mst: Deprecate drm_dp_find_vcpi_slots()
authorLyude Paul <lyude@redhat.com>
Tue, 23 Oct 2018 23:12:46 +0000 (19:12 -0400)
committerLyude Paul <lyude@redhat.com>
Wed, 24 Oct 2018 19:41:57 +0000 (15:41 -0400)
commitdd7aad555cfa8df092868e3a72e665c2df9a792d
tree4471cb1a347a5eaf1932c6f928d4a980212c2036
parentb6c18c21ecd699a1a96886e5b08db249dfed0509
drm/dp_mst: Deprecate drm_dp_find_vcpi_slots()

Because we have drm_dp_atomic_find_vcpi_slots(), which actually takes
care to update the atomic state of the MST topology, prints valuable
debugging output, and actually takes references to the ports it's
checking! This explains some incorrect usage I've been seeing across the
tree...

Signed-off-by: Lyude Paul <lyude@redhat.com>
Cc: Daniel Vetter <daniel@ffwll.ch>
Reviewed-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Link: https://patchwork.freedesktop.org/patch/msgid/20181023231251.16883-2-lyude@redhat.com
drivers/gpu/drm/drm_dp_mst_topology.c