Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Skip to content
Commit 28fcff9e authored by Fuad Hossain's avatar Fuad Hossain Committed by Gerrit - the friendly Code Review server
Browse files

drm/msm/dp: remove mst connector properly during uninstall



In the mst connector uninstall function, the
previous implementation removed the connector
from the mst connector list using its id.
However, by the time the execution path reaches
this function, the id has already been cleared
from the connector data structure, therefore the
list never got cleared. To resolve this, the
connector should be identified using pointer
comparison. This patch also includes a small
change to the size of the input buffer for the
mst write edid modes function to allow for long
input configurations.

CRs-Fixed: 2328500
Change-Id: I4b1af0afdbb55542c8ddbc0751083ab7810be53f
Signed-off-by: default avatarFuad Hossain <fhossain@codeaurora.org>
parent 38454009
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment