drm/tegra: gr2d: Explicitly control module reset
authorThierry Reding <treding@nvidia.com>
Thu, 8 Jul 2021 14:37:36 +0000 (16:37 +0200)
committerThierry Reding <treding@nvidia.com>
Thu, 16 Dec 2021 13:07:07 +0000 (14:07 +0100)
commit271fca025a6d43f1c18a48543c5aaf31a31e4694
tree0a6c900d75eefbf41ff57d181e9dbf311ef6a995
parent6c7a388b62366f0de9936db3c1921d7f4e0011bc
drm/tegra: gr2d: Explicitly control module reset

As of commit 4782c0a5dd88 ("clk: tegra: Don't deassert reset on enabling
clocks"), module resets are no longer automatically deasserted when the
module clock is enabled. To make sure that the gr2d module continues to
work, we need to explicitly control the module reset.

Fixes: 4782c0a5dd88 ("clk: tegra: Don't deassert reset on enabling clocks")
Signed-off-by: Thierry Reding <treding@nvidia.com>
drivers/gpu/drm/tegra/gr2d.c