ask for MIPI DSI driver code which vendor is synopsys

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

ask for MIPI DSI driver code which vendor is synopsys

跳至解决方案
5,642 次查看
guojunqiang
Contributor II

Dear Sirs,

 I'm trying bring up oled panel on IMX7D chip and the MIPI DSI vendor is DWC(synopsys),

I just want to know whether the DWC DSI driver code is exist or not on nxp chips.

could you help confirm this ? if yes ,could you share the driver code ?

Thank you.

标签 (1)
1 解答
5,454 次查看
igorpadykov
NXP Employee
NXP Employee

Hi keil

driver is described in sect.6.4.2 MIPI DSI Interface attached Linux Manual

and sources and be found in nxp linux repository

linux-imx - i.MX Linux kernel 

Best regards
igor
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------

在原帖中查看解决方案

4 回复数
5,454 次查看
guojunqiang
Contributor II

Dear sir,

Thanks for your response.

I still have two queries,please help me.

1.I can see such as "DRM bridge","panel bridge" "MIPI bridge" etc. in the code,so,what's the "bridge" means here,are they specified chipset?

2.DRM part should depend on specified chipset supporting(GPU/DPU/?)?

Thank you.

0 项奖励
回复
5,454 次查看
igorpadykov
NXP Employee
NXP Employee

Hi keil

1. "bridge"means peripheral attachment bus and used as general term in many places

of attached Linux Manual.

2. in general yes, in particular sect.6.4.1.1 Introduction Linux Manual describes:

"..display framework which is fbdev framework on i.MX 6 and i.MX 7 and drm framework for i.MX8. ."

Best regards
igor

0 项奖励
回复
5,454 次查看
guojunqiang
Contributor II

Dear Sir,

Thanks for your response.

I have checked the DWC MIPI DSI driver code you shared which is based on DRM display framework.

It's a pity that my code base still using fbdev model,so could you help check that driver code using fbdev model as well ?

Thanks.

0 项奖励
回复
5,455 次查看
igorpadykov
NXP Employee
NXP Employee

Hi keil

driver is described in sect.6.4.2 MIPI DSI Interface attached Linux Manual

and sources and be found in nxp linux repository

linux-imx - i.MX Linux kernel 

Best regards
igor
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------