mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-10 21:07:02 +09:00
video: tegra: call disable with interrupts disabled.
Change-Id: Idb126c14f6e18efcb64f3f613772640b8bd3fca0 Signed-off-by: Erik Gilling <konkers@android.com>
This commit is contained in:
committed by
Erik Gilling
parent
df05ccfa78
commit
8cb73bc101
@@ -903,10 +903,11 @@ void tegra_dc_enable(struct tegra_dc *dc)
|
||||
|
||||
static void _tegra_dc_disable(struct tegra_dc *dc)
|
||||
{
|
||||
disable_irq(dc->irq);
|
||||
|
||||
if (dc->out_ops && dc->out_ops->disable)
|
||||
dc->out_ops->disable(dc);
|
||||
|
||||
disable_irq(dc->irq);
|
||||
clk_disable(dc->clk);
|
||||
tegra_dvfs_set_rate(dc->clk, 0);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user