rk3036 hdmi:

Add 20ms delay between irq and work thread to make
	sure hdmi connection status stable.
This commit is contained in:
Zheng Yang
2014-10-20 14:22:09 +08:00
parent 6a9212e025
commit 677fb3a188

View File

@@ -789,7 +789,7 @@ void rk3036_hdmi_irq(struct hdmi *hdmi_drv)
hdmi_drv->state = WAIT_HOTPLUG;
queue_delayed_work(hdmi_drv->workqueue, &hdmi_drv->delay_work,
msecs_to_jiffies(0));
msecs_to_jiffies(20));
}/*plug out*/