This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

How does the media controller decide what type of display is attached?

Guru 10685 points

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