Searched hist:caccddcfc4b4de75930df2e8f7fd0c66556b13ff (Results 1 – 6 of 6) sorted by relevance
/linux/drivers/gpu/host1x/ |
H A D | channel.h | diff caccddcfc4b4de75930df2e8f7fd0c66556b13ff Mon Jun 18 14:01:51 CEST 2018 Thierry Reding <treding@nvidia.com> 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>
|
H A D | channel.c | diff caccddcfc4b4de75930df2e8f7fd0c66556b13ff Mon Jun 18 14:01:51 CEST 2018 Thierry Reding <treding@nvidia.com> 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>
|
/linux/drivers/gpu/drm/tegra/ |
H A D | gr2d.c | diff caccddcfc4b4de75930df2e8f7fd0c66556b13ff Mon Jun 18 14:01:51 CEST 2018 Thierry Reding <treding@nvidia.com> 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>
|
H A D | gr3d.c | diff caccddcfc4b4de75930df2e8f7fd0c66556b13ff Mon Jun 18 14:01:51 CEST 2018 Thierry Reding <treding@nvidia.com> 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>
|
H A D | vic.c | diff caccddcfc4b4de75930df2e8f7fd0c66556b13ff Mon Jun 18 14:01:51 CEST 2018 Thierry Reding <treding@nvidia.com> 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>
|
/linux/include/linux/ |
H A D | host1x.h | diff caccddcfc4b4de75930df2e8f7fd0c66556b13ff Mon Jun 18 14:01:51 CEST 2018 Thierry Reding <treding@nvidia.com> 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>
|