浏览代码

Merge "disp: msm: sde: use proper API to retrieve connector state in check phase"

qctecmdr 4 年之前
父节点
当前提交
2531751979
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. 2 1
      msm/sde/sde_rm.c

+ 2 - 1
msm/sde/sde_rm.c

@@ -2147,7 +2147,8 @@ bool sde_rm_topology_is_group(struct sde_rm *rm,
 			continue;
 		}
 
-		conn_state = drm_atomic_get_connector_state(state->state, conn);
+		conn_state = drm_atomic_get_new_connector_state(state->state,
+				conn);
 		if (!conn_state) {
 			SDE_DEBUG("%s invalid connector state\n", conn->name);
 			continue;