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

Commit d8489bdc authored by Suresh Vankadara's avatar Suresh Vankadara
Browse files

msm: camera: isp: schedule tasklet with priority



To handle tasklet delays in hadling ISP inetrrupts
use priority tasklet scheduling.

Change-Id: Ibfad9503968c34077c0cf76f97b6a28e4475f31f
Signed-off-by: default avatarSuresh Vankadara <svankada@codeaurora.org>
parent 08173d1f
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
/* Copyright (c) 2017-2018, The Linux Foundation. All rights reserved.
/* Copyright (c) 2017-2019, The Linux Foundation. All rights reserved.
 *
 * This program is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License version 2 and
@@ -214,7 +214,7 @@ void cam_tasklet_enqueue_cmd(
	list_add_tail(&tasklet_cmd->list,
		&tasklet->used_cmd_list);
	spin_unlock_irqrestore(&tasklet->tasklet_lock, flags);
	tasklet_schedule(&tasklet->tasklet);
	tasklet_hi_schedule(&tasklet->tasklet);
}

int cam_tasklet_init(