Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 25317519 authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

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

parents 99540947 e7cf04be
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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;