mirror of
git://nv-tegra.nvidia.com/linux-nvgpu.git
synced 2025-12-24 10:34:43 +03:00
gpu: nvgpu: gv11b: set replay fault for tex and gcc
This is to enable replay fault from tex and gcc engines JIRA GPUT19X-7 JIRA GPUT19X-12 Change-Id: I0cc8a59499da9eb056d19ee8d6cd33a94e3f0835 Signed-off-by: Seema Khowala <seemaj@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/1493407 GVS: Gerrit_Virtual_Submit Reviewed-by: Vijayakumar Subbu <vsubbu@nvidia.com>
This commit is contained in:
committed by
mobile promotions
parent
cdae0f1379
commit
971c90e3b6
@@ -156,8 +156,8 @@ void gv11b_subctx_commit_pdb(struct channel_gk20a *c,
|
||||
ram_in_sc_page_dir_base_target_sys_mem_ncoh_v(), 0) |
|
||||
ram_in_sc_page_dir_base_vol_f(
|
||||
ram_in_sc_page_dir_base_vol_true_v(), 0) |
|
||||
ram_in_sc_page_dir_base_fault_replay_tex_f(0, 0) |
|
||||
ram_in_sc_page_dir_base_fault_replay_gcc_f(0, 0) |
|
||||
ram_in_sc_page_dir_base_fault_replay_tex_f(1, 0) |
|
||||
ram_in_sc_page_dir_base_fault_replay_gcc_f(1, 0) |
|
||||
ram_in_sc_use_ver2_pt_format_f(1, 0) |
|
||||
ram_in_sc_big_page_size_f(1, 0) |
|
||||
ram_in_sc_page_dir_base_lo_0_f(pdb_addr_lo);
|
||||
|
||||
Reference in New Issue
Block a user