Hello,
> Should the customer set the bit to 0(DVI mode)?
Yes.
Also, when using HDMI->DVI adapter, the following from Artur may be helphul :
"Finally, I've been able to make the 1280x1024 DVI monitor (LG Flatron 1710) work
with the i.MX6Q SDP board running L3.10.53 BSP through the HDMI output and
passive HDMI->DVI adapter. To do it, I've added the new 'allow_noncea=1'
environment variable in the U-Boot configuration and the following arguments to
the kernel command line: 'video=mxcfb0:dev=hdmi,1280x1024M@60,if=RGB24'. The
setup looked like following for my case of booting from external SD card on the
SD3 (J507 connector on the board) interface.
U-Boot>setenv allow_noncea 1
U-Boot>setenv mmcargs 'setenv bootargs console=${console},${baudrate} ${smp} root=${mmcroot} video=mxcfb0:dev=hdmi,1280x1024M@60,if=RGB24'
U-Boot>saveenv
These settings forcedly fix the HDMI resolution to 1280x1024 and make the DVI monitor work correctly."
Regards,
Yuri.