i.MX8MQ DSI/DPI Horizontal timing parameters

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

i.MX8MQ DSI/DPI Horizontal timing parameters

602 次查看
STHansen
Contributor I

Hi

According to the i.MX8M datasheet section 13.6.9 MIPI DSI HOST DPI INTFC horizontal timing parameters are measured in bytes.

Looking in the linux driver nwl-dsi.c it seems as if the parameters are given in pixels, as all other places in the DRM subsystem.

Anyone out there who can clarify this?

Thanks in advance

Steen

标签 (3)
0 项奖励
2 回复数

594 次查看
Zhiming_Liu
NXP TechSupport
NXP TechSupport

The regmap_write will help us convert int to byte

0 项奖励

590 次查看
STHansen
Contributor I

One pixel is 3 bytes, so if you ned 20 pixels for Hsync and write 20 into the 

MIPI_DSI_HOST_DPI_INTFC_DSI_HOST_CFG_DPI_HSA register then you only get a Hsync pulse of 20/3 pixels, as far as I can see.

Or am I totally wrong?

0 项奖励