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.

HDMI 1080p with OMAP4460 custom board : Android ICS

Hello,

I am working on a custom board based on OMAP4460, running Android ICS. HDMI resolution when android boots is 1280x720.  When i try to play a video with 1080p resolution, i get the following errors

omapdss DISPC error: timeout waiting for EVSYNC
[  497.464630] mgr_blank while GO is set
[  497.491271] omapdss HDMI: Enter hdmi_display_disable
[  497.598907] omapdss DISPC error: timeout waiting for EVSYNC
[  497.605133] omapdss HDMI: Release c-state constraint for HDMI
The pixel clock required for the lcd is 23.5 Mhz.
DSS_FCLK = 118.153 Mhz.
lck_div = 1
pck_div = 5 [ 118.153/5 = 23.63 Mhz]
My understanding is pixel_clock required for 1080p is 148.5 Mhz. Since the DSS_FCLK(118 Mhz) is less than 148.5 Mhz i am getting the above error. 
Is my understanding correct ?
Can i play 1080p videos with DSS_FCLK = 118 Mhz ?
Any pointers would be helpful.
Thank you for your time.
Regards,
Sanjay