rk30: hdmi: can not switch hdmi mode in user space, fix it.

This commit is contained in:
Zheng Yang
2012-04-25 11:48:07 +08:00
parent 385d6376ff
commit 2e897919ab

View File

@@ -211,7 +211,8 @@ void hdmi_work(struct work_struct *work)
if(rc == HDMI_ERROR_SUCESS)
hdmi->state = CONFIG_VIDEO;
break;
case CONFIG_VIDEO:
case CONFIG_VIDEO:
hdmi->display = HDMI_DISABLE;
rc = rk30_hdmi_config_video(hdmi->vic, VIDEO_OUTPUT_RGB444, hdmi->edid.sink_hdmi);
if(rc == HDMI_ERROR_SUCESS)
{