drm/tegra: submit: Remove pm_runtime_enabled() checks
authorDmitry Osipenko <digetx@gmail.com>
Tue, 30 Nov 2021 23:23:24 +0000 (02:23 +0300)
committerThierry Reding <treding@nvidia.com>
Thu, 16 Dec 2021 13:07:08 +0000 (14:07 +0100)
commit555ae37a5dd2a2703a83965dc26bc99a5db2ecbe
tree5bac6cef36c330cc3e5f4d15ad05f7e6f0cd176a
parent28b16229dbf15b3dbbbc5247ac1c514b373964d3
drm/tegra: submit: Remove pm_runtime_enabled() checks

Runtime PM is now universally available, make it mandatory by removing
the pm_runtime_enabled() checks.

Reviewed-by: Ulf Hansson <ulf.hansson@linaro.org>
Signed-off-by: Dmitry Osipenko <digetx@gmail.com>
Signed-off-by: Thierry Reding <treding@nvidia.com>
drivers/gpu/drm/tegra/submit.c