commit | caccddcfc4b4de75930df2e8f7fd0c66556b13ff | [log] [tgz] |
---|---|---|
author | Thierry Reding <treding@nvidia.com> | Mon Jun 18 14:01:51 2018 +0200 |
committer | Thierry Reding <treding@nvidia.com> | Mon Oct 28 11:18:33 2019 +0100 |
tree | bac6706f2105a3557acea1b2a634bc0e99c0fa21 | |
parent | 8f45f5071ad2be6ace6f77892e0015e89fd42028 [diff] |
gpu: host1x: Request channels for clients, not devices A struct device doesn't carry much information that a channel might be interested in, but the client very much does. Request channels for the clients rather than their parent devices and store a pointer to them in order to have that information available when needed. Signed-off-by: Thierry Reding <treding@nvidia.com>