diff options
author | Thierry Reding <treding@nvidia.com> | 2021-04-01 17:41:04 +0200 |
---|---|---|
committer | Thierry Reding <treding@nvidia.com> | 2021-05-17 12:31:05 +0200 |
commit | 0cfe5a6e758fb20be8ad3e8f10cb087cc8033eeb (patch) | |
tree | 9730afa524d310190de8b9ad3911dead574cc8ab /drivers/mcb | |
parent | drm/tegra: sor: Do not leak runtime PM reference (diff) | |
download | linux-0cfe5a6e758fb20be8ad3e8f10cb087cc8033eeb.tar.xz linux-0cfe5a6e758fb20be8ad3e8f10cb087cc8033eeb.zip |
gpu: host1x: Split up client initalization and registration
In some cases we may need to initialize the host1x client first before
registering it. This commit adds a new helper that will do nothing but
the initialization of the data structure.
At the same time, the initialization is removed from the registration
function. Note, however, that for simplicity we explicitly initialize
the client when the host1x_client_register() function is called, as
opposed to the low-level __host1x_client_register() function. This
allows existing callers to remain unchanged.
Signed-off-by: Thierry Reding <treding@nvidia.com>
Diffstat (limited to 'drivers/mcb')
0 files changed, 0 insertions, 0 deletions