]> git.ipfire.org Git - thirdparty/linux.git/commit
drm/tegra: Store parent pointer in Tegra DRM clients
authorThierry Reding <treding@nvidia.com>
Fri, 1 Feb 2019 13:28:31 +0000 (14:28 +0100)
committerThierry Reding <treding@nvidia.com>
Thu, 7 Feb 2019 17:28:59 +0000 (18:28 +0100)
commit8e5d19c625f94e91d42aaf808e1231f636cf1365
treeff69eb5ea30fe14173a8114789e5721609d128a2
parente1f338c0f8a9aacf351e42e5cfd0639fc73dc5b9
drm/tegra: Store parent pointer in Tegra DRM clients

Tegra DRM clients need access to their parent, so store a pointer to it
upon registration. It's technically possible to get at this by going via
the host1x client's parent and getting the driver data, but that's quite
complicated and not very transparent. It's much more straightforward and
natural to let the children know about their parent.

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