CHROMIUM: drm: bridge/dw_hdmi: switch ddc mode to standard mode
authorYakir Yang <ykk@rock-chips.com>
Wed, 9 Sep 2015 02:13:53 +0000 (21:13 -0500)
committerHuang, Tao <huangtao@rock-chips.com>
Tue, 16 Aug 2016 06:24:58 +0000 (14:24 +0800)
commit76a5a5a328ad95a40a266d5167644d15f385eac4
treec8b4c02ee9b870ae9f3d8fc9e4e59b97a8529830
parent3fe05478c81e7b15900010be1ce1f8ad6f6fa9f9
CHROMIUM: drm: bridge/dw_hdmi: switch ddc mode to standard mode

DDC have two modes: fast mode, standard mode. The previous ddc support
patch(https://chromium-review.googlesource.com/#/c/292012/) configure
the ddc to fast mode.

It works rightly in most HDTV case, but I found that ddc would always
failed if I used the VGA->HDMI adapter. And after I switch ddc to
standard mode, no failed anymore. I believe the standard mode could
provide better compatibility.

BUG=chrome-os-partner:34741
TEST=My VGA->HDMI adapter can read edid now

Change-Id: Ia33ade0a4fda998483baf454b9ccb9f31802f6bc
Signed-off-by: Yakir Yang <ykk@rock-chips.com>
Reviewed-on: https://chromium-review.googlesource.com/298270
Commit-Ready: Douglas Anderson <dianders@chromium.org>
Tested-by: Douglas Anderson <dianders@chromium.org>
Reviewed-by: Douglas Anderson <dianders@chromium.org>
Reviewed-by: Tomasz Figa <tfiga@chromium.org>
drivers/gpu/drm/bridge/dw-hdmi.c