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

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

Merge "disp: msm: sde: update drm_encoder field in sde_conn for dp_mst"

parents d8e76ae1 d43276dc
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -2104,6 +2104,8 @@ sde_connector_atomic_best_encoder(struct drm_connector *connector,
		encoder = c_conn->ops.atomic_best_encoder(connector,
				c_conn->display, connector_state);

	c_conn->encoder = encoder;

	return encoder;
}