Merge "disp: msm: dp: resend hpd notification to usermode"

This commit is contained in:
qctecmdr
2022-08-31 07:46:50 -07:00
committed by Gerrit - the friendly Code Review server
commit df56ac358f
4 muutettua tiedostoa jossa 50 lisäystä ja 29 poistoa

Näytä tiedosto

@@ -2468,6 +2468,8 @@ static void dp_debug_abort(struct dp_debug *dp_debug)
debug = container_of(dp_debug, struct dp_debug_private, dp_debug);
mutex_lock(&debug->lock);
// disconnect has already been handled. so clear hotplug
debug->hotplug = false;
dp_debug_set_sim_mode(debug, false);
mutex_unlock(&debug->lock);
}