mipi RX接收到数据后经过IDU0输出,dev配置如下:
},
"dev": {
"enable": 1,
"vpg": 0,
"ipi_lines": 1117,
"dev_base": {
"lane": 4,
"datatype": "0x1e",
"mclk": 24,
"mipiclk": 4200,
"fps": 30,
"width": 1920,
"height": 1080,
"linelenth": 4167,
"framelenth": 1600,
"settle": 20
}
}
}
}
其中参数 ipi_lines 是IPI传入的总行数1117,在 IDU的配置里有:
"timing_config":
{
"hbp": 148,
"hfp": 88,
"hs": 44,
"vbp": 36,
"vfp": 10,
"vs": 5,
"vfp_cnt": 0
},
1080+vbp+vfp+vs = 1080+36+10+5 = 1131, 和 这里的设置 1117 是不相等的。这个1117是怎么算出来的?
请问这里怎么理解?怎么设置?还是说不用管?
