Re: [PATCH v7 05/15] gpu: host1x: Add option to skip firewall for a job

2021-06-22 Thread Michał Mirosław
On Thu, Jun 10, 2021 at 02:04:46PM +0300, Mikko Perttunen wrote: > 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.

[PATCH v7 05/15] gpu: host1x: Add option to skip firewall for a job

2021-06-10 Thread Mikko Perttunen
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 --- v7: * New patch --- drivers/gpu/drm