mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-09 12:17:12 +09:00
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user