]> git.baikalelectronics.ru Git - kernel.git/commit
drm/tegra: Boot VIC during runtime PM resume
authorMikko Perttunen <mperttunen@nvidia.com>
Thu, 10 Jun 2021 11:04:49 +0000 (14:04 +0300)
committerThierry Reding <treding@nvidia.com>
Tue, 10 Aug 2021 12:48:30 +0000 (14:48 +0200)
commita26a68830d970dbe0e88bc5829cd45b9211c5fe4
tree52bc22789f1021d18d029bef979aa5009219b2d8
parent78d7db97769c8181b134a4bd0068906b9bb89abc
drm/tegra: Boot VIC during runtime PM resume

With the new UAPI implementation, engines are powered on and off
when there are active jobs, and the core code handles channel
allocation. To accommodate that, boot the engine as part of
runtime PM instead of using the open_channel callback, which is
not used by the new submit path.

Signed-off-by: Mikko Perttunen <mperttunen@nvidia.com>
Signed-off-by: Thierry Reding <treding@nvidia.com>
drivers/gpu/drm/tegra/vic.c