HDMI: fix edid 3d information offset parse error.
authorZheng Yang <zhengyang@rock-chips.com>
Tue, 19 May 2015 09:50:55 +0000 (17:50 +0800)
committerZheng Yang <zhengyang@rock-chips.com>
Tue, 19 May 2015 10:07:45 +0000 (18:07 +0800)
commit77d30fd62d1c57701347f25745a791512b60d303
tree141163bd60ed6352a7b68e05dfc7872b9ce0c331
parent50b9a50e3e40bb3b4a6bc0cd41ef98ff8fab6366
HDMI: fix edid 3d information offset parse error.

In EDID 3D descriptor, 3d information is after
4K format. But we did not increase the offset of
3d content if 4K format is zero, which make 3d
information error.

Signed-off-by: Zheng Yang <zhengyang@rock-chips.com>
drivers/video/rockchip/hdmi/rockchip-hdmi-edid.c