disp: msm: dp: update the connected state during clean up

Update the connected state to false during display clean up. This
will allow subsequent connections to be processed correctly in
the face of disconnect failures due to unresponsive user mode
clients.

Change-Id: If30f5d722bf742060c9d4d2dec2207d7baf27fc2
Signed-off-by: Tatenda Chipeperekwa <tatendac@codeaurora.org>
This commit is contained in:
Tatenda Chipeperekwa
2019-07-09 14:40:49 -07:00
bovenliggende d532f14537
commit c36e7e01be

Bestand weergeven

@@ -926,6 +926,7 @@ static void dp_display_clean(struct dp_display_private *dp)
}
dp->power_on = false;
dp->is_connected = false;
dp->ctrl->off(dp->ctrl);
}