Home
last modified time | relevance | path

Searched hist:f1f20eb9705566f861330f8da7e2f2a84dae46af (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/gpu/drm/tegra/
H A Dsor.cdiff f1f20eb9705566f861330f8da7e2f2a84dae46af Wed Feb 20 03:03:46 CST 2019 Thierry Reding <treding@nvidia.com> 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: Thierry Reding <treding@nvidia.com>