Can someone from TI tell me how the media controller decides what format of display is attached to it?
The specific thing I'm looking at is how to force the VPSS driver to use DVI out instead of HDMI out even when an HDMI-capable display is attached.
The decision making part of the Linux driver is in vpss/dctrl.c and all I see are some magic vps_fvid2_control calls to the media controller that then effectively says if the driver should output HDMI or DVI.
Thanks,
Ralph