Merge "disp: msm: handle panel detection after a pp done timeout"

このコミットが含まれているのは:
qctecmdr
2020-06-30 15:12:07 -07:00
committed by Gerrit - the friendly Code Review server
コミット a0617ca0ce
2個のファイルの変更23行の追加17行の削除

ファイルの表示

@@ -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, false);
sde_conn->display, true);
mutex_unlock(&sde_conn->lock);
if (ret <= 0) {