Re: [PATCH v3 10/16] drm/tegra: Store parent pointer in Tegra DRM clients

2019-02-01 Thread Dmitry Osipenko
01.02.2019 16:28, Thierry Reding пишет: > From: Thierry Reding > > 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 > compli

[PATCH v3 10/16] drm/tegra: Store parent pointer in Tegra DRM clients

2019-02-01 Thread Thierry Reding
From: Thierry Reding 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 strai