OSDN Git Service

drm/tegra: dc: Release PM and RGB output when client's registration fails
authorDmitry Osipenko <digetx@gmail.com>
Sun, 8 Mar 2020 22:38:08 +0000 (01:38 +0300)
committerThierry Reding <treding@nvidia.com>
Thu, 12 Mar 2020 09:26:19 +0000 (10:26 +0100)
commit0411ea89a689531e1829fdf8af3747646c02c721
tree6b97addab3aad4918f56a5ae3f6549c7f51d8c19
parenta858ac8f4033ee2375bfba4dc333f5c8a8ee996a
drm/tegra: dc: Release PM and RGB output when client's registration fails

Runtime PM and RGB output need to be released when host1x client
registration fails. The releasing is missed in the code, let's correct it.

Signed-off-by: Dmitry Osipenko <digetx@gmail.com>
Signed-off-by: Thierry Reding <treding@nvidia.com>
drivers/gpu/drm/tegra/dc.c