Skip to content

Commit afc9b8b

Browse files
Kuogee Hsiehrobclark
Kuogee Hsieh
authored andcommitted
drm/msm/dp: signal audio plugged change at dp_pm_resume
There is a scenario that dp cable is unplugged from DUT during system suspended will cause audio option state does not match real connection state. Fix this problem by Signaling audio plugged change with realtime connection status at dp_pm_resume() so that audio option will be in correct state after system resumed. Changes in V2: -- correct Fixes tag commit id. Fixes: f591dbb ("drm/msm/dp: power off DP phy at suspend") Signed-off-by: Kuogee Hsieh <[email protected]> Reviewed-by: Stephen Boyd <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Rob Clark <[email protected]>
1 parent f9a3993 commit afc9b8b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

drivers/gpu/drm/msm/dp/dp_display.c

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1311,6 +1311,10 @@ static int dp_pm_resume(struct device *dev)
13111311
else
13121312
dp->dp_display.is_connected = false;
13131313

1314+
dp_display_handle_plugged_change(g_dp_display,
1315+
dp->dp_display.is_connected);
1316+
1317+
13141318
mutex_unlock(&dp->event_mutex);
13151319

13161320
return 0;

0 commit comments

Comments
 (0)