瀏覽代碼

Merge "disp: msm: dp: clear mst edid cache for real monitor plugin"

qctecmdr 4 年之前
父節點
當前提交
3d45203d45
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      msm/dp/dp_mst_drm.c

+ 1 - 0
msm/dp/dp_mst_drm.c

@@ -1727,6 +1727,7 @@ static int dp_mst_display_set_mgr_state(void *dp_display, bool state)
 	if (state)
 		mst->mst_session_state = state;
 
+	dp_mst_clear_edid_cache(dp);
 	mst->mst_fw_cbs = &drm_dp_mst_fw_helper_ops;
 
 	rc = mst->mst_fw_cbs->topology_mgr_set_mst(&mst->mst_mgr, state);