summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gk20a/fifo_gk20a.h
diff options
context:
space:
mode:
authorSeema Khowala <seemaj@nvidia.com>2017-05-22 17:34:08 -0400
committermobile promotions <svcmobile_promotions@nvidia.com>2017-05-30 14:04:10 -0400
commitb817e9e207cca88698d28b6b4ab410f03d715171 (patch)
tree76e794e46a3276ab22776735a4d6c0f5f96b4165 /drivers/gpu/nvgpu/gk20a/fifo_gk20a.h
parentc3192b5acc03bf4e65aa1cbefb3a9ea88d87d9bd (diff)
gpu: nvgpu: add fifo ops get_mmu_fault_info
This is needed to take care of gp10b h/w header changes. gp10b changes as compared to legacy gpu chips -fault_info_fault_type field width is changed -fault_info_write field is removed -fault_info_access_type field is added -fault_info_engine_subid is removed -fault_info_client_type is added -fault_info_client field width has changed JIRA GPUT19X-7 JIRA GPUT19X-12 Change-Id: Iebf28cc6c851830524049b67a71cd72fb4a28948 Signed-off-by: Seema Khowala <seemaj@nvidia.com> Reviewed-on: http://git-master/r/1487319 Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com> Tested-by: mobile promotions <svcmobile_promotions@nvidia.com>
Diffstat (limited to 'drivers/gpu/nvgpu/gk20a/fifo_gk20a.h')
-rw-r--r--drivers/gpu/nvgpu/gk20a/fifo_gk20a.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/fifo_gk20a.h b/drivers/gpu/nvgpu/gk20a/fifo_gk20a.h
index 55075f3b..6c8868a2 100644
--- a/drivers/gpu/nvgpu/gk20a/fifo_gk20a.h
+++ b/drivers/gpu/nvgpu/gk20a/fifo_gk20a.h
@@ -406,4 +406,6 @@ int gk20a_fifo_alloc_syncpt_buf(struct channel_gk20a *c,
406 u32 syncpt_id, struct nvgpu_mem *syncpt_buf); 406 u32 syncpt_id, struct nvgpu_mem *syncpt_buf);
407#endif 407#endif
408 408
409void gk20a_fifo_get_mmu_fault_info(struct gk20a *g, u32 mmu_fault_id,
410 struct mmu_fault_info *mmfault);
409#endif /*__GR_GK20A_H__*/ 411#endif /*__GR_GK20A_H__*/