]> git.karo-electronics.de Git - karo-tx-linux.git/commit
ENGR00175700 System hang when change HDMI from XGA to 1080P with display blank
authorSandor Yu <R01008@freescale.com>
Wed, 29 Feb 2012 10:09:00 +0000 (18:09 +0800)
committerLothar Waßmann <LW@KARO-electronics.de>
Fri, 24 May 2013 06:34:13 +0000 (08:34 +0200)
commit22003515dfb974c11c1ca29e3b3635fe5faaeb8f
tree1fe789956b45b5a3b3d2979afc4406eac912c4ee
parent1753790cfd1fb4cb7793eb22bb695bd36fa772a2
ENGR00175700 System hang when change HDMI from XGA to 1080P with display blank

Change the vide mode from XGA to 1080P when display blank,
the system will hang.

It is cause by overflow interrupt will trigger when the video mode change,
but clean the interrupt status bit depend on pixewl clock.
In blank state the pixel clock is gating so the HDMI PHY can't work.

Signed-off-by: Sandor Yu <R01008@freescale.com>
drivers/video/mxc_hdmi.c