Merge "disp: msm: sde: use wr_ptr interrupt instead of ctl_start"

This commit is contained in:
qctecmdr
2019-05-24 09:38:19 -07:00
committed by Gerrit - the friendly Code Review server
當前提交 9c05197ef9
共有 33 個文件被更改,包括 694 次插入223 次删除

查看文件

@@ -1154,7 +1154,7 @@ static int _sde_connector_set_ext_hdr_info(
/* verify 1st header byte, programmed in DP Infoframe SDP header */
if (payload_size < 1 || (payload[0] != HDR10_PLUS_VSIF_TYPE_CODE)) {
SDE_ERROR_CONN(c_conn, "invalid payload detected, size: %d\n",
SDE_ERROR_CONN(c_conn, "invalid payload detected, size: %zd\n",
payload_size);
rc = -EINVAL;
goto end;