mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-10 04:48:04 +09:00
rk fb: hdmi 24hz frame time need 41ms
Signed-off-by: hjc <hjc@rock-chips.com>
This commit is contained in:
@@ -1770,7 +1770,7 @@ static void rk_fb_update_reg(struct rk_lcdc_driver *dev_drv,
|
||||
timestamp = dev_drv->vsync_info.timestamp;
|
||||
timeout = wait_event_interruptible_timeout(dev_drv->vsync_info.wait,
|
||||
ktime_compare(dev_drv->vsync_info.timestamp, timestamp) > 0,
|
||||
msecs_to_jiffies(25));
|
||||
msecs_to_jiffies(50));
|
||||
|
||||
wait_for_vsync = rk_fb_reg_effect(dev_drv, regs, count);
|
||||
} while (wait_for_vsync && count--);
|
||||
|
||||
Reference in New Issue
Block a user