summaryrefslogtreecommitdiff
path: root/tegra/job.c
Commit message (Collapse)AuthorAgeFilesLines
* tegra: Add syncpoint APIsThierry Reding2022-02-231-0/+23
| | | | | | | | | These new functions can be used to allocate and free syncpoints, as well as wait for a syncpoint threshold to be reached. Jobs can also be waited on if a syncpoint was attached to them. Reviewed-by: Mikko Perttunen <mperttunen@nvidia.com> Signed-off-by: Thierry Reding <treding@nvidia.com>
* tegra: Add job and push buffer APIsThierry Reding2022-02-231-0/+164
These new functions can be used to create a job on a given channel, add commands to the job using its push buffer and submit the job. Reviewed-by: Mikko Perttunen <mperttunen@nvidia.com> Signed-off-by: Thierry Reding <treding@nvidia.com>