summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gk20a/gk20a.h
diff options
context:
space:
mode:
authorNicolas Benech <nbenech@nvidia.com>2018-08-30 13:55:37 -0400
committermobile promotions <svcmobile_promotions@nvidia.com>2018-09-06 19:13:52 -0400
commitba1245d8f74816189af0fc3e0d0d1c642f87cdf2 (patch)
treeff736e29e9dc62e8c7ffac6afcf12790b5f374b2 /drivers/gpu/nvgpu/gk20a/gk20a.h
parent5cfd481cf5319d52f613cb5c5f66a1f643af5bed (diff)
gpu: nvgpu: Add return code to fb.tlb_invalidate
As part of MISRA 17.7 fixes for a different GPU, the tlb_invalidate needs to return an error code. Change-Id: I3b8b9f112708c17457855dd1fb151168791bc6bf Signed-off-by: Nicolas Benech <nbenech@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/1810106 Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com> Tested-by: mobile promotions <svcmobile_promotions@nvidia.com>
Diffstat (limited to 'drivers/gpu/nvgpu/gk20a/gk20a.h')
-rw-r--r--drivers/gpu/nvgpu/gk20a/gk20a.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/gk20a.h b/drivers/gpu/nvgpu/gk20a/gk20a.h
index 20f07c6c..2b8e8b0a 100644
--- a/drivers/gpu/nvgpu/gk20a/gk20a.h
+++ b/drivers/gpu/nvgpu/gk20a/gk20a.h
@@ -551,7 +551,7 @@ struct gpu_ops {
551 struct wpr_carveout_info *inf); 551 struct wpr_carveout_info *inf);
552 bool (*is_debug_mode_enabled)(struct gk20a *g); 552 bool (*is_debug_mode_enabled)(struct gk20a *g);
553 void (*set_debug_mode)(struct gk20a *g, bool enable); 553 void (*set_debug_mode)(struct gk20a *g, bool enable);
554 void (*tlb_invalidate)(struct gk20a *g, struct nvgpu_mem *pdb); 554 int (*tlb_invalidate)(struct gk20a *g, struct nvgpu_mem *pdb);
555 void (*hub_isr)(struct gk20a *g); 555 void (*hub_isr)(struct gk20a *g);
556 void (*handle_replayable_fault)(struct gk20a *g); 556 void (*handle_replayable_fault)(struct gk20a *g);
557 int (*mem_unlock)(struct gk20a *g); 557 int (*mem_unlock)(struct gk20a *g);