MIPI DSI command mode ?

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

MIPI DSI command mode ?

3,122 Views
mjsong
Contributor I

Hi All, 

I'm taking android_N7.1.1_1.0.0_source.tar.gz and i.MX7Dual platform for my project. 
In datasheet (IMX7DRM), this platform can support video and command mode panel both but I couldn't find any command mode configuration on kernel driver (mipi_dsi_samsung.c). 
Any one can help how to configure DSI command mode ? or some patch, example code are there? 

Thanks
Ethan. 

Labels (2)
0 Kudos
2 Replies

1,783 Views
eric_kang
Contributor II

Hi Ethan,

I want to use the MIPI-DSI in Android M6.0.1 or N7.1.1.

Did you confirm the MIPI-DSI operation in Android?

Best Regards,

Eric.

0 Kudos

1,783 Views
igorpadykov
NXP Employee
NXP Employee

Hi Ethan

for example one can look at mipi dsi driver drivers/video/fbdev/mxc/mipi_dsi.c

and functions mipi_dsi_set_mode(), mipi_dsi_dcs_cmd(), with driver description
in attached Linux Manual Chapter 7 MIPI DSI Driver.

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