Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d67b4882 authored by Josh Wu's avatar Josh Wu Committed by Mauro Carvalho Chehab
Browse files

[media] atmel-isi: increase timeout to disable/enable isi



If ISI is working on a 1024x768 or higher resolution, it needs longer
time to disable ISI. So this patch will increase timeout to 500ms.

Signed-off-by: default avatarJosh Wu <josh.wu@atmel.com>
Signed-off-by: default avatarGuennadi Liakhovetski <g.liakhovetski@gmx.de>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@osg.samsung.com>
parent 18baba64
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -225,7 +225,7 @@ static int atmel_isi_wait_status(struct atmel_isi *isi, int wait_reset)
	}

	timeout = wait_for_completion_timeout(&isi->complete,
			msecs_to_jiffies(100));
			msecs_to_jiffies(500));
	if (timeout == 0)
		return -ETIMEDOUT;