mirror of
git://nv-tegra.nvidia.com/linux-nvgpu.git
synced 2025-12-24 10:34:43 +03:00
gpu: nvgpu: gv11b: disable czf_bypass
Gv11b ucode is not having support for low latency context-switching. So disable cfz_bypass mode for now. JIRA GPUT19X-116 Change-Id: I814cd254fa3c342c20906805a4b13b52c89d5b1e Signed-off-by: seshendra Gadagottu <sgadagottu@nvidia.com> Reviewed-on: http://git-master/r/1494217 Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com> Tested-by: mobile promotions <svcmobile_promotions@nvidia.com>
This commit is contained in:
committed by
mobile promotions
parent
65f0c73169
commit
81172b5df4
@@ -2421,4 +2421,5 @@ void gv11b_init_gr(struct gpu_ops *gops)
|
||||
gops->gr.load_tpc_mask = gr_gv11b_load_tpc_mask;
|
||||
gops->gr.handle_gpc_gpccs_exception =
|
||||
gr_gv11b_handle_gpc_gpccs_exception;
|
||||
gops->gr.set_czf_bypass = NULL;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user