diff options
author | Mikko Perttunen <mperttunen@nvidia.com> | 2021-03-29 15:38:28 +0200 |
---|---|---|
committer | Thierry Reding <treding@nvidia.com> | 2021-03-30 19:53:24 +0200 |
commit | 86cec7ece3e62517e2bc0fd796a8a8da4193e7e5 (patch) | |
tree | ac83fd9661b0b4ce7a5de358715a0ca01e3e1ae8 /drivers/gpu/host1x/syncpt.h | |
parent | Merge branch 'drm/tegra/fixes' into drm/tegra/for-next (diff) | |
download | linux-86cec7ece3e62517e2bc0fd796a8a8da4193e7e5.tar.xz linux-86cec7ece3e62517e2bc0fd796a8a8da4193e7e5.zip |
gpu: host1x: Allow syncpoints without associated client
Syncpoints don't need to be associated with any client,
so remove the property, and expose host1x_syncpt_alloc.
This will allow allocating syncpoints without prior knowledge
of the engine that it will be used with.
Signed-off-by: Mikko Perttunen <mperttunen@nvidia.com>
Signed-off-by: Thierry Reding <treding@nvidia.com>
Diffstat (limited to 'drivers/gpu/host1x/syncpt.h')
-rw-r--r-- | drivers/gpu/host1x/syncpt.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpu/host1x/syncpt.h b/drivers/gpu/host1x/syncpt.h index 8e1d04dacaa0..3aa6b25b1b9c 100644 --- a/drivers/gpu/host1x/syncpt.h +++ b/drivers/gpu/host1x/syncpt.h @@ -33,7 +33,6 @@ struct host1x_syncpt { const char *name; bool client_managed; struct host1x *host; - struct host1x_client *client; struct host1x_syncpt_base *base; /* interrupt data */ |