hdmi:rk3288:enable supporting 10bit output.

Signed-off-by: Zheng Yang <zhengyang@rock-chips.com>
This commit is contained in:
Zheng Yang
2015-07-24 16:31:28 +08:00
parent f5118000d9
commit b245ea6eb5

View File

@@ -460,7 +460,7 @@ static int rockchip_hdmiv2_probe(struct platform_device *pdev)
rk_hdmi_property.name = (char *)pdev->name;
rk_hdmi_property.priv = hdmi_dev;
if (hdmi_dev->soctype == HDMI_SOC_RK3288) {
/*rk_hdmi_property.feature |= SUPPORT_DEEP_10BIT;*/
rk_hdmi_property.feature |= SUPPORT_DEEP_10BIT;
if (rk_hdmi_property.videosrc == DISPLAY_SOURCE_LCDC0)
rk_hdmi_property.feature |=
SUPPORT_4K |