summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gv11b
diff options
context:
space:
mode:
authorSeema Khowala <seemaj@nvidia.com>2017-12-21 13:41:47 -0500
committermobile promotions <svcmobile_promotions@nvidia.com>2017-12-26 18:15:39 -0500
commit57a7064ff46048b4013ec197b0495c9c2fc5b082 (patch)
tree41a7f287c481fa6a341236099866c4425304983c /drivers/gpu/nvgpu/gv11b
parent488d02944bbd3bcaaa829ace882e25a02439feb0 (diff)
gpu: nvgpu: gv11b: remove cde support
Change-Id: I04df795b20413a2d07a252d77b3eba853890fcae Signed-off-by: Seema Khowala <seemaj@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/1624087 Reviewed-by: svc-mobile-coverity <svc-mobile-coverity@nvidia.com> GVS: Gerrit_Virtual_Submit Reviewed-by: Terje Bergstrom <tbergstrom@nvidia.com> Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com> Tested-by: mobile promotions <svcmobile_promotions@nvidia.com>
Diffstat (limited to 'drivers/gpu/nvgpu/gv11b')
-rw-r--r--drivers/gpu/nvgpu/gv11b/hal_gv11b.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/gv11b/hal_gv11b.c b/drivers/gpu/nvgpu/gv11b/hal_gv11b.c
index 193f6e83..83bd7612 100644
--- a/drivers/gpu/nvgpu/gv11b/hal_gv11b.c
+++ b/drivers/gpu/nvgpu/gv11b/hal_gv11b.c
@@ -302,7 +302,7 @@ static const struct gpu_ops gv11b_ops = {
302 .wait_empty = gr_gv11b_wait_empty, 302 .wait_empty = gr_gv11b_wait_empty,
303 .init_cyclestats = gr_gm20b_init_cyclestats, 303 .init_cyclestats = gr_gm20b_init_cyclestats,
304 .set_sm_debug_mode = gv11b_gr_set_sm_debug_mode, 304 .set_sm_debug_mode = gv11b_gr_set_sm_debug_mode,
305 .enable_cde_in_fecs = gr_gm20b_enable_cde_in_fecs, 305 .enable_cde_in_fecs = NULL,
306 .bpt_reg_info = gv11b_gr_bpt_reg_info, 306 .bpt_reg_info = gv11b_gr_bpt_reg_info,
307 .get_access_map = gr_gv11b_get_access_map, 307 .get_access_map = gr_gv11b_get_access_map,
308 .handle_fecs_error = gr_gv11b_handle_fecs_error, 308 .handle_fecs_error = gr_gv11b_handle_fecs_error,