hdmitx: optimize for power up flow [1/1]
authorHang Cheng <hang.cheng@amlogic.com>
Wed, 20 Nov 2019 10:04:26 +0000 (18:04 +0800)
committerTao Zeng <tao.zeng@amlogic.com>
Wed, 4 Dec 2019 01:18:30 +0000 (18:18 -0700)
commit536c587727d32caca2b80d56f4bd434db014cc7a
tree08a120c2382160ebb5d89846c568bac8461dc1b5
parent9fd16a1886bd6a59251afecd1f543c255e8b539d
hdmitx: optimize for power up flow [1/1]

PD#SWPL-17155

Problem:
box set env to 2160p30hz 422,12bit, connect to
Hisense LED50EC660US 4K TV which only support
maximum 3G mode, then power on box, the hpd is
low when run hdmitx hpd command, so hdmi is not
set. after enter kernel, vout set 2160p30hz
before edid is read, and the color space is
forcely changed to rgb, but the color depth is
still 12bit, so TV can't detect normally.

Solution:
keep hpd state low until edid read finishes,
so that the mode vout set is filtered by edid

Verify:
S905X3

Change-Id: I11d126c4a2165ffaf3892534b1602bad3d78618d
Signed-off-by: Hang Cheng <hang.cheng@amlogic.com>
(cherry picked from commit f0a8ac5dcd74b92919e9ae55dd88de781c567c91)
drivers/amlogic/media/vout/hdmitx/hdmi_tx_20/hdmi_tx_main.c