]> git.baikalelectronics.ru Git - kernel.git/commit
gpu: host1x: Add option to skip firewall for a job
authorMikko Perttunen <mperttunen@nvidia.com>
Thu, 10 Jun 2021 11:04:46 +0000 (14:04 +0300)
committerThierry Reding <treding@nvidia.com>
Tue, 10 Aug 2021 12:42:49 +0000 (14:42 +0200)
commit05f05db517971f87985bf439490f39e937c4d2f6
tree1a720d5474e9f42c831dca98637f613d709a1709
parent34fce9f2bbf4f04efcfd3813de99d3943e833fad
gpu: host1x: Add option to skip firewall for a job

The new UAPI will have its own firewall, and we don't want to run
the firewall in the Host1x driver for those jobs. As such, add a
parameter to host1x_job_alloc to specify if we want to skip the
firewall in the Host1x driver.

Signed-off-by: Mikko Perttunen <mperttunen@nvidia.com>
Signed-off-by: Thierry Reding <treding@nvidia.com>
drivers/gpu/drm/tegra/drm.c
drivers/gpu/host1x/job.c
include/linux/host1x.h