video: rockchip: hdmi: add SUPPORT_VESA_DMT feature support for rk3399 hdmi.

Change-Id: Idafd772831593285af864eb3adf045e99f3c8d4a
Signed-off-by: wenping.zhang <wenping.zhang@rock-chips.com>
This commit is contained in:
wenping.zhang
2016-08-29 09:27:34 +08:00
committed by Huang, Tao
parent 3517f21ca6
commit 9c80b56db4

View File

@@ -616,7 +616,8 @@ static int rockchip_hdmiv2_probe(struct platform_device *pdev)
SUPPORT_DEEP_10BIT |
SUPPORT_YCBCR_INPUT |
SUPPORT_1080I |
SUPPORT_480I_576I;
SUPPORT_480I_576I |
SUPPORT_VESA_DMT;
if (rk_hdmi_property.videosrc == DISPLAY_SOURCE_LCDC0)
rk_hdmi_property.feature |=
SUPPORT_4K |