evkmimxrt1060_elcdif_rgb performance issues

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

evkmimxrt1060_elcdif_rgb performance issues

Jump to solution
1,175 Views
patriciocohen
Contributor IV

Hi guys,

I'm testing a custom PCB with the IMXRT1062 which is connected to a LVDS screen through the SN65LVDS93A (RGB to LVDS converter IC). The board has the HYPERRAM IC S27KS0642GABHV020 working with a 200MHz clock connected to FLEXSPI2, place where the LCD framebuffer is located.

At the moment I have been able to try the evkmimxrt1060_elcdif_rgb example, but the FPS I get is no way near 60.Can you please tell me what can I do for increasing its performance?

I'm using release debug configuration. Attached you can find the project as a zip file.

The display timing information is below.

patriciocohen_0-1696362056120.png

 

 

 

 

 

Thank you.

Patricio

 

0 Kudos
Reply
1 Solution
1,074 Views
kerryzhou
NXP TechSupport
NXP TechSupport

Hi @patriciocohen ,

   This application note will help you:

https://www.nxp.com/docs/en/application-note/AN12302.pdf

Give you 2 example, you will be clear:

1.

kerryzhou_0-1697004468594.png

kerryzhou_1-1697004473233.png

 

2. 

kerryzhou_2-1697004505835.png

 

kerryzhou_3-1697004521772.png

 

So, your situation is:

#define APP_HSW  140

#define APP_HBP 160

#define APP_HFP 160

#define APP_VSW 20

#define APP_VBP 23

#define APP_VFP 12

The data mainly use the typical data.

Wish it helps you!

Best Regards,

Kerry

 

 

View solution in original post

7 Replies
1,099 Views
patriciocohen
Contributor IV

Thank you Kerry.

Given the timing info I posted, can you please help me fill the constants for getting the max performance?

Thank you

Patricio 

0 Kudos
Reply
1,095 Views
kerryzhou
NXP TechSupport
NXP TechSupport

Hi @patriciocohen ,

Thank you for your updated information.

  In fact, I already help you to calculate it in the last email:

------------------------

   Just to the RT1060 LCD, it can support the 60FPS.

RT1060PCLK max frequency is 75Mhz.

take an example:
Resolution is 240*320, RGB565=2B.
Then, you can refer to your used LCD to calculate the frame clock.
frame clock=(VSPW+VBP+LINE+VFP)*(HSPW+HBP+HOZVAL+HFP)
Then, the FPS=75Mhz/fram clock.
Take an example of one LCD:
(240+10+80+70)*(320+3+10+10)=400*343=137200hz
the FPS=75Mhz/137200hz=546

-------------------------------

But your LCD is large:1024*600, 

I calculate it, use the max data in your table, and te 75MHZ PCLK, you can use about 42 FPS.

Do you mean the 42 FPS is not the max performance you want?

Which detail performance parameter you need now?

Best Regards,

kerry

0 Kudos
Reply
1,090 Views
patriciocohen
Contributor IV

Hi Kerry,

Thanks for your reply.

With your answer I already know I will not be able to get 60fps. However, I will like to get the maximum performance with this LCD. The display doesn't work with a clock greater than 63MHz, so that is the maximum freq I can use with the elcdif. Which values would you use for maximizing performance? 42 FPS is ok, but I don't know if this can be achievable with 63Mhz max clock. Even if 42 FPS are not achievable, it doesn't matter, I just want to be sure I will work with the maximum performance possible.

I will appreciate very much if you can detail the calculation for the max FPS of my display given that its clock can be 63MHz max.

With the table I posted in the first message, please help me with the defines below with "?".

Thank you very much.

patriciocohen_0-1696940956309.png

#define APP_IMG_HEIGHT 600 // Display panel height

#define APP_IMG_WIDTH 1024 // Display panel width, pixels per line

#define APP_HSW ?

#define APP_HBP ?

#define APP_HFP ?

#define APP_VSW ?

#define APP_VBP ?

#define APP_VFP ?

 

0 Kudos
Reply
1,075 Views
kerryzhou
NXP TechSupport
NXP TechSupport

Hi @patriciocohen ,

   This application note will help you:

https://www.nxp.com/docs/en/application-note/AN12302.pdf

Give you 2 example, you will be clear:

1.

kerryzhou_0-1697004468594.png

kerryzhou_1-1697004473233.png

 

2. 

kerryzhou_2-1697004505835.png

 

kerryzhou_3-1697004521772.png

 

So, your situation is:

#define APP_HSW  140

#define APP_HBP 160

#define APP_HFP 160

#define APP_VSW 20

#define APP_VBP 23

#define APP_VFP 12

The data mainly use the typical data.

Wish it helps you!

Best Regards,

Kerry

 

 

1,041 Views
patriciocohen
Contributor IV
Thank you kerry
0 Kudos
Reply
1,145 Views
patriciocohen
Contributor IV

kerryzhou, can you please help me?

Best regards,

Patricio

0 Kudos
Reply
1,138 Views
kerryzhou
NXP TechSupport
NXP TechSupport

Hi @patriciocohen ,

   Thanks for your trust, and sorry for our later reply becase we are in the China National Day vocation before 10.7, we will back to work from 10.8, as I receive the email you AT me, so I simply repy you at first.

   In fact, what the FPS your LCD can be supported, it can be calculated, it is determined by your used LCD.

   Here is an example:

------------------------

   Just to the RT1060 LCD, it can support the 60FPS.

RT1060PCLK max frequency is 75Mhz.

take an example:
Resolution is 240*320, RGB565=2B.
Then, you can refer to your used LCD to calculate the frame clock.
frame clock=(VSPW+VBP+LINE+VFP)*(HSPW+HBP+HOZVAL+HFP)
Then, the FPS=75Mhz/fram clock.
Take an example of one LCD:
(240+10+80+70)*(320+3+10+10)=400*343=137200hz
the FPS=75Mhz/137200hz=546

-------------------------------

But your LCD is large:1024*600, 

I calculate it, use the max data in your table, and te 75MHZ PCLK, you can use about 42 FPS.

It's really can't upto the 60fps, it is determined by your used LCD, so large.

About the improvement, you can refer to this picture:

kerryzhou_0-1696492161479.png

But it still can't improve it to 60 FPS, as the hardware already limit it.

 

Wish it helps you!

Best Regards,

Kerry

 

0 Kudos
Reply