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

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

Merge "disp: msm: sde: switch esd detection to panel read"

parents e2f98dc7 89151186
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2189,7 +2189,7 @@ int sde_connector_esd_status(struct drm_connector *conn)
		return -ETIMEDOUT;
	}
	ret = sde_conn->ops.check_status(&sde_conn->base,
					 sde_conn->display, true);
					 sde_conn->display, false);
	mutex_unlock(&sde_conn->lock);

	if (ret <= 0) {