码迷,mamicode.com
首页 > 其他好文 > 详细

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

时间:2019-03-24 00:10:40      阅读:258      评论:0      收藏:0      [点我收藏+]

标签:htm   lines   MIP   for   basic   ane   virt   arc   com   

关于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的调试

标签:htm   lines   MIP   for   basic   ane   virt   arc   com   

原文地址:https://blog.51cto.com/8906847/2367998

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!