summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gk20a/gk20a.h
diff options
context:
space:
mode:
authorAnup Mahindre <amahindre@nvidia.com>2018-08-16 00:50:15 -0400
committermobile promotions <svcmobile_promotions@nvidia.com>2018-08-17 21:49:36 -0400
commitf5f1875b2a48f3cb57ac41d0cf93f5951a28ea3b (patch)
treebfea95d2c304b963c40b8bc7a790326b4dcfc7c7 /drivers/gpu/nvgpu/gk20a/gk20a.h
parentb15624b39b9b19ba139776e2a917bcd4e361c01e (diff)
gpu: nvgpu: Deprecate NVGPU_GPU_IOCTL_INVAL_ICACHE
Deprecate NVGPU_GPU_IOCTL_INVAL_ICACHE as it is unused and has a broken implementation. Bug 200439908 Change-Id: Iab6f08cf3dd4853ba6c95cbc8443331bf505e514 Signed-off-by: Anup Mahindre <amahindre@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/1800797 GVS: Gerrit_Virtual_Submit Reviewed-by: Deepak Nibade <dnibade@nvidia.com> Reviewed-by: Terje Bergstrom <tbergstrom@nvidia.com> Reviewed-by: Richard Zhao <rizhao@nvidia.com> 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.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/gk20a.h b/drivers/gpu/nvgpu/gk20a/gk20a.h
index f802cd56..1fe0cb5d 100644
--- a/drivers/gpu/nvgpu/gk20a/gk20a.h
+++ b/drivers/gpu/nvgpu/gk20a/gk20a.h
@@ -437,7 +437,6 @@ struct gpu_ops {
437 void (*set_preemption_buffer_va)(struct gk20a *g, 437 void (*set_preemption_buffer_va)(struct gk20a *g,
438 struct nvgpu_mem *mem, u64 gpu_va); 438 struct nvgpu_mem *mem, u64 gpu_va);
439 void (*load_tpc_mask)(struct gk20a *g); 439 void (*load_tpc_mask)(struct gk20a *g);
440 int (*inval_icache)(struct gk20a *g, struct channel_gk20a *ch);
441 int (*trigger_suspend)(struct gk20a *g); 440 int (*trigger_suspend)(struct gk20a *g);
442 int (*wait_for_pause)(struct gk20a *g, struct nvgpu_warpstate *w_state); 441 int (*wait_for_pause)(struct gk20a *g, struct nvgpu_warpstate *w_state);
443 int (*resume_from_pause)(struct gk20a *g); 442 int (*resume_from_pause)(struct gk20a *g);