How to support more resolutions for iMX53 VGA in Linux -blog archive

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

How to support more resolutions for iMX53 VGA in Linux -blog archive

1,526 Views
qiang_li-mpu_se
NXP Employee
NXP Employee

Attached is an example for how to add more VGA resolutions in "linux/drivers/video/mxc/tve.c", it is based on Android R10.3.2 BSP.
All the VGA timing parameters are from "VESA and Industry Standards and Guidelines for Computer Display Monitor Timing (DMT)" specifcation DMTv1r11.pdf.

 

The Uboot command video mode parameters can be as followed:
"video=mxcdi1fb:BGR24,VGA-XGA di1_primary vga"
"video=mxcdi1fb:BGR24,VGA-WSXGA+ di1_primary vga"
... ...

 

Upload the tve.c again.

Original Attachment has been moved to: tve.c.zip

Labels (3)
Tags (1)
0 Kudos
3 Replies

569 Views
woutervh
Contributor IV

I'll try that one out. Are all resolutions verified? Great work!

0 Kudos

569 Views
leroy_o
Contributor III

The document tve.c has been deleted. Is it possible to attach it once again?

0 Kudos

569 Views
qiang_li-mpu_se
NXP Employee
NXP Employee

The file is OK now.

0 Kudos