mirror of
https://github.com/hardkernel/linux.git
synced 2026-03-24 19:40:21 +09:00
hdmitx: reduce the delay time of plugout [1/1]
PD#OTT-6369 Problem: The HPD low time of some Monitor(such as LG) is about 30ms, less than 100ms Solution: Reduce the delay time of plugout Verify: G12A/U212 Change-Id: I343223b5ef0696da035f0b3b179bdbfbce68c859 Signed-off-by: Zongdong Jiao <zongdong.jiao@amlogic.com>
This commit is contained in:
@@ -696,7 +696,7 @@ static irqreturn_t intr_handler(int irq, void *dev)
|
||||
hdev->hdmitx_event &= ~HDMI_TX_HPD_PLUGIN;
|
||||
hdev->rhpd_state = 0;
|
||||
queue_delayed_work(hdev->hdmi_wq,
|
||||
&hdev->work_hpd_plugout, HZ / 20);
|
||||
&hdev->work_hpd_plugout, HZ / 50);
|
||||
}
|
||||
/* internal interrupt */
|
||||
if (dat_top & (1 << 0)) {
|
||||
|
||||
Reference in New Issue
Block a user