mirror of
https://github.com/torvalds/linux.git
synced 2026-06-10 15:42:19 +02:00
video: tegra: hdcp: move call to hdcp suspend out of atomic context
Change-Id: I62a9d810637df221862898536f990eda77e50644 Signed-off-by: Erik Gilling <konkers@android.com>
This commit is contained in:
parent
1cf032e70d
commit
e4f0680d21
|
|
@ -509,8 +509,8 @@ static void tegra_dc_hdmi_suspend(struct tegra_dc *dc)
|
|||
struct tegra_dc_hdmi_data *hdmi = tegra_dc_get_outdata(dc);
|
||||
unsigned long flags;
|
||||
|
||||
spin_lock_irqsave(&hdmi->suspend_lock, flags);
|
||||
tegra_nvhdcp_suspend(hdmi->nvhdcp);
|
||||
spin_lock_irqsave(&hdmi->suspend_lock, flags);
|
||||
hdmi->suspended = true;
|
||||
spin_unlock_irqrestore(&hdmi->suspend_lock, flags);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user