Skip to content
Commit f1f20eb9 authored by Thierry Reding's avatar Thierry Reding
Browse files

drm/tegra: sor: Move register programming out of ->init()



The hardware is not guaranteed to be enabled during execution of the
tegra_sor_init() function, which can lead to a crash on some Tegra SoCs.
Fix this by moving all register programming into code that is guaranteed
to only be executed when the hardware is enabled.

Signed-off-by: default avatarThierry Reding <treding@nvidia.com>
parent 9a42c7c6
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