mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-09 12:17:12 +09:00
rk30: hdmi: can not switch hdmi mode in user space, fix it.
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user