IPU congfig

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

IPU congfig

跳至解决方案
1,251 次查看
thouswave
Contributor III

Hello

I have for display in our own board,HDMI,LVDS,RGB24,MIPI.I want to config IPU as follow:

LVDS:

ipu_id = 0,

disp_id = 0,

HIDMI:

ipu_id = 0,

disp_id = 1,

RGB24:

ipu_id = 1,

disp_id = 0,

MIPI:

ipu_id = 1,

disp_id = 1,

Now,I am confused by LVDS config,the lvds can work well with the following config:

{

ipu_id = 0,

disp_id = 0,

ext_ref = 1,

mode = LDB_SEP0,

sec_ipu_id = 1,

sec_disp_id = 1,

}

Our hardware only connnect LVDS0,we do not need lvds seprate mode,so how to config ldb_data structure to config lvds only use IPU1_DI0?

标签 (1)
1 解答
811 次查看
justin_jiang
NXP Employee
NXP Employee

Hi,

You can try to config "mode = LDB_SIN1" for one lvds only.

You can try the setting in u-boot command firstly.

add "ldb=sin1" paremeter in the command line.

在原帖中查看解决方案

3 回复数
812 次查看
justin_jiang
NXP Employee
NXP Employee

Hi,

You can try to config "mode = LDB_SIN1" for one lvds only.

You can try the setting in u-boot command firstly.

add "ldb=sin1" paremeter in the command line.

811 次查看
thouswave
Contributor III

Thanks very much!

Change to LDB_SIN1 does not work,and then I change to LDB_SIN0,it works,I think the reason is that my hardware connect to LVDS0 interface.

Now,my ldb_data structure is as following:

{

ipu_id = 0,

disp_id = 0,

mode = LDB_SEP0,

}

0 项奖励
回复
811 次查看
justin_jiang
NXP Employee
NXP Employee

Good. thanks for the update.