diff options
author | Seema Khowala <seemaj@nvidia.com> | 2017-03-01 18:51:32 -0500 |
---|---|---|
committer | mobile promotions <svcmobile_promotions@nvidia.com> | 2017-03-08 13:48:24 -0500 |
commit | 5e4ca8f5e8fca20b8357056242356bc608e54e27 (patch) | |
tree | 3f58656668ebc2c808eee945ec25b564c7b3ab7c /drivers/gpu | |
parent | 8d6a05fc5704ae5ce0c46c4ec2a8ce0c17aacf68 (diff) |
gpu: nvgpu: gv11b: trigger mmu fault is not supported
For gv11b fifo recovery, triggering fake mmu fault is not required.
JIRA GV11B-7
Change-Id: I6c8c9672085dbbbd77e0d991d840c4cc75c2ab43
Signed-off-by: Seema Khowala <seemaj@nvidia.com>
Reviewed-on: http://git-master/r/1313496
Reviewed-by: svccoveritychecker <svccoveritychecker@nvidia.com>
GVS: Gerrit_Virtual_Submit
Reviewed-by: Terje Bergstrom <tbergstrom@nvidia.com>
Diffstat (limited to 'drivers/gpu')
-rw-r--r-- | drivers/gpu/nvgpu/gv11b/fifo_gv11b.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/gv11b/fifo_gv11b.c b/drivers/gpu/nvgpu/gv11b/fifo_gv11b.c index 7f19d3c8..656c5421 100644 --- a/drivers/gpu/nvgpu/gv11b/fifo_gv11b.c +++ b/drivers/gpu/nvgpu/gv11b/fifo_gv11b.c | |||
@@ -241,4 +241,5 @@ void gv11b_init_fifo(struct gpu_ops *gops) | |||
241 | gops->fifo.free_channel_ctx_header = gv11b_free_subctx_header; | 241 | gops->fifo.free_channel_ctx_header = gv11b_free_subctx_header; |
242 | gops->fifo.device_info_fault_id = top_device_info_data_fault_id_enum_v; | 242 | gops->fifo.device_info_fault_id = top_device_info_data_fault_id_enum_v; |
243 | gops->fifo.is_fault_engine_subid_gpc = gv11b_is_fault_engine_subid_gpc; | 243 | gops->fifo.is_fault_engine_subid_gpc = gv11b_is_fault_engine_subid_gpc; |
244 | gops->fifo.trigger_mmu_fault = NULL; | ||
244 | } | 245 | } |