]> git.baikalelectronics.ru Git - kernel.git/commit
drm/dp/mst: deallocate payload on port destruction
authorMykola Lysenko <Mykola.Lysenko@amd.com>
Wed, 27 Jan 2016 14:39:36 +0000 (09:39 -0500)
committerDave Airlie <airlied@redhat.com>
Fri, 5 Feb 2016 05:23:49 +0000 (15:23 +1000)
commitec73f400976893eff6dce4e3b5344659f3bb142b
treea700be6f602992cdd277b4587e870ed8f079e927
parentc5424ae06cd2c8fca8c033331980fead1722192d
drm/dp/mst: deallocate payload on port destruction

This is needed to properly deallocate port payload
after downstream branch get unplugged.

In order to do this unplugged MST topology should
be preserved, to find first alive port on path to
unplugged MST topology, and send payload deallocation
request to branch device of found port.

For this mstb and port kref's are used in reversed
order to track when port and branch memory could be
freed.

Added additional functions to find appropriate mstb
as described above.

Signed-off-by: Mykola Lysenko <Mykola.Lysenko@amd.com>
Reviewed-by: Harry Wentland <Harry.Wentland@amd.com>
Cc: stable@vger.kernel.org
Signed-off-by: Dave Airlie <airlied@redhat.com>
drivers/gpu/drm/drm_dp_mst_topology.c