Hi,
I have a query regarding HDMI Display.
Is it possible to read the recommended frame rate out of the displays EDID and use this information for output timing generation ?
If yes, any idea, how this can be achievable in DM816x ?
Regards,
Sweta
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.
Hi,
I have a query regarding HDMI Display.
Is it possible to read the recommended frame rate out of the displays EDID and use this information for output timing generation ?
If yes, any idea, how this can be achievable in DM816x ?
Regards,
Sweta
Hi,
EDID block gives timings supported by monitor and also the optimum timing for that montior. You can read that and directly program that to mode entry of the HDMI display. You can directly refer to below link on how timing entry are specified in EDID. This is applications job and application needs to handle this.
http://en.wikipedia.org/wiki/Extended_display_identification_data
Hi,
You can program timing generator of VENC using "cat /sys/devices/platfom/vpss/displayx/timings entry. It internally programs the timing generator based on parameters.