User`s guide
Supporting the i.MX53 Reference Board DISP0 LCD
i.MX53 System Development User’s Guide, Rev. 1
Freescale Semiconductor 18-7
Table 18-5 shows how the values in this example correspond to the argument names defined in Table 18-3.
Example 18-3. 720P TV Connected to Display Port 1
For a 720P TV connected to display port 1, the kernel command is video=mxcdi1fb:YUV444,720P60
Table 18-6 shows how the values in this example correspond to the argument names defined in Table 18-3.
18.3.2 Setting the di1_primary Kernel Parameter
The di1_primary kernel parameter informs the kernel/driver that DI1 is the primary display interface
instead of DI0, which is the default setting. Set this kernel parameter by adding the label di1_primary to
the boot kernel arguments.
Table 18-5. VGA LCD Example Variables
Argument Name Value Definition
interface_id mxcdi0fb Display interface 0 settings
interface_pix_fmt RGB565 RGB bus is 16 bits width DISP0_DAT[16:0]- RGB565
name Not used in this command —
xres 800 800 pixels (Horizontal)
yres 480 480 lines (vertical)
M M Timing calculated using VESA (TM)
R Not used in this command —
bpp 16 Frame buffer is 16 bits per pixel
refresh 55 55 Hz
Table 18-6. 720P TV Example Variables
Argument Name Value Definition
interface_id mxcdi1fb display interface 1 settings
interface_pix_fmt YUV444 YUV444 output
name 720P60 Defined in linux/drivers/video/mxc/tve.c
xres Not used in this command From tve.c: 1280
yres Not used in this command From tve.c: 720
M Not used in this command —
R Not used in this command —
bpp Not used in this command —
refresh Not used in this command —