BigW Consortium Gitlab

Commit 16c897a4 by Thong Nguyen

ws eink: Update Deferred IO delay

Update the deffered IO delay to 1 HZ base on document from https://www.kernel.org/doc/Documentation/fb/deferred_io.txt
parent fed53150
......@@ -452,7 +452,7 @@ static void ws_eink_deferred_io(struct fb_info *info,
}
static struct fb_deferred_io ws_eink_defio = {
.delay = HZ / 30,
.delay = HZ,
.deferred_io = ws_eink_deferred_io,
};
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment