]> www.infradead.org Git - users/hch/misc.git/commit
drm/tegra: gr3d: Convert into dev_pm_domain_attach|detach_list()
authorUlf Hansson <ulf.hansson@linaro.org>
Tue, 23 Jul 2024 14:46:07 +0000 (16:46 +0200)
committerThierry Reding <treding@nvidia.com>
Wed, 28 Aug 2024 15:28:48 +0000 (17:28 +0200)
commitf790b5c09665cab0d51dfcc84832d79d2b1e6c0e
tree2f6ede52a6533ccb62a1d9fc9a44565992c3bba1
parent9719c7b8f33bc0268cf76656cfb6244f37586066
drm/tegra: gr3d: Convert into dev_pm_domain_attach|detach_list()

Rather than hooking up the PM domains through devm_pm_opp_attach_genpd()
and manage the device-link, let's avoid the boilerplate-code by converting
into dev_pm_domain_attach|detach_list.

Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
Signed-off-by: Thierry Reding <treding@nvidia.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20240723144610.564273-2-ulf.hansson@linaro.org
drivers/gpu/drm/tegra/gr3d.c