Home
last modified time | relevance | path

Searched refs:enable_firewall (Results 1 – 1 of 1) sorted by relevance

/drivers/gpu/host1x/
Djob.c32 bool enable_firewall; in host1x_job_alloc() local
36 enable_firewall = IS_ENABLED(CONFIG_TEGRA_HOST1X_FIREWALL) && !skip_firewall; in host1x_job_alloc()
38 if (!enable_firewall) in host1x_job_alloc()
55 job->enable_firewall = enable_firewall; in host1x_job_alloc()
223 if (job->enable_firewall) in pin_job()
330 if (job->enable_firewall) { in do_relocs()
643 if (job->enable_firewall) { in host1x_job_pin()
662 if (!job->enable_firewall) in host1x_job_pin()
697 if (!job->enable_firewall && unpin->size && host->domain) { in host1x_job_unpin()