关于display相关的一些内容—MIPI panel的调试

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了关于display相关的一些内容—MIPI panel的调试相关的知识,希望对你有一定的参考价值。

关于display相关的一些内容—MIPI panel的调试

MIPI接口中DSI - Command and Video Modes
DSI-compliant peripherals support either of two basic modes of operation:
Command Mode
Sending command and send/receive data to/from peripheral.
Video Mode
Transfer of real-time pixel data to peripheral.
The mode is used depends on the architecture and capabilities of the peripheral.

在这里插入图片描述
Total LCD lines = VSYNC + VBP + VFP + rows
Total clocks per line = HSYNC + HBP + HFP + column

技术图片

注意mipi信号的真实波形。

技术图片

注意 mipi D+、D-信号如何表示各种状态,注意如何表示packet。

技术图片

注意什么叫long packet和short packet。

技术图片

技术图片

注意什么叫virtual channel, 注意和LANE不是一个概念。

技术图片

注意vsync和hsync在RGB屏中有独立硬件信号线,但是mipi中只是一种packet而已。

技术图片

技术图片

注意mipi clock如何计算。

参考文件:
《MIPI Alliance Specification for Display Command Set(略看过).pdf》
《MIPI Alliance Specification for Display Serial interface(看过).pdf》
《MIPI Alliance Specification for D-PHY(略看过).pdf》

具体请参考我的免费的linux各种驱动开发课程如下:
https://edu.51cto.com/course/17138.html

另外我的相关培训视频请看:
欢迎观看我发布的各个课程: https://edu.51cto.com/lecturer/8896847.html

以上是关于关于display相关的一些内容—MIPI panel的调试的主要内容,如果未能解决你的问题,请参考以下文章

关于display相关的一些内容—其他杂项

关于display相关的一些内容—lvds接口

[笔记分享] [Display] MIPI 协议之DSI

嵌入式Linux MIPI接口LCD调试-关于DRM显示与应用调试的干货浓缩

嵌入式Linux MIPI接口LCD调试-关于DRM显示与应用调试的干货浓缩

关于mipi数据的一些评估计算