HDMI: Not filter the input 3dmode with EDID information.

If input 3dmode is not list in EDID, we print a
	warning log and send it to sink, no longer return
	error.

Signed-off-by: Zheng Yang <zhengyang@rock-chips.com>
This commit is contained in:
Zheng Yang
2015-05-19 17:53:55 +08:00
parent 09fe887fd1
commit c0e8b29213

View File

@@ -118,7 +118,7 @@ static int hdmi_set_3dmode(struct rk_display_device *device, int mode)
if ((mode != HDMI_3D_NONE) &&
((display_modelist->format_3d & (1 << mode)) == 0))
return -1;
pr_warn("warning: sink not support input 3d mode %d", mode);
if (hdmi->mode_3d != mode) {
hdmi->mode_3d = mode;